.pc {
  display: block;
}

.sp {
  display: none;
}

#main {
  width: 100%;
}

#hd_bnr {
  display: none !important;
}

#newfooter {
  margin-top: 0;
}

#gvwrapper {
  width: 100%;
}

#side-wrapper,
#side_tab,
#ft_bnr {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

br.sp {
  display: none;
}

div#sale_title {
  height: 400px;
  background-size: cover;
  background: url(title_bg.jpg);
  margin-top: 60px;
}

div#sale_title.more_sale {
  background: url(haikei_more.jpg);
}

#sale_title h1 {
  padding-top: 30px;
}

#sale_title h1 img {
  margin: 0 auto;
  height: 340px;
}

p#henpin {
  width: 1000px;
  margin: 20px auto;
  border: solid 3px #333333;
}

p#henpin a {
  padding: 18px 0;
  display: block;
}

p#henpin img {
  margin: 0 auto;
}

div#sale_contents {
  text-align: left;
  background: #fff;
  margin: 0 auto;
  width: 1000px;
  position: relative;
  padding: 0 20px;
  margin-top: 24px;
}

div.comment {
  margin: 10px 0 40px;
  text-align: center;
  font-size: 0.8em;
}

div#sale_contents div.comment p {
  width: 42%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  font-size: 13px;
}

div#sale_contents h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 20px;
  margin-top: 30px;
  line-height: 1.5;
}

div#sale_contents h2.nt {
  margin-top: 50px;
}

div#sale_contents h3 {
  font-size: 18px;
  border-bottom: solid 1px #dcdcdc;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0;
}

.nt {
}

div#sale_contents img {
  border: 0;
  margin: 0 auto;
}

div#sale_contents img#sp_topimg {
  display: none;
}

div#sale_contents img#pc_topimg {
  display: block;
}

/* 横並び指定 */
#where ul,
#popular ul,
#item_cate ul,
#brand ul,
#size ul,
#price ul {
  display: flex;
  flex-wrap: wrap;
}

/* どこから探す？ */
#where ul li {
  width: calc(100% / 4);
  box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  padding: 0 8px;
}

#where ul li a:after {
  top: 22px;
  margin-left: 35px;
}

#where ul li a,
#popular ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  position: relative;
  font-size: 18px;
  border: solid 1px #cdcdcd;
  padding: 16px 0;
}

#where ul li a:hover,
#popular ul li a:hover {
  background: #d8c29b;
  color: #ffffff;
}

/* 人気のカテゴリ */
#popular ul li {
  width: calc(100% / 4);
  box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  padding: 0 8px;
}

#popular ul li.happybag a {
  background: #f39999;
  color: #ffffff;
}

.brandList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
  border-bottom: solid 1px unset;
}

/* アイテムから探す */
#item_cate h3 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

#item_cate h3:first-of-type {
  margin-top: 0px;
}

#item_cate h3 span {
  vertical-align: middle;
  font-size: 20px;
}

#item_cate h3 span:first-of-type {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 8px;
}

#item_cate ul li {
  width: calc(100% / 5);
  padding: 4px 20px 4px 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

#item_cate ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  right: 8px;
}

#item_cate ul li a,
#size ul li a,
#price ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  padding: 12px 0;
  text-align: left;
  text-decoration: none;
  color: #333333;
  position: relative;
  border-bottom: solid 1px #dcdcdc;
}

#item_cate ul li a:hover,
#size ul li a:hover,
#price ul li a:hover {
  opacity: 0.6;
}

#item_cate ul li a span {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 10px;
}

/* ブランドから探す */
div.pickup {
  margin-left: 10px;
  margin-top: 30px;
}

ul#top3 {
  display: flex;
}

.curu-sale-search-by-fav-brands > h3 {
  display: none;
}
.curu-sale-search-by-fav-brands {
  margin-bottom: 60px;
}

h3 {
  border: none;
  margin: 0 auto 20px;
}

#brand ul#top3 li {
  width: calc(100% / 3);
}

#brand ul li,
#brand ul#top3 li {
  width: 200px;
  box-sizing: border-box;
  margin: 0 10px 20px 10px;
  border: 1px solid #d7d7d7;
}

#brand ul li {
  border: unset;
}

#brand ul li:nth-of-type(6n) {
}

#brand ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: unset;
  border-bottom: none;
}

#brand ul li a span {
  background: #d9583a;
  color: #fff;
  display: block;
  padding: 7px 0;
  font-size: 14px;
  margin: 0 0 6px;
  font-weight: normal;
}
#brand ul li a img {
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}

#brand ul li a span.brandname {
  background: unset;
  color: #222222;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif !important;
  padding-left: 4px;
}
#brand ul li a .timeSale {
  font-size: 12px;
}

#brand a {
  position: relative;
}

#brand span.off {
  text-align: center;
  color: #ffffff;
  background: #f85252;
  line-height: 1.6em;
  font-size: 12px;
  width: 100%;
  display: block;
}

#brand li .add {
  font-size: 10px;
  display: block;
  text-align: left;
}

li.wait span {
  background: #cdcdcd;
  color: #000;
}

/* サイズ、価格から探す */

#size ul li,
#price ul li {
  width: calc(100% / 5);
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  list-style: none;
  padding: 0 8px;
  position: relative;
}

div.attention {
  text-align: center;
  padding-bottom: 80px;
}

div.attention a {
  color: #e4007f;
}

div.attention h3 {
  border: none;
  margin-top: 40px;
  font-size: 24px;
}

div.attention p {
  margin: 20px 0;
  font-size: 16px;
}

div.attention p.more_attention {
  margin: 20px auto;
  background: #f5d771;
  width: 50%;
  padding: 8px;
}

