.pickupArea a {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 1.8em .8em;
  text-decoration: none;
  display: block;
}

.pickupArea a:hover {
  opacity: .8;
}

.pickupArea a:hover img {
  opacity: 1.0;
}

.pickupArea {
  padding: 0 5vw;
  margin: 0 0 5em;
  font-family: YakuHanJPs, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 900;
}

.pickupAreaImg {
  max-width: 150px;
  width: 8vw;
  flex-shrink: 0;
  padding-right: 1.2em;
}
.pickupAreaImg:empty {
  display:none;
}

.pickupAreaTxt {
  width: 100%;
  /* font-family: 'Kanit', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; */
}

.pickupAreaTxtTitle {
  display: block;
  font-size: 3.2rem;
  font-size: 27px;
  font-weight: 900;
  width: 100%;
}


.pickupAreaTxt:last-child{
  border-top:dotted 2px #ffffff9c;
  margin:1.5em 0 0 0;
  padding:1.5em 0 0 0;
}
.pickupAreaTxt:last-child .pickupAreaTxtTitle{
  font-size: 21px;
}

.pickupAreaTxtContent {
  display: block;
  font-size: 1.0rem;
  font-weight: 600;
}
.pickupAreaTxtContent:empty {
  display: none;
}

.pickupAreaTxtRelease {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.pickupNotice{
  font-size:90%;
  font-weight:500;
  text-align:center;
  padding:1em 0 0 0;
}

@media screen and (min-width: 1200px) {
  .pickupAreaTxtTitle {
    font-size: 3.0rem;
  }

  .pickupAreaTxtContent {
    font-size: 1.4rem;
  }

  .pickupAreaTxtRelease {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pickupArea a {
    flex-wrap: wrap;
    padding: 2.0em 0 1.6em;
    border-width: 3px;
  }

  .pickupArea {
    padding: 0 8vw;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .pickupAreaImg {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    padding: 0 8vw;
  }

  .pickupAreaTxt {
    padding-left: 0;
    margin-top: 1.2em;
  }

  .pickupAreaTxtTitle {
    font-size: 3.4rem;
  }

  .pickupAreaTxtContent {
    font-size: 1.6rem;
  }

  .pickupAreaTxtRelease {
    font-size: 2.4rem;
  }

  .pickupAreaTxtReleaseBlock {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
  }
}