@charset "UTF-8";


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #5d5653;
  font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  background: #fff;
  /* line-height: 1.8; */
  overflow-wrap: anywhere;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding:0 0 5vw 0;
  
}

.container--narrow {
  width: min(100%, 1040px);
}

.section-pink {
  background: url(../img/bg_1.webp) repeat-y;
  background-size:cover;
  background-position:center;
}

.section-cream {
  background: #f2f2f2;
}

.hero {
  position: sticky;
  top: 0;
  z-index: 0;
  height: auto;
  overflow: hidden;
  background: #b8b8b8;
}

.hero picture {
  display: block;
  height: 100%;
}

/*top画像*/
.hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.hero__text {
  position: absolute;
  top: 23vw;
  left: 72vw;
  width: min(34vw);
  transform: translate(-50%, -46%);
  opacity: 0;
  pointer-events: none;
  animation: heroTextFade 1.25s ease .25s forwards;
}



.hero__text2 {
  position: absolute;
  top: 18vw;
  left: 77.5vw;
  width: min(31vw);
  transform: translate(-50%, -46%);
  opacity: 0;
  pointer-events: none;
  animation: heroTextFade 1.25s ease .25s forwards;
}

@keyframes heroTextFade {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}


main > section:not(.hero) {
  position: relative;
  z-index: 1;
}

.product-section {
  padding: 88px 0 1vw;
}

.anchor-nav {
  display: flex;
  justify-content: center;
  gap: 0vw;
  /* margin:  0 5vw 5vw 5vw; */
}

.anchor-nav a {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 198px;
    min-height: 38px;
    padding: 3vw;
    border-radius: 999px;
    /* background: #898989; */
    color: #fff;
    font-size: 16px;
    transition: transform .25s ease, background-color .25s ease;
}

.anchor-nav a:hover {
  /* background: #736b68; */
  transform: translateY(-2px);
} 


.section-heading {
  padding:6vw 0 1vw 0;
  text-align: center;
}

.section-heading__sub {
  display: block;
  color: #9a918d;
  /* font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif; */
  font-size: 14px;
}

@media (max-width: 490px) {
.section-heading__sub {
    font-size: 10px;
}
.section-heading {
  padding:0;
  text-align: center;
}

}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: #4e3734;
  font-family: 'Noto Serif JP',"貂明朝", "TenMincho", 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.35;
}

.section-heading h3 {
  margin: 5vw 0 0 0;
  color: #4e3734;
  font-family: 'Noto Serif JP',"貂明朝", "TenMincho", 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;

}

.section-heading h2 span {
  font-size: .72em;
}

.section-heading p {
  max-width: 720px;
  margin: 1vw auto;
  font-size: 16px;
  color:#1b1b1b;
}

.section-heading--compact {
  margin-top: 98px;
}

.main-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1050px;
  margin: 0 auto 90px;
  background: #fff;
  box-shadow:0px 5px 16px 0px rgba(0, 0, 0, 0.3);
}


.main-product__image {
  height: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  display: block;
}

.main-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-product__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 70px;
}

.product-label,
.small-card__body p {
  margin:0;
  color: #908783;
  font-size: 13px;
}
.small-card__body p {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin:0 0 2px 0;

}

.main-product h2 {
  margin: 0 0 16px;
  color: #5d5653;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
}


.main-product__body > p:not(.product-label) {
     margin: 0 0 36px;
    font-size: 16px;
    text-align: justify;
    max-width: 340px;
}


.small-card__big_fukidashis{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -4vw;
  right: 1vw;
}


.small-card__big_fukidashi{
    width: 6.5vw;
    height: 10vw;
    object-fit:contain;
}


.small-card__fukidashis{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -70px;
  left: -10px;
}


.small-card__fukidashi{
    width: 5.5vw;
    height: 10vw;
    object-fit:contain;
}

.small-card__photo > img:not(.small-card__fukidashi) {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}


.small-card > .small-card__fukidashi{
    position: absolute;
    z-index: 10;
    width: 5vw;
    height:auto;
}


.small-card__photo > img:not(.small-card__big_fukidashi) {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}


.small-card > .small-card__big_fukidashi{
    position: absolute;
    z-index: 10;
    width: 8.5vw;
    height:auto;
}


.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:center;
}

.price-row .tag + .tag {
  margin-left: -4px;
}

.main-product__button {
  margin-top: 28px;
}

.price {
  color: #6f5550;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 28px;
  font-weight: 600;
}

