@charset "UTF-8";
#lineup {
  padding: 0 20px;
}
#lineup .box {
  max-width: 118.8rem;
  margin: 0 auto;
  position: relative;
}
#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));
  padding: 40px 12px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner {
    padding: 40px 55px 60px;
  }
}
#lineup .box .box-inner .row {
  display: flex;
}
@media screen and (max-width: 1199px) {
  #lineup .box .box-inner .row {
    gap: 3rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
#lineup .box .box-inner .row:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner .row:not(:last-child) {
    margin-bottom: 3rem;
  }
}
#lineup .box .box-inner .row .col {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .row .col {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#lineup .box .box-inner .row .col .fheight {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#lineup .box .box-inner .row .col .fheight .product-info {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .row .col .fheight .product-info {
    margin-bottom: 0;
    margin-top: auto;
  }
}
#lineup .box .box-inner .row .col .fheight .product-info {
  justify-content: flex-end;
}
#lineup .box .box-inner .row figure {
  width: 100%;
}
#lineup .box .box-inner .row img {
  display: block;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lineup .box .box-inner .row video {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: contain;
     object-fit: contain;
}
#lineup .box .box-inner .row .imgs {
  display: grid;
}
@media screen and (max-width: 767px) {
  #lineup .box .box-inner .row .imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner .row .imgs {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
#lineup .box .box-inner .row .imgs .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #lineup .box .box-inner .row .detail-sxl {
    margin-top: 3rem;
  }
}
#lineup .box .box-inner .row .detail .stt {
  padding-bottom: 2rem;
  border-bottom: 1px solid #8d8686;
  margin-bottom: 2.4rem;
  color: #231815;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner .row .detail .stt {
    font-size: 1.8rem;
    padding-top: 2rem;
  }
}
#lineup .box .box-inner .row .detail .txt {
  line-height: 1.875;
  color: #231815;
}
#lineup .box .box-inner .row .detail .txt p {
  margin-bottom: 20px;
}
#lineup .box .box-inner .row .detail .txt ul li {
  display: flex;
}
#lineup .box .box-inner .row .detail .txt ul li:not(:last-of-type) {
  padding-bottom: 20px;
}
#lineup .box .box-inner .row .detail .txt ul li figure {
  position: relative;
  margin-right: 10px;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
#lineup .box .box-inner .row .detail .txt 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 .row .detail .txt ul li figure img {
  display: block;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lineup .box .box-inner .row .detail .txt ul li figcaption dl dt::before {
  content: "【";
}
#lineup .box .box-inner .row .detail .txt ul li figcaption dl dt::after {
  content: "】";
}
#lineup .box .box-inner .row .detail .txt ul li figcaption dl dd {
  line-height: 1.6em;
}
#lineup .box .box-inner .row .detail .txt aside {
  font-size: 0.875em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lineup .box .box-inner .row .detail .txt aside {
    padding: 0px 0px 20px 190px;
    text-align: left;
  }
}
#lineup .box .box-inner .product-info {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 1199px) {
  #lineup .box .box-inner .product-info {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .product-info {
    margin-top: 3rem;
    justify-content: space-between;
  }
}
#lineup .box .box-inner .product-info.center {
  align-items: center;
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .product-info.center {
    justify-content: center;
    margin-top: 5rem;
  }
}
#lineup .box .box-inner .product-info .product-name {
  color: #8d8686;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  #lineup .box .box-inner .product-info .product-name {
    order: 2;
  }
}
#lineup .box .box-inner .product-info .link {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #lineup .box .box-inner .product-info .link {
    width: 100%;
  }
}
#lineup .box .box-inner .product-info .link a {
  display: inline-block;
  color: #231815;
  font-size: 1.8rem;
  transition: 0.3s;
  line-height: 1.4444444444;
  border-bottom: 1px solid;
}
#lineup .box .box-inner .product-info .link a:hover {
  color: #000;
  border-bottom-color: #ccc;
}
#lineup .box.bottle-bib .box-title {
  background-color: #504c4c;
  color: #fff;
  margin-left: auto;
}
#lineup .box.bottle-bib .box-inner {
  background-color: #504c4c;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  #lineup .box.bottle-bib .box-inner .row {
    flex-direction: row-reverse;
  }
}
#lineup .box.bottle-bib .box-inner .row .detail .stt,
#lineup .box.bottle-bib .box-inner .row .detail .txt {
  color: #fff;
}
#lineup .box.bottle-bib .box-inner .product-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
#lineup .box.bottle-bib .box-inner .product-info .link {
  order: 3;
}
#lineup .box.bottle-bib .box-inner .product-info .link a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: 1.2rem;
  }
}

.slider-for {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .slider-for {
    margin-bottom: 1.2rem;
  }
}
.slider-for .swiper-slide {
  background-color: #000;
  border-radius: 2px;
  aspect-ratio: 519/346;
  overflow: hidden;
}
.slider-for .swiper-slide:active {
  cursor: grabbing;
}
.slider-for .swiper-slide iframe {
  width: 1000%;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slider-for .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.slider-for .swiper-slide .img figure {
  width: 100%;
  height: 100%;
}

.slider-nav img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-nav .swiper-slide {
  cursor: pointer;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  margin-top: -16px;
  color: #ffffff;
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}