.topimg_back {
  /*background-color: #add6db;*/
  background: linear-gradient(to right, #f7b4b4 0%, #f7b4b4 50%, #b6d0ea 50%, #b6d0ea 100%);
  }

/*ナビ*/
.nav_wrap {
  background: repeating-linear-gradient(135deg, #f7f5db, #f7f5db 10px, #fff 10px, #fff 16px);
  background: repeating-linear-gradient(135deg, #faece4, #faece4 10px, #fff 10px, #fff 16px);
  }
.nav li {
  background-color: #f28282;
  }
.nav li p {
  color: #fff;
  }
.nav_stiky a {
  background-color: #f28282;
  }
.nav_stiky li p {
  color: #fff;
  }
@media only screen and (max-width: 1280px) {
  .nav_stiky {
  background-color: #f28282;
  }
  .nav_stiky li p {
  line-height: 1rem!important;
  }
  }
/*色変*/
.nav-father{
  background-color: #85b0db!important;
  }
.nav-mother-father{
  background-color: #efb120!important;
  }

/*ナビ　7個メニュー用調整*/
/*
.nav{
  margin: 50px auto 0px;
  gap: 10px 10px;
  width:1030px;
  }
  .nav li{
  max-width: 120px;
  width: 120px;
  height: 120px;
  }
  .nav li p{
  font-size: 16px;
  }
  .nav_stiky li p {
  line-height: 1.1rem;
  font-size: 0.9rem;
  }
  @media only screen and (max-width: 1280px) {
  .nav_stiky a {
  height: 80px;
  }
  }
  @media only screen and (max-width: 680px) {
  .nav li{
  max-width: 100px;
  width: 100px;
  height: 100px;
  }
  .nav li p{
  font-size: 15px;
  }
  }
  @media only screen and (max-width: 499px) {
  .nav{
  gap: 10px 5px;
  }
  .nav li {
  max-width: 85px;
  height: 85px;
  line-height: 1.2rem;
  }
  .nav li p{
  font-size: 13px;
  }
  .nav_stiky a {
  font-size: 0.9rem;
  letter-spacing: -0.1rem;
  }
  .nav_stiky li p {
  line-height: 1rem;
  font-size:0.8rem;
  letter-spacing:-0.05rem;
  }
  }
  @media only screen and (max-width: 460px) {
  .nav_stiky li p {
  padding: 3px;
  }
  }*/


/*eギフトバナー*/
.nav {
  margin: 50px auto 50px;
  }
.egift-bottom_bnr,.egift-top_bnr img{
  margin-bottom: 40px;
  }
.egift-bottom_bnr{
  margin-top: 40px;
  }
@media screen and (max-width:499px) {
  .nav {
  margin: 50px auto 30px;
  }
  .egift-bottom_bnr,.egift-top_bnr img{
  margin-bottom: 20px;
  }
  .egift-bottom_bnr img{
  margin-bottom: 0px;
  }
  .egift-bottom_bnr{
  margin-top: 20px;
  }
  }



/*見出し*/
.headline_date{
  margin:0 auto 10px auto;
  font-size:1.3rem;
  line-height: 1.5rem;
  letter-spacing:0.1rem;
  margin-bottom:15px;
  margin-top: 15px;
  padding: 0 0px 0;
  color: #ea2f2f;
  }
.headline_date-border{
  max-width:500px;
  border:2px solid #ea2f2f;
  padding:15px;
  margin:0 auto 40px;
  color:#ea2f2f;
  }
.headline_date-border .countdown_p {
  font-size: 1rem;
  }
.h3-headline-em {
  background-color: #29211f;
  }
.h3-headline::before, .h3-headline::after {
  background-color: #29211f;
  }
@media screen and (max-width: 767px) {
  .headline_date{
  font-size:1.1rem;
  }
  .headline_em {
  padding: 35px 0px 15px;
  }
  .headline_em-point {
  width: 50px;
  }
  }
@media screen and (max-width:499px) {
  .headline_date-border{
  margin:0 auto 30px;
  }
  .headline_date-border .headline_date{
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom:20px;
  }
  .headline_date-border .countdown_p {
  font-size: 0.9rem;
  }  
  }
.headline-inner{
  margin-top:50px;
  margin-bottom: 40px;
  font-size:1.7rem;
  }
@media screen and (max-width: 499px) {
  .headline_date{
  font-size:1rem;
  }
  .headline-inner {
  font-size: 1.4rem;
  margin-top:20px;
  margin-bottom: 10px;
  }
  }


/*クーポンエリア　複数日付表記*/
/*
.headline_date_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0 auto;
}
.headline_em {
padding: 35px 20px 15px;
}
.headline_date{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto 10px 0px;
  font-size:1.4rem;
  font-weight:bold;
  line-height: 16px;
  letter-spacing: 0.1rem;
  padding: 0 20px 0;
}
.headline_date span{
  display: block;
  background-color: #1d1a1a;
  width:4rem;
  color:#fff;
  font-size: 1rem;
  margin-right: 10px;
  padding:0.4rem;
}
.headline_date p{
  font-size: 1rem;
  margin-top: 16px;
}
@media screen and (max-width:600px) {
.headline_date{
  font-size: 1.2rem;
  margin:0 auto 5px;
  }
.headline_date span{
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
  width:3.5rem;
  }
}
@media screen and (max-width:500px) {
  .headline_date{
  font-size: 1rem;
  }
}
@media screen and (max-width:445px) {
.headline_date{
  font-size: 1rem;
  letter-spacing: 0.05rem;
  }
.headline_date span{
  font-size: 0.8rem;
  padding: 0.2rem 0rem;
  width:3.4rem;
  margin-right: 7px;
  }
}
*/



/*アイコン*/
.ico_off,.ico_free {
  /*background: #ea2f2f;*/
  }




/*クーポンエリア*/
.caption-coupon_date{
  font-size: 1.3rem;
  font-weight:600;
  margin-top:15px;
  color: #ea2f2f;
  letter-spacing: 0.05rem;
  }
@media screen and (max-width: 499px) {
  .caption-coupon_date{
    margin-top:5px;
    font-size: 1.1rem;
  }
  }


/*セクション内見出しの上余白*/
.h2-inner{
  margin-top:120px;
  }
@media screen and (max-width: 499px) {
  .h2-inner{
  margin-top:80px;
  }
  }

/*セールエリア*/
.contents_wrap_sale{
  background-color: #faece4;
  }
.sale_diff{
  background-color: #f7f6dc;
  }
/*セールエリア　父の日*/
.sale_father{
  background-color: #e1edf7;
  }
.contents_wrap_sale .headline_point{
  background-color: #df3535;
  }
/*価格*/
.sale_list_wrap ul li p.pr2 {
  color: #df3535;
  }
/*アイコン*/
.ico_free {
  background: #df3535;
  }
.ico_off {
  background: #df3535;
  }
/*もっと見るボタン*/
.morebutton {
  background-color: #df3535;
  }
.font_em {
  color: #df3535;
  }


/*右下の三角 通常商品*/
.sale_list_wrap ul li:after {
  border-right: 13px solid #f1c8bf;
  border-bottom: 13px solid #f1c8bf;
  }
.sale_diff .sale_list_wrap ul li:after {
  border-right: 13px solid #dbdab7;
  border-bottom: 13px solid #dbdab7;
  }
.sale_father .sale_list_wrap ul li:after {
  border-right: 13px solid #b8c9d7;
  border-bottom: 13px solid #b8c9d7;
  }
/*右下の三角 注目商品*/
.featured-item li:after {
  border-right: 20px solid #f1c8bf!important;
  border-bottom: 20px solid #f1c8bf!important;
  }
.sale_diff .featured-item li:after {
  border-right: 20px solid #dbdab7!important;
  border-bottom: 20px solid #dbdab7!important;
  }
.sale_father .featured-item li:after {
  border-right: 20px solid #b8c9d7!important;
  border-bottom: 20px solid #b8c9d7!important;
  }



/*セールエリア　小見出しなし余白調整*/
.sale_inner-common {
  margin-top: 0px;
  }
@media screen and (max-width: 599px) {
  .sale_inner-common {
  margin-top: 0px;
  }
  }