@charset "UTF-8";
html, body {
  overflow-x: hidden;
  height: auto !important;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.din {
  font-family: "DIN Regular";
}

.sp_br {
  display: none;
}

.sp_only {
  display: none;
}

#page {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .sp_br {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/** inContents
==============================================*/
/* .inContents {
  margin: 0 auto 56px;
  max-width: 1366px;
  width: 100%;
} */
.contents {
  position: relative;
}

.banner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .banner {
    padding: 50px 10px;
  }
}

.bnrList {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 37px;
}
.bnrList li:last-child {
  margin-bottom: 5%;
}

/*640px*/
@media screen and (max-width: 640px) {
  /* .inContents {
    margin: 65px auto 50px;
    max-width: 1366px;
    width: 100%;
  } */
  .bnrList {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 37px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
/*--------------------
#breadcrumb
--------------------*/
.breadcrumb {
  margin: 30px auto 10px auto;
  line-height: 160%;
  padding: 0px 26px 0px 25px;
  width: 100%;
  max-width: 1366px;
}

.breadcrumb a:link {
  color: #656565;
  text-decoration: underline;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
#page-header,
.breadcrumb,
.product-nav,
.inner-wrap,
.pageTop,
#page-footer {
  max-width: 1366px;
  margin: 0 auto;
  width: 96%;
}

#page-footer {
  max-width: 1000px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #page-footer {
    margin-bottom: 100px;
  }
}

.pageTop {
  float: none;
  width: 96%;
  text-align: right;
}

.pageTop p {
  display: inline-block;
}

#page-footer:before {
  z-index: auto;
}

@media only screen and (max-width: 767px) {
  #page-header,
  .breadcrumb,
  #page-footer {
    width: auto;
  }
  /* #page {
    margin-bottom: -10%;
  } */
  #page-footer {
    border-top: 0 !important;
  }
}
/** PAGE FOOTER
==============================================*/
footer {
  position: static;
}

/* -----------------------------------------------
  sticky_area
----------------------------------------------- */
.sticky_area {
  opacity: 1;
  pointer-events: initial;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ccc;
  bottom: 0;
  left: 0;
  padding: 1em 0;
  position: fixed;
  width: 100%;
  z-index: 96;
}

.sticky_area a.buy {
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  border: 1px solid transparent;
  color: #fff;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .sticky_area a.buy {
    font-size: 16px;
    width: 87.2%;
    height: 56px;
  }
}
@media only screen and (min-width: 641px) {
  .sticky_area a.buy {
    font-size: 16px;
    width: 406px;
    height: 56px;
  }
  .sticky_area a.buy:hover {
    background: #4c4c4c;
  }
}
footer .pageTop {
  text-align: right !important;
  max-width: 1366px !important;
  margin: 2em 0 0;
}

@media only screen and (max-width: 767px) {
  footer .pageTop {
    margin: 1em 0 2em;
  }
  footer .pageTop p {
    float: none;
    margin: 0 10px 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .pageTop {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 783px) {
  .pageTop {
    margin-right: 0;
  }
}
.exp,
.exp_alt {
  position: relative;
  display: inline-block;
}

.exp:after,
.exp_alt:after {
  color: #fff;
  background: #000;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding: 1em 2em;
  line-height: 1;
  font-size: 1.2em;
  display: inline-block;
}

.exp:after {
  content: "ダミー";
}

.exp_alt:after {
  content: "ご支給のイメージを掲載予定です。";
  min-width: 16em;
}

/*# sourceMappingURL=common.css.map */