<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&amp;display=swap");
/* テーマカラー設定 */
:root {
  --main-color: #2C877B;
  --accent-color: #695C3B;
  --sub-font: "Noto Serif JP", serif;
}

.p-lp-wrapper {
  padding: 0 0 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_003_bg.jpg) no-repeat top center/cover;
  background-attachment: fixed;
  /* background: #FFDE59; */
}

.p-lp-bg-wrap.-bg01 .p-lp-bg-wrap__inner {
  width: 90%;
  max-width: 1100px;
  padding: 60px 2% 1px;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
}
@media (width &lt; 768px) {
  .p-lp-bg-wrap.-bg01 .p-lp-bg-wrap__inner {
    padding: 30px 0 1px;
  }
}

.p-lp-bg-wrap.-bg02 {
  padding: 60px 0 1px;
  background: #BF914C;
}

.l-inner.-no-padding {
  padding: 0;
}

/* タイトル */
.p-lp-hero {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.p-lp-hero__inner {
  position: relative;
  /* max-width: max-content; */
  margin: 0 auto;
}

.p-lp-hero__imgs {
  position: relative;
  /* .-title{
    position: absolute;
    top: 8%;
    left: 4.8%;
    line-height: 1;
    .-main{
      font-size: 4.3rem;
      font-weight: 900;
      br{
        display: none;
      }
    }
    .-sub{
      font-size: 2.6rem;
      font-weight: 600;
      margin-top: 25px;
    }
  }
  .-item-ph{
    position: absolute;
    bottom: 9%;
    right: 5.3%;
    opacity: 1;
    width: 42.5%;
  } */
}
.p-lp-hero__imgs .-bg-ph {
  width: 100%;
  max-width: inherit;
}

/* 承り日 */
.p-lp-limit__wrap {
  position: relative;
  margin: 0;
  /* padding: 80px 0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_001_limit.jpg) no-repeat center center / cover;
  @media (width &lt; 768px) {
    padding: 50px 0;
  } */
}

.p-lp-limit__text {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.p-lp-limit__text .-date {
  margin-bottom: 50px;
  font-size: min(6.5vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (width &lt; 768px) {
  .p-lp-limit__text .-date {
    margin-bottom: 30px;
  }
}
.p-lp-limit__text .-item {
  width: 90%;
  max-width: max-content;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media (width &lt; 768px) {
  .p-lp-limit__text .-item {
    margin-top: 50px;
    font-size: min(5vw, 1.2rem);
  }
}

/* ストップ！20歳未満飲酒・飲酒運転 */
.p-lp-stop {
  display: grid;
  grid-template-columns: 80px max-content;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: #fff;
}
@media (width &lt; 768px) {
  .p-lp-stop {
    gap: min(4vw, 15px);
    grid-template-columns: min(12vw, 80px) max-content;
    padding: min(5.3vw, 20px);
  }
}

.p-lp-stop__text {
  font-size: min(3.2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.7;
}

.p-lp-stop-img {
  padding: 20px 0;
  background: #fff;
}
.p-lp-stop-img img {
  margin: 0 auto;
}
@media (width &lt; 768px) {
  .p-lp-stop-img {
    padding: min(5.3vw, 20px) 0;
  }
}

/* 商品 */
.p-lp-product {
  padding: min(5vw, 50px) 0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_003_bg01.jpg) no-repeat center center/cover;
}

.p-lp-item-box {
  position: relative;
}
@media (width &gt;= 768px) {
  .p-lp-item-box {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1%;
    align-items: center;
  }
}

.p-lp-item-box__img {
  position: relative;
}

.p-lp-item-box__limit {
  /* position: absolute;
  top: 33%;
  right: 7%; */
  padding: 10px 30px;
  font-size: min(3.5vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 10px;
}
@media (width &lt; 960px) {
  .p-lp-item-box__limit {
    padding: min(1.5vw, 10px) min(3vw, 30px);
  }
}
.p-lp-item-box__limit.-type02 {
  right: 5%;
  top: 45%;
}

.p-lp-item-box__price {
  background: #fff;
  border-radius: 30px;
}
@media (width &lt; 960px) {
  .p-lp-item-box__price {
    width: 85%;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 15px 20px;
  }
}
@media (width &gt;= 960px) {
  .p-lp-item-box__price {
    /* position: absolute;
    bottom: 5%;
    right: 5%; */
    margin-top: 50px;
    padding: 20px 30px;
  }
}
.p-lp-item-box__price p {
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
.p-lp-item-box__price p span {
  display: inline-block;
  font-weight: 800;
  margin: 0 5px;
  color: #f11a1a;
}
.p-lp-item-box__price .-base {
  font-size: min(5vw, 1.2rem);
}
.p-lp-item-box__price .-base span {
  font-size: 240%;
}
.p-lp-item-box__price .-tax {
  font-size: min(3.5vw, 1rem);
  margin-top: 10px;
}
.p-lp-item-box__price .-tax span {
  font-size: 180%;
}

/* もっと見るボタン */
.c-lp-more-btn {
  margin-top: 20px;
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  margin: 0 auto;
  min-height: 50px;
  font-size: min(4.5vw, 1.4rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 10px;
}
.c-lp-more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* 紹介 */
.p-lp-introduction__title {
  font-family: var(--sub-font);
  font-size: min(4.5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.p-lp-introduction__title small {
  font-size: 80%;
}
@media (width &lt; 768px) {
  .p-lp-introduction__title small {
    font-size: 70%;
  }
}

.p-lp-introduction__desc {
  font-size: min(2.8vw, 1rem);
  margin-top: 15px;
  line-height: 1.6;
  text-align: center;
}

.p-lp-introduction__grid {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  align-items: center;
  gap: 30px 50px;
  margin-top: 30px;
}
@media (width &lt; 960px) {
  .p-lp-introduction__grid {
    grid-template-columns: 100%;
  }
}

.p-lp-introduction__img img {
  margin: 0 auto;
}

.p-lp-introduction__point {
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-lp-introduction__point &gt; li:not(:first-child) {
  margin-top: 20px;
}
.p-lp-introduction__point .-title {
  display: block;
  font-weight: 700;
}
@media (width &lt; 768px) {
  .p-lp-introduction__point {
    font-size: 0.9rem;
  }
}

/* アンカー */
.p-lp-anchor-title {
  font-family: var(--sub-font);
  font-size: min(4.5vw, 1.8rem);
  font-weight: 600;
  text-align: center;
}

.p-lp-anchor-desc {
  font-size: min(2.8vw, 1rem);
  line-height: 1.6;
  text-align: center;
}

.p-lp-anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
  padding: 0 10%;
  text-align: center;
}
@media (width &lt; 768px) {
  .p-lp-anchor {
    gap: 5px;
    padding: 0;
  }
}
.p-lp-anchor a {
  display: block;
  line-height: 1;
  color: #fff;
  background-color: var(--main-color);
}
.p-lp-anchor a p {
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (width &lt; 768px) {
  .p-lp-anchor a p {
    padding: 8px 0;
    font-size: 0.9rem;
  }
}

/* レシピ */
.p-lp-recipe-title {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: min(4.5vw, 1.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
}

.p-lp-recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
}
@media (width &lt; 768px) {
  .p-lp-recipe-grid {
    font-size: 0.9rem;
    grid-template-columns: 100%;
    margin-top: 20px;
  }
}

.p-lp-recipe-grid__child img {
  margin: 0 auto;
}
.p-lp-recipe-grid__child p {
  margin-top: 25px;
  line-height: 1.6;
}
.p-lp-recipe-grid__child p .-title {
  display: block;
  font-weight: 700;
}
@media (width &lt; 768px) {
  .p-lp-recipe-grid__child p {
    font-size: 0.9rem;
  }
}</pre></body></html>