@charset "UTF-8";
/* コンタクト通販バーゲン */
#bargain {
  color: #454545;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#bargain .sec_mv {
  background-color: #FFF;
}

#bargain .sec_mv_in {
  width: 1024px;
  margin: 0 auto;
}

#bargain .sec_lead {
  padding: 70px 0 64px;
}

#bargain .sec_lead_in {
  width: 1024px;
  margin: 0 auto;
}

#bargain .sec_lead_btn01 {
  text-align: center;
}

#bargain .sec_point_ttl_in {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #2956b0;
  line-height: 1.3;
  padding-bottom: 8px;
  padding-left: 52px;
  letter-spacing: 1.5px;
}

#bargain .sec_exclusive {
  margin-top: 53px;
}

#bargain .sec_exclusive_in {
  width: 750px;
  margin: 0 auto;
}

#bargain .sec_exclusive_txt01 {
  text-align: center;
}

#bargain .cate_box {
  display: block;
  margin: 60px auto 90px;
}

#bargain .cate_title {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

#bargain .cate_title span{
  display: block;
  z-index: 1;
}

#bargain .cate_title:after {
  display: block;
  position: absolute;
  top: 41px;
  right: 0;
  left: 0;
  width: 225px;
  height: 10px;
  margin: 0 auto;
  background: #ffe34a;
  content: "";
  z-index: -1;
}

#bargain .cate_kome {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 0;
  color: #454545;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

/* 下部ボタン */
#bargain .syouhin_title {
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}

/* #bargain .syouhin_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: none;
  border-top: solid 2px #000;
  transform: rotate(-110deg);
}

#bargain .syouhin_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: none;
  border-top: solid 2px #000;
  transform: rotate(-65deg);
} */

#bargain .syouhin_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  width: 420px;
}

#bargain .syouhin_btn a {
  position: relative;
  padding: 15px 0;
  margin: 0;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  display: block;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #44b0e3;
  text-decoration: none;
  transition: all .3s;
}

#bargain .syouhin_btn a:hover {
  opacity: .7;
}

#bargain .syouhin_btn a:after {
  display: block;
  position: absolute;
  top: 45%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 6px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

#bargain .syouhin_btn .btn_green a{
  background: #00ad76;
}

#bargain .itembox_row {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bargain .itembox_row .itembox:nth-of-type(n+3) {
  margin-top: 15px;
}

#bargain .itembox_row .itembox:nth-of-type(2n+1) {
  margin-right: 15px;
}

#bargain .itembox_row:after {
  display: block;
  clear: both;
  content: "";
}

#bargain .itembox {
  -webkit-box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  box-sizing: border-box;
  display: block;
  width: 365px;
  padding: 25px 18px;
  float: left;
  border: 3px solid #dedede;
  text-align: center;
  text-decoration: none;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

#bargain .itembox:hover {
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.3);
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.3);
  color: #444444;
}

#bargain .itembox .logo {
  margin-bottom: 20px;
}

#bargain .itembox .logo img {
  width: auto;
  height: 40px;
}

#bargain .itembox .name {
  margin-bottom: 20px;
  padding: 0;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#bargain .itembox .photo {
  margin-bottom: 10px;
}

#bargain .itembox .photo img {
  max-width: 85%;
}

#bargain .itembox .price {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

#bargain .itembox .price .off {
  margin-left: 0;
  color: #e02020;
  font-size: 25px;
}

#bargain .itembox .price .main {
  margin-left: 5%;
  color: #e02020;
  font-size: 36px;
}

#bargain .itembox .price_1box {
  margin-top: 12px;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

#bargain .sm_btnbox {
  position: relative;
  width: 300px;
  margin: 20px auto 0;
  cursor: pointer;
}

#bargain .sm_btnbox .sm_btn {
  display: block;
  padding: 10px 0;
  border-radius: 6px;
  background: #ffd247;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

#bargain .sm_btnbox .sm_btn:before {
  display: block;
  position: absolute;
  top: 10%;
  right: 41px;
  width: 1px;
  height: 80%;
  border-left: 1px solid #000;
  content: "";
}

#bargain .sm_btnbox .sm_btn:after {
  display: block;
  position: absolute;
  top: 45%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 6px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

#bargain .sm_btnbox:hover .sm_btn {
  background: #ffd247;
}

#bargain .sm_btnbox:hover span.sm_btn:after {
  margin-top: -4px;
  border-width: 6px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#bargain .sm_list {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  display: none;
  z-index: 5;
  position: absolute;
  width: 96%;
  margin: 0 2%;
  background: #fff7dd;
  box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
}

#bargain .itembox:hover .sm_list {
  display: block;
}

#bargain .sm_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 10px;
  padding: 8px 0;
  border: 1px solid #ffd247;
  background-color: #fff;
}

#bargain .sm_list li:hover {
  background: #fff7dd;
}

#bargain .sm_list li a {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-decoration: none;
}

#bargain .sm_list li .sm_cellbox {
  display: table-cell;
  padding: 2px 10px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

#bargain .sm_list li .sm_cellbox:first-child {
  width: 90px;
  padding: 2px 8px;
  border-right: 1px solid #ffd247;
  text-align: center;
}

#bargain .sm_list li .sm_cellbox .sm_box_name {
  font-size: 13px;
}

#bargain .sm_list li .sm_cellbox .sm_price {
  font-size: 13px;
}

#bargain .sm_list li .sm_cellbox .sm_devide {
  display: block;
  color: #bb3626;
  font-size: 13px;
}

#bargain .sec_bnr {
  width: 750px;
  margin: 0 auto 27px;
}

/*cmn調整*/
.wrap_contents {
  width: auto;
}
