@charset "UTF-8";
/* fade image in after load */.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
/* 会員登録ページ */.page-entry .h1-wrapper {
  margin-bottom: 30px;
}
.page-entry .block-member-info--form #frmCustomer .legend:first-of-type {
  margin-top: 0;
}
.page-entry .block-member-info--form #frmCustomer input::placeholder {
  color: #999;
}
/* 旧Edge対応 */.page-entry .block-member-info--form #frmCustomer input::-ms-input-placeholder {
  color: #999;
}
/* IE対応 */.page-entry .block-member-info--form #frmCustomer input:-ms-input-placeholder {
  color: #999;
}
.page-entry .block-member-info--form #frmCustomer .form-group.block-member-info--pwd + .form-group.block-member-info--cpwd .form-control {
  padding-top: 0;
}
.page-entry .block-member-info--form #frmCustomer .fieldset.block-member-info--items.block-member-info--items-mailnews {
  margin: 0;
  border: none;
  padding: 0;
}
/* お問合わせページ */#contact-contents.inner-wrap-pc {
  width: 1176px;
  margin: 0 auto;
}
#contact-contents.main-contents {
  display: block;
  padding: 0 0 60px;
}
#contact-contents .head03 {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#contact-contents .tel-inquiry,
#contact-contents .line-inquiry{
  border: 1px solid #ccc;
  padding: 31px 27px 42px;
}
#contact-contents .tel-title,
#contact-contents .line-title{
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#contact-contents .tel-detail-block {
  display: flex;
  align-items: center;
}
#contact-contents .tel-link {
  font-family: "Noto Sans Japanese", Avenir , "lato" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
#contact-contents .tel-link span::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 17px;
  background: url(../../img/usr/freepage/common/icon_free.gif) no-repeat;
  background-size: contain;
}
#contact-contents .tel-detail {
  margin-left: 24px;
}
#contact-contents .tel-detail span {
  display: block;
  font-size: 13px;
}
#contact-contents .tel-inquiry + .sup-text,
#contact-contents .line-inquiry + .sup-text{
  margin-top: 1em;
  text-align: right;
  font-size: 13px;
}
#contact-contents .mail-inquiry-section {
  margin-top: 34px;
}
#contact-contents .mail-inquiry-section > p + .mail-inquiry {
  margin-top: 26px;
  border: 1px solid #ccc;
}
#contact-contents .head-bg01 {
  border-bottom: 1px solid #ccc;
  padding: 15px 26px;
  background: #f2f2f2;
}
#contact-contents .mail-detail {
  padding: 26px;
}
#contact-contents .text + .text {
  display: block;
  margin-top: 1em;
}
#contact-contents + .confirmation-form-txt {
  width: 1176px;
  margin: 0 auto 26px;
}
#contact-contents .line-inquiry{
  position: relative;
}
#contact-contents .line-inquiry .lineQR {
  width: 180px;
  position: absolute;
  right: 100px;
  top: 20px;
}

#contact-contents .line-inquiry div {
  margin: 5px 20px;
  font-size:20px;
}

#contact-contents .line-inquiry div h3{
  font-weight: bold;
  margin: 20px 0 0 -10px;
}

/* 追従カートボタン */.fixed-cart {
  height: auto;
  left: auto;
  left: 10px;
  padding: 0;
  background: none;
  width: 300px;
  right: 72px;
  overflow: visible;
}
.fixed-cart .block-add-cart--btn.btn-primary {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 300px;
  height: 45px;
  border-radius: 30px;
  border: none;
  font-size: 22px;
  margin: 0;
}
.fixed-cart .block-add-cart--btn.btn-primary:before {
  position: relative;
  top: -1px;
}
/* 20220620 ecb↓↓ *//* LP header fixed */body.page-sales_landingpage .wrapper {
  padding-top: 56px;
}
body.page-sales_landingpage #header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
body.page-sales_landingpage #logInForm {
  margin-top: -60px;
  padding: 0 0 60px;
}
