@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?a2bvl1');
  src: url('fonts/icomoon.eot?a2bvl1#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?a2bvl1') format('truetype'), url('fonts/icomoon.woff?a2bvl1') format('woff'), url('fonts/icomoon.svg?a2bvl1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
  content: "\e900";
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  font-family: "Arial", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.5px;
}
body img {
  width: 100%
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Arial", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
#sale_conts,
.sale_conts{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.sale_list_box1, .sale_list_box2 {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 25px;
  box-sizing: border-box;
}
ul.cat_bt {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 150px;
}
ul.cat_bt li {
  width: 25%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background: #ccc;
  float: left;
  text-align: center;
}
ul.cat_bt li:last-child {
  border-right: 0;
}
ul.cat_bt li a {
  padding: 30px 40px;
  box-sizing: border-box;
  display: block;
}
p.list_ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.sale_list {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  padding: 50px 25px 0 25px;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.sale_list ul {
  zoom: 1;
  width: 103%;
  text-align: center;
}
.sale_list ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.sale_list ul li {
  width: 22%;
  margin: 0 3% 60px 0;
  float: left;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 10px;
    height:450px;
}
.sale_list ul li img {
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ico_off, .ico_free {
  padding: 3px 5px 0 5px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
  float: left;
  display: block;
  letter-spacing: 0.5px !important;
}
.ico_off:empty, .ico_free:empty {
  display: none;
}
.sale_list ul li p.sttl {
  height: 60px;
  font-size: 14px;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.sale_list ul li p.pr1 {
  text-decoration: line-through;
  color: red;
  margin-bottom: 10px;
}
.sale_list ul li p.pr2 {
  color: #CB484A;
  /*  background: red;
  border-radius: 50px;
  padding: 5px 0 2px;*/
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
.sale_coupon img{
  width: auto;
  max-width: 100%;

}
img.bn700 {
  max-width: 1200px;
  display: block;
  margin: 0 auto 80px auto;
}
#footer {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
}
.infofotImg {
  width: 100%;
  display: block;
}
#footer .fottxt {
  width: 100%;
  margin: 20px auto;
  border-top: 1px solid #dbd4cf;
  padding: 20px 10px;
  box-sizing: border-box;
}
.diary {
  float: left;
}
.copyright {
  float: right;
  font-size: 12px;
}
.diary dt {
  font-weight: bold;
  padding: 0 0 5px;
}
.diary dd {
  line-height: 1.5;
  font-size: 12px;
}
.heading{
  background: #f1f1f1;
  text-align: center;
  padding: 0 4%;
  margin: 100px 0 40px;
}
.heading img{
  width: auto;
  max-width: 100%;
}
.jumplink{
  margin-top: 10px;
  border-bottom: 1px dotted #333;
  display: inline-block;
}
.jumplink>li{
  border-top: 1px dotted #333;
}
.jumplink a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  line-height: 1.4;
  text-align: left;
}
.jumplink a::after{
  content: '▼';
  font-weight: bold;
  margin: 0 5px;
  font-size: 12px;
}
.jumplink a:hover{
  color: #333;
}
.jumplink .jumplink{
  border-bottom: none;
  font-size: 14px;
  margin: 5px 0 15px;
}
.jumplink .jumplink>li{
  border-top: none;
}
.jumplink .jumplink>li:first-child{
  border-top: 0;
}
.jumplink .jumplink a{
  font-weight: normal;
  padding: 5px 0 5px 20px;
}
.jumplink .jumplink a::after{
  opacity: .5;
}
.morebutton{
  display: inline-block;
  padding: 20px 40px;
  border-radius: 10px;
  background: #993300;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
  transition: opacity .2s ease;
}
.morebutton:hover{
  opacity: .7;
}
.morebutton:visited,
.morebutton:link{
  color: #fff;
}
.center{
  text-align: center;
}
@media screen and (max-width:1100px) {
  .sale_list ul li {
    height: 430px;
  }
}
@media screen and (max-width:1000px) {
  .sale_list ul li {
    height: 420px;
  }
}

@media screen and (max-width:920px) {
  .sale_list ul {
    width: 103%;
  }
  .sale_list ul li {
    width: 30.3%;
    margin: 0 3% 50px 0;
    padding: 10px;
    height: 440px;
  }
  .icon-new, .icon-free, .icon-30 {
    max-width: 60px;
    max-height: 60px;
    top: -20px;
    left: -10px;
  }
}
@media screen and (max-width:770px) {
  .sale_list ul li {
    height: 420px;
  }
}
@media screen and (max-width:725px) {
  ul.cat_bt {
    margin-bottom: 100px;
  }
  ul.cat_bt li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  ul.cat_bt li:nth-child(even) {
    border-right: none;
  }
  ul.sale_list li {
    width: 47%;
    margin: 1%;
    margin-bottom: 40px;
    height: 400px;
  }
  .ico_off, .ico_free {
    font-size: 12px;
  }
}
@media screen and (max-width:680px) {
  .sale_list ul li {
    height: 410px;
  }
}
@media screen and (max-width:599px) {
  ul.cat_bt {
    margin-bottom: 50px;
  }
  img.bn700 {
    margin: 0 auto 40px auto;
  }
  .sale_list {
    padding: 10px 10px 0 10px;
  }
  .sale_list ul {
    width: 102%;
  }
  .sale_list ul li {
    width: 48%;
    margin: 0 2% 60px 0;
    padding: 10px;
    height:440px;
  }
  .icon-new, .icon-free, .icon-30 {
    max-width: 80px;
    max-height: 80px;
    top: -20px;
    left: -5px;
  }
  .diary {
    float: none;
    margin-bottom: 20px;
  }
  .copyright {
    float: none;
  }
  .sale_list ul li p.pr1 {
    font-size: 14px;
  }
}
@media screen and (max-width:530px) {
  .sale_list ul li {
    height:420px;
  }
}
@media screen and (max-width:500px) {
  .sale_list ul li {
    height:405px;
  }
}
@media screen and (max-width:450px) {
  .sale_list_box1, .sale_list_box2 {
    padding: 25px 10px 10px 10px;
  }
  .sale_list {
    padding: 10px 5px 0 5px;
  }
  .sale_list ul li {
    margin: 0 2% 10px 0;
    height:390px;
  }
  .sale_list ul li p.sttl {
    font-size: 12px;
  }
  .sale_list ul li p.pr1 {
    font-size: 12px;
  }
  .morebutton{
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width:350px) {
    .sale_list ul li {
    margin: 0 2% 10px 0;
    height:370px;
  }
  .sale_list ul li p.sttl {
    font-size: 10px;
  }
  .ico_off, .ico_free {
    font-size: 10px;
  }
}



