.PConly {
  display: block;
}
.Mobonly {
  display: none !important;
}

a {
  color: #3c3c43 !important;
}
a:hover {
  opacity: 0.9;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

h1,
h2,
h3 {
  line-height: 150%;
}

button:focus-visible {
  outline: auto;
}

.movie__iframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  width: 100%;
}

.movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#feature-heading .section-title-small {
  font-weight: 900;
  color: #3c3c43;
  letter-spacing: 1px;
  font-size: 32px;
}


#banner-section img{
  width: 100%;
}



#product-section{
  background: #F9F8EF;
}

#product-section h3{
  font-size: 22px;
  letter-spacing: 0px;
}

.product-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.product-box .pro-item {
  width: calc(25% - 15px);
  background-color: #FFF;
  text-align: center;
}

.pro-item img{
  width: 100%;
}


.pro-text {
  padding: 16px 16px 40px 16px;
  text-align: left;
}

.pro-text hr{
border-top-color: #C4C4C6;
margin: 16px auto;
}

.pro-title{
  font-size: 16px;
   min-height: 60px;
}

.pro-price{
  font-size: 12px;
}

.pro-price b{
  font-size: 24px;
  font-weight: 900;
  padding: 0px 5px;
}

.pro-desc{
  font-size: 15px;
}



.story-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.story-item:nth-child(even) {
  flex-direction: row-reverse;
}

.story-img,
.story-text {
  width: 48%;

}


.story-text {
 padding: 36px;
}

.story-text h3{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0px;
}

.story-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .story-item {
    flex-direction: column !important;
    margin-bottom: 16px;
  }

  .story-img{
    margin-bottom: 15px;
    width: 100%;
  }


  .story-text {
  width: 100%;
    margin-bottom: 1.5rem;
  }

   #feature-heading{
 text-align: center;
   }

   #feature-heading .section-title-small{
    margin: 35px 0px 12px 0px;
   }

   #movie-section{
    margin-bottom: 20px;
   }

   #movie-section p{
    margin-top: 16px;
    text-align: left;
   }

   #product-section{
    padding-bottom: 0px;
    padding-top: 64px;
   }

   #commonBanner-section .sf-u-mt_xxxxl{
    margin-top: 24px;
   }

   #feature-heading,#story-section{
    padding-top: 0px;
   }


}



/* movie */


.movie__iframe {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    width: 100%;
  }

  .movie__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }






  .sf-buttonGroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 70px auto 48px auto;
}

.sf-button {
  width: calc((100% - 20px) / 2);
  border: 1px solid #c4c4c6;
  color: #3c3c43;
  background-color: #fff;
  font-weight: 700;
  padding: 20px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
}

.sf-button:hover {
  background-color: #EBEBEC;
}



.feature-box {
  margin-top: 75px;
}

.food-button {
  border: 1px solid #3c3c43;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: 600px;
  padding: 15px 15px;
  gap: 0px 24px;
}

.food-button:hover {
  background-color: #f0f0f0;
}

.food-button.f-btn-bg {
  border: none;
  background-color: #f0f0f0;
}

.food-button.f-btn-bg:hover {
  opacity: 0.8;
}

.food-button div:first-child {
  width: 33%;
}
.food-button div:nth-child(2) {
  width: 85%;
}
.food-button div:last-child {
  width: 8%;
}

.food_ttl {
  font-size: 18px !important;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-top: 0px;
}

.food-txt {
  font-size: 15px;
  color: #3c3c43;
  text-align: left;
}




.color-white {
  color: #fff;
}

.pagelink-btn {
  display: inline-block;
  font-weight: 700;
  line-height: 150%;
  padding-right: 20px;
  position: relative;
}

