@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@font-face {
  font-family: 'oswaldregular';
  src: url("font/oswald-regular-webfont.eot");
  src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../font/NotoSansJP-Bold.eot");
  src: url("../font/NotoSansJP-Bold.eot?iefix") format("eot"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../font/NotoSansJP-Medium.eot");
  src: url("../font/NotoSansJP-Medium.eot?iefix") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/NotoSansJP-Regular.eot");
  src: url("../font/NotoSansJP-Regular.eot?iefix") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-DemiLight';
  src: url("../font/NotoSansJP-DemiLight.eot");
  src: url("../font/NotoSansJP-DemiLight.eot?iefix") format("eot"), url("../font/NotoSansJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Light';
  src: url("../font/NotoSansJP-Light.eot");
  src: url("../font/NotoSansJP-Light.eot?iefix") format("eot"), url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Thin-Windows';
  src: url("../font/NotoSansJP-Thin-Windows.eot");
  src: url("../font/NotoSansJP-Thin-Windows.eot?iefix") format("eot"), url("../font/NotoSansJP-Thin-Windows.woff") format("woff");
}
@font-face {
  font-family: 'oswaldregular';
  src: url("font/oswald-regular-webfont.eot");
  src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 720px;
  margin: 0 auto;
}

.container a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.container a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.boxWrap {
  zoom: 1;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.boxWrap:before, .boxWrap:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.boxWrap:after {
  clear: both;
}

.btn {
  width: 345px;
  height: 100px;
}

.btn a {
  position: relative;
  display: block;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.sentBtn a span, .cpBtn a span {
  color: #fff;
  font-size: 18px;
  line-height: 100px;
}

.cpBtn a span {
  padding-right: 54px;
}

.sentBtn a span {
  padding-right: 25px;
}

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 15px;
  margin-top: -8px;
  background-image: url("../images/special/shukatsu2016/btn_dec.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
}

.btn.cpBtn a {
  background-color: #ff4646;
  background-image: url("../images/special/shukatsu2016/btn1_dec.png");
  background-repeat: no-repeat;
  background-position: 30px center;
}

.btn.sentBtn a {
  background-color: #004985;
  background-image: url("../images/special/shukatsu2016/btn2_dec.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.shukatsu2016 {
  color: #000;
  background: #ffffff;
  border: solid 1px #CCCCCC;
  padding: 30px 0;
}

.shukatsu2016 h2 {
  margin-bottom: 60px;
}

.tabBox {
  zoom: 1;
  margin-bottom: 20px;
}

.tabBox:before, .tabBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.tabBox:after {
  clear: both;
}

.tabBox li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
  width: 350px;
  height: 72px;
  cursor: pointer;
  text-indent: -9999px;
}

.tabBox li:first-child {
  float: left;
}

.tabBox li.men {
  background-image: url("../images/special/shukatsu2016/mens_off.png");
  background-repeat: no-repeat;
}

.tabBox li.men.on, .tabBox li.men:hover {
  background-image: url("../images/special/shukatsu2016/mens_on.png");
  background-repeat: no-repeat;
}

.tabBox li.ladies {
  background-image: url("../images/special/shukatsu2016/ladies_off.png");
  background-repeat: no-repeat;
}

.tabBox li.ladies.on, .tabBox li.ladies:hover {
  background-image: url("../images/special/shukatsu2016/ladies_on.png");
  background-repeat: no-repeat;
}

.couponBtn {
  margin-bottom: 60px;
}

.couponBtn a {
  display: block;
}

.mainWrap h3 {
  color: #fff;
  margin-bottom: 30px;
}

.sec1 {
  margin-bottom: 60px;
}
.sec1 .ttlBox {
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #0094DA;
}
.sec1 .ttlBox h3 {
  zoom: 1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 18px;
}

.sec1 .ttlBox h3:before, .sec1 .ttlBox h3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.ttlBox h3:after {
  clear: both;
}

.ttlBox h3 img, .ttlBox h3 span {
  float: left;
}

.ttlBox h3 img {
  margin-right: 17px;
}

.sec1_absolute8 {
  background-color: #fff;
  width: 340px;
  height: 50px;
  display: table;
}
.sec1_absolute8 .absolute8_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 13px;
}

.persent {
  font-size: 15px;
}

.origin {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.offPrice {
  padding-left: 25px;
  position: relative;
  display: table-cell;
  font-size: 40px;
  font-weight: bold;
}
.offPrice:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 15px;
  height: 30px;
  background-size: 15px 30px;
  position: absolute;
  top: 3px;
  left: 9px;
}

.mens .offPrice {
  color: #0094DA;
}
.mens .offPrice:after {
  background-image: url(../images/special/shukatsu2016/price_dec_r.png);
}

.ladies .offPrice {
  color: #d14091;
}
.ladies .offPrice:after {
  background-image: url(../images/special/shukatsu2016/price_dec_p.png);
}

.en {
  font-size: 26px;
  font-weight: bold;
}

.mens .en {
  color: #0094DA;
}

.ladies .en {
  color: #d14091;
}

.offIcon {
  font-size: 23px;
  color: #fff;
  width: 100px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.checkPoint {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.checkPoint span {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.imgBox_text {
  font-size: 12px;
  line-height: 1.5;
}
.imgBox_text span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
}

.imgBox2 {
  overflow: hidden;
}
.imgBox2 .leftBox, .imgBox2 .rightBox {
  position: relative;
  width: 350px;
}
.imgBox2 .leftBox .innerBottom, .imgBox2 .leftBox .innerTop, .imgBox2 .rightBox .innerBottom, .imgBox2 .rightBox .innerTop {
  position: absolute;
  width: 320px;
}
.imgBox2 .leftBox {
  float: left;
}
.imgBox2 .rightBox {
  float: right;
}

.innerTop {
  top: 25px;
  left: 23px;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
}
.innerTop span {
  font-size: 26px;
  padding-bottom: 10px;
  display: inline-block;
}

.innerBottom {
  bottom: 27px;
  left: 23px;
}
.innerBottom .inner_products {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.innerBottom .inner_products span {
  font-size: 15px;
  padding: 7px 0;
  display: inline-block;
}

.mens .offIcon {
  background-color: #0094DA;
}

.ladies .offIcon {
  background-color: #d14091;
}

.textPrice .boxWrap {
  margin-top: 31px;
  position: relative;
}

.ttlBox_text {
  width: 680px;
  vertical-align: middle;
  display: table;
  border: 1px solid #fff;
}
.ttlBox_text .ttlBox_text_inner1 {
  font-size: 20px;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 135px;
  height: 48px;
}
.ttlBox_text .ttlBox_text_inner2 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding: 5px 20px 0;
  display: inline-block;
}

.imgBox {
  margin-bottom: 20px;
  position: relative;
}

.sec1_absolute1, .sec1_absolute2, .sec1_absolute3, .sec1_absolute4, .sec1_absolute5, .sec1_absolute6, .sec1_absolute7, .sec1_absolute8, .sec1_absolute9, .sec1_absolute10 {
  position: absolute;
}

.sec1_absolute7 .se1_absolute_title, .ladies .sec1_absolute9 .se1_absolute_title, .ladies .sec1_absolute10 .se1_absolute_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 0.01em;
  color: #000;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.sec1_absolute7 .se1_absolute_title .offProducts, .ladies .sec1_absolute9 .se1_absolute_title .offProducts, .ladies .sec1_absolute10 .se1_absolute_title .offProducts {
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.ladies .sec1 .ttlBox {
  background-color: #d14091;
}
.ladies .sec1 .innerTop {
  top: 15px;
  left: 19px;
}
.ladies .sec1 .innerBottom {
  bottom: 20px;
  left: 25px;
}
.ladies .sec1 .checkPoint {
  color: #d14091;
}
.ladies .sec1 .sec1_absolute1 {
  top: 30px;
  left: 30px;
  width: 237px;
}
.ladies .sec1 .sec1_absolute1 .imgBox_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ladies .sec1 .sec1_absolute1 .imgBox_title_text {
  line-height: 2.1;
  font-size: 14px;
  font-weight: bold;
}
.ladies .sec1 .sec1_absolute2 {
  top: 333px;
  left: 27px;
  width: 190px;
}
.ladies .sec1 .sec1_absolute3 {
  top: 587px;
  left: 27px;
  width: 190px;
}
.ladies .sec1 .sec1_absolute4 {
  bottom: 131px;
  left: 27px;
  width: 190px;
}
.ladies .sec1 .sec1_absolute5 {
  top: 83px;
  right: 2px;
  width: 190px;
}
.ladies .sec1 .sec1_absolute6 {
  top: 366px;
  right: 26px;
  width: 145px;
}
.ladies .sec1 .sec1_absolute7 {
  bottom: 520px;
  right: 24px;
  width: 145px;
}
.ladies .sec1 .sec1_absolute8 {
  bottom: 18px;
  left: 30px;
  border: 2px solid #d14091;
  color: #d14091;
}
.ladies .sec1 .sec1_absolute9 {
  margin-bottom: 10px;
  bottom: 120px;
  right: 54px;
}
.ladies .sec1 .sec1_absolute10 {
  bottom: 18px;
  right: 74px;
}
.ladies .sec2 .sec2Title {
  background-color: #d14091;
}
.ladies .sec2 .numberBox {
  background-color: #d14091;
}
.ladies .sec2 .price {
  color: #d14091;
  background-image: url("../images/special/shukatsu2016/price_dec_p.png");
}
.ladies .sec2 .textPrice .leftBox {
  width: 405px;
}
.ladies .sec2 .textPrice .leftBox2 {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 250px;
  float: left;
}
.ladies .sec2 .textPrice .leftBox2 .boxWrap {
  margin-top: 10px;
}
.ladies .sec3 .sec3Title:after {
  background-image: url(../images/special/shukatsu2016/ladies/ladies_dec2.png);
}
.ladies .sec3 .point1 {
  color: #d14091;
}
.ladies .sec3 .point1:after {
  background-image: url(../images/special/shukatsu2016/ladies/q1_dec.png);
}
.ladies .sec3 .colorBox {
  background-color: #e266ab;
}

.mens .sec1 .checkPoint {
  color: #0094DA;
}
.mens .sec1 .sec1_absolute1 {
  top: 30px;
  left: 30px;
}
.mens .sec1 .sec1_absolute1 .imgBox_title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mens .sec1 .sec1_absolute1 .imgBox_title_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1;
}
.mens .sec1 .sec1_absolute2 {
  top: 190px;
  left: 27px;
}
.mens .sec1 .sec1_absolute3 {
  top: 463px;
  left: 27px;
}
.mens .sec1 .sec1_absolute4 {
  bottom: 268px;
  left: 27px;
}
.mens .sec1 .sec1_absolute5 {
  top: 90px;
  right: 13px;
}
.mens .sec1 .sec1_absolute6 {
  bottom: 335px;
  right: 14px;
}
.mens .sec1 .sec1_absolute7 {
  margin-bottom: 10px;
  bottom: 90px;
  right: 25px;
}
.mens .sec1 .sec1_absolute7 .se1_absolute_price .offIcon {
  background-color: #0094DA;
}
.mens .sec1 .sec1_absolute8 {
  bottom: 30px;
  left: 27px;
  border: 2px solid #0094DA;
  color: #0094DA;
}
.mens .sec1 .sec1_absolute9 {
  bottom: 30px;
  right: 27px;
  background-color: #0094DA;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  width: 198px;
  height: 54px;
  display: table;
}
.mens .sec1 .sec1_absolute9 .absolute9_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 13px;
}
.mens .sec2 .sec2Title {
  background-color: #0094DA;
}
.mens .sec2 .numberBox {
  background: #0094DA;
}
.mens .sec2 .price {
  color: #0094DA;
  background-image: url("../images/special/shukatsu2016/price_dec_r.png");
}
.mens .sec2 .textPrice .boxWrap {
  margin-top: 30px;
  display: table;
}
.mens .sec2 .textPrice .boxWrap .cellBox1, .mens .sec2 .textPrice .boxWrap .cellbox2 {
  display: table-cell;
}
.mens .sec2 .textPrice .boxWrap .cellBox2 {
  vertical-align: bottom;
}
.mens .sec2 .textPrice .boxWrap .price {
  background-position: left bottom;
}
.mens .sec2 .textPrice .boxWrap .cellBox1 {
  width: 470px;
}
.mens .sec3 .sec3Title:after {
  background-image: url(../images/special/shukatsu2016/mens/mens_dec2.png);
}
.mens .sec3 .point1:after {
  background-image: url(../images/special/shukatsu2016/mens/q1_dec.png);
}
.mens .sec3 .colorBox {
  background-color: #1795d7;
}

.sec2 {
  margin-bottom: 70px;
}
.sec2 > .boxWrap {
  margin-bottom: 24px;
}
.sec2 .sec2Title {
  margin-bottom: 30px;
}
.sec2 .sec2Title h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  width: 720px;
  vertical-align: middle;
  display: table-cell;
  letter-spacing: 0.05em;
}
.sec2 .sec2Title h3 span {
  font-size: 28px;
}
.sec2 .sec2Title h3 .numberBox {
  font-size: 28px;
}
.sec2 dt {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  margin: 5px 0 13px 0;
  letter-spacing: 0.05em;
}
.sec2 dt span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: top;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  margin: 3px 0 0 15px;
  background: #0094DA;
}
.sec2 dd {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec2 .price {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding-left: 21px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: left 4px;
}
.textPrice .price {
  display: table-cell;
}
.sec2 .leftBox {
  float: left;
}
.sec2 .rightBox {
  position: relative;
  float: right;
  width: 500px;
  height: 200px;
}
.sec2 .priceBox {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.sec2 > .boxWrap > .leftBox {
  position: relative;
  min-height: 200px;
}

.sec2 > .boxWrap > .leftBox .priceBox p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.sec3 {
  border: 1px solid #958c86;
  padding-bottom: 10px;
  margin-bottom: 60px;
  zoom: 1;
}
.sec3:before, .sec3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sec3:after {
  clear: both;
}
.sec3 .sec3Title {
  margin-bottom: 40px;
  position: relative;
  font-size: 28px;
  background-color: #958c86;
  color: #fff;
  padding: 16px 10px;
  text-align: center;
}
.sec3 .sec3Title:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -21px;
  left: -12px;
  width: 103px;
  height: 103px;
}
.sec3 .point1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 20px 70px;
  color: #0077af;
  position: relative;
}
.sec3 .point1:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -56px;
  width: 40px;
  height: 40px;
}
.sec3 .qBox1 .leftBox {
  width: 211px;
  margin: 0 20px 30px 0;
}
.sec3 .qBox1 .leftBox:last-child {
  margin-right: 0;
}
.sec3 .qBox1 .leftBox:first-child {
  margin-left: 20px;
}
.sec3 .qBox1 .leftBox .colorBox {
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 211px;
  height: 30px;
}
.sec3 .qBox1 .leftBox .style {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.sec3 .qBox1 .leftBox dd {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.sec3 .point2 {
  margin: 0 0 20px 70px;
  font-size: 24px;
  font-weight: bold;
  color: #0077af;
  position: relative;
}
.sec3 .point2:after {
  content: "";
  display: block;
  background-image: url(../images/special/shukatsu2016/mens/q2_dec.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -56px;
  width: 40px;
  height: 40px;
}
.sec3 .qBox2 {
  font-size: 16px;
}
.sec3 .qBox2 .leftBox {
  margin-left: 20px;
}
.sec3 .qBox2 .leftBox dd {
  width: 433px;
}
.sec3 .qBox2 .rightBox {
  width: 200px;
  margin-right: 20px;
}
.sec3 .qBox2 .leftBox dd, .sec3 .qBox2 .rightBox dd {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
}

.shukatsu2016 .secBottom {
  padding-bottom: 40px;
  border-bottom: solid 2px #808080;
}

.shukatsu2016 .secBottom h4 {
  margin-bottom: 30px;
}

.shukatsu2016 .secBottom dl {
  margin-top: 20px;
}

.shukatsu2016 .secBottom dl:first-child {
  margin-top: 0;
}

.shukatsu2016 .secBottom dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shukatsu2016 .secBottom dl dd {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.shukatsu2016 .secBottom dl dd:first-child {
  margin-top: 0;
}

.shukatsu2016 .secBottom .boxWrap {
  margin: 30px 0;
}

.shukatsu2016 .secBottom .toggleBtn a {
  display: none;
  width: 720px;
  height: 100px;
}

.shukatsu2016 .secBottom .toggleBtn a.on {
  display: block;
}

.shukatsu2016 .secBottom .toggleBtn a.mens {
  background-image: url("../images/special/shukatsu2016/mens_btn_lg.png");
  background-repeat: no-repeat;
}

.shukatsu2016 .secBottom .toggleBtn a.ladies {
  background-image: url("../images/special/shukatsu2016/ladies_btn_lg.png");
  background-repeat: no-repeat;
}

.shukatsu2016 .secBnr {
  padding-top: 40px;
}

.conteMain {
  display: none;
}

.conteMain.on {
  display: block;
}

.popUp {
  display: none;
}
.popUp .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
.popUp .popUpinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.popUp .popUpinner .couponBg {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -375px;
}
.popUp .popUpinner .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 200px;
  display: block;
  width: 345px;
  padding: 0;
  margin: 0 auto;
}
.popUp .popUpinner .btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.popUp .popUpinner > span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: 100px;
}
.popUp .popUpinner > span:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
