@charset "UTF-8";


#thanks {
  max-width: 1000px;
  margin: 0 auto;
}
.thanks-c img {
  margin: 0 auto;
}
#question {
  position: relative;
}
#question iframe {
  width: 100%;
  height: 1120px;
  position: relative;
  z-index: 1;
}
#question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 10;
}
#banner {
  text-align: center;
}
#banner li > div {
  position: relative;
}
#banner h2 {
  font-size: 160%;
  color: #fff;
  background-color: rgba(4, 74, 0,.8);
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0 6px;
}
#banner li {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
}
#banner p {
  text-align: left !important;
  font-size: 85%;
  margin-bottom: 0;
}
#banner img {
  object-fit: cover;
  width: 100%;
  height: 290px;
  max-width: none;
  position: relative;
  z-index: 2;
  margin-bottom: 1vw;
}
#banner a {
  display: block;
  padding: 7px 0;
  font-size: 130%;
  margin-top: 1.5vw;
}
.shop-list-link {
  position: relative;
  z-index: 1234567;
}
.stay-tuned {
  display: block;
}
@media(min-width:768px){
  #banner li {
    display: inline-block;
    width: 47%;
    margin: 2vw 1.5%;
    vertical-align: top;
  }
  #banner p {
    min-height: 100px;
  }
  #thanks p {
    text-align: center;
  }
}
@media(max-width:767px){
  .page2 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  #thanks-text {
    padding: 9vw 1vw;
  }
  #banner li {
    margin-bottom: 8vw;
  }
  #banner img {
    height: 45vw;
    margin-bottom: 2vw;
  }
  #banner p {
    font-size: 95%;
  }
  #question::after {
    height: 116px;
  }
  #question iframe {
    height: 350vw;
  }
}