@charset "UTF-8";
body.saleSys {
  font-size: 13px;
  text-align: center;
}
body.saleSys #header_wrapper {
  z-index: 100;
}


body.saleSys .reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: block;
}
body.saleSys .reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(180deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(180deg);
    opacity: 0.2;
  }
  81% {
    -webkit-transform: scale(4) rotate(180deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(50) rotate(180deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(180deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(180deg);
    opacity: 0.2;
  }
  81% {
    -webkit-transform: scale(4) rotate(180deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(50) rotate(180deg);
    opacity: 0;
  }
}
body.saleSys #page-top {
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-right: 20px;
}
body.saleSys #page-top a:hover {
  opacity: initial;
}
body.saleSys #page-top img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  body.saleSys #page-top img {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  body.saleSys #page-top img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.saleSys .pckencyan {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.saleSys .customers_voice {
    margin-bottom: 80px;
  }
}
body.saleSys .customers_voice p {
  font-size: 2em;
  color: #333;
}
@media screen and (max-width: 500px) {
  body.saleSys .customers_voice p {
    font-size: 1.3em;
  }
}
body.saleSys .voice_wrapper {
  width: 94%;
}
@media screen and (max-width: 500px) {
  body.saleSys .voice_wrapper {
    font-size: 1.3em;
  }
}
body.saleSys .rightfloatin-cntainer {
  position: fixed;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.saleSys .rightfloatin-cntainer {
    display: flex;
    left: 0;
    top: initial;
    bottom: 0;
    align-items: flex-end;
  }
}
body.saleSys .rightfloatinpc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  body.saleSys .rightfloatinpc {
    display: none;
  }
}
body.saleSys .rightfloatinpc li {
  max-width: 94px;
}
body.saleSys .rightfloatinsp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.saleSys .rightfloatinsp {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
body.saleSys .rightfloatinsp li {
  max-width: 200px;
}

.leftfloatin {
  position: fixed;
  left: 0;
  text-align: left;
  max-width: 180px;
  z-index: 101;
}
.leftfloatin a:hover {
  opacity: initial;
}

.linelinkpc {
  top: 100px;
  display: block;
}
@media screen and (max-width: 992px) {
  .linelinkpc {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .linelinkpc {
    display: none;
  }
}

.feature_header {
  font-weight: bold;
  margin: auto;
  text-align: center;
  margin-top: -20px;
  padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
  .feature_header {
    padding: 20px 5px 160px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 500px) {
  .feature_header {
    padding-bottom: 80px;
    margin-top: -2px;
  }
}
.feature_header .mainBnr {
  display: block;
  margin: auto;
  padding: 0 !important;
}

.campaign {
  max-width: 100%;
  padding-bottom: 20px;
  padding-top: 40px;
}
.campaign .campaign_container {
  position: relative;
  max-width: 700px;
  width: 70%;
  margin: auto;
  padding: 90px 0 20px 0;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(10, 10, 10, 0.5));
  text-align: center;
}
@media screen and (max-width: 678px) {
  .campaign .campaign_container {
    width: 93%;
  }
}
.campaign .lead_sentence {
  font-size: 2em;
}
@media screen and (max-width: 678px) {
  .campaign .lead_sentence {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 500px) {
  .campaign .lead_sentence {
    font-size: 1.4em;
  }
}
.campaign .titflag {
  width: 100%;
  margin: auto;
  position: absolute;
  top: -70px;
}
@media screen and (max-width: 500px) {
  .campaign .titflag {
    top: -46px;
  }
}
.campaign .titflag img {
  width: 70%;
}
.campaign .eventBnr {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 500px) {
  .campaign .eventBnr {
    width: 83%;
  }
}
.campaign .eventBnr img {
  border: 2px solid #FFF;
}
.campaign .eventCap {
  font-size: 2em;
  padding-bottom: 5px;
}
@media screen and (max-width: 678px) {
  .campaign .eventCap {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 500px) {
  .campaign .eventCap {
    font-size: 1.4em;
  }
}

.sectionTit {
  font-size: 4em;
  text-align: center;
  margin: 0 0 60px 0;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sectionTit {
    font-size: 3em;
    padding: 10px 0;
  }
}
@media screen and (max-width: 678px) {
  .sectionTit {
    font-size: 2.5em;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .sectionTit {
    font-size: 2em;
  }
}
@media screen and (max-width: 678px) {
  .sectionTit {
    font-size: 1.8em;
  }
}

.itemBlock {
  padding-bottom: 20px;
}

.itemContainer {
  font-weight: bold;
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.itembox {
  position: relative;
  background: rgb(254, 235, 200);
  margin: 0 0 40px 0;
  filter: drop-shadow(4px 4px 4px rgba(10, 10, 10, 0.5));
  border-radius: 10px;
}

.mainImg,
.hyphen25 {
  text-align: center;
}

.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  color: #c63100;
}

._1col {
  width: 70%;
  padding: 60px 40px 80px;
}
@media screen and (max-width: 678px) {
  ._1col {
    width: 93%;
    padding: 30px 20px 60px;
  }
}
._1col .mainImg img {
  display: block;
  margin: 0 0 20px 0;
}

._1col .shipFee {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
._1col .shipFee::before {
  text-indent: initial;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -17px;
  left: -6px;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/santaro/img/ico_truck.png);
  background-size: cover;
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  ._2col .freeshipping::before {
    width: 60px;
    height: 60px;
    top: -11px;
    left: -7px;
  }
}



._1col .itemCaption {
  font-size: 2em;
  color: #333;
  line-height: 1.4em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  ._1col .itemCaption {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 678px) {
  ._1col .itemCaption {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 500px) {
  ._1col .itemCaption {
    font-size: 1.1em;
  }
}
._1col .price p {
  width: 45%;
}
._1col .price-off {
  font-size: 2.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  ._1col .price-off {
    font-size: 2em;
  }
}
@media screen and (max-width: 678px) {
  ._1col .price-off {
    font-size: 1.5em;
  }
}
._1col .price-fee,
._1col .listprice {
  font-size: 4.5em;
}
@media screen and (max-width: 768px) {
  ._1col .price-fee,
._1col .listprice {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 678px) {
  ._1col .price-fee,
._1col .listprice {
    font-size: 2.5em;
  }
}
._1col .withShipping {
  display: none;
}

._2col {
  width: 45%;
  padding: 40px 20px 40px;
}
@media screen and (max-width: 678px) {
  ._2col {
    padding: 20px 10px 40px;
  }
}
@media screen and (max-width: 500px) {
  ._2col {
    padding: 20px 10px 32px;
  }
}
._2col .mainImg {
  position: relative;
}
._2col .itemCaption {
  font-size: 1.5em;
  color: #333;
  line-height: 1.2em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  ._2col .itemCaption {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 678px) {
  ._2col .itemCaption {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  ._2col .itemCaption {
    font-size: 0.9em;
  }
}
._2col .price-off {
  width: 45%;
  font-size: 2.2em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  ._2col .price-off {
    font-size: 2em;
  }
}
@media screen and (max-width: 678px) {
  ._2col .price-off {
    font-size: 1.2em;
  }
}
._2col .price-fee,
._2col .listprice {
  width: 55%;
  font-size: 3.5em;
}
@media screen and (max-width: 768px) {
  ._2col .price-fee,
._2col .listprice {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 678px) {
  ._2col .price-fee,
._2col .listprice {
    font-size: 1.4em;
  }
}
._2col .salePrice {
  font-size: 1.5em;
  color: #333;
}
@media screen and (max-width: 678px) {
  ._2col .salePrice {
    font-size: 0.9em;
  }
}
._2col .freeshipping {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
._2col .freeshipping::before {
  text-indent: initial;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -17px;
  left: -6px;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/santaro/img/ico_truck.png);
  background-size: cover;
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  ._2col .freeshipping::before {
    width: 60px;
    height: 60px;
    top: -11px;
    left: -7px;
  }
}
@media screen and (max-width: 678px) {
  ._2col .freeshipping::before {
    width: 50px;
    height: 50px;
    top: -11px;
    left: -7px;
  }
}
@media screen and (max-width: 500px) {
  ._2col .freeshipping::before {
    width: 40px;
    height: 40px;
    top: -14px;
    left: -7px;
  }
}

.pointitem {
  padding-bottom: 60px;
}

.categoyyBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 0 50px 0;
}

.categoryHolder {
  width: 22%;
  margin: 0 0 3% 0;
}
@media screen and (max-width: 500px) {
  .categoryHolder {
    width: 41%;
    margin: 0 0 5% 0;
  }
}

.toItempage {
  width: 100% !important;
  background: #c63100;
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 678px) {
  .toItempage {
    font-size: 1.1em;
  }
}/*# sourceMappingURL=salepage.css.map */