.topimg_back {
  background-color: #add6db;
  }


/*ナビ*/
.nav_wrap {
  background: repeating-linear-gradient(135deg, #f5f2ec, #f5f2ec 10px, #fff 10px, #fff 16px);
  }
.nav {
  margin: 50px auto 0px;
  padding: 35px 0 35px;
  }
.nav li {
  background-color: #b3997b;
  max-width: 120px;
  width: 120px;
  height: 120px;
  }
.nav li p {
  line-height: 1.3rem!important;
  font-size: 1rem!important;
  }
.nav_stiky a {
  background-color: #b3997b;
  }
.nav_stiky {
  margin: 20px auto 80px;
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 0px;
  padding: 6px 80px;
  }
.nav_stiky a {
  width: 100px;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border-radius: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
/*追従ナビ設定*/
.nav_stiky{
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  margin: 0px auto 80px;
  position: fixed;
  height: 90%;
  z-index: 99999;
  top: 50px;
  right: 80px;
  padding: 6px 0px;
  }
.nav_stiky a {
  display: block;
  width: 100px;
  height: 80px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  color:#fff;
  letter-spacing: 0.1rem;
  text-align: center;
  border-radius: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
  }
.nav_stiky li p{
  line-height: 1rem!important;
  padding: 10px;
  }
.next-arrow_wrap{
  display: none;
  }
/*SP・モバイルレスポンシブ調整*/
@media only screen and (max-width: 1400px){
  .nav-wrap-sp{
  position: relative;
  }
  .nav_stiky{
  width: 100%;
  height: 70px;
  background-color: #b3997b;
  display: flex;
  justify-content: center;
  flex-wrap: none;
  align-items: center;
  flex-direction: inherit;
  margin: 0 auto;
  top: 0px;
  padding: 0;
  left:0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  }
  .nav_stiky a {
  height: 70px;
  margin-bottom: 0px;
  margin-right: 0px;
  border-radius: 0;
  font-size: 0.9em;
  box-shadow: none;
  border:none;
  border-right:1px solid #fff;
  }
  .nav_stiky li p{
  line-height: 0.9rem!important;
  }
  .nav_stiky a:first-child{
  /*border-left:none;*/
  }
  .nav_stiky a:last-child{
  /*border-right:none;*/
  }
  }
@media only screen and (max-width: 780px){
  .nav_stiky a:first-child{
  border-left:1px solid #fff;
  }
  .nav_stiky a:last-child{
  border-right:1px solid #fff;
  }
  }
@media only screen and (max-width: 767px){
  .nav{
  margin: 40px auto 0px;
  padding: 25px 0 25px;
  }
.nav li {
  max-width: 100px;
  width: 100px;
  height: 100px;
  }
.nav li p {
  line-height: 1.1rem !important;
  font-size: 0.9rem !important;
  }
  .nav_stiky li p{
  padding: 10px;
  }
  }
@media only screen and (max-width: 750px){
  .nav_stiky a {
  letter-spacing: 0.3px;
  line-height: 1rem;
  }
  }
@media only screen and (max-width: 809px){/*スクロール表示*/
  .nav_stiky li p {
  font-size: 0.7rem!important;
  letter-spacing: 0rem;
  }
  .nav_stiky a {
  width: 70px;
  }
  .nav_stiky a:last-child {
  margin-right: 30px;
  }
  }
@media only screen and (max-width: 670px){/*スクロール表示*/
  .nav_stiky a:first-child{
  border-left:none;
  }
  .nav_stiky a:last-child{
  border-right:none;
  }
  .nav_stiky{
  flex-direction: column;
  }
  .next-arrow_wrap{
  display: block;
  background-color: #fff;
  opacity: 0.7;
  z-index: 99999;
  position:fixed;
  right: 0px;
  top: 0px;
  width:30px;
  height:70px;
  }
  .next-arrow {
  position:absolute;
  right: 10px;
  top: 25px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  }
  }
@media only screen and (max-width: 499px){
  .nav{
  margin: 30px auto 0px;
  gap: 5px 10px
  }
  .nav li {
  max-width: 80px;
  height: 80px;
  }
  .nav li p {
  font-size: 0.7rem!important;
  line-height: 0.9rem!important;
  }
  .nav_stiky.nav li {
  max-width: 100px;
  height: 100px;
  font-size: 0.7rem;
  line-height: 1rem;
  }
  }
@media only screen and (max-width: 460px){
  .nav_stiky a {
  width: 60px;
  }
  .nav_stiky li p{
  padding: 4px;
  font-size: 0.8em;
  }
  }



/*ナビ　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;
  }
  }*/





/*見出し*/
.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;
  }
  }

/*セールエリア*/
.contents_wrap_sale{
  background-color: #f1eee7;
  }
.sale_diff{
  background-color: #d6e6e7;
  }
.contents_wrap_sale .headline_point{
  background-color: #cb4a3c;
  }
/*価格*/
.sale_list_wrap ul li p.pr2 {
  color: #db3523;
  }
/*アイコン*/
.ico_free {
  background: #bf2e1e;
  }
.ico_off {
  background: #bf2e1e;
  }
/*もっと見るボタン*/
.morebutton {
  background-color: #cb4a3c;
  }
.font_em {
  color: #cb4a3c;
  }


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



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