<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: #FF9899;
  --accent-color: #FF3333;
  --main-font: "Noto Serif JP", serif;
  --sans-font: "Noto Sans JP", serif;
}

.p-lp-wrapper {
  padding: 0 0 1px;
  background: var(--main-color);
  /* background: #000; */
  /* font-family: var(--main-font); */
}

.p-lp-bg-wrap.-bg01 {
  margin-bottom: 60px;
  padding: 60px 0 1px;
  background: #fff;
}

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

/* タイトル */
.p-lp-hero {
  padding: 50px min(5vw, 50px) 0;
  color: #fff;
  background-color: #FF9899;
}
@media (width &lt; 768px) {
  .p-lp-hero {
    padding: 5vw;
  }
}

.p-lp-hero__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-lp-hero__title {
  padding-bottom: 30px;
  font-size: min(4.3vw, 3.5rem);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 3px #a382ae;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/kajitaku_bg01.jpg) no-repeat top right;
}
@media (width &lt; 768px) {
  .p-lp-hero__title {
    font-size: min(5vw, 3.5rem);
    padding-bottom: 20px;
    background-size: auto 50%;
  }
  .p-lp-hero__title .-main {
    font-size: 150%;
  }
}

.p-lp-hero__body {
  display: grid;
  grid-template-columns: 75% 20%;
  gap: 5%;
  padding: 30px 40px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/kajitaku_bg02.jpg) no-repeat bottom left;
  background-color: #fff;
  border-radius: 20px;
}
.p-lp-hero__body .-desc {
  margin-top: 20px;
  font-size: min(2vw, 1.9rem);
  /* font-size: 1.9rem; */
  font-weight: 700;
  line-height: 1.8;
  color: var(--accent-color);
  text-shadow: 2px 2px #fff;
}
@media (width &lt; 768px) {
  .p-lp-hero__body {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
  }
  .p-lp-hero__body .-desc {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.p-lp-hero__body-img img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media (width &lt; 768px) {
  .p-lp-hero__body-img {
    width: 40%;
    max-width: 200px;
    margin: 0 0 0 auto;
  }
}

/* 導入文 */
.p-lp-about__title {
  position: relative;
  font-size: min(5.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: var(--accent-color);
}

.p-lp-before-after {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
@media (width &gt;= 768px) {
  .p-lp-before-after {
    grid-template-columns: 1fr 80px 1fr;
    margin-top: 50px;
    align-items: center;
  }
}
.p-lp-before-after .-arrow {
  display: block;
  width: 100px;
  height: 20px;
  margin: 0 auto;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (width &gt;= 768px) {
  .p-lp-before-after .-arrow {
    width: 30px;
    height: 100px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

/* セール期間 */
.p-lp-sale-date {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 20px;
  /* display: grid;
  grid-template-columns: max-content max-content; */
  justify-content: center;
  font-size: min(3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--accent-color);
  background-color: #FEED01;
  border-radius: 12px;
}
@media (width &lt; 768px) {
  .p-lp-sale-date {
    flex-direction: column;
    align-items: center;
    font-size: min(5.5vw, 2.4rem);
    line-height: 1.5;
  }
}

/* 商品 */
.p-lp-product__items {
  margin-top: 30px;
}

.p-item-list-category__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (width &lt; 768px) {
  .p-item-list-category__item {
    width: 100%;
    border-radius: 12px;
  }
}
.p-item-list-category__item .c-card {
  padding: 20px;
  background-color: #fff;
  /* box-shadow: 3px 5px 10px var(--accent-color); */
  /* &amp;:after{
    content: 'ご注文はこちら';
    display: block;
    margin-top: 15px;
    padding: 15px 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #FF3131;
    border-radius: 30px;
  } */
}
.p-item-list-category__item .c-card .c-price {
  font-size: 2rem;
  color: var(--accent-color);
}
.p-item-list-category__item .c-card .c-price span {
  font-size: 50%;
}
.p-item-list-category__item .c-card .c-price small {
  font-size: 80%;
}

/* 紹介 */
.p-lp-introduction-box {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
@media (width &gt;= 768px) {
  .p-lp-introduction-box {
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 20px;
  }
  .p-lp-introduction-box.-reverse {
    flex-direction: row-reverse;
  }
}

@media (width &gt;= 768px) {
  .p-lp-introduction-box__img {
    width: calc(52% - 20px);
  }
}
.p-lp-introduction-box__img img {
  width: 100%;
}

.p-lp-introduction-box__desc {
  display: grid;
  place-content: center;
  /* padding: 20px; */
  padding: 5% 1vw;
  text-align: left;
  font-size: 0.9rem;
}
.p-lp-introduction-box__desc .-title {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  color: var(--accent-color);
}
.p-lp-introduction-box__desc .-subtitle {
  font-size: 110%;
  font-weight: 700;
}
@media (width &gt;= 768px) {
  .p-lp-introduction-box__desc {
    width: 48%;
    padding: 3%;
    font-size: 1.2rem;
  }
  .p-lp-introduction-box__desc .-title {
    font-size: 150%;
    margin-bottom: 20px;
  }
  .p-lp-introduction-box__desc .-subtitle {
    font-size: 130%;
    font-weight: 700;
  }
}</pre></body></html>