div#sale_contents p.select_feature {
  width: 90%;
  margin: 60px auto;
  height: auto;
  border: 0;
}

div#sale_contents p.select_feature a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  width: 48%;
}

div#sale_contents .more {
  display: none;
}

div.attention p b {
  font-size: 18px;
}

div.attention p strong {
  color: #ff0000;
}

div#sale_contents div.attention {
  text-align: left;
}

div#sale_contents div.attention a {
  color: #e4007f;
}

div#sale_contents div.attention h3 {
  border: none;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.2;
}

div#sale_contents div.attention dl {
  margin: 20px 0 40px;
  line-height: 2;
}

div#sale_contents div.attention dl dt {
  background: #f5f5f5;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

div#sale_contents div.attention dl dd {
  font-size: 12px;
}

.lifeStyle {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 18px;
  border-bottom: 2px solid #333333;
  padding: 0 0 10px;
}

.cate .category .option .content .categoryListBox .listItem a {
  padding: 14px 0;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  div#sale_contents {
    padding: 0;
  }

  div#sale_contents h1 {
    margin-bottom: 15px;
  }

  p#henpin {
    width: 90%;
    margin: 4vw auto;
    border: solid 2px #333333;
  }

  p#henpin a {
    padding: 3vw 0;
    display: block;
  }

  p#henpin img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }

  div#sale_contents h3 {
    margin-left: 8px;
    margin-right: 8px;
  }

  div#sale_contents img#sp_topimg {
    display: block;
  }

  div#sale_contents img#pc_topimg {
    display: none;
  }

  body {
    width: 100%;
  }

  div#sale_contents img {
    max-width: 100%;
  }

  div#sale_contents img#smp_topimg,
  div#sale_contents br.sp {
    display: block;
  }

  div#sale_contents h2 {
    width: 100%;
    font-size: 18px;
    margin: 30px auto 15px;
    border-bottom: 0;
    text-align: center;
    background: #f5f5f5;
    padding: 5px 0;
  }

  div#sale_title {
    margin: 0;
    height: 60vw;
  }

  #sale_title h1 {
    padding-top: 4vw;
  }

  #sale_title h1 img {
    height: 52vw;
  }

  #sale_title h1 img#maintop {
    display: block;
  }

  #sale_title img#max_off {
    max-width: 20%;
  }

  div#sale_contents div.comment {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 10px;
    padding: 0 10px;
  }

  div#sale_contents div.comment p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    font-size: 3vw;
  }

  div#sale_contents {
    margin: 10px auto;
    width: 100%;
    text-align: left;

    margin-bottom: 0;
    padding-bottom: 0px;
  }

  /* どこから探す？ */
  #where ul li,
  #popular ul li {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    list-style: none;
    padding: 0 8px;
    margin-bottom: 8px;
  }

  #where ul li a,
  #popular ul li a {
    padding: 6px 0;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 2vw;
  }

  #where ul li a:after,
  #popular ul li a:after {
    top: 4px !important;
    right: 5pc;
    margin-left: 0;
  }

  #item_cate ul li,
  #price ul li,
  #size ul li {
    text-align: left;
    width: 100%;
    border: 0;
    border-radius: 0;
    line-height: 1;
    height: auto;
    margin: 0;
    padding: 0 4vw;
  }

  #item_cate ul li a,
  #price ul li a,
  #size ul li a {
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0;
    line-height: 1;
    height: auto;
    margin: 0;
    padding: 14px 0;
    border-bottom: solid 1px #dcdcdc;
  }

  #item_cate ul li a span {
    width: 36px;
    height: 36px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-brand;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    margin-right: 10px;
  }

  #item_cate ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 20px;
    color: #ccc;
    top: 0;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
  }

  #brand ul#top3 li {
    width: calc(100% / 3);
    margin: 0;
  }

  #brand .categoryListBox {
    padding: 0 0 40px;
  }
  #brand ul #brand ul li {
    width: calc(100% / 2 - 10px);
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    margin: 5px;
    display: flex;
    align-items: center;
  }

  #brand ul li a {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: none;
  }

  #price ul li a {
    padding: 14px 0;
  }

  .brandList {
    border-bottom: solid 1px #dcdcdc;
  }
  #brand li .add {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    left: 0;
  }

  div#sale_contents div.attention p {
    font-size: 3.6vw;
    padding: 0 2vw;
  }

  div#sale_contents div.attention dl dd {
    padding: 0 2vw;
  }

  div#sale_contents .close,
  div#sale_contents .more {
    display: block;
    font-size: 14px;
    width: 95%;
    padding: 10px 0;
    margin: 10px auto;
    border: solid 1px #adadad;
    border-radius: 8px;
    text-align: center;
    position: relative;
    text-indent: -17px;
  }

  div#sale_contents .more:after {
    content: "\f107";
  }

  div#sale_contents .close:after,
  div#sale_contents .more:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 26px;
    right: 35%;
    top: 0;
    font-size: 24px;
    margin-top: 7px;
  }

  div#sale_contents .close:after {
    content: "\f106";
  }

  div#sale_contents #tops + ul {
    overflow: hidden;
    height: 260px;
    border-bottom: solid 1px #f5f5f5;
    box-shadow: #ccc 0 4px 10px -6px;
  }

  div#sale_contents #acc + ul.open,
  div#sale_contents #tops + ul.open {
    height: 100%;
    border-bottom: 0;
    box-shadow: none;
  }

  div#sale_contents p.select_feature {
    width: 100%;
    /*    background: #80d5e9;*/
    margin: 0;
    padding: 8px 0;
    margin-top: 40px;
  }

  div#sale_contents p.select_feature a {
    width: 95%;
    margin: 12px auto;
    display: block;
  }

  #att {
    padding-top: 70px;
  }

  h3 {
    width: 226px;
  }
}
