@charset "UTF-8";

.estQrcodeModalWrap .w100 {
  width: 100%;
  height: auto;
}

.estQrcodeModal-content {
  background-color: #000;
/*  left: 50%;*/
/*  position: absolute;*/
  text-align: center;
/*  top: 50%;*/
/*  transform: translateY(-50%) translateX(-50%);*/
  width: 100%;
/*  max-width: 650px;*/
  padding:  0 30px 30px;
  box-sizing: border-box;
  font-weight: 400;
}

.estQrcodeModal-body {
  display: grid;
  grid-template-columns: calc((100% - 30px) * .45) calc((100% - 30px) * .55);
  gap: 30px;
  color: #fff;
  align-items: center;
}

.estQrcodeModal-close {
/*  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  transition: .3s;*/
}

.estQrcodeModal-close:hover {
  opacity: .6;
}

.estQrcodeModal-titleH2 {
/*  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;*/
}

.estQrcodeModal-titleH3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

.estQrcodeModal-description {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.estQrcodeModal-image {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.estQrcodeModal-content .estQrcodeModal-url {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  display: block;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.estQrcodeModal-note {
  text-align: left;
}

.estQrcodeModal-note li:before {
  content: "※";
}

.estQrcodeModal-note dt,
.estQrcodeModal-note dd,
.estQrcodeModal-note li {
  line-height: 1.5;
  font-size: 10px;
}

.estQrcodeModal-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.estQrcodeModal-note dl {
  margin-bottom: 7px;
}

.estQrcodeModal-note dt {
  margin-bottom: 7px;
  font-weight: bold;
}

.estQrcodeModalWrap.ui-dialog .ui-dialog-title {
  float: none;
  margin: 0;
  cursor: auto;
}

.estQrcodeModalPage .estQrcodeModalWrap h2.estQrcodeModal-titleH2,
#d_goods_detail .estQrcodeModalWrap h2.estQrcodeModal-titleH2 {
  border: none;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 20px 0 0 0;
}

.estQrcodeModalWrap .ui-widget-header {
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  background-color: #000;
  border-radius: 0;
}

.estQrcodeModalWrap.ui-dialog {
  padding: 0;
  border-radius: 0;
  border: none;
}

.estQrcodeModalWrap.ui-dialog .ui-dialog-content {
  padding: 0;
}

/*.estQrcodeModalWrap .ui-widget-header .ui-icon {
  background-image: none;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  transition: .3s;
}

.estQrcodeModalWrap .ui-widget-header .ui-icon:after {
  content: "×";
}*/

.estQrcodeModalWrap .ui-widget-header .ui-icon {
  background-image: url(/ec/shop/images/goods/est/close.svg);
  background-position: 0 0;
}

.estQrcodeModalWrap.ui-dialog .ui-state-hover {
  background-image: none;
  border: none;
  background-color: transparent;
  background-position: 1px -1px;
  background-repeat: no-repeat;
  opacity: .6;
}

.estQrcodeModalWrap.ui-dialog .ui-dialog-titlebar-close {
  padding: 0;
  top: 20px;
  right: 6px;
}

.estQrcodeModalWrap.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0;
}

/* ブランドトップページ */
.estQrcodeModalPage .ui-widget-overlay {
  background: #202020;
  z-index: 10000!important;
}
.estQrcodeModalPage .estQrcodeModalWrap {
  z-index: 10003 !important;
}
/* / ブランドトップページ */

/*
@media screen and (max-width: 767px) {
  .estQrcodeModal-content {
    padding: 15px;
    width: 90%;
  }

  .estQrcodeModal-body {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .estQrcodeModal-close {
    top: 10px;
    right: 9px;
  }

  .estQrcodeModal-titleH2 {
    font-size: 25px;
    margin-bottom: 11px;
  }

  .estQrcodeModal-titleH3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .estQrcodeModal-description {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .estQrcodeModal-image {
    width: 30%;
  }

  .estQrcodeModal-content .estQrcodeModal-url {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .estQrcodeModal-note dt {
    margin-bottom: 5px;
  }
}
*/