@charset "UTF-8";
h2,
.woocommerce-MyAccount-navigation li,
.edit-link,
.woocommerce-MyAccount-content,
.woocommerce-form__label-for-checkbox,
.woocommerce-LostPassword {
  display: none !important;
}
.woocommerce-MyAccount-navigation li:last-child {
  display: block;
}
.col-full {
  max-width: 640px;
}
label[for="username"] {
  font-size: 0;
}
label[for="username"]::before {
  content: "ポイントID";
  font-size: .9rem;
}
label[for="username"] .required {
  font-size: .9rem;
}
.woocommerce-Input--text {
  font-size: 130%;
}
#popbtn {
  display: inline-block;
  padding: 5px 10px 3px;
  margin-top: 10px;
  border: solid 1px #fff;
  border-radius: 5px;
  cursor: pointer;
}
#popbtn:hover {
  background-color: rgba(255,255,255,.2);
}
#pop-wrap {
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 680px;
  background-color: #fff;
  border: solid 2px #e2401c;
  border-radius: 10px;
  position: fixed;
  top: 20vh;
  left: 50%;
  margin-left: -340px;
  z-index: 123456;
  padding: 40px 40px 20px;
}
#pop-wrap h3 {
  font-size: 130%;
  border-bottom: 1px solid #666;
}
#pop-wrap li {
  list-style-type: disc;
  margin: 20px 0 20px 20px;
}
#popclose {
  text-align: center;
}
#popclose span {
  display: inline-block;
  padding: 5px 10px 3px;
  border: solid 1px #333;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 767px){
  
  label[for="username"]::before {
    font-size: 2.9vw;
  }
  #content {
    padding: 5vw;
  }
  .storefront-breadcrumb > a {
    background-color: #fff;
    height: 14vw;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4vw 3vw 0;
    z-index: 1234568;
    font-size: 120%;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100vw;
  }
  #pop-wrap {
    max-width: none;
    margin-left: 0;
    left: 0;
    padding: 5vw;
  }
}
@media (max-width: 575px){
  label[for="username"]::before {
    font-size: 3.5vw;
  }
}