@charset "UTF-8";
/* CSS Document */

/* ------------------------------

    レイアウト調整

------------------------------ */
.fs-c-breadcrumb {
  padding: 15px 0 0;
  position: relative;
  z-index: 2;
}
.fs-c-subgroup .fs-c-subgroupList__image,
.fs-c-subgroup .fs-c-subgroupList__comment {
  display: none;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 10px 0 0;
  }
}

/* ------------------------------

    FV

------------------------------ */
.category_fv {
  position: relative;
}
.category_fv .fv_pict {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category_fv .fv_pict::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category_fv .fv_pict img {
  object-fit: cover;
  width: 100%;
  object-position: center top;
}
.category_fv .category_name_area {
  position: relative;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_fv .category_name {
  color: #fff;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0;
  /*margin-bottom: 1em;*/
}
.category_fv .category_lead {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 266px;
  }
}
@media screen and (max-width: 1024px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 42.4vw;
  }
  .category_fv .category_name {
    font-size: 3rem;
    padding: 0 .5em;
    letter-spacing: 0;
  }
  .category_fv .category_lead {
    font-size: 1.4rem;
  }
}

/* ==================================================
  商品グループ独自コメント
================================================== */
.product_group_lead {
  color: #333;
  padding: 70px 0 25px;
  position: relative;
  z-index: 1;
}
.product_group_lead::before {
  content: "";
  background: url(../images/category/product_group_deco.svg) no-repeat;
  width: 415px;
  height: 255px;
  position: absolute;
  top: -30px;
  left: 0;
}
.product_group_wrap {
  max-width: 1230px;
  width: 94%;
  margin: 0 auto;
}
.product-group-comment__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
}
.product-group-comment__title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: .35em;
}
.product-group-comment__description p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.98;
  margin: 0;
}
.product-group-comment__visual {
  max-width: 590px;
}
.product-group-comment__main-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1180 / 570;
  object-fit: cover;
}
.product-group-comment__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 45px;
  margin-top: 60px;
}
.product-group-link {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 20px;
  align-items: center;
  min-width: 0;
  min-height: 70px;
  color: #333;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.product-group-link:visited {
  color: #333;
}
.product-group-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.product-group-link__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.product-group-link__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-group-link__name {
  min-width: 0;
  margin: 0;
  padding: 10px 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.product-group-link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}
.product-group-link__arrow img {
  width: 7px;
  height: 10px;
}
.product_group_lead02 {
  color: #333;
  padding-bottom: 35px;
}
.product_group_lead02, 
.product_group_lead02 p {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}
.product_group_lead02 p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .product-group-comment__intro {
    gap: 35px;
  }
  .product-group-comment__title {
    font-size: 2.7rem;
  }
  .product-group-comment__description p {
    font-size: 1.4rem;
  }
  .product-group-comment__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-top: 50px;
  }
  .product-group-link__name {
    font-size: 1.6rem;
  }
  .product_group_lead02, 
  .product_group_lead02 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .product_group_lead{
    padding: 40px 0 15px;
  }
  .product-group-comment__intro {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .product-group-comment__body {
    width: 100%;
    padding: 0;
  }
  .product_group_lead::before {
    background-size: cover;
    top: -5vw;
    left: 0;
    height: 33.203vw;
    width: 54.037vw;
  }
  .product-group-comment__title {
    font-size: 2.4rem;
  }
  .product-group-comment__description p {
    font-size: 1.4rem;
  }
  .product-group-comment__visual {
    max-width: 100%;
    width: 100%;
  }
  .product-group-comment__links {
    grid-template-columns: 1fr;
    gap: 2.666vw;
    margin-top: 35px;
  }
  .product-group-link {
    grid-template-columns: 18.666vw minmax(0, 1fr) 8vw;
    min-height: 18.666vw;
  }
  .product-group-link__image {
    width: 18.666vw;
    height: 18.666vw;
  }
  .product-group-link__name {
    padding: 2.666vw 4vw;
    font-size: 1.5rem;
  }
  .product-group-link__arrow {
    padding-right: 2.666vw;
  }
  .product_group_lead02 {
    padding-bottom: 20px;
  }
}