.price-row small {
    margin-top: 10px;
    margin-left: -6px;
    margin-right: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-indent: 2px;
    height: 20px;
    padding: 11px 9px 11.5px 9px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 1;
    border-radius: 2px;
}

.tag-dark {
  background: #64605e;
}

.tag-blue {
  background: #6d9bb1;
}

.tag-frozen {
  background: #315f82;
}

.tag-room-temperature {
    border: 1px solid #8c817c;
    background: transparent;
    font-weight: 500;
    color: #675f5b;
}



.small-slider {
  /* PCの小カード幅は4枚が横いっぱいに並ぶように自動調整しています。 */
  --small-card-gap: 20px;
  --small-card-width: calc((100cqw - (var(--small-card-gap) * 3)) / 4);
  --slider-bottom-space: 42px;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 var(--slider-bottom-space);
}

.slider-window {
  container-type: inline-size;
  overflow: hidden;
  padding-top: 4vw;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  padding-left:0.5vw;
  padding-right:0.4vw;
  padding-bottom:0.8vw;
}

.slider-window.is-dragging {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  gap: var(--small-card-gap);
  transition: transform .55s ease;
  will-change: transform;
}

.small-card {
  position: relative;
  flex: 0 0 var(--small-card-width);
  background: #fff;
  transition: box-shadow .25s ease;
  border-radius: 5px;
  box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.small-card:hover {
  box-shadow: 0 14px 34px rgba(79, 62, 56, .12);
}


.small-card > .lowcarb__badge{
  position: absolute;
  z-index: 10;
  width: 5vw;
  height: auto;
  top: -23px;
  right: 7px;
}img/ic_9.png



.small-card > .small-card__badge{
    position: absolute;
    z-index: 10;
    width: 5vw;
    height:auto;
}

.small-card__badges{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -1.5vw;
  right: 0.5vw;
    object-fit:contain;
}


.small-card__photo{
    position: relative;
}

.small-card__photo > img:not(.small-card__badge) {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius:5px 5px 0 0;
}

.ranking-card:hover .ranking-card__image img,
.shop-grid article:hover .shop-card__image img {
  transform: scale(1.045);
}

.small-card__body {
  padding: 14px 22px 28px;
}


.small-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
}

.small-card__price {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  /* color: #6f5550; */
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 20px;
  font-weight: 600; 
  justify-content:center;
}

.small-card__amount small {
  font-size: 10px;
}

.small-card__tags {
  display: flex;
  gap: 6px;
}

.small-card__tags .tag {
  display: flex;
    box-sizing: border-box;
    min-width: 47px;
    height: 20px;
    font-size: 11px;
    margin-top: 6px;
    padding:9px;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    align-items:center;
  }


.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 28px;
  padding: 12px 26px;
  border: 1px solid #d8cfca;
  border-radius: 999px;
  background: #fff;
  color: #716965;
  font-size: 16px;
  margin-top: 40px;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.outline-button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.product-button::after {
    width: 20px;
    height: 20px;
    margin-left: 11px;
    margin-bottom: 1px;
    border: 0;
    background: url(../img/cart-icon.png) center / contain no-repeat;
    transform: none;
}

.outline-button:hover {
  border-color: #9c8a7e;
  background: #f8f4ef;
  transform: translateY(-1px);
}

.small-card .outline-button {
    display: flex;
    width: min(100%, 220px);
    min-height: 42px;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 6px;
    margin-top: 32px;
}

.slider-arrow {
  position: absolute;
  top: calc((100% - var(--slider-bottom-space)) / 2);
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: url("../img/arrow.png") center / contain no-repeat;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-arrow::before {
  display: none;
}

.slider-arrow--prev {
  left: -18px;
  transform: translateY(-50%) rotate(180deg);
}

.slider-arrow--next {
  right: -18px;
}

.slider-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c69189;
  cursor: pointer;
}

.slider-dots button.is-active {
  background: #942d28;
}

.autumn-section {
  background: url(../img/bg.webp) repeat-y;
  background-size:cover;
}

.texture-section {
  background: url(../img/bg_1.webp) repeat-y;
  background-size:cover;
}

.lowcarb-section{
  background: url(../img/bg.webp) repeat-y;
  background-size:cover;
}


@media screen and (max-width:490px) {
.autumn-section {
  background: url(../img/bg.webp) repeat-y;
  background-size:cover;
  padding-bottom: 10px;
}

.texture-section {
  background: url(../img/bg_1.webp) repeat-y;
  background-size:cover;
  padding-bottom: 40px;
}

.lowcarb-section{
  background: url(../img/bg.webp) repeat-y;
  background-size:cover;
  padding-bottom: 40px;
}

}

