@charset "UTF-8";
#lineup {
  padding: 0px 12px;
}
@media screen and (min-width: 768px) {
  #lineup {
    padding: 0px 20px;
  }
}
#lineup .box {
  margin-inline: auto;
  width: 100%;
}
#lineup .box:not(:last-child) {
  margin-bottom: 40px;
}
#lineup .box .box-title {
  width: 180px;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1607843137));
}
#lineup .box .box-inner {
  background-color: #fff;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1607843137));
  border-radius: 0 2px 2px 2px;
  padding: 20px 4px;
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner {
    padding: 40px 20px;
  }
}
#lineup .box .box-inner ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
#lineup .box .box-inner ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
#lineup .box .box-inner ul li figure {
  position: relative;
  border-radius: 2px;
  width: min(40%, 180px);
  aspect-ratio: 3/2;
  overflow: hidden;
}
#lineup .box .box-inner ul li figure.coming_soon::after {
  content: "Coming\aSoon";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 1.8em;
  text-align: center;
  white-space: pre;
}
#lineup .box .box-inner ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lineup .box .box-inner ul li div h3 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}
#lineup .box .box-inner ul li div p::after {
  content: "個";
  margin-left: 4px;
}
#lineup .box .box-inner ul li div p input {
  padding: 0px 5px;
  width: 3em;
}
#lineup .box .box-inner ul li div aside {
  margin-top: 5px;
  font-size: 0.875em;
  line-height: 1.6em;
  text-align: left;
}
#lineup .box .box-inner ul li div aside:has(span:empty) {
  display: none;
}
#lineup .box .box-inner aside {
  margin-top: 10px;
  font-size: 0.875em;
  text-align: center;
}
#lineup .box.bottle-bib .box-title {
  background-color: #504c4c;
  color: #fff;
  margin-left: auto;
}
#lineup .box.bottle-bib .box-inner {
  background-color: #504c4c;
  border-radius: 2px 0px 2px 2px;
  color: #fff;
}
#lineup .submit-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#lineup .submit-wrap p {
  width: 170px;
  white-space: nowrap;
}
#lineup .submit-wrap p:not(:last-of-type) {
  font-size: 0.875em;
}
#lineup .submit-wrap p:not(:last-of-type) span {
  margin-right: 2px;
  width: 9.1428571429ch;
}
#lineup .submit-wrap p em {
  display: inline-block;
  width: 70px;
  font-weight: normal;
  text-align: right;
}
#lineup .submit-wrap p span {
  display: inline-block;
  width: 8ch;
  text-align: right;
}
#lineup .submit-wrap aside {
  margin-bottom: 10px;
  color: #ff0000;
  font-size: 0.875em;
}
#lineup .submit-wrap button {
  background-color: var(--text-color-main);
  border: none;
  border-radius: 2px;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
#lineup .submit-wrap button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#lineup .submit-wrap button.on:not(:disabled) {
  background-color: rgba(121, 106, 85, 0.8);
}
#lineup .submit-wrap .support {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #lineup .submit-wrap .support {
    justify-content: space-between;
  }
}
#lineup .submit-wrap .support p {
  width: auto;
  font-size: 1em;
}