.pagelink-btn:after {
  background: url(../img/ico_arrow_down.svg) 100%/100% auto no-repeat;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.sf-simpleBff_productsItemBadge {
  display: none;
}

.headline h1 {
  margin-top: 4px;
}

.headline p {
  line-height: 150%;
}

.newcolor .lead {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  padding-top: 2px;
  width: -moz-fit-content;
  width: fit-content;
}

.newcolor ul {
  display: grid;
}

.feature h3 {
  /* 1D1D1F */
  font-weight: 500;
}
.feature h3 span {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-right: 8px;
  color: #766e67;
  opacity: 0.5;
  vertical-align: middle;
}
.feature-contents p {
  font-size: 14px;
}

.feature .sf-slider .js-sf-slider-thumb .swiper-wrapper {
  justify-content: center;
  transform: translateZ(0) !important;
}

.feature .sf-slider .js-sf-slider-thumb .sf-slider_thumbs > :last-of-type {
  margin-right: 0 !important;
}

.lineup .lineup-contents:nth-of-type(2n) {
  /* background: var(--color-gray-100); */
}

.lineup .lineup-contents:nth-of-type(2n) .lineup-detail {
  flex-direction: row-reverse;
}

.lineup .lineup-contents:nth-of-type(2n) button.modal-open {
  background: var(--color-white);
}

.lineup .lineup-imagebox h3,
.lineup .lineup-imagebox p {
  display: none;
}

.lineup .lineup-disc button.modal-open {
  align-items: center;
  background: var(--color-gray-100);
  border: 1px solid var(--color-gray-200);
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  padding-right: 12px;
}

.lineup .lineup-disc button.modal-open .imgBox {
  flex-shrink: 0;
  height: 80px;
  width: 80px;
}

.lineup .lineup-disc button.modal-open p {
  align-items: center;
  display: block;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-left: 12px;
  position: relative;
  width: 100%;
}

.lineup .lineup-disc button.modal-open p:after {
  background: url(../img/ico_popup.svg) 0 0/100% auto no-repeat;
  content: '';
  display: block;
  height: 20px;
  transform: translateY(-1px);
  width: 20px;
}

.lineup .lineup-item .sf-simpleBff_productsItem {
  margin: 0 !important;
}

.lineup-detail.sf-u-grid_row {
  align-items: center;
}

.lineup-detail ul {
  background: rgba(118, 110, 103, 0.2);
  color: #1d1d1f;
  margin: 15px auto;
  padding: 15px 20px;
  font-size: 14px;
}

.sf-simpleBff_productsItemPrice {
  text-align: left;
}

.proTag {
  background: #766e67;
  width: fit-content;
  padding: 4px 14px;
  font-size: 14px;
  margin-bottom: 1rem;
}

:root {
  --modal-height: 100vh;
}

.modal {
  height: 100vh;
  height: var(--modal-height);
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal .modal-back {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal .modal-wrap {
  background: #fff;
  border-radius: 4px;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal .modal-wrap.underfour .js-sf-slider-thumb .swiper-wrapper,
.modal .modal-wrap.underthree .js-sf-slider-thumb .swiper-wrapper,
.modal .modal-wrap.undertwo .js-sf-slider-thumb .swiper-wrapper {
  justify-content: center;
  transform: translateZ(0) !important;
}

.modal
  .modal-wrap.underfour
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type,
.modal
  .modal-wrap.underthree
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type,
.modal
  .modal-wrap.undertwo
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type {
  margin-right: 0 !important;
}

.modal .modal-wrap .modal-cross button {
  display: block;
  margin-left: auto;
}

.modal .modal-wrap .modal-cross button img {
  display: block;
}

.modal .modal-wrap .modal-cross span {
  font-size: 20px;
  font-weight: bold;
}

.modal .modal-contents {
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.modal .modal-contents-inner {
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-contents .js-sf-slider-thumb .sf-slider_thumbs > :last-of-type {
  margin-right: 0 !important;
}

.modal .modal-contents p > a {
  text-decoration: underline;
}

.ua-mp .modal .modal-contents {
  padding-bottom: 50px;
}

.more a {
  margin-left: auto;
  margin-right: auto;
  max-width: 526px;
}

.feature-contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.feature-contents .feature-item {
  width: 33%;
}

/* ricebran-icon */

.bubble-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 400px;
  margin: 3rem auto;
}

.bubble {
  position: relative;
  width: 25%;
  /* height: 176px; */
}

.bubble img {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.bubble:first-child img {
  animation-name: ricebran-icon;
  width: 220px;
  margin-top: 8.5rem;
  margin-left: 5rem;
}

.bubble:nth-of-type(2) img {
  animation-name: ricebran-1;
  width: 300px;
  animation-delay: 1s;
  margin-left: -1rem;
}
.bubble:nth-of-type(3) img {
  animation-name: ricebran-icon;
  width: 220px;
  animation-delay: 1.5s;
  margin-top: 10rem;
  margin-left: -1.5rem;
}
.bubble:last-child img {
  animation-name: ricebran-2;
  width: 240px;
  animation-delay: 1s;
  margin-left: -3.5rem;
}

.sf-commonBanner_item p {
  padding: 5px 0px;
  font-size: 14px;
}

.sf-commonBanner_itemImage {
  border: none !important;
}

@keyframes ricebran-icon {
  from {
    width: 220px;
  }
  to {
    width: 200px;
  }
}

@keyframes ricebran-1 {
  from {
    width: 300px;
  }
  to {
    width: 280px;
  }
}

@keyframes ricebran-2 {
  from {
    width: 240px;
  }
  to {
    width: 220px;
  }
}

.bubblecont {
  background: #766e67;
  padding: 3rem 0;
}

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

.maintainance li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #d9ccc3;
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.instruct {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.instruct .instructItem {
  width: 33%;
}

.instruct .instructItem h3 {
  font-style: 18px;
  font-weight: bold;
  text-align: center;
}

.instruct .instructItem p {
  margin-top: 1rem;
}

.bg-qa {
  background: rgb(118 110 103 / 15%);
  padding: 3rem 0;
}

.faq {
  margin-bottom: 20px;
}
.question {
  font-weight: bold;
  color: #1d1d1f;
}
.question span {
  color: #766e67;
  font-size: 20px;
  padding-right: 0.5rem;
}

.answer {
  color: #3c3c43;
}
.answer span {
  color: rgb(118 110 103 / 50%);
  font-weight: bold;
  font-size: 20px;
  padding-right: 0.5rem;
}

.owl-carousel.riceCarousel {
  padding: 0px 2.25rem;
}

.owl-carousel.riceCarousel .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-carousel.riceCarousel .owl-nav .owl-prev,
.owl-carousel.riceCarousel .owl-nav .owl-next {
  position: absolute;
  top: 18%;
  opacity: 0.7;
}

.owl-carousel.riceCarousel .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel.riceCarousel .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel.riceCarousel .owl-nav .owl-prev:hover,
.owl-carousel.riceCarousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

table.stepList.PConly {
  width: 100%;
  text-align: center;
  display: inline-table;
}

table.stepList th {
  position: relative;
  padding-bottom: 1.5rem;
}

/* icon-arrow-r */
table.stepList th.arrowR::before {
  content: url(../img/icon-arrow-r.svg);
  /* width: 50px; */
  /* height: 50px; */
  position: absolute;
  top: 45%;
  left: 1%;
}
table.stepList th img {
  width: 150px;
}

table.stepList tr td:first-child {
  text-align: justify;
  padding: 20px 10px 20px 0;
}

table.stepList tr td {
  padding: 10px;
}

table.stepList tr td img {
  width: 20px;
  vertical-align: sub;
}

table.stepList tr td span {
  color: #fff;
  background: #766e67;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 5px;
}

table.stepList tr:first-child {
  border: none;
}
table.stepList tr {
  border-bottom: 1px solid #766e67;
}

.riceBg {
  background-image: url(../img/riceBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 5rem 0;
}

.riceList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.riceList .riceItem {
  width: 50%;
}

.riceList .riceItem h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.riceList .riceItem p {
  font-size: 16px;
  text-align: justify;
}

.riceList .riceItem ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.riceList .riceItem ul li {
  background: #fff;
  color: #766e67;
  padding: 45px 39px;
  border-radius: 100%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sf-stickyAnchor .sf-stickyAnchor_itemLink {
    padding-bottom: 0;
  }

  .sf-stickyAnchor .sf-stickyAnchor_itemHeading {
    transform: translateY(4px);
  }

  .sf-slider .sf-slider_controllerBox {
    margin-top: 15px;
  }

  .sf-slider .swiper-button-prev {
    transform: scaleX(-1) translateX(-4px);
  }

  .sf-slider .swiper-button-next {
    transform: translateX(-4px);
  }

  .sf-simpleBff_productsItemColorChips {
    justify-content: center;
    margin-bottom: 10px;
  }

  .sf-simpleBff_productsItemBody {
    margin-top: 7px;
  }

  .newcolor ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    padding: 0 clamp(20px, -97.128px + 15.596vw, 71px);
  }

  .feature h2 + p {
    font-size: 16px;
  }

  .feature .sf-slider_thumbsSlider {
    display: none;
  }

  .feature .swiper-wrapper {
    display: flex;
    gap: 20px;
  }

  .feature .swiper-slide {
    width: calc(33.33333% - 13.33333px);
  }

  .lineup .lineup-detail {
    gap: 20px;
  }

  .lineup .lineup-disc h3 {
    font-size: 28px;
  }

  .lineup .lineup-disc h3 + p {
    font-size: 15px;
  }

  .lineup .lineup-disc button.modal-open {
    width: 346px;
  }

  .lineup .lineup-disc button.modal-open p {
    min-width: 240px;
  }

  .lineup .lineup-item .sf-simpleBff_products {
    gap: 112px 20px;
    justify-content: center;
  }

  .lineup .lineup-item .sf-simpleBff_productsItem {
    width: calc(25% - 15px);
  }

  .modal .modal-wrap {
    max-width: 1112px;
    padding: 24px 0px;
  }

  .modal .modal-wrap.underthree {
    max-width: 764px;
  }

  .modal .modal-wrap.underthree .swiper-slide {
    /* max-width: 328px; */
    width: calc(50% - 10px);
  }

  .modal .modal-wrap.undertwo {
    max-width: 800px;
  }

  .modal .modal-wrap.undertwo .swiper-slide {
    /* max-width: 328px; */
    width: 100%;
  }

  .modal .modal-wrap .modal-cross {
    margin-bottom: 18px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 16px 24px;
    border-bottom: 1px solid #ebebec;
  }

  .modal .modal-contents {
    max-height: calc(100vh - 195px);
    max-height: calc(var(--modal-height) - 195px);
    padding: 0 24px;
  }

  .modal .modal-contents .modal-close2 {
    margin: 64px auto 8px;
    max-width: 344px;
  }

  .modal .modal-contents .sf-slider_thumbsSlider {
    display: none;
  }

  .modal .modal-contents .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: flex-start;
  }

  .modal .modal-contents .swiper-slide {
    /* max-width: 328px; */
    width: calc(33.33333% - 13.33333px);
  }

  .more {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 750px) {
  .PConly {
    display: none !important;
  }
  .Mobonly {
    display: block !important;
  }

  .stepList.Mobonly {
    display: inline-table !important;
    width: 100%;
    text-align: center;
  }

  table.stepList.Mobonly tr td img.stepImg {
    width: 100px;
  }

  table.stepList.tableM tr td:first-child {
    text-align: center;
  }
  table.stepList.tableM tr {
    border-bottom: none;
  }

  table.stepList.tableM td {
    border-right: 1px solid #766e67;
  }
  table.stepList.tableM td:last-child {
    border-right: none;
  }

  .sf-u-imgAdjustBox[data-mobile-aspect-ratio='191:148']:before {
    padding-top: 77.48691%;
  }

  .newcolor ul {
    -moz-column-gap: 6px;
    column-gap: 6px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .newcolor ul .imgBox:first-of-type {
    grid-area: 1/1/2/4;
    margin-left: auto;
  }

  .newcolor ul .imgBox:nth-of-type(2) {
    grid-area: 1/4/2/7;
    justify-items: end;
  }

  .newcolor ul .imgBox:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }

  .newcolor ul .imgBox:nth-of-type(4) {
    grid-area: 2/3/3/5;
  }

  .newcolor ul .imgBox:nth-of-type(5) {
    grid-area: 2/5/3/7;
  }

  .newcolor ul .imgBox:nth-of-type(-n + 2) {
    width: 63.333%;
  }

  .feature h3 {
    text-align: center;
  }

  .feature .sf-slider .swiper-button-prev {
    transform: scaleX(-1) translate(8px, 3px);
  }

  .feature .sf-slider .swiper-button-next {
    transform: translate(8px, 3px);
  }

  .lineup-imagebox .sf-slider_controllerBox {
    margin-top: 17px;
  }

  .lineup-imagebox .swiper-button-prev {
    transform: scaleX(-1) translateX(-3px);
  }

  .lineup-imagebox .swiper-button-next {
    transform: translateX(-3px);
  }

  .lineup .lineup-disc h3 {
    font-size: 20px;
  }

  .lineup .lineup-disc h3 + p {
    font-size: 16px;
  }

  .lineup .lineup-disc button.modal-open {
    width: 100%;
  }

  .lineup .lineup-item .sf-simpleBff_products {
    gap: 20px 19px;
  }

  .lineup .lineup-item .sf-simpleBff_productsItem {
    width: calc(50% - 9.5px);
  }

  .modal .modal-wrap {
    padding: 24px 10px 24px 20px;
    width: calc(100% - 32px);
  }

  .modal .modal-wrap .modal-cross {
    margin-bottom: 20px;
    margin-top: 4px;
  }

  .modal .modal-contents {
    max-height: calc(100vh - 188px);
    max-height: calc(var(--modal-height) - 188px);
    padding-right: 10px;
  }

  .modal .modal-contents .modal-close2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 15px 0;
  }

  .modal .modal-contents .swiper-button-prev {
    transform: scaleX(-1) translate(7px, 2px);
  }

  .modal .modal-contents .swiper-button-next {
    transform: translate(7px, 2px);
  }

  .modal .modal-contents .sf-slider_thumbsSlider > .swiper {
    margin: 0 28px;
  }

  .more {
    margin-top: 32px;
  }

  .instruct {
    display: block;
  }
  .instruct .instructItem {
    width: 100%;
  }

  .maintainance {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 16px;
  }
  .maintainance li {
    width: 110px;
    height: 110px;
  }

  .feature-contents {
    display: block;
  }
  .feature-contents .feature-item {
    width: 100%;
    border-bottom: 1px solid #766e67;
    padding-bottom: 2rem;
  }

  .feature-contents .feature-item:last-child {
    border-bottom: none;
  }
  .feature-contents .feature-item h3 {
    text-align: justify;
  }
  .feature-contents .feature-item h3 span {
    font-size: 55px;
  }

  .riceBg {
    background-image: url(../img/riceBg.jpg);
    color: #fff;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .riceList {
    display: block;
  }
  .riceList .riceItem {
    width: 100%;
    margin-top: 2rem;
  }

  .feature .riceList .riceItem h3 {
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .bubble-container {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin: 3rem auto;
  }
  .bubble {
    position: relative;
    width: 100%;
  }

  .bubble:first-child img {
    animation-name: none;
    width: 300px;
    animation-delay: 1s;
    margin-left: 5rem;
    margin-top: 2rem;
  }
  .bubble:nth-of-type(2) img {
    animation-name: none;
    width: 220px;
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .bubble:nth-of-type(3) img {
    animation-name: none;
    width: 240px;
    animation-delay: 1s;
    margin-left: 6rem;
    margin-top: -4rem;
  }
  .bubble:last-child img {
    animation-name: none;

    width: 220px;
    animation-delay: 1.5s;
    margin-top: 2rem;
    margin-left: 2rem;
  }

  .instruct .instructItem h3 {
    margin-top: 2.5rem;
  }

  #feature-qa h2,
  #feature-recommend h2 {
    margin-bottom: 2rem;
  }



  .food-button {
    width: 100%;
     gap: 0px 10px;
  }



  .feature-box {
    margin-top: 48px;
}

.food-button div:nth-child(2) {
    width: 66%;
}

.story-text{
  padding: 0px;
}

.story-text h3 {
   margin: 0px 0px 10px 0px;
}

.story-text p{
  margin-top: 0px;
}


.product-box {
    justify-content: space-between;
    gap: 20px 10px;
}

.product-box .pro-item {
            width: calc(50% - 10px);
}

.pro-title {
    min-height: 50px;
}

.sf-button {
    width: calc(100% - 20px);}






}
