@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#sale {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  /*background: #151515;
	color: #fff;*/
}
#sale img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#sale p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#sale h1, #sale h2, #sale h3, #sale h4, #sale h5 {
  color: #151515;
  text-align: center;
  font-weight: normal;
  background: none;
  border: none;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
}
#sale h1 {
  font-size: 4.5em;
  margin: 50px auto 50px;
  line-height: 110%;
  font-weight: 500;
}
#sale h1 span {
  display: block;
  font-size: 0.4em;
}
#sale h2 {
  font-size: 2.5em;
  line-height: 140%;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#sale h2 img {
  width: 20%;
  max-width: 150px;
}
#sale h3 {
  margin-bottom: 30px;
  margin-top: -50px;
}
#sale h3 img {
  width: 35%;
  max-width: 230px;
}
#sale .sale_wrap {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#sale p {
  font-size: 1em !important;
  line-height: 180%;
}
#sale .flex, #sale .brandlist, #sale .itemlist {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#sale .main_text {
  margin: 0 auto 100px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  width: 100%;
  max-width: 1000px;
}
#sale p.main_text span {
  color: #fff798;
  font-weight: bold;
}
#sale section.style {
  padding: 100px 0;
  position: relative;
  width: 100%;
  background: #efdecd;
}
#sale section.style .itemline {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
}
#sale section.item {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding: 5% 5%;
  background: #dce2eb;
}
#sale section.item img {
  width: 90%;
  max-width: 400px;
  margin-bottom: 30px;
}
#sale section.item p.itemtext {
  text-align: left;
  margin: 20px auto !important;
}
#sale section.item p.itemtext a {
  text-decoration: underline;
  color: #333;
}
#sale section.style .styling {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
#sale .style .textaria {
  margin: 40px auto;
  width: 100%;
}
#sale .style .textaria p.text {
  text-align: left;
  margin: 0 auto 20px !important;
}
#sale .style .textaria p.model {
  margin: 20px auto 0 !important;
  font-size: 0.8em !important;
}
#sale section.style .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  padding: 12px 0;
  border-top: 1px #333 solid;
  margin: auto;
}
#sale section.style .itemlist:last-of-type {
  border-bottom: 1px #333 solid;
}
#sale section.style .itemlist div:first-child {
  width: 75%;
  padding: 4px 1% 3px 0;
  line-height: 180%;
}
#sale section.style .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#sale section.style p.itemname {
  margin: 20px auto 20px !important;
  font-size: 1em !important;
}
#sale section.style p.price {
  margin: 0 auto 20px !important;
  font-size: 1.2em !important;
  display: block;
}
#sale section.style p.price {
  margin: 0 auto !important;
  font-size: 1.2em !important;
  display: block;
}
#sale p.price span {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
#sale section.newitem {
  margin: -100px auto 100px;
  padding-top: 150px;
}
#sale section.brand {
  margin: 50px auto 80px !important;
  max-width: 90%;
}
#sale .brandlist div {
  flex-basis: calc(100% / 3);
  padding:2em 4%;
}
#sale section.newitem .itemlist p.itemname {
  text-align: left;
  margin: 5px auto 10px !important;
  height:3em;
  padding: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1em !important;
  line-height: 150%;
}
#sale section.newitem .itemlist p.itemname span {
  color: #C52F32;
  font-size: 1em !important;
}
#sale section.newitem .itemlist p.price {
  margin: 0 auto !important;
  text-align: center;
}
/* 購入ボタン */
#sale .buy, #sale a.other {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #7c0a02;
  background: #7c0a02;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  border-radius: 8px;
}
#sale section.newitem .buy {
  margin: 10px auto;
  max-width: 100px;
}
#sale a.other {
  width: 80%;
  max-width: 550px;
  margin: 30px auto 50px;
  padding: 10px 0;
  font-size: 1.2em;
}
#sale .buy:hover, #sale a.other:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #7c0a02;
  color: #7c0a02;
}
/* 回遊リンク */
#sale .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#sale .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #151515;
  border-bottom: 1px solid #151515;
  color: #151515;
  letter-spacing: 3px;
}
#sale .Banner4 ul {
  display: inline;
}
#sale .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
#sale .style .slide ul {
  width: 100%;
  max-width: 510px;
}
#sale .style .slide ul li img {
  width: 100%;
  max-width: 510px;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #sale h3 {
    font-size: 2.5em;
  }
  #sale h3 span {
    font-size: 0.65em;
    margin-left: 10px;
  }
  #sale .pcflex {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 100%;
  }
  #sale .pcflex .inner {
    flex-basis: 40%;
    margin: 0 auto;
  }
  #sale section.point {
    width: 1000px;
  }
  #sale .style .item {
    flex-basis: 45%;
    margin: 1%;
    padding: 80px 0;
  }
  #sale .style .styling {
    flex-basis: 49%;
    margin: 1%;
    padding: 80px 0;
  }
  #sale .brandlist div {
    flex-basis: calc(100% / 3);

  }
  #sale section.newitem .itemlist div {
    flex-basis: calc(100% / 3);
    padding: 1%
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #sale h1 {
    font-size: 11vw;
    line-height: 100%;
  }
  #sale h1 span {
    font-size: 4vw;
    letter-spacing: 1px;
  }
  #sale h2 {
    font-size: 8.25vw;
    margin-bottom: 5.5vw;
  }
  #sale h3 {
    font-size: 7.25vw;
    line-height: 120%;
    margin-bottom:0.5em;
    margin-top: 0em;
  }
  #sale h3 span {
    font-size: 4.85vw;
    background: linear-gradient(transparent 50%, #dce2eb 50%);
  }
  #sale p, #sale div {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #sale .main_text {
    margin: 12.125vw auto !important;
    width: 90%;
  }
  #sale section.item {
    padding: 10% 5%;
  }
  #sale section.point {
    margin: 17.125vw auto 0;
  }
  #sale ul.point_slider li .point_inner {
    width: 100vw;
    margin: 8vw auto;
    padding: 0 5%;
    opacity: 0;
  }
  #sale ul.point_slider li.slick-active .point_inner {
    opacity: 1;
    margin-left: -11vw;
  }
  #sale ul.point_slider li {
    padding: 0 0.3%;
  }
  #sale section.style {
    padding: 10.5vw 0;
    width: 100%;
  }
  #sale section.style .pcflex div.inner {
    width: 90%;
    margin: 0 auto 8.125vw;
  }
  #sale .style .textaria {
    /*width: 90%;*/
    margin: 10.25vw auto 0;
  }
  #sale section.white {
    margin: 48.25vw auto 10.5vw;
  }
  #sale .itemlist div {
    font-size: 3.8vw !important;
  }
  #sale .itemlist p.price {
    font-size: 3.3vw !important;
  }
  #sale section {
    margin: 50px auto;
  }
  #sale section.newitem {
    margin: -100px auto 100px;
    padding-top: 100px;
  }
  #sale section.brand {
    margin: 10.5vw auto 50px !important;
    max-width: 90%;
  }
  #sale section.newitem {
    margin: -70px auto 60px;
    padding-top: 70px;
  }
  #sale section.newitem .itemlist div {
    flex-basis: 50%;
    padding: 1em 1% 0;
    margin-bottom: 10px;
  }
  #sale a.other {
    margin: 2em auto 1em;
    font-size: 1em;
    padding: 2px;
  }

  #sale section.newitem .itemlist p.itemname {
    height: 3em;
    font-size: 3.8vw !important;
     padding: 0 0;
  }
  #sale section.newitem .itemlist p.itemname span {
    font-size: 3.8vw !important;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #sale .Banner4 {
    text-align: center;
    width: 100%;
  }
  #sale .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #sale .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #sale .header {
    position: relative;
    /*height: 145.5vw;*/
  }
}