/*
body {
  background: url(https://img09.shop-pro.jp/PA01043/475/etc/coding_img.jpg?cmsp_timestamp=20200616185505);
  background-size: 1400px;
  background-position: top;
  background-repeat: no-repeat;
}
*/


.bnr_area {
  background: url(https://img09.shop-pro.jp/PA01043/475/etc/00_main_bg01.jpg?cmsp_timestamp=20220204103337);
  background-size: auto;
  padding: 50px 2% 60px;
  margin-bottom: 74px;
}
.bnr_area.news_bnr {
  background: none;
  padding: 0 2%;
  margin-bottom: 100px;
}
.news_bnr .planning_bnr:hover {
  opacity: 1;
}
.hl_area {
  margin-bottom: 40px;
}
.content_hl {
  color: #882d24;
  font-size: 24px;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}
.content_hl:after {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_main_img.png?cmsp_timestamp=20220204105350);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
}
.content_sub_hl {
  color: #882d24;
  font-size: 14px;
  text-align: center;
}
.bnr_half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planning_bnr {
  max-width: 400px;
  width: 48.7%;
  margin-bottom: 30px
}
.planning_bnr:hover {
  opacity: 0.7;
}
.bnr_all .planning_bnr {
  width: 100%;
  max-width: inherit;
}
.planning_bnr a {
  display: inline-block;
}
.bnr_contents {
  margin-bottom: 15px;
}
.bnr_contents:last-child {
  margin-bottom: 0;
}
.products {
  color: #882d24;
  display: flex;
  justify-content: space-between;
}
.products_box {
  width: 31.5%;
}
.recommend .hl_area {
  margin-bottom: 48px;
}
.products_name {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 18px auto 13px;
  width: 90%;
}
.products_txt {
  font-size: 15px;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto 23px;
}
.products_price {
  width: 90%;
  margin: 0 auto;
}


.hover-parent {
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
}
.hover-parent a {
  display: inline-block;
}
.hover-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(136, 45, 36, 0.8);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.hover-mask span {
  font-size: 18px;
  border-bottom: 4px solid;
  padding: 0 15px 4px;
}
.hover-parent:hover .hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
}
.recommend {
  margin-bottom: 97px;
}
.notice_area {
  margin-bottom: 64px;
}
.best3_area {
  padding: 42px 0;
  background-image: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_img.jpg?cmsp_timestamp=20220204105612);
}
.best3_block {
  padding: 58px 2% 26px;
  background-image: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_bg.jpg?cmsp_timestamp=20220204105645);
  background-size: cover;
  background-size: auto;
}
.products.ranking {
  padding-top: 69px;
}
.ranking .products_box {
  position: relative;
}
.ranking .products_box:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon_01.png?cmsp_timestamp=20220204105757);
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ranking .products_box.second:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon_02.png?cmsp_timestamp=20220204105830);
}
.ranking .products_box.third:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon_03.png?cmsp_timestamp=20220204105942);
}

.for_gifts .ranking .products_box:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon02_01.png?cmsp_timestamp=20220204110023);
}
.for_gifts .ranking .products_box.second:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon02_02.png?cmsp_timestamp=20220204110059);
}
.for_gifts .ranking .products_box.third:before {
  content: url(https://img09.shop-pro.jp/PA01043/475/etc/00_ranking_icon02_03.png?cmsp_timestamp=20220204110132);
}

.for_home {
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 62px;
}
.for_home:after {
  content: "";
  position: absolute;
  background-image: url(https://img09.shop-pro.jp/PA01043/475/etc/00_three_line.png?cmsp_timestamp=20220204105906);
  width: 100%;
  height: 11px;
  background-repeat: repeat-x;
  bottom: 0;
}

/* 冷蔵・冷凍アイコン追加 */
.icon-new {
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 34%;
}
.hover-parent:hover .hover-mask {
  z-index: 2;
}
a.product-list__link:hover + .hover-parent .hover-mask {
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 2;
}

a.product-list__link:hover ~ .product-list__name p,
a.product-list__link:hover ~ .product-list__prices {
   color: #ccc;
}

.hover-parent a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
  width: 100%;
}

.news_text_area {
    border: 2px solid #8f2429;
    padding: 15px;
    margin-bottom: 30px;
}
.news_text_area h2 {
    color: #8f2429;
    margin: 0 0 15px;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
}
.news_text_area p {
  margin-bottom: 10px;
}
.news_text_area p:last-child {
  margin-bottom: 0;
}
.news_text_block_b {
  font-weight: bold;
}


.products {
    justify-content: center;
}
.products_box {
    margin-right: 2.75%;
}
.products_box:last-child {
  margin-right: 0;
}

/* gmailお知らせ追加 */
.news_text_block.flex {
  display: flex;
  justify-content: space-between;
}
.left_block {
    width: 52%;
    line-height: 1.8;
}
.right_block {
    width: 44%;
}

.price_flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}