/* .message-section {
  padding: 80px 0 128px;
} */

.message-section,
.order-section,
.shop-section {
  margin-top: -1px;
}

.message-feature {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 0px;
  max-width: 660px;
  margin: 0 auto;
}

.message-feature img,
.message-grid img {
  display: block;
  background: #999;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.message-feature h3,
.message-grid h3,
.shop-grid h3 {
  margin: 0 0 0 0px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:490px) {
.shop-grid h3 {
margin:0;
}
}

.message-feature p {
  /* margin: 0 0 60px; */
  font-size: 14px;
}

.message-grid {
  display: grid;
  grid-template-columns: repeat(2, 260px);
  justify-content: center;
  gap: 135px;
  text-align: center;
}

.message-grid h3 {
  margin-top: 18px;
}

.order-section {
  /* padding: 80px 0 0 0; */
  background: #fff;
}

.order-text {
  max-width: 760px;
  margin: 0 auto 54px;
  font-size: 15px;
  list-style: none;
}

.order-text-2 {
  max-width: 760px;
  margin: 0 auto 54px;
  font-size: 15px;
  list-style: none;
}

.order-text li {
  margin: 0 0 18px;
}

.order-text li:last-child{
  text-align:center;
}

.order-image {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.shop-section {
  padding: 0 0 105px;
  background: #f2f2f2;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 491px) {
  .shop-card--main {
    order: 1;
  }

  .shop-card--nakameguro {
    order: 2;
  }

  .shop-card--azabudai {
    order: 3;
  }
}

.shop-card__image {
  margin-bottom: 18px;
}

.shop-card__image img {
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  transition: transform .45s ease;
}

.shop-grid p {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: 1px;
}

.shop-grid .outline-button {
  width: min(100%, 220px);
  padding: 8px 26px;
  margin-top: 10px;
  margin-bottom:60px;
}

.page-top {
  position: fixed;
  right: 60px;
  bottom: 58px;
  z-index: 10;
  width: 86px;
  height: 86px;
  background: transparent;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition: opacity .3s ease,
              visibility .3s ease,
              transform .3s ease;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top:hover {
  transform: translateY(-3px);
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 10px 0 18px;
  background: #280000;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer p:first-child {
  margin-bottom: 0;
}

.footer img {
  display: block;
  width: 170px;
  filter: brightness(0) invert(1);
  margin: 0 auto;
  /* opacity: .85; */
}

.footer__copyright{
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  font-size: 8px;
  margin-top: 0;
  color: #fff;
}
.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 1.4s ease,
    transform 1.4s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.title{
width:100%;
padding:0;
margin:0 auto;
}

.title-float{
  animation: floating 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes floating{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-8px);
  }
}

.order-text{
  text-align: left;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
  border-radius: 5px;
  text-align: center;


.anchor-nav .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
  border-radius: 5px;
  text-align: center;
    margin-bottom:62px;
    margin-right:auto;
    margin-left:auto;
}

.main-product.fade-in.is-visible {
  box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom:0px;
    margin-right:auto;
    margin-left:auto;
}
  }
    

.hero.fade-in {
  opacity: 1;
  transform: none;
  background:#fff;
}


@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 490px) {
  body {
    font-size: 13px;
    /* line-height: 1.75; */
  }

  .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
  border-radius: 5px;
  text-align: center;
  gap:0px;
   }


  .order-text .fade-in .is-visible{
  text-align: left;
   }

.main-product .fade-in {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
  border-radius: 5px;
  text-align: center;
      width: 100%;
    margin-bottom:0px;
}

.anchor-nav .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
  border-radius: 5px;
  text-align: center;
      width: 100%;
    margin-bottom:0px;
    margin-right:auto;
    margin-left:auto;
}

  .container,
  .container--narrow {
    width: 95%;
    padding: 0;
    margin:0 auto;
  }

.hero {
  position: relative;
  top: auto;
  z-index: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.hero picture {
  display: block;
}

.hero__image {
  width: 100%;
  height: auto;
  display: block;
}

main > section:not(.hero) {
  position: relative;
}
  .hero__text {
    width: min(48vw, 360px);
  }

  .hero__text{
  position: absolute;
  top: 34vw;
  left: 50vw;
  width: min(56vw);
  transform: translate(-50%, -50%);
  animation: heroTextFade 1.25s ease .25s forwards;
}



  .product-section {
    padding: 0 0 0 0;
  }

  .anchor-nav {
  gap: 18px;
  padding-top: 16px;
  padding-bottom:35px;
  }

  .anchor-nav a {
        min-width: 120px;
        min-height: 0px;
        padding: 0px;
  }

  .section-heading {
    /* margin-bottom: 26px; */
  }

  

  .section-heading p {
    max-width: 400px;
    font-size: 13px;
    margin: 3% auto;
    letter-spacing: 0.5%;
    color:#1b1b1b;
    margin-bottom:20px;
  }

  
.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: #4e3734;
  font-family: 'Noto Serif JP',"貂明朝", "TenMincho", 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  padding-top:35px;
}