/* ==================================================
  検索一覧・タグ一覧
================================================== */
.fs-c-heading--page {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.productItem__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.fs-c-productMark__mark, 
.fs-c-mark {
  font-size: 1.3rem;
}
.fs-c-productMark {
  margin-bottom: 0;
}
.label-noshi {
  border: 1px solid #C00;
  color: #C00;
}
.fs-c-productName__copy {
  display: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #F25C3C;
}
@media screen and (max-width: 767px) {
  .fs-c-heading--page {
    font-size: 2.2rem;
  }
}

/* ==================================================
  商品グループ 正月用
================================================== */
.newyear-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.newyear-card {
  overflow: hidden;
  border: 1px solid #AD3F3F;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.newyear-card--gold {
  border-color: #846217;
}
.newyear-card--gold .newyear-card__title {
  background: #846217;
}
.newyear-card--gold .newyear-card__area {
  background: #F2EBDC;
  color: #846217;
}
.newyear-card--gold .newyear-card__date strong,
.newyear-card--gold .newyear-card__shipping,
.newyear-card--gold .newyear-card__shipping strong {
  color: #846217;
}
.newyear-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 10px;
  background: #AD3F3F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}
.newyear-card__title span {
  font-size: 1.7rem;
}
.newyear-card__body {
  padding: 10px 15px 18px;
}
.newyear-card__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px;
}
.newyear-card__lead p {
  margin: 0;
  font-size: 1.6rem;
}
.newyear-card__icon {
  flex: 0 0 auto;
  display: block;
  width: 36px;
  height: 36px;
}
.newyear-card__table {
  margin-top: 10px;
}
.newyear-card__row {
  display: grid;
  grid-template-columns: 47% 53%;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  padding: 5px 0;
}
.newyear-card__row + .newyear-card__row {
  border-top: none;
}
.newyear-card__area,
.newyear-card__date {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 10px;
}
.newyear-card__area {
  background: #FAECEC;
  color: #b83f3f;
  font-size: 1.5rem;
}
.newyear-card__date {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.newyear-card__date strong {
  color: #AD3F3F;
  font-size: 1.5rem;
}
.newyear-card__date em {
  font-size: 1.8rem;
  font-style: normal;
}
.newyear-card__date span {
  font-size: 1.6rem;
}
.newyear-card--gold .newyear-card__date {
  flex-direction: row;
  justify-content: center;
  gap: 4px;
}
.newyear-card--gold .newyear-card__date span {
  margin-top: 0;
}
.newyear-card__limited-text {
  text-align: center;
  box-sizing: border-box;
}
.newyear-card__limited-text p {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
}
.newyear-card__shipping {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
  color: #846217;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.newyear-card__shipping strong {
  color: #b83f3f;
  font-size: 1.5rem;
  font-weight: 700;
}
.newyear-card__shipping em {
  font-size: 1.8rem;
  font-style: normal;
}
.newyear-card__truck {
  flex: 0 0 auto;
  display: block;
  width: 36px;
  height: 27px;
  object-fit: contain;
}
.newyear-card__limited-text small {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.newyear-notes {
  text-align: center;
  margin-top: 20px;
}
.newyear-notes__text {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
.newyear-notes__limit {
  color: #AD3F3F;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0.65em 0 0;
}
.new-year__intro .product-group-comment__links {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .newyear-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .newyear-card__title {
    font-size: 1.8rem;
    padding: 10px;
  }
  .newyear-card__body {
    padding: 10px 12px 15px;
  }
  .newyear-card__lead {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .newyear-card__lead p {
    font-size: 1.5rem;
  }
  .newyear-card__icon {
    width: 30px;
    height: 30px;
  }
  .newyear-card__table {
    margin-top: 8px;
  }
  .newyear-card__row {
    padding: 4px 0;
  }
  .newyear-card__area {
    font-size: 1.4rem;
  }
  .newyear-card__date strong {
    font-size: 1.5rem;
  }
  .newyear-card__date em {
    font-size: 1.6rem;
  }
  .newyear-card__date span {
    font-size: 1.5rem;
  }
  .newyear-card__limited-text small {
    font-size: 1.5rem;
  }
  .newyear-notes {
    text-align: left;
    margin-top: 15px;
  }
  .newyear-notes__text {
    font-size: 1.5rem;
  }
  .newyear-notes__limit {
    font-size: 1.6rem;
  }
  .new-year__intro .product-group-comment__links {
    margin-top: 30px;
  }
}

/* ==================================================
  商品グループ 正月単品
================================================== */
.newyear-single__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: .85em;
  text-align: center;
}
.newyear-single__box {
  background: #fff;
  border: 1px solid #AD3F3F;
  border-radius: 6px;
  padding: 20px 20px 25px;
}
.newyear-single__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
.newyear-single__lead p {
  margin: 0;
  font-size: 2rem;
}
.newyear-single__lead02 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1.2em;
}
.newyear-single__icon {
  display: block;
  width: 36px;
  height: 36px;
}
.newyear-single__delivery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 17px 0;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
}
.newyear-single__item {
  padding: 0 30px;
  text-align: center;
}
.newyear-single__item + .newyear-single__item {
  border-left: 1px dashed #CCCCCC;
}
.newyear-single__area {
  background: #faeeee;
  color: #b83f3f;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 13px;
  padding: 8px 10px;
}
.newyear-single__date {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.newyear-single__date strong {
  color: #AD3F3F;
  font-weight: 700;
}
.newyear-single__notes {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 14px 20px 0;
  text-align: center;
}
.newyear-single__notes p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
.newyear-single__notes .newyear-single__limit {
  color: #AD3F3F;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: .58em;
}

@media screen and (max-width: 980px) {
  .newyear-single__title {
    font-size: 2.5rem;
    margin-bottom: .6em;
  }
  .newyear-single__box {
    padding: 15px 12px;
  }
  .newyear-single__lead {
    justify-content: flex-start;
    gap: 5px;
    padding: 0 0 12px;
  }
  .newyear-single__lead p {
    font-size: 1.5rem;
  }
  .newyear-single__lead02 {
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-align-last: left;
  }
  .newyear-single__icon {
    width: 30px;
    height: 30px;
  }
  .newyear-single__delivery {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .newyear-single__item {
    padding: 10px 0;
  }
  .newyear-single__item + .newyear-single__item {
    border-top: 1px solid #DDDDDD;
    border-left: none;
  }
  .newyear-single__area {
    font-size: 1.4rem;
    margin: 0 0 8px;
    padding: 6px 8px;
  }
  .newyear-single__date {
    font-size: 1.6rem;
  }
  .newyear-single__date span {
    display: block;
    font-size: 1.5rem;
    margin-top: .2em;
  }
  .newyear-single__notes {
    padding: 12px 0 0;
    text-align: left;
  }
  .newyear-single__notes p {
    font-size: 1.4rem;
  }
  .newyear-single__notes .newyear-single__limit {
    font-size: 1.6rem;
  }
}

/* ==================================================
  商品グループ 正月数量限定
================================================== */
.newyear-limited__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.04em;
  margin: 0 0 32px;
  margin-bottom: .85em;
  text-align: center;
}
.newyear-limited__title span {
  display: inline-block;
  padding: 4px 13px;
  background: #94701a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
}
.newyear-limited__box {
  background: #fff;
  border: 1px solid #94701a;
  border-radius: 6px;
  padding: 20px;
}
.newyear-limited__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  gap: 20px;
}
.newyear-limited__calendar {
  flex: 0 0 auto;
  display: block;
  width: 43px;
  height: 43px;
}
.newyear-limited__lead-title {
  margin: 0;
  font-size: 2rem;
}
.newyear-limited__lead-title strong {
  color: #846217;
  font-weight: 700;
}
.newyear-limited__lead-text {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  margin: 0.6em 0 0;
}
.newyear-limited__delivery {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: center;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  margin-top: 12px;
  padding: 10px 0;
}
.newyear-limited__shipping,
.newyear-limited__item {
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.newyear-limited__item {
  border-left: 1px dashed #CCCCCC;
}
.newyear-limited__shipping-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #846217;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.newyear-limited__shipping-title img {
  display: block;
  width: 36px;
  height: 27px;
  object-fit: contain;
}
.newyear-limited__shipping-title strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.newyear-limited__shipping p {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}
.newyear-limited__shipping p strong {
  color: #94701a;
  font-weight: 700;
}
.newyear-limited__area {
  background: #F2EBDC;
  color: #846217;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 13px;
  padding: 8px 10px;
}
.newyear-limited__date {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.newyear-limited__date strong {
  color: #846217;
  font-weight: 700;
}
.newyear-limited__notes {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 14px 20px 0;
  text-align: center;
}
.newyear-limited__notes p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
.newyear-limited__notes .newyear-limited__limit {
  color: #AD3F3F;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: .58em;
}
@media screen and (max-width: 767px) {
  .newyear-limited__title {
    gap: 7px;
    font-size: 2.4rem;
    margin-bottom: .6em;
  }
  .newyear-limited__title span {
    padding: 3px 10px;
    font-size: 1.4rem;
  }
  .newyear-limited__box {
    padding: 18px 16px;
  }
  .newyear-limited__lead {
    justify-content: flex-start;
    gap: 10px;
  }
  .newyear-limited__calendar {
    width: 32px;
    height: 32px;
  }
  .newyear-limited__lead-title {
    font-size: 1.5rem;
  }
  .newyear-limited__lead-text {
    font-size: 1.4rem;
    margin: 0.5em 0 0;
    text-align: left;
  }
  .newyear-limited__delivery {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .newyear-limited__shipping,
  .newyear-limited__item {
    padding: 10px 0px;
  }
  .newyear-limited__item {
    border-top: 1px solid #DDDDDD;
    border-left: none;
  }
  .newyear-limited__shipping-title {
    gap: 8px;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .newyear-limited__shipping-title strong {
    font-size: 1.4rem;
  }
  .newyear-limited__shipping p {
    font-size: 1.6rem;
  }
  .newyear-limited__area {
    font-size: 1.4rem;
    margin: 0 0 8px;
    padding: 6px 8px;
  }
  .newyear-limited__date {
    font-size: 1.6rem;
  }
  .newyear-limited__notes {
    padding: 12px 0 0;
    text-align: left;
  }
  .newyear-limited__notes p {
    font-size: 1.4rem;
  }
  .newyear-limited__notes .newyear-limited__limit {
    font-size: 1.6rem;
  }
}