.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;
}

.pdfList {
  width: 70%;
  margin: 20px auto 40px auto;
  gap: 20px;
  flex-wrap: wrap;
}

.pdfList .pdfItem {
  width: 47%;
  margin-bottom: 20px;
}

.pdfList .pdfItem h3 {
  min-height: 50px;
}

.pdfList .pdfItem a {
  cursor: pointer !important;
}
.pdfList .pdfItem a.menuBtn {
  display: block;
  width: 100%;
  background: #f4eede;
  text-align: center;
  padding: 8px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pdfList .pdfItem a.menuBtn:hover {
  background: #e0d6b9;
}

.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;
}

.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: 10px;
  font-size: 13px;
}

.sf-commonBanner_itemImage {
  border: none !important;
}
.sf-commonBanner_item {
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

@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;
  }

  .pdfList {
    width: 100%;
  }
  .pdfList .pdfItem {
    width: 45%;
  }
  .pdfList .pdfItem h3 {
    min-height: 70px;
  }

  .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;
  }
}