.section-heading h3 {
  margin: 5vw 0 0 0;
  color: #4e3734;
  font-family: 'Noto Serif JP',"貂明朝", "TenMincho", 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  padding-top:35px;

}

  .main-product {
    display: block;
    margin-bottom: 52px;
  }

  
.main-product__image {
  height: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  display: block;
}

  .main-product__image img {
    height: auto;
    aspect-ratio: 9 / 7;
  }

  .main-product__body {
    padding: 19px 36px 30px;
  box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  }

  .main-product h2 {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .main-product__body > p:not(.product-label) {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .price {
    font-size: 22px;
  }

  
  .small-slider {
    --small-card-gap: 14px;
    --small-card-width: 100%;
    --slider-bottom-space: 36px;
    width:100%;
    margin:0;
  }

  .slider-window {
    padding: 28px 50px 0;
    padding-bottom:10px;
  }

  .small-card:hover {
    box-shadow: none;
  }

  .small-card__body {
    padding: 20px 28px 24px;
  }

  .small-card .outline-button {
    width: 100%;
    max-width: none;
  }

  
.small-card > .lowcarb__badge{
  position: absolute;
  z-index: 10;
  width: 17vw;
  height: auto;
  top: -28px;
  right: 5px;
}


  
.small-card__big_fukidashis{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -34px;
  right: -14px;
  
}



@media (max-width: 490px) {
.small-card__big_fukidashis{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -19px;
  right: 1px;
  
}

.small-card__big_fukidashi{
    width: 25vw;
    height:25vw;
    object-fit:contain;
}

.small-card__fukidashi{
    width: 17vw;
    height: 18vw;
    object-fit:contain;
}

.small-card__fukidashis{
  position: absolute;
  display: flex;
  gap: 6px;
  z-index: 10;
  top: -31px;
  left: -10px;
}

}


  .slider-arrow {
    width: 28px;
    height: 28px;
  }

  .slider-arrow--prev {
    left: 28px;
  }

  .slider-arrow--next {
    right: 28px;
  }

  .ranking-section {
    padding: 56px 0 66px;
  }

  .ranking-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin: 0 auto;
  }

  .ranking-card--large {
    grid-column: 1 / -1;
  }

  .ranking-card--large .ranking-card__image img {
    aspect-ratio: 1.45 / 1;
  }

  .ranking-card h3 {
    margin-top: 8px;
    font-size: 11px;
  }

  .ranking-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .rank-badge {
        left: 1vw;
        width: 40px;
        top: -7px;
  }

  .message-section {
    padding-bottom: 35px;
  }

  .message-feature {
    display: block;
    max-width: 315px;
    text-align: center;
  }

  .message-feature img {
    width: 190px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
  }

  .message-feature h3,
  .message-grid h3 {
    font-size: 12px;
  }

  .message-feature p {
    font-size: 11px;
    margin: 0;
  }

  .message-feature .outline-button {
    width: min(100%, 240px);
    padding: 8px 26px;
    margin-top: 32px;
  }

  .section-heading--compact {
    margin-top: 66px;
  }

  .message-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .message-grid h3 {
    margin-top: 8px;
    margin-bottom: 28px;
  }

  .message-grid .outline-button {
        min-width: 100%;
        padding: 8px 14px;
        font-size: 12px;
        margin-top: 0;
  }

  .order-section {
  
    padding-bottom: 35px;
  }

  .order-text-2 {
    margin-bottom: 30px;
    font-size: 12px;
    padding: 0;
  }

  .order-text {
    margin-bottom: 30px;
    font-size: 12px;
    padding: 0 12px;
  }

  .shop-section {
    padding-bottom: 35px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: 315px;
  }


  .shop-grid h3 {
    font-size: 13px;
  }

  .page-top {
    right: 16px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    font-size: 10px;
  }

  .footer {
    min-height: 68px;
    padding: 8px 0 14px;
  }

  .footer p:first-child {
    margin-bottom: 0;
  }

  .footer img {
    width: 112px;
    margin: 0 auto;
    display: block;
  }

}
