@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Poppins:wght@400;500;700&display=swap"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td {
  vertical-align: top;
  padding: 0;
}
th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 62.5%;
}
body {
  color: #333 !important;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "Arial", sans-serif;
  /* letter-spacing: 0.05em; */
}
img {
  max-width: 100%;
  height: auto;
}
button {
  border: none;
}
.l-card-type1__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 48px 45px;
}
.l-card-type1__item {
  display: flex;
  flex-direction: column;
}
.l-card-type1__item--trend .l-card-type1__thumbnail {
  border: solid 6px #60f;
}
.l-card-type1__item--trend .l-card-type1__thumbnail .l-card-type1__trend {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 16px;
  background-color: #60f;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-card-type1__item--trend .l-card-type1__trend-title {
  margin-top: 10px;
  color: #60f;
  font-weight: 700;
  font-size: 2rem;
}
.l-card-type1__thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.l-card-type1__thumbnail > img {
  aspect-ratio: 11/7;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
@media (hover: hover) {
  .l-card-type1__thumbnail > img:hover {
    transform: scale(1.1);
  }
}
.l-card-type1__new {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 16px;
  border-radius: 0 4px 4px 0;
  background-color: #e4551c;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-card-type1__tag {
  margin-top: 12px;
}
.l-card-type1__block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.l-card-type1__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px 0 10px;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .l-card-type1__title:hover {
    color: #ef9b26;
  }
}
@media (hover: hover) {
  .l-card-type1__link:hover .c-link__text {
    color: #ef9b26;
  }
  .l-card-type1__link:hover .c-link__text::before {
    transform: scale(1, 1);
  }
  .l-card-type1__link:hover .c-link__icon {
    color: #ef9b26;
  }
}
.l-card-type1__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 667px) {
  .l-card-type1__list {
    row-gap: 24px;
  }
  .l-card-type1__item--trend .l-card-type1__trend-title {
    font-size: 1.8rem;
  }
  .l-card-type1__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .l-card-type1__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-card-type2__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
  gap: 56px 46px;
  max-width: 752px;
}
.l-card-type2__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 1px 3px 16px rgba(239, 155, 38, 0.18);
}
.l-card-type2__item--trend {
  position: relative;
  border: solid 6px #60f;
}
.l-card-type2__item--trend .l-card-type2__trend {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 16px;
  background-color: #60f;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-card-type2__item--trend .l-card-type2__trend-title {
  margin-top: 10px;
  color: #60f;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-card-type2__thumbnail {
  overflow: hidden;
}
.l-card-type2__thumbnail img {
  aspect-ratio: 176/117;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
@media (hover: hover) {
  .l-card-type2__thumbnail img:hover {
    transform: scale(1.1);
  }
}
.l-card-type2__box {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
}
.l-card-type2__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.8rem;
}
.l-card-type2__title > a {
  transition: 0.4s;
}
@media (hover: hover) {
  .l-card-type2__title > a:hover {
    color: #ef9b26;
  }
}
.l-card-type2__date {
  margin-top: 20px;
  color: #777;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1080px) {
  .l-card-type2__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .l-card-type2__list {
    gap: 40px;
  }
}
@media screen and (max-width: 414px) {
  .l-card-type2__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-card-type3__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.l-card-type3__modal-video-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.l-card-type3__modal-video-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.l-card-type3__modal-video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10000;
  max-width: 900px;
  width: 90vw;
  aspect-ratio: 16/9;
  max-height: 80vh;
}
.l-card-type3__modal-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.l-card-type3__modal-video-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10001;
  cursor: pointer;
}
.l-card-type3__modal-video-close-icon {
  color: #fff;
  font-size: 2.4rem;
}
@media (hover: hover) {
  .l-card-type3__link:hover .l-card-type3__thumbnail img {
    transform: scale(1.1);
  }
  .l-card-type3__link:hover .c-link__text {
    color: #ef9b26;
  }
  .l-card-type3__link:hover .c-link__text::before {
    transform: scale(1, 1);
  }
  .l-card-type3__link:hover .c-link__icon {
    color: #ef9b26;
  }
}
.l-card-type3__thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
.l-card-type3__thumbnail img {
  aspect-ratio: 330/210;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.l-card-type3__title {
  margin: 11px 0 8px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .l-card-type3__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 667px) {
  .l-card-type3__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-card-type3__title {
    font-size: 1.6rem;
  }
}
.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer__wave {
  width: 100%;
  height: 80px;
}
.l-footer__inner {
  background-color: #6fb42c;
  color: #fff;
}
.l-footer__wrap {
  width: min(90%, 1080px);
  margin-inline: auto;
  padding: 8px 0 40px;
}
.l-footer__box {
  display: flex;
  justify-content: space-between;
}
.l-footer__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  width: 100%;
}
.l-footer__item {
  white-space: nowrap;
}
.l-footer__item > a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-weight: 700;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .l-footer__item > a:hover {
    border-bottom: 1px solid #fff;
  }
  .l-footer__item > a:not([href]):hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}
.l-footer__item > .sub-menu {
  margin-top: 11px;
}
.l-footer__inItemImg {
  margin-bottom: 12px;
}
.l-footer__inItemImg:last-of-type {
  margin-bottom: 0;
}
.l-footer__inItemImg img {
  max-width: 260px;
}
.l-footer__inItem {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .l-footer__inItem > a:hover {
    border-bottom: 1px solid #fff;
  }
}
.l-footer__inItem:last-of-type {
  margin-bottom: 0;
}
.l-footer__inItem.newtab > a::after {
  margin-left: 4px;
  color: #fff;
  font: var(--fa-font-solid);
  content: "";
}
.l-footer__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  border-radius: 9999px;
  background-color: #ef9b26;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .l-footer__button:hover {
    background-color: #6fb42c;
  }
}
.l-footer__button--pc {
  width: 180px;
  height: 56px;
}
.l-footer__button--sp {
  display: none;
  width: 194px;
  height: 48px;
}
.l-footer__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.l-footer__subList {
  display: flex;
}
.l-footer__subItem {
  margin-right: 32px;
  font-size: 1.2rem;
}
.l-footer__subItem.newtab > a::after {
  margin-left: 4px;
  color: #fff;
  font: var(--fa-font-solid);
  content: "";
}
.l-footer__subItem:last-of-type {
  margin-right: 0;
}
.l-footer__copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .l-footer__box {
    flex-direction: column;
  }
  .l-footer__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-footer__item > a::after {
    margin-left: 16px;
    color: #fff;
    font: var(--fa-font-solid);
    font-size: 1.5rem;
    content: "";
  }
  .l-footer__item > a:not([href])::after {
    display: none;
  }
  .l-footer__item:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__inItem {
    margin-left: 8px;
  }
  .l-footer__inItem > a::before {
    margin-right: 8px;
    color: #fff;
    font: var(--fa-font-solid);
    font-size: 1.4rem;
    content: "";
  }
  .l-footer__inItem > a > br {
    display: none;
  }
  .l-footer__inItem:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__button--pc {
    display: none;
  }
  .l-footer__button--sp {
    display: flex;
    margin: 0 auto 32px;
  }
  .l-footer__logo {
    margin: 24px auto;
  }
  .l-footer__logo > img {
    width: 124px;
  }
  .l-footer__sub {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }
  .l-footer__subList {
    flex-direction: column;
  }
  .l-footer__subItem {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .l-footer__subItem:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 810px) {
  .l-footer__wave {
    height: 56px;
  }
}
@media screen and (max-width: 667px) {
  .l-footer__wave {
    height: 32px;
  }
  .l-footer__item {
    white-space: normal;
  }
}
.l-form {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.l-form--sample-rice-tastyoil {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/form/sample-rice-tastyoil_bg.png);
}
.l-form__inner {
  width: 90%;
  margin-inline: auto;
  padding: 60px 0;
}
.l-form__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.l-form__title {
  color: #6f4812;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.l-form__title > span {
  margin: 0 8px;
}
.l-form__item {
  line-height: 1.7;
}
.l-form__mv-image-pc {
  display: block;
  width: 100%;
}
.l-form__mv-image-sp {
  width: 100%;
  display: none;
}
.l-form__list-wrapper-pc {
  display: block;
}
.l-form__list-wrapper-sp {
  display: none;
}
@media screen and (max-width: 810px) {
  .l-form__inner {
    padding: 24px 0 60px;
  }
  .l-form__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .l-form__title {
    font-size: 22px;
  }
  .l-form__title > span {
    margin: 0 4px;
  }
  .l-form__mv-image-pc {
    display: none;
  }
  .l-form__mv-image-sp {
    display: block;
  }
  .l-form__list-wrapper-pc {
    display: none;
  }
  .l-form__list-wrapper-sp {
    display: block;
  }
}
.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 86px;
  z-index: 12;
  background-color: #fff;
}
.l-header__searchForm {
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  visibility: hidden;
  width: min(90%, 1080px);
  height: 80px;
  background-color: #fff;
  opacity: 0;
  transition: 0.4s;
}
.l-header__searchForm.active {
  top: 86px;
  z-index: 9;
  visibility: visible;
  opacity: 1;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 16px;
}
.l-header__box {
  display: flex;
  align-items: center;
}
.l-header__logo {
  flex-shrink: 0;
  margin-right: 8px;
}
.l-header__logo:nth-of-type(1).hidden {
  display: none;
}
.l-header__logo:nth-of-type(2) {
  display: none;
}
.l-header__logo:nth-of-type(2).active {
  display: block;
  position: relative;
  z-index: 11;
}
.l-header__block {
  display: flex;
  align-items: center;
}
.l-header__site {
  margin-right: 20px;
  color: #6fb42c;
  font-weight: 700;
  font-size: 1.3rem;
  /* letter-spacing: 0.1em; */
}
.l-header__site.active {
  display: block;
  position: relative;
  z-index: 11;
  color: #fff;
}
.l-header__left-nav-item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.l-header__left-nav-item > img {
  margin-right: 8px;
}
.l-header__left-nav-item > span {
  position: relative;
}
.l-header__left-nav-item > span::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 3px;
  background: #6fb42c;
  opacity: 0;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__left-nav-item > span:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__searchTrigger {
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  border-radius: 12px;
  background-color: #cecece;
}
.l-header__searchTrigger > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.l-header__searchTrigger > img.hidden {
  visibility: hidden;
  opacity: 0;
}
.l-header__searchTrigger > i.fa-xmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  color: #fff;
  font-size: 2.4rem;
  opacity: 0;
  transition: 0.4s;
}
.l-header__searchTrigger > i.fa-xmark.active {
  visibility: visible;
  opacity: 1;
}
.l-header__list {
  display: flex;
}
.l-header__item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  transition: 0.4s;
}
.l-header__item:last-of-type {
  margin-right: 0;
}
.l-header__item:last-of-type::after {
  display: none;
}
.l-header__item span {
  position: relative;
}
.l-header__item span::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 3px;
  background: #6fb42c;
  opacity: 0;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__item span:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__item::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background-color: #777;
}
.l-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 44px;
  margin-left: 16px;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.4s;
}
.l-header__button--document {
  background-color: #ef9b26;
}
.l-header__button--document::before {
  margin-right: 8px;
  font: var(--fa-font-regular);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__button--document:hover {
    background-color: #6fb42c;
  }
}
.l-header__button--contact {
  background-color: #e4551c;
}
.l-header__button--contact::before {
  margin-right: 8px;
  font: var(--fa-font-regular);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__button--contact:hover {
    background-color: #6fb42c;
  }
}
.l-header__button--sample {
  background-color: #ef9b26;
}
.l-header__button--sample::before {
  margin-right: 8px;
  font: var(--fa-font-solid);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__button--sample:hover {
    background-color: #6fb42c;
  }
}
@media screen and (max-width: 1080px) {
  .l-header {
    height: 70px;
  }
  .l-header__block {
    display: none;
  }
  .l-header__site {
    margin-right: 0;
    font-size: 1.1rem;
  }
  .l-header__logo img {
    height: 60px;
  }
  .l-header__searchForm.active {
    top: 70px;
  }
}
.l-main {
  width: min(90%, 1080px);
  margin-inline: auto;
}
.l-series {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  position: relative;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff59f;
}
.l-series__wave {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 810px) {
  .l-series {
    margin-bottom: 116px;
  }
  .l-series__wave {
    bottom: -56px;
    height: 56px;
  }
}
@media screen and (max-width: 667px) {
  .l-series {
    margin-bottom: 92px;
    padding-bottom: 40px;
  }
  .l-series__wave {
    bottom: -32px;
    height: 32px;
  }
}
.l-sidebar {
  width: 260px;
}
@media screen and (max-width: 1080px) {
  .l-sidebar {
    width: 100%;
    margin: 48px 0;
  }
}
.l-container {
  overflow: hidden;
}
.c-banner {
  display: inline-block;
  position: fixed;
  top: 110px;
  right: 40px;
  z-index: 12;
  transition: 0.4s;
}
.c-banner > a {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  background-color: #ef9b26;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.c-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5c366;
  cursor: pointer;
}
.c-banner__icon {
  color: #fff;
  font-size: 2rem;
}
.c-banner__text {
  position: relative;
}
.c-banner__text::before {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: -2px;
  transform: rotate(60deg);
  width: 24px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.c-banner__text::after {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: -2px;
  transform: rotate(120deg);
  width: 24px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.c-banner__title span {
  font-size: 2rem;
}
@media screen and (max-width: 1080px) {
  .c-banner {
    display: none;
  }
}
.c-buttonContact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 56px;
  border-radius: 9999px;
  background-color: #e4551c;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-buttonContact:hover {
    background-color: #6fb42c;
  }
}
.c-buttonContact::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font: var(--fa-font-regular);
  font-size: 2.4rem;
  content: "";
}
.c-buttonContact::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
}
@media screen and (max-width: 667px) {
  .c-buttonContact {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
}
.c-buttonDocument {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 56px;
  border-radius: 9999px;
  background-color: #ef9b26;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-buttonDocument:hover {
    background-color: #6fb42c;
  }
}
.c-buttonDocument::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font: var(--fa-font-regular);
  font-size: 2.4rem;
  content: "";
}
.c-buttonDocument::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
}
@media screen and (max-width: 667px) {
  .c-buttonDocument {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
}
.c-buttonEc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 156px;
  margin: 8px auto 0;
  padding: 8px;
  border-radius: 12px;
  background-color: #6fb42c;
  color: #fff;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-buttonEc:hover {
    background-color: #ef9b26;
  }
}
.c-buttonEc__shopping {
  padding-right: 6px;
  font-size: 1.7rem;
}
.c-buttonEc__text {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
}
.c-buttonEc__arrow {
  padding-left: 6px;
  font-size: 2rem;
}
.c-buttonGeneral {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 56px;
  border: solid 2px #6fb42c;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0);
  color: #6fb42c;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-buttonGeneral:hover {
    border: solid 2px #ef9b26;
    background-color: #ef9b26;
    color: #fff;
  }
  .c-buttonGeneral:hover::after {
    color: #fff;
  }
}
.c-buttonGeneral::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #6fb42c;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
  transition: 0.4s;
}
@media screen and (max-width: 810px) {
  .c-buttonGeneral {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
}
.c-buttonSample {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 56px;
  border-radius: 9999px;
  background-color: #ef9b26;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-buttonSample:hover {
    background-color: #6fb42c;
  }
}
.c-buttonSample::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
}
.c-buttonSample::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
}
@media screen and (max-width: 667px) {
  .c-buttonSample {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
}
.c-buttonToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 56px;
  border: solid 2px #6fb42c;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0);
  color: #6fb42c;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
.c-buttonToggle::before {
  content: "See More";
}
.c-buttonToggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #6fb42c;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "+";
  transition: 0.4s;
}
.c-buttonToggle.active::before {
  content: "Close";
}
.c-buttonToggle.active::after {
  content: "";
}
@media screen and (max-width: 810px) {
  .c-buttonToggle {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
}
.c-floatingLink {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-floatingLink {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  .c-floatingLink__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
  .c-floatingLink__inner > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    color: #fff;
    font-weight: 700;
    transition: 0.4s;
  }
  .c-floatingLink__icon {
    color: #fff;
    margin-left: 8px;
    font-size: 24px;
  }
  .c-floatingLink__contact {
    background-color: #e4551c;
  }
  .c-floatingLink__sample {
    background-color: #ef9b26;
  }
}
.c-heading-type1 {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  padding-bottom: 8px;
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
  text-align: center;
}
.c-heading-type1__text {
  margin-top: 16px;
  font-weight: 700;
  font-size: 3.4rem;
}
@media screen and (max-width: 810px) {
  .c-heading-type1__text {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 667px) {
  .c-heading-type1__text {
    font-size: 2.4rem;
  }
}
.c-heading-type2 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
}
.c-heading-type2__icon {
  flex-shrink: 0;
  position: relative;
  top: 7px;
  width: 20px;
}
.c-heading-type2__text {
  padding-left: 16px;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 810px) {
  .c-heading-type2__icon {
    top: 6.5px;
  }
  .c-heading-type2__text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 667px) {
  .c-heading-type2__icon {
    top: 6px;
  }
  .c-heading-type2__text {
    font-size: 2.4rem;
  }
}
.c-heading-type3 {
  font-weight: 700;
  font-size: 4.2rem;
}
@media screen and (max-width: 810px) {
  .c-heading-type3 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 667px) {
  .c-heading-type3 {
    font-size: 3.2rem;
  }
}
.c-heading-type4 {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 667px) {
  .c-heading-type4 {
    font-size: 2.2rem;
  }
}
.c-heading-type5 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom-width: 4px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
}
.c-heading-type5__icon {
  flex-shrink: 0;
  position: relative;
  max-height: 34.5px;
}
.c-heading-type5__text {
  padding-left: 16px;
  font-weight: 700;
  font-size: 2.3rem;
}
.c-link {
  display: inline-block;
}
.c-link__inner {
  display: flex;
  align-items: center;
}
.c-link__text {
  position: relative;
  color: #6fb42c;
  font-weight: 700;
  transition: 0.4s;
}
.c-link__text::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 2px;
  background-color: #ef9b26;
  content: "";
  transition: transform 0.3s;
}
.c-link__icon {
  padding-left: 10px;
  color: #6fb42c;
  font-size: 3.4rem;
  transition: 0.4s;
}
@media screen and (max-width: 667px) {
  .c-link__text {
    font-size: 1.4rem;
  }
  .c-link__icon {
    padding-left: 8px;
    font-size: 2.4rem;
  }
}
.c-pageTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  color: #6fb42c;
  font-size: 5rem;
  transition: 0.4s;
}
.c-pageTop.active {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .c-pageTop {
    bottom: 80px;
    right: 20px;
  }
  body.sample-rice-tastyoil .c-pageTop {
    bottom: 20px;
  }
}
.c-shopLink {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0;
  color: #6fb42c;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  transition: 0.4s;
}
.c-shopLink::after {
  margin-left: 16px;
  font: var(--fa-font-solid);
  font-size: 2.2rem;
  content: "";
}
.c-shopLink::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 2px;
  background-color: #ef9b26;
  content: "";
  transition: transform 0.3s;
}
@media (hover: hover) {
  .c-shopLink:hover {
    color: #ef9b26;
  }
  .c-shopLink:hover::before {
    transform: scale(1, 1);
  }
}
.c-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-tag__item > a {
  display: grid;
  place-items: center;
  padding: 4px 16px;
  border: solid 2px #6fb42c;
  border-radius: 4px;
  background-color: #fff;
  color: #6fb42c;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-tag__item > a:hover {
    border: solid 2px #ef9b26;
    color: #ef9b26;
  }
}
.c-tag__uncategorized {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
  border: solid 2px #6fb42c;
  border-radius: 4px;
  background-color: #fff;
  color: #6fb42c;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}
.c-use {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 48px;
  padding: 0 48px;
  background-color: #e4551c;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-use::before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 0px;
  height: 0px;
  border-color: #e4551c rgba(0, 0, 0, 0);
  border-width: 24px 0px 24px 16px;
  border-style: solid;
  content: "";
}
.c-use::after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0px;
  height: 0px;
  border-color: #e4551c rgba(0, 0, 0, 0);
  border-width: 24px 16px 24px 0px;
  border-style: solid;
  content: "";
}
@media screen and (max-width: 810px) {
  .c-use {
    top: -20px;
    height: 40px;
    padding: 0 40px;
    font-size: 2rem;
  }
  .c-use::before {
    border-width: 20px 0px 20px 16px;
  }
  .c-use::after {
    border-width: 20px 16px 20px 0px;
  }
}
@media screen and (max-width: 667px) {
  .c-use {
    top: -16px;
    height: 32px;
    padding: 0 32px;
    font-size: 1.6rem;
  }
  .c-use::before {
    border-width: 16px 0px 16px 16px;
  }
  .c-use::after {
    border-width: 16px 16px 16px 0px;
  }
}
.p-breadcrumb {
  display: flex;
  align-items: center;
  height: 40px;
}
.p-breadcrumb__inner {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  width: min(90%, 1080px);
  margin-inline: auto;
  white-space: nowrap;
}
.p-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.p-breadcrumb__inner > span {
  font-size: 1.2rem;
}
@media (hover: hover) {
  .p-breadcrumb__inner > span > a:hover {
    border-bottom: 1px solid #333;
  }
}
.p-breadcrumb__inner > span:first-of-type {
  margin-right: 12px;
}
.p-breadcrumb__inner > span:not(:first-of-type) {
  margin: 0 12px;
}
body.page.eating-out .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.take-out .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.super-ong .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.healthy-off .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.delica-ace .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.rice-cooking .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.noodle-oil .p-breadcrumb__inner > span:nth-of-type(2) a,
body.page.ingredients-oil .p-breadcrumb__inner > span:nth-of-type(2) a {
  pointer-events: none;
}
.p-catalogDownload {
  display: flex;
  align-items: center;
  width: min(100%, 800px);
  margin-inline: auto;
  padding: 48px 64px;
  border-radius: 20px;
  background-color: #6fb42c;
}
.p-catalogDownload > img {
  width: 323px;
}
.p-catalogDownload__block {
  width: calc(100% - 323px);
}
.p-catalogDownload__text {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
}
.p-catalogDownload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border: solid 2px #fff;
  border-radius: 9999px;
  background-color: #6fb42c;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s;
}
.p-catalogDownload__button::after {
  margin-left: 20px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.2rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .p-catalogDownload__button:hover {
    border: solid 2px #6fb42c;
    background-color: #fff;
    color: #6fb42c;
  }
  .p-catalogDownload__button:hover::after {
    color: #6fb42c;
  }
}
@media screen and (max-width: 1080px) {
  .p-catalogDownload {
    flex-direction: column;
  }
  .p-catalogDownload__block {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .p-catalogDownload {
    padding: 24px;
  }
  .p-catalogDownload__text {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
  .p-catalogDownload__button {
    height: 48px;
    font-size: 1.6rem;
  }
}
.p-cta__wave {
  width: 100%;
  height: 80px;
}
.p-cta__inner {
  padding: 80px 0 120px;
  background-color: #eff7e8;
}
.p-cta__box {
  width: min(90%, 840px);
  margin-inline: auto;
}
.p-cta__block {
  display: flex;
  justify-content: space-between;
}
.p-cta__button {
  margin-inline: auto;
}
.p-cta__pc {
  display: block;
}
.p-cta__sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-cta__block {
    flex-direction: column;
  }
  .p-cta__button--document {
    margin-bottom: 32px;
  }
  .p-cta__pc {
    display: none;
  }
  .p-cta__sp {
    display: block;
  }
}
@media screen and (max-width: 810px) {
  .p-cta__wave {
    height: 56px;
  }
  .p-cta__inner {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 667px) {
  .p-cta__wave {
    height: 32px;
  }
  .p-cta__inner {
    padding: 40px 0 80px;
  }
}
.p-focus {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #fdf0d6;
}
.p-focus__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
}
.p-focus__wave--top {
  top: -80px;
}
.p-focus__wave--bottom {
  bottom: -80px;
}
.p-focus__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 48px 44px;
}
.p-focus__item {
  display: flex;
  align-content: space-between;
  padding: 29px 8px 24px 25px;
  border-radius: 20px;
  background-color: #fff9ef;
}
.p-focus__item > img {
  width: 146px;
}
.p-focus__block {
  display: grid;
  align-content: space-between;
  width: calc(100% - 146px);
}
.p-focus__title {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-focus__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 36px;
  border: solid 2px #fff;
  border-radius: 9999px;
  background-color: #6fb42c;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.4s;
}
.p-focus__button::after {
  margin-left: 16px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 1.6rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .p-focus__button:hover {
    border: solid 2px #6fb42c;
    background-color: #fff;
    color: #6fb42c;
  }
  .p-focus__button:hover::after {
    color: #6fb42c;
  }
}
@media screen and (max-width: 810px) {
  .p-focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-focus__wave {
    height: 56px;
  }
  .p-focus__wave--top {
    top: -56px;
  }
  .p-focus__wave--bottom {
    bottom: -56px;
  }
}
@media screen and (max-width: 667px) {
  .p-focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-focus__wave {
    height: 32px;
  }
  .p-focus__wave--top {
    top: -32px;
  }
  .p-focus__wave--bottom {
    bottom: -32px;
  }
  .p-focus__list {
    gap: 32px 44px;
  }
}
@media screen and (max-width: 414px) {
  .p-focus__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-focus__item {
    padding: 20px 8px 20px 20px;
  }
}
.p-hero {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: grid;
  place-items: center;
  position: relative;
  height: 376px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-hero__1stHeading {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 4.2rem;
  text-shadow: 0 0 16px #333;
}
.p-hero__text {
  font-size: 3rem;
}
.p-hero__wave {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 810px) {
  .p-hero {
    height: 352px;
  }
  .p-hero__1stHeading {
    font-size: 3.6rem;
  }
  .p-hero__text {
    font-size: 2.4rem;
  }
  .p-hero__wave {
    height: 56px;
  }
}
@media screen and (max-width: 667px) {
  .p-hero {
    height: 328px;
  }
  .p-hero__1stHeading {
    font-size: 3rem;
  }
  .p-hero__text {
    font-size: 2rem;
  }
  .p-hero__wave {
    height: 32px;
  }
}
body.eating-out .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_01.png);
}
body.take-out .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_02.png);
}
body.product .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_03.png);
}
body.oil-tips .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_04.png);
}
body.shop-links .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_014.png);
}
body.contact .p-hero,
body.contact-thanks .p-hero,
body.dl-thanks .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_06.png);
}
body.sample .p-hero,
body.sample-thanks .p-hero,
body.sample-rice-tastyoil .p-hero,
body.good .p-hero,
body.bad .p-hero,
body.newsletter-thanks .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_07.png);
}
body.error404 .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_08.png);
}
body.archive .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_08.png);
}
body.category-gaishoku .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_01.png);
}
body.category-nakashoku .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_02.png);
}
body.category-document .p-hero,
body.single.document .p-hero {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/mv/mv_05.png);
}
.p-KeywordSearch {
  max-width: 720px;
  margin-inline: auto;
  padding: 24px 12px;
  border-radius: 12px;
  background-color: #6fb42c;
}
.p-KeywordSearch__title {
  margin-bottom: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.p-KeywordSearch__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.p-KeywordSearch__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px;
  border: solid 2px #fff;
  border-radius: 9999px;
  background-color: #fff;
  color: #ef9b26;
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.4s;
}
.p-KeywordSearch__item > a::before,
.p-KeywordSearch__item > a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ef9b26;
  font: var(--fa-font-solid);
  font-size: 1.5rem;
}
.p-KeywordSearch__item > a::before {
  left: 8px;
}
.p-KeywordSearch__item > a::after {
  right: 8px;
  content: "";
}
@media (hover: hover) {
  .p-KeywordSearch__item > a:hover {
    background-color: #ef9b26;
    color: #fff;
  }
  .p-KeywordSearch__item > a:hover::before,
  .p-KeywordSearch__item > a:hover::after {
    color: #fff;
  }
}
.p-KeywordSearch__item:nth-of-type(1) > a::before {
  content: "";
}
.p-KeywordSearch__item:nth-of-type(2) > a::before {
  content: "";
}
.p-KeywordSearch__item:nth-of-type(3) > a::before {
  content: "";
}
.p-KeywordSearch__item:nth-of-type(4) > a::before {
  content: "";
}
.p-KeywordSearch__item:nth-of-type(5) > a::before {
  content: "";
}
.p-KeywordSearch__item:nth-of-type(6) > a::before {
  content: "";
}
@media screen and (max-width: 1080px) {
  .p-KeywordSearch {
    max-width: 100%;
  }
  .p-KeywordSearch__list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 667px) {
  .p-KeywordSearch__title {
    font-size: 2.2rem;
  }
}
.p-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 88px;
}
.p-pagenation__count {
  display: flex;
  align-items: center;
  margin: 0 80px;
}
.p-pagenation__count span.result,
.p-pagenation__count span.total {
  font-weight: 500;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
.p-pagenation__count span.slash {
  margin: 0 20px;
  font-weight: 700;
  font-size: 1.3rem;
}
.p-pagenation__prev {
  font-size: 4.8rem;
  color: #cecece;
}
.p-pagenation__next {
  color: #6fb42c;
  font-size: 4.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .p-pagenation__next:hover {
    color: #ef9b26;
  }
}
@media screen and (max-width: 1080px) {
  .p-pagenation {
    margin-top: 48px;
  }
}
@media screen and (max-width: 667px) {
  .p-pagenation__count {
    margin: 0 40px;
  }
  .p-pagenation__count span.result,
  .p-pagenation__count span.total {
    font-size: 1.8rem;
  }
  .p-pagenation__count span.slash {
    margin: 0 16px;
    font-size: 1.2rem;
  }
  .p-pagenation__prev {
    font-size: 4rem;
  }
  .p-pagenation__next {
    font-size: 4rem;
  }
}
.p-pickupPost {
  position: relative;
  margin: 48px 0 0;
}
.p-pickupPost__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-pickupPost__thumbnail {
  max-width: 530px;
  border-radius: 20px;
  aspect-ratio: 530/349;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-pickupPost__block {
  width: 520px;
}
.p-pickupPost__icon {
  width: 144px;
  margin-bottom: 12px;
}
.p-pickupPost__date {
  margin-bottom: 8px;
  color: #6fb42c;
  font-weight: 500;
}
.p-pickupPost__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-pickupPost__text {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.7;
}
.p-pickupPost__tag {
  margin-bottom: 8px;
}
@media (hover: hover) {
  .p-pickupPost__link:hover .c-link__text {
    color: #ef9b26;
  }
  .p-pickupPost__link:hover .c-link__text::before {
    transform: scale(1, 1);
  }
  .p-pickupPost__link:hover .c-link__icon {
    color: #ef9b26;
  }
}
@media screen and (max-width: 1080px) {
  .p-pickupPost__box {
    flex-direction: column-reverse;
  }
  .p-pickupPost__thumbnail {
    max-width: 100%;
  }
  .p-pickupPost__block {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 810px) {
  .p-pickupPost {
    margin: 48px 0 56px;
  }
}
@media screen and (max-width: 667px) {
  .p-pickupPost {
    margin: 48px 0 32px;
  }
  .p-pickupPost__icon {
    width: 100px;
  }
}
.p-products-type1 {
  padding: 40px 32px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.p-products-type1__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 77px 0;
  margin-top: 40px;
}
.p-products-type1__item {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.p-products-type1__item img {
  height: 185px;
  margin-bottom: 7px;
}
@media screen and (max-width: 667px) {
  .p-products-type1 {
    padding: 32px 24px;
  }
  .p-products-type1__list {
    gap: 40px 0;
  }
}
.p-products-type2 {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 40px 32px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.p-products-type2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 77px 16px;
  margin-top: 40px;
}
.p-products-type2__item {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.p-products-type2__item img {
  height: 185px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1080px) {
  .p-products-type2 {
    width: 100%;
  }
  .p-products-type2__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    gap: 77px 0;
  }
}
@media screen and (max-width: 667px) {
  .p-products-type2 {
    padding: 32px 24px;
  }
  .p-products-type2__list {
    gap: 40px 0;
  }
}
.p-products-type3 {
  width: 508px;
  padding: 40px 32px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.p-products-type3__list {
  display: grid;
  grid-template-columns: repeat(2, 156px);
  gap: 77px 16px;
  margin-top: 40px;
}
.p-products-type3__item {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.p-products-type3__item img {
  height: 185px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1080px) {
  .p-products-type3 {
    width: 100%;
  }
  .p-products-type3__list {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    gap: 77px 0;
  }
}
@media screen and (max-width: 667px) {
  .p-products-type3 {
    padding: 32px 24px;
  }
  .p-products-type3__list {
    gap: 40px 0;
  }
}
.p-recommend__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 32px 45px;
}
.p-recommend__item {
  display: flex;
}
.p-recommend__item > a {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .p-recommend__item > a:hover .p-recommend__thumbnail > img {
    transform: scale(1.1);
  }
  .p-recommend__item > a:hover .c-link__text {
    color: #ef9b26;
  }
  .p-recommend__item > a:hover .c-link__text::before {
    transform: scale(1, 1);
  }
  .p-recommend__item > a:hover .c-link__icon {
    color: #ef9b26;
  }
}
.p-recommend__thumbnail {
  overflow: hidden;
  border-radius: 20px;
}
.p-recommend__thumbnail > img {
  aspect-ratio: 11/7;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.p-recommend__block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-recommend__3rdHeading {
  flex-grow: 1;
  margin: 10px 0;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .p-recommend__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-related {
  margin: 110px 0 120px;
}
.p-related__list {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  justify-content: space-between;
}
.p-related__item > a {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .p-related__item > a:hover .p-related__thumbnail > img {
    transform: scale(1.1);
  }
  .p-related__item > a:hover .p-related__title {
    color: #ef9b26;
  }
  .p-related__item > a:hover .p-related__date {
    opacity: 0.8;
  }
}
.p-related__thumbnail {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.p-related__thumbnail > img {
  width: 154px;
  height: 102px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.p-related__block {
  padding-left: 24px;
}
.p-related__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  transition: 0.4s;
}
.p-related__date {
  margin-top: 8px;
  color: #cecece;
  font-weight: 500;
  font-size: 1.3rem;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .p-related__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-related__item {
    margin-bottom: 24px;
  }
  .p-related__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 810px) {
  .p-related {
    margin: 60px 0;
  }
}
.p-searchform {
  display: flex;
  width: min(1000px, 100%);
  height: 44px;
  margin-inline: auto;
}
.p-searchform__input {
  width: calc(100% - 80px);
  padding: 10px 16px;
  border: solid 1px #cecece;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.p-searchform__input::-moz-placeholder {
  color: #d6d6d6;
}
.p-searchform__input::placeholder {
  color: #d6d6d6;
}
.p-searchform__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  border-radius: 0 4px 4px 0;
  background-color: #6fb42c;
  transition: 0.4s;
}
.p-searchform__submit > img:nth-of-type(1) {
  width: 28px;
}
.p-searchform__submit > img:nth-of-type(2) {
  display: none;
}
@media (hover: hover) {
  .p-searchform__submit:hover {
    background-color: #ef9b26;
  }
}
@media screen and (max-width: 1080px) {
  .p-searchform {
    max-width: 255px;
    height: 48px;
  }
  .p-searchform__input {
    width: calc(100% - 60px);
    padding: 0 0 0 16px;
    border-radius: 9999px 0 0 9999px;
  }
  .p-searchform__input::-moz-placeholder {
    font-weight: 500;
    font-size: 1.3rem;
    /* letter-spacing: 0.05em; */
  }
  .p-searchform__input::placeholder {
    font-weight: 500;
    font-size: 1.3rem;
    /* letter-spacing: 0.05em; */
  }
  .p-searchform__submit {
    min-width: 60px;
    border: solid 1px #cecece;
    border-left: none;
    border-radius: 0 9999px 9999px 0;
    background-color: #fff;
  }
  .p-searchform__submit > img:nth-of-type(1) {
    display: none;
  }
  .p-searchform__submit > img:nth-of-type(2) {
    display: block;
    width: 28px;
  }
}
.p-seriesFeature-type1 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 48px 34px 24px;
  max-width: 508px;
  border-radius: 20px;
  background-color: #fff;
}
.p-seriesFeature-type1__icon {
  position: absolute;
  top: -56px;
  left: 24px;
  width: 80px;
}
.p-seriesFeature-type1__2ndHeading {
  flex-grow: 1;
  margin-bottom: 8px;
  color: #e4551c;
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
}
.p-seriesFeature-type1__text {
  flex-grow: 1;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .p-seriesFeature-type1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .p-seriesFeature-type1 {
    padding: 40px 24px 24px;
  }
  .p-seriesFeature-type1__icon {
    width: 70px;
  }
  .p-seriesFeature-type1__2ndHeading {
    font-size: 3rem;
  }
  .p-seriesFeature-type1__text {
    font-size: 1.6rem;
  }
}
.p-seriesFeature-type2 {
  position: relative;
  padding: 40px 60px 32px;
  border-radius: 20px;
  background-color: #fff;
}
.p-seriesFeature-type2__icon {
  position: absolute;
  top: -56px;
  left: 24px;
  width: 80px;
}
.p-seriesFeature-type2__2ndHeading {
  color: #e4551c;
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
}
.p-seriesFeature-type2__text {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.p-seriesFeature-type2__block {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
}
.p-seriesFeature-type2__figure {
  border-radius: 20px;
}
.p-seriesFeature-type2__figure--single {
  max-width: 440px;
}
.p-seriesFeature-type2__figure--full {
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .p-seriesFeature-type2__block {
    flex-direction: column;
  }
  .p-seriesFeature-type2__figure--single {
    margin-inline: auto;
  }
  .p-seriesFeature-type2__figure--single:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 667px) {
  .p-seriesFeature-type2 {
    padding: 40px 24px 24px;
  }
  .p-seriesFeature-type2__icon {
    width: 70px;
  }
  .p-seriesFeature-type2__2ndHeading {
    font-size: 3rem;
  }
  .p-seriesFeature-type2__text {
    font-size: 1.6rem;
  }
  .p-seriesFeature-type2__figure--single {
    max-width: 100%;
  }
}
.p-seriesIntro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-seriesIntro > img {
  width: 450px;
  height: 450px;
  border-radius: 16px;
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.16);
  -o-object-fit: cover;
  object-fit: cover;
}
.p-seriesIntro__1stHeading {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 4.2rem;
}
.p-seriesIntro__description {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-seriesIntro__mark {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 4px;
  background-color: #e4551c;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-seriesIntro__item {
  display: flex;
  margin-bottom: 4px;
}
.p-seriesIntro__item:last-of-type {
  margin-bottom: 0;
}
.p-seriesIntro__icon {
  position: relative;
  top: 9px;
  padding-right: 12px;
  color: #e4551c;
}
.p-seriesIntro__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.p-seriesIntro__text span {
  margin: 0 4px;
  font-size: 1.2rem;
}
.p-seriesIntro__caption {
  display: flex;
  margin: 16px 0 0 30.8px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7;
}
.p-seriesIntro__caption:last-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .p-seriesIntro {
    flex-direction: column-reverse;
  }
  .p-seriesIntro > img {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 810px) {
  .p-seriesIntro__1stHeading {
    margin-bottom: 32px;
    font-size: 3.8rem;
  }
  .p-seriesIntro__text {
    font-size: 1.6rem;
  }
  .p-seriesIntro__caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 667px) {
  .p-seriesIntro > img {
    width: 100%;
    height: auto;
  }
  .p-seriesIntro__1stHeading {
    margin-bottom: 24px;
    font-size: 3.4rem;
  }
  .p-seriesIntro__icon {
    padding-right: 8px;
  }
  .p-seriesIntro__caption {
    margin-left: 0;
  }
}
.p-widgetBanner {
  position: relative;
  max-width: 260px;
}
.p-widgetBanner__text {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1080px) {
  .p-widgetBanner {
    margin-inline: auto;
  }
}
@media screen and (max-width: 667px) {
  .p-widgetBanner {
    max-width: 100%;
  }
}
.p-widgetCategory ul.menu > li.menu-item {
  margin-bottom: 14px;
  font-weight: 500;
}
.p-widgetCategory ul.menu > li.menu-item > a {
  transition: 0.4s;
}
@media (hover: hover) {
  .p-widgetCategory ul.menu > li.menu-item > a:hover {
    color: #ef9b26;
  }
}
.p-widgetCategory ul.menu > li.menu-item::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #6fb42c;
  content: "";
}
.p-widgetCategory ul.menu > li.menu-item:last-of-type {
  margin-bottom: 0;
}
.p-widgetCategory ul.sub-menu {
  margin-left: 40px;
}
.p-widgetCategory ul.sub-menu > li.menu-item {
  margin-bottom: 12px;
}
.p-widgetCategory ul.sub-menu > li.menu-item > a {
  transition: 0.4s;
}
@media (hover: hover) {
  .p-widgetCategory ul.sub-menu > li.menu-item > a:hover {
    color: #ef9b26;
  }
}
.p-widgetCategory ul.sub-menu > li.menu-item:first-of-type {
  margin-top: 12px;
}
.p-widgetCategory ul.sub-menu > li.menu-item:last-of-type {
  margin-bottom: 0;
}
.p-widgetPost__item {
  margin-bottom: 16px;
}
.p-widgetPost__item > a {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .p-widgetPost__item > a:hover > img {
    opacity: 0.8;
  }
  .p-widgetPost__item > a:hover .p-widgetPost__title {
    color: #ef9b26;
  }
}
.p-widgetPost__item > a > img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.p-widgetPost__item:last-of-type {
  margin-bottom: 0;
}
.p-widgetPost__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.4rem;
  transition: 0.4s;
}
.p-widgetTitle {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom-width: 4px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
  text-align: center;
}
.p-widgetTitle__icon {
  color: #6fb42c;
  font-size: 2rem;
}
.p-widgetTitle__text {
  margin-top: 8px;
  font-weight: 700;
  font-size: 2.4rem;
}
.archive-content {
  padding: 16px 0 106px;
}
.archive-content__block {
  display: flex;
  justify-content: space-between;
}
.archive-content__recommend {
  margin-top: 88px;
}
@media screen and (max-width: 1080px) {
  .archive-content__block {
    flex-direction: column;
  }
  .archive-content__recommend {
    margin-top: 0;
  }
}
@media screen and (max-width: 810px) {
  .archive-content {
    padding: 16px 0 86px;
  }
}
@media screen and (max-width: 667px) {
  .archive-content {
    padding: 16px 0 66px;
  }
}
.contact-iframe {
  margin: 40px 0 80px;
}
.contact-iframe iframe {
  width: 100%;
}
.thanks-block {
  width: min(100%, 1080px);
  margin: 80px auto;
}
.thanks-block__2ndHeading {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.4rem;
}
.thanks-block__text {
  line-height: 1.7;
}
.thanks-block__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 810px) {
  .thanks-block {
    margin: 40px auto;
  }
}
.error-content {
  margin: 80px auto;
  text-align: center;
}
.error-content__2ndHeading {
  font-weight: 700;
  font-size: 2.4rem;
}
.error-content__text {
  margin: 32px auto;
  line-height: 1.7;
}
.error-content__button {
  margin-inline: auto;
}
@media screen and (max-width: 667px) {
  .error-content {
    margin: 40px auto;
  }
}
.home-swiper {
  position: relative;
}
.home-swiper__prev,
.home-swiper__next {
  color: #6fb42c;
  font-size: 4rem;
}
.home-swiper__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
}
.home-swiper__wave--pc {
  display: block;
}
.home-swiper__wave--sp {
  display: none;
}
.home-swiper .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-swiper .swiper-slide__inner {
  width: min(90%, 1080px);
  margin-inline: auto;
}
.home-swiper .swiper-slide__wrap {
  position: relative;
  width: 650px;
  padding: 32px 40px;
  border-radius: 20px;
  background-color: rgba(251, 246, 230, 0.9);
}
.home-swiper .swiper-slide__icon {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 90px;
}
.home-swiper .swiper-slide__catchphrase {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 12px;
  color: #ef9b26;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
}
.home-swiper .swiper-slide__catchphrase:before,
.home-swiper .swiper-slide__catchphrase:after {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 100%;
  background: #ef9b26;
  vertical-align: middle;
  content: "";
}
.home-swiper .swiper-slide__catchphrase:before {
  top: 0;
  left: -24px;
  transform: rotate(-35deg);
}
.home-swiper .swiper-slide__catchphrase:after {
  top: 0;
  right: -24px;
  transform: rotate(35deg);
}
.home-swiper .swiper-slide__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #6fb42c;
  font-weight: 900;
  font-size: 4.7rem;
  line-height: 1.3;
}
.home-swiper .swiper-slide__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}
.home-swiper .swiper-slide__block {
  margin-top: 12px;
}
.home-swiper .swiper-slide__link .c-link__text {
  font-size: 2rem;
}
.home-swiper .swiper-slide__link .c-link__icon {
  font-size: 4.4rem;
}
.home-swiper .swiper-button-next::after,
.home-swiper .swiper-button-prev::after {
  display: none;
}
.home-swiper .swiper-pagination {
  position: absolute;
  bottom: -29px;
}
.home-swiper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  margin: 0 10px !important;
  background-color: #b7b7b7;
  opacity: 1;
}
.home-swiper .swiper-pagination-bullet-active {
  background-color: #6fb42c;
}
.home-block1 {
  /* display: flex;
  justify-content: center; */
  margin: 60px 0;
}
.home-block2 {
  margin-bottom: 40px;
}
.home-block2__text {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
.home-block2__item:nth-of-type(n + 7) {
  display: none;
}
.home-block2__item.active {
  display: block;
}
.home-block3__item:nth-of-type(n + 7) {
  display: none;
}
.home-block3__item.active {
  display: block;
}
.home-problem-search {
  max-width: 620px;
  margin: 0 auto 60px;
  padding: 12px 32px;
  border-radius: 12px;
  background-color: #6fb42c;
}
.home-problem-search__title {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.home-problem-search__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 12px;
}
.home-problem-search__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border: solid 2px #fff;
  border-radius: 9999px;
  background-color: #fff;
  color: #ef9b26;
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.4s;
}
.home-problem-search__item > a::after {
  color: #ef9b26;
  font: var(--fa-font-solid);
  font-size: 1.3rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .home-problem-search__item > a:hover {
    background-color: #ef9b26;
    color: #fff;
  }
  .home-problem-search__item > a:hover::after {
    color: #fff;
  }
}
.home-problem-search__icon {
  font-size: 1.6rem;
}
.home-business-search {
  max-width: 620px;
  margin: 40px auto 60px;
  padding: 12px 32px;
  border-radius: 12px;
  background-color: #e4551c;
}
.home-business-search__title {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.home-business-search__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.home-business-search__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 32px;
  min-height: 56px;
  border-radius: 9999px;
  background-color: #fff;
  color: #e4551c;
  font-weight: 700;
  font-size: 2.2rem;
  transition: 0.4s;
}
.home-business-search__item > a::after {
  color: #e4551c;
  font: var(--fa-font-solid);
  font-size: 2.2rem;
  content: "";
  transition: 0.4s;
}
@media (hover: hover) {
  .home-business-search__item > a:hover {
    background-color: #6fb42c;
    color: #fff;
  }
  .home-business-search__item > a:hover::after {
    color: #fff;
  }
}
.home-business-search__item:nth-of-type(1) > a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 37px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_tableware_01.png);
  background-size: contain;
}
@media (hover: hover) {
  .home-business-search__item:nth-of-type(1) > a:hover::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 37px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_tableware_02.png);
    background-size: contain;
  }
}
.home-business-search__item:nth-of-type(2) > a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_apron_01.png);
  background-size: contain;
}
@media (hover: hover) {
  .home-business-search__item:nth-of-type(2) > a:hover::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_apron_02.png);
    background-size: contain;
  }
}
.home-block4 {
  margin-bottom: 60px;
}
.home-block4__text {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.home-block5 {
  margin-bottom: 80px;
}
.home-block5 .l-card-type3 {
  width: min(705px, 100%);
  margin-inline: auto;
}
.home-block5 .l-card-type3__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1080px) {
  .home-container {
    background-color: #f5f5f5;
  }
  .home-swiper__wave {
    height: 40px;
  }
  .home-swiper__wave--pc {
    display: none;
  }
  .home-swiper__wave--sp {
    display: block;
  }
  .home-block5 .l-card-type3 {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .home-swiper__wave {
    height: 26px;
  }
  .home-swiper .swiper-slide {
    align-items: flex-start;
    min-height: auto;
    aspect-ratio: 3/4;
  }
  .home-swiper .swiper-slide__wrap {
    transform: translateY(32px);
    width: 100%;
    padding: 16px 24px;
  }
  .home-swiper .swiper-slide__icon {
    top: -16px;
    left: -16px;
    width: 56px;
  }
  .home-swiper .swiper-slide__catchphrase {
    font-size: 1.8rem;
  }
  .home-swiper .swiper-slide__catchphrase:before,
  .home-swiper .swiper-slide__catchphrase:after {
    width: 3px;
  }
  .home-swiper .swiper-slide__catchphrase:before {
    left: -12px;
  }
  .home-swiper .swiper-slide__catchphrase:after {
    right: -12px;
  }
  .home-swiper .swiper-slide__title {
    font-size: 3.2rem;
  }
  .home-swiper .swiper-slide__text {
    font-size: 1.6rem;
  }
  .home-swiper .swiper-slide__link .c-link__text {
    font-size: 1.6rem;
  }
  .home-swiper .swiper-slide__link .c-link__icon {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 667px) {
  .home-swiper__prev,
  .home-swiper__next {
    display: none !important;
  }
  .home-swiper__wave {
    height: 12px;
  }
  .home-swiper .swiper-slide__wrap {
    transform: translateY(24px);
  }
  .home-block4 {
    margin-bottom: 50px;
  }
  .home-block4__text {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  .home-block2__text {
    font-size: 1.6rem;
  }
  .home-block5 {
    margin-bottom: 60px;
  }
  .home-block5 .l-card-type3__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.oil-tips-intro {
  max-width: 960px;
  margin: 40px auto 60px;
  padding: 48px;
  border-radius: 20px;
  background-color: #fff9ef;
  text-align: center;
}
.oil-tips-intro > img {
  width: 77px;
}
.oil-tips-intro__text {
  margin-top: 24px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
.oil-tips-intro__strong {
  -webkit-text-decoration: 3px underline wavy #6fb42c;
  text-decoration: 3px underline wavy #6fb42c;
  text-underline-offset: 6px;
}
.oil-tips-case {
  padding-bottom: 88px;
}
.oil-tips-case__box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.oil-tips-case__block {
  flex-shrink: 0;
  position: relative;
}
.oil-tips-case__2ndHeading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 5.2rem;
}
.oil-tips-case__text {
  margin-left: 24px;
  font-weight: 700;
  font-size: 2.8rem;
}
.oil-tips-know__item:nth-of-type(n + 4),
.oil-tips-learn__item:nth-of-type(n + 4),
.oil-tips-use__item:nth-of-type(n + 4) {
  display: none;
}
.oil-tips-know__item:nth-of-type(n + 4).active,
.oil-tips-learn__item:nth-of-type(n + 4).active,
.oil-tips-use__item:nth-of-type(n + 4).active {
  display: block;
}
.oil-tips-know__icon {
  width: 252px;
}
.oil-tips-know__text {
  color: #e4551c;
}
.oil-tips-learn__icon {
  width: 214px;
}
.oil-tips-learn__text {
  color: #ef9b26;
}
.oil-tips-use__icon {
  width: 243px;
}
.oil-tips-use__text {
  color: #6fb42c;
}
@media screen and (max-width: 1080px) {
  .oil-tips-intro {
    max-width: 100%;
  }
  .oil-tips-case {
    padding-bottom: 60px;
  }
  .oil-tips-case__box {
    flex-direction: column;
  }
  .oil-tips-case__text {
    margin-top: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .oil-tips-intro {
    padding: 32px;
  }
  .oil-tips-intro__text {
    font-size: 1.8rem;
  }
  .oil-tips-intro__strong {
    -webkit-text-decoration: 2px underline wavy #6fb42c;
    text-decoration: 2px underline wavy #6fb42c;
    text-underline-offset: 5px;
  }
  .oil-tips-case__2ndHeading {
    font-size: 3.2rem;
  }
  .oil-tips-case__text {
    font-size: 2.2rem;
  }
  .oil-tips-know__icon {
    width: 192px;
  }
  .oil-tips-learn__icon {
    width: 154px;
  }
  .oil-tips-use__icon {
    width: 183px;
  }
}
.olive-oil-explain {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 32px 48px 24px 40px;
  border-radius: 20px;
  background-color: #fff9ef;
}
.olive-oil-explain__block1 {
  max-width: 550px;
}
.olive-oil-explain__2ndHeading {
  margin-bottom: 16px;
  color: #6fb42c;
  font-weight: 700;
  font-size: 3.4rem;
}
.olive-oil-explain__text {
  font-weight: 500;
  line-height: 1.7;
}
.olive-oil-explain__block2 > img {
  max-width: 390px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
.olive-oil-explain__caption {
  margin-top: 8px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7;
}
.olive-oil-brand1 {
  display: flex;
  margin: 16px 0 -10px 50px;
}
.olive-oil-brand1__logo {
  max-width: 330px;
}
.olive-oil-brand1__text {
  margin-top: 30px;
  color: #6fb42c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
.olive-oil-brand2__logo {
  max-width: 330px;
}
.olive-oil-brand2__text {
  color: #6fb42c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
.olive-oil-block1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .olive-oil-explain {
    flex-direction: column;
  }
  .olive-oil-explain__block1 {
    max-width: 100%;
  }
  .olive-oil-explain__block2 {
    margin-top: 24px;
  }
  .olive-oil-brand1 {
    flex-direction: column;
    margin: 0;
  }
  .olive-oil-brand1__text {
    margin-top: 0;
  }
  .olive-oil-block1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 667px) {
  .olive-oil-explain {
    padding: 32px 24px;
  }
  .olive-oil-explain__2ndHeading {
    font-size: 3.2rem;
  }
  .olive-oil-explain__block2 > img {
    max-width: 100%;
  }
  .olive-oil-brand1__logo {
    max-width: 100%;
  }
  .olive-oil-brand1__text {
    font-size: 1.8rem;
  }
  .olive-oil-brand2__logo {
    max-width: 100%;
  }
  .olive-oil-brand2__text {
    font-size: 1.8rem;
  }
}
.product-1stHeading {
  padding-top: 106px;
}
.product-catalog {
  padding: 80px 0 130px;
}
.product-recommend {
  padding: 0 0 48px;
}
.product-items {
  margin-bottom: 60px;
}
.product-items:last-of-type {
  margin-bottom: 0;
}
.product-cta {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin-inline: auto;
  padding: 80px 0;
}
.product-cta__button {
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .product-cta {
    flex-direction: column;
    max-width: 100%;
  }
  .product-cta__button--document {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 810px) {
  .product-1stHeading {
    padding-top: 76px;
  }
  .product-catalog {
    padding: 60px 0;
  }
  .product-cta {
    padding: 60px 0;
  }
}
@media screen and (max-width: 667px) {
  .product-1stHeading {
    padding-top: 40px;
  }
  .product-catalog {
    padding: 40px 0;
  }
  .product-cta {
    padding: 40px 0;
  }
}
.sesame-oil-explain {
  margin-top: 40px;
  padding: 32px 40px;
  border-radius: 20px;
  background-color: #fff9ef;
}
.sesame-oil-explain__2ndHeading {
  margin-bottom: 16px;
  color: #6fb42c;
  font-weight: 700;
  font-size: 3.4rem;
}
.sesame-oil-explain__text {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.sesame-oil-explain__block {
  display: flex;
  justify-content: space-between;
}
.sesame-oil-explain__block > img:nth-of-type(1) {
  max-width: 455px;
}
.sesame-oil-explain__block > img:nth-of-type(2) {
  max-width: 492px;
}
.sesame-oil-block1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sesame-oil-explain__block {
    flex-direction: column;
  }
  .sesame-oil-explain__block > img:nth-of-type(1) {
    margin: 0 auto 32px;
  }
  .sesame-oil-explain__block > img:nth-of-type(2) {
    margin-inline: auto;
  }
  .sesame-oil-block1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 667px) {
  .sesame-oil-explain {
    padding: 24px;
  }
  .sesame-oil-explain__2ndHeading {
    font-size: 3.2rem;
  }
  .sesame-oil-explain__block > img:nth-of-type(1) {
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .sesame-oil-explain__block > img:nth-of-type(2) {
    max-width: 100%;
  }
}
.sample-form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #eff7e8;
}
@media screen and (max-width: 1110px) {
  .sample-form {
    grid-template-columns: 1fr;
  }
}
.sample-form__form-wrapper {
  overflow-y: scroll;
  position: fixed;
  right: 0;
  z-index: 10;
  width: 400px;
  height: 100vh;
  padding: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1110px) {
  .sample-form__form-wrapper {
    position: static;
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 667px) {
  .sample-form__form-wrapper {
    padding: 4px;
  }
}
.sample-form__form-wrapper::-webkit-scrollbar {
  width: 4px;
}
.sample-form__form-wrapper::-webkit-scrollbar-thumb {
  background-color: #6fb42c;
}
.sample-form__form-wrapper iframe {
  max-width: calc(400px - 16px * 2);
}
@media screen and (max-width: 1110px) {
  .sample-form__form-wrapper iframe {
    max-width: calc(100% - 16px * 2);
  }
}
@media screen and (max-width: 667px) {
  .sample-form__form-wrapper iframe {
    max-width: calc(100% - 4px * 2);
  }
}
.sample-form__container {
  width: 100%;
}
.sample-form__contents {
  padding: 40px 0 50px;
  width: min(90%, 820px);
  margin-inline: auto;
}
@media screen and (max-width: 667px) {
  .sample-form__contents {
    padding: 30px 0 40px;
  }
}
.sample-form__logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 667px) {
  .sample-form__logo {
    margin-bottom: 20px;
  }
  .sample-form__logo img {
    width: 73px;
  }
}
.sample-form__logo-text {
  margin-left: 6px;
  color: #6fb42c;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 667px) {
  .sample-form__logo-text {
    font-size: 1.2rem;
  }
}
.sample-form__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.4rem;
}
@media screen and (max-width: 667px) {
  .sample-form__title {
    font-size: 2.2rem;
  }
}
.sample-form__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
  .sample-form__text {
    font-size: 1.5rem;
  }
}
.sample-form__product {
  margin-top: 40px;
}
@media screen and (max-width: 667px) {
  .sample-form__product {
    position: relative;
    margin-top: 24px;
  }
}
.sample-form__product-title {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
}
.sample-form__product-title-icon {
  flex-shrink: 0;
  position: relative;
  top: -4px;
  width: 24px;
}
@media screen and (max-width: 667px) {
  .sample-form__product-title-icon {
    width: 20px;
  }
}
.sample-form__product-title-text {
  padding-left: 13px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 667px) {
  .sample-form__product-title-text {
    font-size: 1.9rem;
  }
}
.sample-form__product-text {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
  .sample-form__product-text {
    margin: 20px 0;
    font-size: 1.5rem;
  }
}
.sample-form__flow {
  margin-top: 40px;
}
.sample-form__flow-picture {
  display: block;
}
@media screen and (max-width: 667px) {
  .sample-form__flow-picture {
    display: none;
  }
}
.sample-form__flow-container-pc {
  display: block;
}
@media screen and (max-width: 667px) {
  .sample-form__flow-container-pc {
    display: none;
  }
}
.sample-form__flow-container-sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 667px) {
  .sample-form__flow-container-sp {
    display: block;
  }
  .sample-form__flow-container-sp .sample-form__flow-title--sp {
    position: relative;
    cursor: pointer;
  }
}
.sample-form__flow-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
}
.sample-form__flow-title-icon {
  flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 32px;
}
@media screen and (max-width: 667px) {
  .sample-form__flow-title-icon {
    width: 28px;
  }
}
.sample-form__flow-title-text {
  padding-left: 13px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 667px) {
  .sample-form__flow-title-text {
    font-size: 1.9rem;
  }
}
.sample-form__flow-title-toggle {
  position: absolute;
  top: 4px;
  right: 0;
  width: 24px;
  height: 24px;
}
.sample-form__flow-title-toggle::before {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  margin-inline: auto;
  border-radius: 4px;
  background-color: #6fb42c;
  transition: 0.4s;
}
.sample-form__flow-title-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #6fb42c;
}
.sample-form__flow-title-toggle.active::before {
  transform: rotate(90deg);
}
.sample-form__categories-container--pc {
  display: block;
}
@media screen and (max-width: 667px) {
  .sample-form__categories-container--pc {
    display: none;
  }
}
.sample-form__categories-container--sp {
  display: none;
}
@media screen and (max-width: 667px) {
  .sample-form__categories-container--sp {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in;
  }
  .sample-form__categories-container--sp .sample-form__category {
    margin-bottom: 20px;
  }
  .sample-form__categories-container--sp .sample-form__category:last-of-type {
    margin-bottom: 0;
  }
}
.sample-form__toggleButton-wrapper {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 30%;
}
.sample-form__toggleButton-wrapper.close {
  position: static;
  background: none;
  margin-top: 30px;
}
@media screen and (max-width: 667px) {
  .sample-form__toggleButton-wrapper {
    display: flex;
    align-items: flex-end;
  }
}
.sample-form__toggleButton {
  width: 100%;
  height: 56px;
  background-color: #ef9b26;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}
.sample-form__toggleButton::before {
  content: "商品一覧をもっと見る";
}
.sample-form__toggleButton::after {
  color: #fff;
}
.sample-form__toggleButton.active::before {
  content: "閉じる";
}
.sample-form__category-wrapper {
  display: contents;
}
.sample-form__category-wrapper .sample-form__item-image {
  margin: 35px auto 0;
}
.sample-form__category-wrapper
  .sample-form__category:nth-of-type(1)
  .sample-form__item-image {
  position: relative;
  top: 6px;
}
.sample-form__category-wrapper
  .sample-form__category:nth-of-type(2)
  .sample-form__item-image {
  position: relative;
  top: 10px;
}
.sample-form__categories.first {
  display: grid;
  grid-template-columns: 1.263fr 0.867fr 0.867fr;
  gap: 40px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1254px) {
  .sample-form__categories.first {
    grid-template-columns: 1fr;
  }
  .sample-form__categories.first .sample-form__category-wrapper {
    display: flex;
    gap: 0 30px;
  }
  .sample-form__categories.first
    .sample-form__category-wrapper
    .sample-form__category {
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .sample-form__categories.first .sample-form__category-wrapper {
    flex-direction: column;
    gap: 40px 0;
  }
  .sample-form__categories.first
    .sample-form__category-wrapper
    .sample-form__category {
    width: 100%;
  }
}
.sample-form__category {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.sample-form__category-title {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 15px;
  padding: 5px 16px;
  border-radius: 10px;
  background-color: #6fb42c;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.sample-form__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px 8px;
}
.sample-form__item {
  padding-top: 15px;
}
.sample-form__item-image {
  display: block;
  width: min(100%, 120px);
  margin: 10px auto 0;
}
.sample-form__item-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.sample-form__item-description {
  font-size: 1.2rem;
  text-align: center;
}
.sample-form__item-icon {
  /* position: absolute;
  top: -15px;
  left: 0; */
}
.search-content {
  width: min(100%, 880px);
  margin: 80px auto;
}
.search-content__result {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3.2rem;
}
.search-content__item {
  margin-bottom: 40px;
}
.search-content__item > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (hover: hover) {
  .search-content__item > a:hover .search-content__thumbnail > img {
    transform: scale(1.1);
  }
  .search-content__item > a:hover .search-content__title {
    color: #ef9b26;
  }
  .search-content__item > a:hover .c-link__text {
    color: #ef9b26;
  }
  .search-content__item > a:hover .c-link__text::before {
    transform: scale(1, 1);
  }
  .search-content__item > a:hover .c-link__icon {
    color: #ef9b26;
  }
}
.search-content__item:last-of-type {
  margin-bottom: 0;
}
.search-content__thumbnail {
  overflow: hidden;
  border-radius: 20px;
}
.search-content__thumbnail > img {
  max-width: 400px;
  aspect-ratio: 11/7;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.search-content__block {
  width: 440px;
}
.search-content__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.4rem;
  transition: 0.4s;
}
.search-content__text {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1080px) {
  .search-content__item > a {
    flex-direction: column;
  }
  .search-content__thumbnail {
    margin-bottom: 16px;
  }
  .search-content__thumbnail > img {
    max-width: 100%;
  }
  .search-content__block {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .search-content {
    margin: 40px auto;
  }
  .search-content__result {
    font-size: 2.4rem;
  }
  .search-content__title {
    font-size: 2rem;
  }
}
.service-block1 {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 80px;
  padding-top: 40px;
  background-color: #fdf0d6;
}
.service-block1__wave {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -80px;
  left: 0;
}
.service-block2 {
  padding-top: 60px;
}
.service-block3 {
  margin-top: 60px;
}
.service-block4 {
  margin: 60px 0 96px;
}
@media screen and (max-width: 810px) {
  .service-block1 {
    margin-bottom: 56px;
  }
  .service-block1__wave {
    height: 56px;
    bottom: -56px;
  }
  .service-block4 {
    margin: 60px 0 60px;
  }
}
@media screen and (max-width: 667px) {
  .service-block1 {
    margin-bottom: 32px;
  }
  .service-block1__wave {
    height: 32px;
    bottom: -32px;
  }
}
.delica-ace-1stHeading {
  margin-top: 24px;
}
.delica-ace-block1 {
  display: flex;
  justify-content: space-between;
  margin-top: 116px;
}
.delica-ace-block2 {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.delica-ace-block3 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.delica-ace-block4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 72px;
}
.delica-ace-block4 > img {
  max-width: 470px;
}
.delica-ace-rspo {
  display: flex;
  max-width: 508px;
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #fff;
}
.delica-ace-rspo__block1 {
  flex-shrink: 0;
  margin-right: 20px;
}
.delica-ace-rspo__block1 > img {
  width: 136px;
}
.delica-ace-rspo__number {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
.delica-ace-rspo__message {
  font-weight: 700;
  font-size: 1.8rem;
}
.delica-ace-rspo__text {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.3rem;
}
.delica-ace-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 508px;
  height: 124px;
  border-radius: 20px;
  background-color: #ef9b26;
  text-align: center;
  transition: 0.4s;
}
.delica-ace-button__inner {
  display: flex;
  align-items: center;
}
.delica-ace-button__inner::after {
  margin-left: 32px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2.4rem;
  content: "";
  transition: 0.4s;
}
.delica-ace-button__title {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (hover: hover) {
  .delica-ace-button:hover {
    background-color: #6fb42c;
  }
}
@media screen and (max-width: 1080px) {
  .delica-ace-1stHeading {
    margin-top: 0;
  }
  .delica-ace-feature1,
  .delica-ace-feature2,
  .delica-ace-feature3,
  .delica-ace-feature4 {
    margin-inline: auto;
  }
  .delica-ace-feature2,
  .delica-ace-feature4 {
    margin-top: 96px;
  }
  .delica-ace-block1 {
    flex-direction: column;
  }
  .delica-ace-block2 {
    flex-direction: column;
  }
  .delica-ace-block3 {
    flex-direction: column;
    margin-top: 40px;
  }
  .delica-ace-block4 {
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .delica-ace-block4 > img {
    max-width: 100%;
    margin-top: 40px;
  }
  .delica-ace-rspo {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .delica-ace-button {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .delica-ace-rspo {
    flex-direction: column;
  }
  .delica-ace-rspo__block1 {
    margin-right: 0;
  }
  .delica-ace-rspo__block1 > img {
    display: block;
    margin-inline: auto;
  }
  .delica-ace-rspo__number {
    margin-bottom: 12px;
  }
  .delica-ace-rspo__message {
    font-size: 1.6rem;
  }
  .delica-ace-rspo__text {
    margin-top: 12px;
  }
  .delica-ace-button {
    position: relative;
    height: 62px;
  }
  .delica-ace-button__inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    font-size: 2rem;
  }
  .delica-ace-button__title {
    font-size: 1.8rem;
  }
}
.healthy-off-1stHeading {
  margin-top: 24px;
}
.healthy-off-block1 {
  margin-top: 116px;
}
.healthy-off-block2 {
  margin-top: 96px;
}
.healthy-off-block3 {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.healthy-off-block4 {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .healthy-off-1stHeading {
    margin-top: 0;
  }
  .healthy-off-block3 {
    flex-direction: column;
  }
  .healthy-off-feature3 {
    margin: 0 auto 96px;
  }
  .healthy-off-feature4 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 667px) {
  .healthy-off-block4 {
    margin-top: 40px;
  }
}
.ingredients-oil-fv {
  position: relative;
}
.ingredients-oil-fv__image {
  width: 100%;
}
.ingredients-oil-fv__button-container {
  position: absolute;
  left: 8%;
  top: 63%;
  z-index: 1;
}
.ingredients-oil-fv__button {
  margin-bottom: 18px;
  width: 32vw;
  height: 5vw;
  font-size: 1.6vw;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media (hover: hover) {
  .ingredients-oil-fv__button:hover {
    background-color: #e4551c;
  }
}
.ingredients-oil-fv__button::before {
  left: 8%;
  font-size: 2.2vw;
}
.ingredients-oil-fv__button::after {
  right: 8%;
  font-size: 2.3vw;
}
.ingredients-oil-fv__button--shop {
  height: 6vw;
  line-height: 1.5;
  background-color: #6fb42c;
}
.ingredients-oil-fv__button--shop::before {
  left: 7%;
  font: var(--fa-font-solid);
  content: "";
  font-size: 1.9vw;
}
.ingredients-oil-fv__button--shop::after {
  right: 7%;
  font: var(--fa-font-solid);
  content: "";
  font-size: 1.9vw;
}
.ingredients-oil-fv__button--shop > span {
  position: relative;
  left: -8%;
}
.ingredients-oil-fv__detail-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #6fb42c;
  transition: 0.3s;
}
.ingredients-oil-fv__detail-link-text {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 1.1vw;
}
.ingredients-oil-fv__detail-link-text::after {
  margin-left: 14px;
  font: var(--fa-font-solid);
  content: "";
  font-size: 1.5vw;
}
.ingredients-oil-fv__detail-link-text::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 2px;
  background-color: #ef9b26;
  content: "";
  transition: transform 0.3s;
}
@media (hover: hover) {
  .ingredients-oil-fv__detail-link-text:hover {
    color: #ef9b26;
  }
  .ingredients-oil-fv__detail-link-text:hover::before {
    transform: scale(1, 1);
  }
}
.ingredients-oil-about {
  position: relative;
  width: 100%;
  padding: 50px 0 44px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_ingredients_about_background.png);
}
.ingredients-oil-about__inner {
  width: min(90%, 1080px);
  margin-inline: auto;
}
.ingredients-oil-about__title {
  font-weight: 700;
  font-size: 4.2rem;
  text-align: center;
}
.ingredients-oil-about__message {
  margin-top: 16px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.ingredients-oil-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 54px;
  margin-top: 40px;
}
.ingredients-oil-about__item {
  padding: 77px 21px 20px;
  position: relative;
  border-radius: 20px;
  border: solid 2px #ef9b26;
  background-color: #fff;
}
.ingredients-oil-about__point-mark {
  position: absolute;
  top: 21px;
  left: -38px;
}
.ingredients-oil-about__sub-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.ingredients-oil-about__sub-title-small {
  display: block;
  font-size: 1.8rem;
  margin-top: 4px;
}
.ingredients-oil-about__point-icon {
  display: block;
  margin: 24px auto 25px;
}
.ingredients-oil-about__text {
  font-weight: 500;
  line-height: 1.7;
}
.ingredients-oil-about__sp-background {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ingredients-oil-lineup {
  padding: 40px;
  background-color: #271d1b;
  color: #fff;
}
.ingredients-oil-lineup__container {
  border: solid 1px #fff;
}
.ingredients-oil-lineup__inner {
  width: min(90%, 1019px);
  margin: 0 auto 32px;
}
.ingredients-oil-lineup__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.ingredients-oil-lineup__list--sp {
  display: none;
}
.ingredients-oil-lineup__item:nth-of-type(5)
  .ingredients-oil-lineup__item-icon {
  margin: 37px auto 0;
}
@media (hover: hover) {
  .ingredients-oil-lineup__link:hover .ingredients-oil-lineup__item-icon {
    top: 4px;
  }
  .ingredients-oil-lineup__link:hover .ingredients-oil-lineup__image {
    filter: brightness(1.1);
  }
}
.ingredients-oil-lineup__message {
  margin-top: 27px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.ingredients-oil-lineup__title {
  display: flex;
  justify-content: center;
  gap: 0 7px;
  margin: 11px 0 12px;
  font-weight: 700;
  font-size: 4.2rem;
  text-align: center;
}
.ingredients-oil-lineup__title span {
  position: relative;
  top: -12px;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  font-weight: 900;
  font-size: 7.7rem;
  line-height: 1;
}
.ingredients-oil-lineup__image {
  display: block;
  margin-inline: auto;
}
.ingredients-oil-lineup__item-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.ingredients-oil-lineup__item-icon {
  display: block;
  position: relative;
  top: 0;
  margin: 10px auto 0;
  transition: 0.3s;
}
.ingredients-oil-detail {
  padding: 60px 0;
  background-color: #fff59f;
}
.ingredients-oil-detail__item {
  width: min(90%, 1080px);
  margin: 0 auto 40px;
  padding: 60px 60px 45px;
  border-radius: 20px;
  background-color: #fff;
}
.ingredients-oil-detail__item--cheese
  .ingredients-oil-detail__point-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_cheese_detail_background.png);
}
.ingredients-oil-detail__item--cheese .ingredients-oil-detail__title {
  border-bottom: solid 4px #eac441;
}
.ingredients-oil-detail__item--cheese .ingredients-oil-detail__copy {
  color: #eac441;
}
.ingredients-oil-detail__item--cheese .ingredients-oil-detail__point-message {
  background-color: #eac441;
  color: #fff;
}
.ingredients-oil-detail__item--cheese .ingredients-oil-detail__point-item {
  background-color: #fdf0d6;
}
.ingredients-oil-detail__item--butter
  .ingredients-oil-detail__point-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_butter_detail_background.png);
}
.ingredients-oil-detail__item--butter .ingredients-oil-detail__title {
  border-bottom: solid 4px #efd833;
}
.ingredients-oil-detail__item--butter .ingredients-oil-detail__copy {
  color: #efd833;
}
.ingredients-oil-detail__item--butter .ingredients-oil-detail__point-message {
  background-color: #efd833;
  color: #333;
}
.ingredients-oil-detail__item--butter .ingredients-oil-detail__point-item {
  background-color: #fff9ef;
}
.ingredients-oil-detail__item--garlic
  .ingredients-oil-detail__point-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_garic_detail_background.png);
}
.ingredients-oil-detail__item--garlic .ingredients-oil-detail__title {
  border-bottom: solid 4px #e3d5b3;
}
.ingredients-oil-detail__item--garlic .ingredients-oil-detail__copy {
  color: #e3d5b3;
}
.ingredients-oil-detail__item--garlic .ingredients-oil-detail__point-message {
  background-color: #e3d5b3;
  color: #333;
}
.ingredients-oil-detail__item--garlic .ingredients-oil-detail__point-item {
  background-color: #fdf0d6;
}
.ingredients-oil-detail__item--onion .ingredients-oil-detail__point-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_onion_detail_background.png);
}
.ingredients-oil-detail__item--onion .ingredients-oil-detail__title {
  border-bottom: solid 4px #6fb42c;
}
.ingredients-oil-detail__item--onion .ingredients-oil-detail__copy {
  color: #6fb42c;
}
.ingredients-oil-detail__item--onion .ingredients-oil-detail__point-message {
  background-color: #6fb42c;
  color: #fff;
}
.ingredients-oil-detail__item--onion .ingredients-oil-detail__point-item {
  background-color: #eff7e8;
}
.ingredients-oil-detail__item--chili .ingredients-oil-detail__point-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_chili_detail_background.png);
}
.ingredients-oil-detail__item--chili .ingredients-oil-detail__title {
  border-bottom: solid 4px #c81529;
}
.ingredients-oil-detail__item--chili .ingredients-oil-detail__copy {
  color: #c81529;
}
.ingredients-oil-detail__item--chili .ingredients-oil-detail__point-message {
  background-color: #c81529;
}
.ingredients-oil-detail__item--chili .ingredients-oil-detail__point-item {
  background-color: #ffefeb;
}
.ingredients-oil-detail__title {
  margin-bottom: 9px;
  padding-bottom: 4px;
  border-bottom: solid 4px #eac441;
  font-weight: 700;
  font-size: 3.4rem;
}
.ingredients-oil-detail__intro {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "intro-message intro-image";
  margin-top: 19px;
}
.ingredients-oil-detail__intro-message {
  font-weight: 500;
  line-height: 1.7;
  grid-area: intro-message;
}
.ingredients-oil-detail__intro-image {
  position: relative;
  top: -24px;
  grid-area: intro-image;
}
.ingredients-oil-detail__copy {
  color: #eac441;
  font-weight: 900;
  font-size: 1.3rem;
}
.ingredients-oil-detail__point-message {
  padding: 11px 5%;
  border-radius: 20px 20px 0 0;
  background-color: #eac441;
  color: #fff;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
}
.ingredients-oil-detail__point-background {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/image/image_cheese_detail_background.png);
}
.ingredients-oil-detail__point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: min(100%, 824px);
  margin-inline: auto;
  padding: 46px 0 40px;
}
.ingredients-oil-detail__point-item {
  background-color: #fdf0d6;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 248px;
}
.ingredients-oil-detail__point-number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 15px;
  padding: 6px 16px;
  border-top: solid 3.5px #333;
  border-bottom: solid 3.5px #333;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.ingredients-oil-detail__point-text {
  font-weight: 500;
  text-align: center;
}
.ingredients-oil-detail__point-text span {
  font-weight: 700;
  font-size: 2rem;
}
.ingredients-oil-detail__recommend {
  margin-top: 60px;
}
.ingredients-oil-detail__recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 39px;
}
.ingredients-oil-detail__recommend-image-wrapper {
  position: relative;
}
.ingredients-oil-detail__recommend-image-voice {
  position: absolute;
  top: -30px;
  right: -18px;
}
.ingredients-oil-detail__recommend-text {
  margin-bottom: 70px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}
.ingredients-oil-detail__recommend-name {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}
.ingredients-oil-detail__recommend-button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-top: 24px;
}
.ingredients-oil-detail__recommend-button {
  width: 100%;
  height: 74px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media (hover: hover) {
  .ingredients-oil-detail__recommend-button:hover {
    background-color: #e4551c;
  }
}
.ingredients-oil-detail__recommend-button::before {
  left: 8%;
  font-size: 2.4rem;
}
.ingredients-oil-detail__recommend-button::after {
  right: 8%;
  font-size: 2.8rem;
}
.ingredients-oil-detail__recommend-button--shop {
  background-color: #6fb42c;
}
.ingredients-oil-detail__recommend-button--shop::before {
  font: var(--fa-font-solid);
  content: "";
}
.ingredients-oil-detail__recommend-button--shop::after {
  font: var(--fa-font-solid);
  content: "";
}
.ingredients-oil-detail__recommend-button--shop > span {
  position: relative;
  left: -10%;
}
.ingredients-oil-detail__recommend-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
  color: #6fb42c;
  transition: 0.3s;
}
.ingredients-oil-detail__recommend-link-text {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.ingredients-oil-detail__recommend-link-text::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 2px;
  background-color: #ef9b26;
  content: "";
  transition: transform 0.3s;
}
.ingredients-oil-detail__recommend-link-text::after {
  margin-left: 14px;
  font: var(--fa-font-solid);
  content: "";
  font-size: 2.4rem;
}
@media (hover: hover) {
  .ingredients-oil-detail__recommend-link-text:hover {
    color: #ef9b26;
  }
  .ingredients-oil-detail__recommend-link-text:hover::before {
    transform: scale(1, 1);
  }
}
.ingredients-oil-cta {
  padding: 40px;
  background-color: #271d1b;
  color: #fff;
}
.ingredients-oil-cta__container {
  border: solid 1px #fff;
}
.ingredients-oil-cta__inner {
  width: min(90%, 1020px);
  margin: 0 auto 32px;
}
.ingredients-oil-cta__logo {
  display: block;
  margin: 28px auto 0;
}
.ingredients-oil-cta__title {
  margin: 8px 0 30px;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}
.ingredients-oil-cta__title span:first-of-type {
  font-size: 2.4rem;
}
.ingredients-oil-cta__content {
  display: grid;
  grid-template-columns: 53% 1fr;
  gap: 12px 56px;
}
.ingredients-oil-cta__content-image {
  display: block;
  margin-top: 17px;
}
.ingredients-oil-cta__content-sub-title {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
}
.ingredients-oil-cta__content-sub-title:last-of-type {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #fff;
}
.ingredients-oil-cta__button {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (hover: hover) {
  .ingredients-oil-cta__button:hover {
    background-color: #e4551c;
  }
}
.ingredients-oil-cta__button::before {
  left: 7%;
  font-size: 2.9rem;
}
.ingredients-oil-cta__button::after {
  right: 7%;
  font-size: 3rem;
}
.ingredients-oil-cta__button--sample {
  height: 64px;
}
.ingredients-oil-cta__button--shop {
  height: 99px;
  background-color: #6fb42c;
}
.ingredients-oil-cta__button--shop::before {
  font: var(--fa-font-solid);
  content: "";
  font-size: 2.7rem;
}
.ingredients-oil-cta__button--shop::after {
  font: var(--fa-font-solid);
  content: "";
  font-size: 2.6rem;
}
.ingredients-oil-cta__button--shop > span {
  position: relative;
  left: -6%;
}
.ingredients-oil-cta__recommend-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 21px;
  color: #fff;
  transition: 0.3s;
}
.ingredients-oil-cta__recommend-link-text {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.ingredients-oil-cta__recommend-link-text::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 2px;
  background-color: #ef9b26;
  content: "";
  transition: transform 0.3s;
}
.ingredients-oil-cta__recommend-link-text::after {
  margin-left: 14px;
  font: var(--fa-font-solid);
  content: "";
  font-size: 2.4rem;
}
@media (hover: hover) {
  .ingredients-oil-cta__recommend-link-text:hover {
    color: #ef9b26;
  }
  .ingredients-oil-cta__recommend-link-text:hover::before {
    transform: scale(1, 1);
  }
}
.lp-form-sec {
  margin: 40px 0;
}
@media screen and (max-width: 1200px) {
  .ingredients-oil-detail__point-list {
    gap: 0;
  }
  .ingredients-oil-detail__point-item {
    width: 224px;
    margin-inline: auto;
  }
  .ingredients-oil-detail__point-number {
    font-size: 1.8rem;
  }
  .ingredients-oil-detail__point-text span {
    font-size: 1.8rem;
  }
  .ingredients-oil-detail__recommend-image-voice {
    width: 95px;
  }
  .ingredients-oil-cta__button {
    font-size: 2.1rem;
  }
  .ingredients-oil-cta__button::before {
    left: 5%;
  }
  .ingredients-oil-cta__button::after {
    right: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .ingredients-oil-about__list {
    gap: 40px;
  }
  .ingredients-oil-about__point-mark {
    width: 130px;
    top: 16px;
    left: -28px;
  }
  .ingredients-oil-detail__intro {
    grid-template-columns: 1fr;
    grid-template-areas: "intro-image" "intro-message";
  }
  .ingredients-oil-detail__recommend-button-container {
    gap: 0 16px;
  }
  .ingredients-oil-detail__intro-message {
    margin-bottom: 40px;
  }
  .ingredients-oil-detail__intro-image {
    top: 0;
    margin: 0 auto 24px;
  }
  .ingredients-oil-detail__recommend-image-voice {
    width: 85px;
  }
  .ingredients-oil-cta__content {
    grid-template-columns: 1fr;
  }
  .ingredients-oil-cta__content-image {
    margin: 17px auto 0;
  }
  .ingredients-oil-cta__button {
    height: auto;
    padding: 13px 24px;
    font-size: 2rem;
  }
  .ingredients-oil-cta__button--shop > span {
    left: 0;
  }
  .ingredients-oil-cta__button--shop > span br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ingredients-oil-lineup__image {
    max-width: 120px;
  }
  .ingredients-oil-detail__point-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .ingredients-oil-detail__recommend-button-container {
    gap: 15px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .ingredients-oil-detail__recommend-button--shop > span {
    left: 0;
  }
  .ingredients-oil-detail__recommend-button--shop > span br {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .ingredients-oil-fv__button-container {
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .ingredients-oil-fv__button {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 17px 24px;
    font-size: 1.8rem;
  }
  .ingredients-oil-fv__button::before {
    left: 7%;
    font-size: 2.6rem;
  }
  .ingredients-oil-fv__button::after {
    right: 7%;
    font-size: 2.8rem;
  }
  .ingredients-oil-fv__button--shop {
    padding: 12px 24px;
  }
  .ingredients-oil-fv__button--shop::before {
    left: 6.5%;
    font-size: 2.3rem;
  }
  .ingredients-oil-fv__button--shop::after {
    right: 6.5%;
    font-size: 2.3rem;
  }
  .ingredients-oil-fv__button--shop > span {
    left: 0;
  }
  .ingredients-oil-fv__button--shop > span br {
    display: none;
  }
  .ingredients-oil-fv__detail-link-text {
    font-size: 1.6rem;
  }
  .ingredients-oil-fv__detail-link-text::after {
    font-size: 2.2rem;
  }
  .ingredients-oil-about {
    background-color: #f5f5f5;
    padding: 60px 0 40px;
    background-image: none;
  }
  .ingredients-oil-about__title {
    font-size: 3.3rem;
  }
  .ingredients-oil-about__message {
    margin-top: 16px;
    font-size: 2.1rem;
  }
  .ingredients-oil-about__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
    margin-top: 60px;
  }
  .ingredients-oil-about__item {
    padding: 50px 20px 30px;
  }
  .ingredients-oil-about__point-mark {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ingredients-oil-lineup {
    padding: 20px;
  }
  .ingredients-oil-lineup__inner {
    margin: 0 auto;
  }
  .ingredients-oil-lineup__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .ingredients-oil-lineup__list--pc {
    display: none;
  }
  .ingredients-oil-lineup__list--sp {
    display: grid;
  }
  .ingredients-oil-lineup__sp-layout {
    display: flex;
    gap: 0 20px;
  }
  .ingredients-oil-lineup__sp-item {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .ingredients-oil-lineup__sp-voice-image {
    display: block;
    margin-bottom: 40px;
  }
  .ingredients-oil-lineup__title {
    gap: 0 5px;
    margin: 20px 0 32px;
    font-size: 2.8rem;
  }
  .ingredients-oil-lineup__title span {
    font-size: 5.6rem;
  }
  .ingredients-oil-detail__item {
    padding: 50px 30px 45px;
  }
  .ingredients-oil-detail__recommend-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .ingredients-oil-detail__recommend-image {
    width: 100%;
  }
  .ingredients-oil-detail__recommend-image-voice {
    width: 108px;
  }
  .lp-form-sec {
    width: 90%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 667px) {
  .ingredients-oil-fv__button--shop > span {
    left: -10%;
  }
  .ingredients-oil-fv__button--shop > span br {
    display: block;
  }
  .ingredients-oil-about {
    padding: 80px 0 40px;
  }
  .ingredients-oil-about__list {
    position: relative;
    z-index: 1;
  }
  .ingredients-oil-about__title {
    font-size: 2.6rem;
  }
  .ingredients-oil-about__message {
    font-size: 2rem;
  }
  .ingredients-oil-about__sub-title {
    font-size: 2.2rem;
  }
  .ingredients-oil-about__item {
    padding: 40px 20px 30px;
  }
  .ingredients-oil-about__sp-background {
    display: block;
  }
  .ingredients-oil-detail {
    padding: 40px 0;
  }
  .ingredients-oil-detail__item {
    padding: 40px 20px 32px;
  }
  .ingredients-oil-detail__title {
    padding-bottom: 9px;
    font-size: 2.4rem;
  }
  .ingredients-oil-detail__point-list {
    padding: 32px 0;
  }
  .ingredients-oil-detail__point-message {
    padding: 11px 5%;
    border-radius: 20px 20px 0 0;
    font-size: 2rem;
  }
  .ingredients-oil-detail__point-item {
    width: 248px;
  }
  .ingredients-oil-detail__point-number {
    font-size: 2rem;
  }
  .ingredients-oil-detail__point-text span {
    font-size: 2rem;
  }
  .ingredients-oil-detail__recommend {
    margin-top: 48px;
  }
  .ingredients-oil-detail__recommend .c-heading-type1 > img {
    width: 70px;
  }
  .ingredients-oil-detail__recommend-text {
    margin-bottom: 40px;
    text-align: left;
  }
  .ingredients-oil-detail__recommend-image-voice {
    right: -14px;
  }
  .ingredients-oil-detail__recommend-button {
    font-size: 1.7rem;
  }
  .ingredients-oil-detail__recommend-button::before {
    left: 5%;
    font-size: 2.3rem;
  }
  .ingredients-oil-detail__recommend-button::after {
    right: 5%;
    font-size: 2.4rem;
  }
  .ingredients-oil-detail__recommend-button--shop::before {
    font-size: 1.9rem;
  }
  .ingredients-oil-detail__recommend-button--shop::after {
    font-size: 1.9rem;
  }
  .ingredients-oil-detail__recommend-button--shop > span {
    left: -6%;
    font-size: 1.8rem;
  }
  .ingredients-oil-detail__recommend-button--shop > span br {
    display: block;
  }
  .ingredients-oil-cta {
    padding: 20px 12px;
  }
  .ingredients-oil-cta__logo {
    margin: 24px auto 0;
  }
  .ingredients-oil-cta__title {
    font-size: 2.3rem;
  }
  .ingredients-oil-cta__title span:first-of-type {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
  .ingredients-oil-cta__content-sub-title {
    gap: 0 6px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .ingredients-oil-cta__content-sub-title img {
    width: 15px;
    position: relative;
    top: 3px;
  }
  .ingredients-oil-cta__button {
    font-size: 1.8rem;
  }
  .ingredients-oil-cta__button::before {
    left: 5%;
    font-size: 2.3rem;
  }
  .ingredients-oil-cta__button::after {
    right: 5%;
    font-size: 2.4rem;
  }
  .ingredients-oil-cta__button--shop::before {
    font-size: 2rem;
  }
  .ingredients-oil-cta__button--shop::after {
    font-size: 2rem;
  }
  .ingredients-oil-cta__button--shop > span {
    left: -6%;
  }
  .ingredients-oil-cta__button--shop > span br {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .ingredients-oil-fv__button {
    font-size: 1.6rem;
  }
  .ingredients-oil-fv__button::before {
    font-size: 1.9rem;
  }
  .ingredients-oil-fv__button::after {
    font-size: 2rem;
  }
  .ingredients-oil-fv__button--shop::before {
    font-size: 1.8rem;
  }
  .ingredients-oil-fv__button--shop::after {
    font-size: 1.8rem;
  }
  .ingredients-oil-fv__detail-link-text {
    font-size: 1.5rem;
  }
  .ingredients-oil-fv__detail-link-text::after {
    margin-left: 12px;
    font-size: 2rem;
  }
  .ingredients-oil-lineup__title {
    gap: 0 4px;
    font-size: 2.3rem;
  }
  .ingredients-oil-lineup__title span {
    font-size: 5rem;
  }
  .ingredients-oil-detail__point-item {
    width: 232px;
  }
  .ingredients-oil-detail__recommend-button {
    font-size: 1.5rem;
  }
  .ingredients-oil-detail__recommend-button::before {
    font-size: 1.7rem;
  }
  .ingredients-oil-detail__recommend-button::after {
    font-size: 1.8rem;
  }
  .ingredients-oil-detail__recommend-button--shop::before {
    font-size: 1.5rem;
  }
  .ingredients-oil-detail__recommend-button--shop::after {
    font-size: 1.5rem;
  }
  .ingredients-oil-detail__recommend-button--shop > span {
    left: -6%;
    font-size: 1.6rem;
  }
  .ingredients-oil-detail__recommend-image-voice {
    width: 95px;
  }
  .ingredients-oil-detail__recommend-link-text {
    font-size: 1.4rem;
  }
  .ingredients-oil-detail__recommend-link-text::after {
    margin-left: 10px;
    font-size: 2rem;
  }
  .ingredients-oil-cta__button {
    font-size: 1.6rem;
  }
  .ingredients-oil-cta__button::before {
    font-size: 1.9rem;
  }
  .ingredients-oil-cta__button::after {
    font-size: 2rem;
  }
  .ingredients-oil-cta__button--shop::before {
    font-size: 1.8rem;
  }
  .ingredients-oil-cta__button--shop::after {
    font-size: 1.8rem;
  }
  .ingredients-oil-cta__recommend-link-text {
    font-size: 1.5rem;
  }
  .ingredients-oil-cta__recommend-link-text::after {
    margin-left: 12px;
    font-size: 2rem;
  }
}
.ingredients-oil-1stHeading {
  margin-top: 24px;
}
.ingredients-oil-feature {
  margin-top: 24px;
}
.ingredients-oil-feature__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ingredients-oil-feature__item:last-of-type {
  margin-bottom: 0;
}
.ingredients-oil-feature__figure {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 94px;
  border-radius: 58% 42% 45% 55%/53% 56% 44% 47%;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.ingredients-oil-feature__figure--red {
  background-color: #e4551c;
}
.ingredients-oil-feature__figure--green {
  background-color: #6fb42c;
}
.ingredients-oil-feature__figure--orange {
  background-color: #ef9b26;
}
.ingredients-oil-feature__text {
  margin-left: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.ingredients-oil-feature__text strong {
  font-size: 2.4rem;
}
.ingredients-oil-product {
  display: flex;
  margin-bottom: 40px;
  padding: 36px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.ingredients-oil-product:last-of-type {
  margin-bottom: 0;
}
.ingredients-oil-product > img {
  width: 297px;
}
.ingredients-oil-product__box {
  max-width: 690px;
}
.ingredients-oil-product__2ndHeading {
  margin-bottom: 18px;
  color: #e4551c;
  font-weight: 700;
  font-size: 3.4rem;
}
.ingredients-oil-product__text {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.8rem;
}
.ingredients-oil-product__block {
  display: flex;
}
.ingredients-oil-product__block > img {
  max-width: 334px;
}
.ingredients-oil-product__block > img:nth-of-type(1) {
  margin-right: 22px;
}
@media screen and (max-width: 1080px) {
  .ingredients-oil-product {
    flex-direction: column;
  }
  .ingredients-oil-product > img {
    margin: 0 auto 24px;
  }
  .ingredients-oil-product__box {
    max-width: 100%;
  }
  .ingredients-oil-product__2ndHeading {
    text-align: center;
  }
  .ingredients-oil-product__text {
    text-align: center;
  }
  .ingredients-oil-product__block {
    justify-content: center;
  }
}
@media screen and (max-width: 810px) {
  .ingredients-oil-product__block {
    flex-direction: column;
  }
  .ingredients-oil-product__block > img {
    max-width: 100%;
  }
  .ingredients-oil-product__block > img:nth-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .ingredients-oil-feature__figure {
    font-size: 1.6rem;
  }
  .ingredients-oil-feature__text {
    margin-left: 12px;
    font-size: 1.6rem;
  }
  .ingredients-oil-feature__text strong {
    font-size: 2rem;
  }
  .ingredients-oil-product__2ndHeading {
    font-size: 3rem;
  }
  .ingredients-oil-product__text {
    font-size: 1.6rem;
  }
}
.noodle-oil-1stHeading {
  margin-top: 48px;
}
.noodle-oil-scroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 8px 24px;
  border-radius: 20px;
  background-color: #fff9ef;
}
.noodle-oil-scroll > img {
  width: 86px;
}
.noodle-oil-scroll__name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}
.noodle-oil-scroll__text {
  font-weight: 500;
  line-height: 1.7;
}
.noodle-oil-scroll__icon {
  color: #6fb42c;
  font-size: 4rem;
}
.noodle-oil-example {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.noodle-oil-example__2ndHeading {
  display: flex;
  align-items: flex-start;
  padding-bottom: 8px;
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
}
.noodle-oil-example__icon {
  flex-shrink: 0;
  position: relative;
  top: 14.5px;
  width: 20px;
}
.noodle-oil-example__title {
  padding-left: 16px;
  font-weight: 700;
  font-size: 3.4rem;
}
.noodle-oil-example__text {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.noodle-oil-example__block2 {
  width: 508px;
  text-align: center;
}
.noodle-oil-example__block2 > img {
  width: 318px;
}
.noodle-oil-block1 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.noodle-oil-block2 {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
.noodle-oil-block3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.noodle-oil-block4 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.noodle-oil-block5 > img {
  width: 470px;
}
.noodle-oil-use {
  position: relative;
  margin-top: 64px;
  padding: 56px 48px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.noodle-oil-use__text {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.8rem;
}
.noodle-oil-use__text span {
  color: #e4551c;
}
.noodle-oil-use__list {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
}
.noodle-oil-use__item {
  font-weight: 700;
  font-size: 1.8rem;
}
.noodle-oil-lineup {
  width: 508px;
  padding: 40px 0 60px;
  border-radius: 20px;
  background-color: #fff;
}
.noodle-oil-lineup__list {
  display: flex;
  justify-content: center;
}
.noodle-oil-lineup__item {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.noodle-oil-lineup__item > img {
  height: 185px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-1stHeading {
    margin-top: 0;
  }
  .noodle-oil-example__block2 {
    display: none;
  }
  .noodle-oil-block1 {
    flex-direction: column;
  }
  .noodle-oil-block2 {
    flex-direction: column;
  }
  .noodle-oil-block3 {
    flex-direction: column;
  }
  .noodle-oil-block4 {
    flex-direction: column;
    margin-top: 40px;
  }
  .noodle-oil-block5 {
    display: none;
  }
  .noodle-oil-use__list {
    width: 100%;
  }
  .noodle-oil-lineup {
    width: 100%;
  }
  .noodle-oil-feature1,
  .noodle-oil-feature2,
  .noodle-oil-feature3 {
    margin-inline: auto;
  }
  .noodle-oil-feature2 {
    margin-top: 96px;
  }
  .noodle-oil-iframe {
    width: 100%;
    margin-top: 40px;
    aspect-ratio: 16/9;
  }
  .noodle-oil-iframe > iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-scroll {
    flex-direction: column;
  }
  .noodle-oil-scroll__name {
    margin: 16px 0;
    font-size: 1.6rem;
  }
  .noodle-oil-scroll__icon {
    margin-top: 16px;
  }
  .noodle-oil-example {
    padding-top: 40px;
  }
  .noodle-oil-example__icon {
    top: 6px;
  }
  .noodle-oil-example__title {
    font-size: 2.4rem;
  }
  .noodle-oil-example__text {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .noodle-oil-use {
    padding: 32px 24px 24px;
  }
  .noodle-oil-use__text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .noodle-oil-use__list {
    margin: 0 auto 20px;
  }
  .noodle-oil-use__item {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .noodle-oil-new .c-buttonDocument:hover {
    background-color: #e4551c;
  }
}
.noodle-oil-new .p-cta__button--contact {
  line-height: 1.2;
  background-color: #6fb42c;
}
@media (hover: hover) {
  .noodle-oil-new .p-cta__button--contact:hover {
    background-color: #e4551c;
  }
}
.noodle-oil-new .p-cta__button--contact::before {
  font: var(--fa-font-solid);
  content: "";
}
.noodle-oil-new .p-cta__button--contact::after {
  font: var(--fa-font-solid);
  content: "";
}
.noodle-oil-new .cta__item-main-text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__item-main-text {
    font-size: 1.2rem;
  }
}
.noodle-oil-new .cta__item-sub-text {
  margin-top: 12px;
  margin-left: auto;
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #6fb42c;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__item-sub-text {
    font-size: 1.4rem;
  }
}
.noodle-oil-new .cta__item-sub-text::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ef9b26;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .noodle-oil-new .cta__item-sub-text:hover {
    color: #ef9b26;
  }
  .noodle-oil-new .cta__item-sub-text:hover a {
    color: #ef9b26;
  }
  .noodle-oil-new .cta__item-sub-text:hover::after {
    transform: scale(1, 1);
  }
}
.noodle-oil-new .xsmall-only {
  display: none;
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .xsmall-only {
    display: block;
  }
}
.noodle-oil-new .mv-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .mv-background {
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/mv_bg_sp.png);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .mv-background {
    background-size: cover;
  }
}
.noodle-oil-new .hero {
  position: relative;
  margin-bottom: 80px;
}
.noodle-oil-new .hero__title img {
  width: 100%;
}
.noodle-oil-new .hero__btn-container {
  position: absolute;
  left: 32%;
  top: 63%;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .hero__btn-container {
    width: 100%;
    left: 0;
    top: 83%;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .hero__btn-container {
    top: 80%;
  }
}
.noodle-oil-new .hero__btn-container > div {
  margin-top: 20px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .hero__btn-container .cta__item-sub-text {
    margin-right: 20px;
  }
}
.noodle-oil-new .hero__btn {
  width: 33vw;
  height: auto;
  padding: 20px;
  font-size: 1.7vw;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .hero__btn {
    width: 90%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .hero__btn {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.noodle-oil-new .hero .c-buttonDocument::before {
  left: 8%;
  font-size: 2vw;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .hero .c-buttonDocument::before {
    left: 6%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .hero .c-buttonDocument::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .hero .c-buttonDocument::before {
    left: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .hero .c-buttonDocument::after {
  right: 8%;
  font-size: 2vw;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .hero .c-buttonDocument::after {
    right: 6%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .hero .c-buttonDocument::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .hero .c-buttonDocument::after {
    right: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .problems {
  position: relative;
}
.noodle-oil-new .problems__title {
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__title {
    margin-bottom: -20px;
  }
}
.noodle-oil-new .problems__title > span {
  position: relative;
  display: inline-block;
  color: #6f4812;
  font-size: 3.6rem;
  padding: 10px 50px;
  background: #fff59f;
  border-radius: 50px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__title > span {
    padding: 6px 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .problems__title > span {
    padding: 6px 20px;
  }
}
.noodle-oil-new .problems__title > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -180px;
  width: 98px;
  height: 90px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/problems_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__title > span::before {
    left: -120px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__title > span::before {
    width: 40px;
    height: 37px;
    top: -26px;
    left: -15px;
  }
}
.noodle-oil-new .problems__title > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -180px;
  width: 124px;
  height: 67px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/problems_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__title > span::after {
    right: -120px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__title > span::after {
    width: 60px;
    height: 34px;
    top: 25px;
    right: -10px;
  }
}
.noodle-oil-new .problems__details {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: end;
  background: #fff;
  border: 2px solid #6f4812;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__details {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__details {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.noodle-oil-new .problems__list {
  order: 2;
  padding-bottom: 70px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__list {
    order: 1;
    padding-bottom: 40px;
  }
}
.noodle-oil-new .problems__list-item {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__list-item {
    padding-left: 40px;
    text-indent: -40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .problems__list-item {
    font-size: 1.4rem;
  }
}
.noodle-oil-new .problems__list-item em {
  color: #e4551c;
  font-size: 2.2rem;
  font-style: normal;
  background: linear-gradient(transparent 80%, #fff59f 60%);
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__list-item em {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .problems__list-item em {
    font-size: 1.6rem;
  }
}
.noodle-oil-new .problems__list-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .problems__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.noodle-oil-new .problems__list-item::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/problems_check.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.noodle-oil-new .problems__img {
  order: 1;
  max-width: 378px;
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__img {
    order: 2;
    padding-right: 0;
  }
}
.noodle-oil-new .problems__decoration {
  position: absolute;
  right: 0;
  bottom: 300px;
  width: 402px;
  height: 398px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__decoration {
    width: 360px;
    height: 372px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__decoration {
    bottom: 125px;
    width: 176px;
    height: 158px;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .problems__decoration {
    bottom: 140px;
    width: 150px;
    height: 134px;
  }
}
.noodle-oil-new .problems__lead {
  padding-top: 240px;
  padding-bottom: 60px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__lead {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
.noodle-oil-new .problems__lead-text {
  color: #6f4812;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/problems_05.svg),
    url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/problems_06.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 128px 134px, 128px 134px;
  background-position: left 200px bottom 10px, right 200px bottom 10px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .problems__lead-text {
    background-position: left 80px bottom, right 80px bottom;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__lead-text {
    font-size: 1.8rem;
    line-height: 1.6;
    background-size: 50px 60px, 50px 60px;
    background-position: left 30px bottom, right 30px bottom;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .problems__lead-text {
    background-position: left bottom, right bottom;
  }
}
.noodle-oil-new .problems__lead-text em {
  color: #ef9b26;
  font-style: normal;
}
.noodle-oil-new .problems__lead-text span {
  margin-right: 15px;
  color: #fff;
  font-size: 8rem;
  text-shadow: #e4551c 8px 0px 0px, #e4551c 7.93758px 0.997398px 0px,
    #e4551c 7.7513px 1.97923px 0px, #e4551c 7.44406px 2.93018px 0px,
    #e4551c 7.02066px 3.8354px 0px, #e4551c 6.4877px 4.68078px 0px,
    #e4551c 5.85351px 5.45311px 0px, #e4551c 5.12797px 6.14035px 0px,
    #e4551c 4.32242px 6.73177px 0px, #e4551c 3.44941px 7.21814px 0px,
    #e4551c 2.52258px 7.59188px 0px, #e4551c 1.55638px 7.84714px 0px,
    #e4551c 0.565898px 7.97996px 0px, #e4551c -0.433417px 7.98825px 0px,
    #e4551c -1.42597px 7.87189px 0px, #e4551c -2.39627px 7.63269px 0px,
    #e4551c -3.32917px 7.27438px 0px, #e4551c -4.21013px 6.80256px 0px,
    #e4551c -5.02539px 6.22459px 0px, #e4551c -5.76223px 5.54948px 0px,
    #e4551c -6.40915px 4.78778px 0px, #e4551c -6.95606px 3.95136px 0px,
    #e4551c -7.39442px 3.05329px 0px, #e4551c -7.71739px 2.10757px 0px,
    #e4551c -7.91994px 1.12896px 0px, #e4551c -7.9989px 0.132735px 0px,
    #e4551c -7.95304px -0.865561px 0px, #e4551c -7.78307px -1.85035px 0px,
    #e4551c -7.49165px -2.80627px 0px, #e4551c -7.08333px -3.71839px 0px,
    #e4551c -6.56448px -4.57249px 0px, #e4551c -5.94318px -5.35524px 0px,
    #e4551c -5.22915px -6.05442px 0px, #e4551c -4.43352px -6.65912px 0px,
    #e4551c -3.5687px -7.15991px 0px, #e4551c -2.6482px -7.54898px 0px,
    #e4551c -1.68637px -7.82024px 0px, #e4551c -0.698222px -7.96947px 0px,
    #e4551c 0.300817px -7.99434px 0px, #e4551c 1.29516px -7.89446px 0px,
    #e4551c 2.2693px -7.67139px 0px, #e4551c 3.20802px -7.32862px 0px,
    #e4551c 4.09668px -6.87148px 0px, #e4551c 4.92142px -6.30711px 0px,
    #e4551c 5.66936px -5.64432px 0px, #e4551c 6.32883px -4.89346px 0px,
    #e4551c 6.88954px -4.06623px 0px, #e4551c 7.34274px -3.17555px 0px,
    #e4551c 7.68136px -2.23532px 0px, #e4551c 7.90012px -1.26021px 0px,
    #e4551c 7.9956px -0.265434px 0px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .problems__lead-text span {
    font-size: 3.8rem;
    text-shadow: #e4551c 4px 0px 0px, #e4551c 3.87565px 0.989616px 0px,
      #e4551c 3.51033px 1.9177px 0px, #e4551c 2.92676px 2.72656px 0px,
      #e4551c 2.16121px 3.36588px 0px, #e4551c 1.26129px 3.79594px 0px,
      #e4551c 0.282949px 3.98998px 0px, #e4551c -0.712984px 3.93594px 0px,
      #e4551c -1.66459px 3.63719px 0px, #e4551c -2.51269px 3.11229px 0px,
      #e4551c -3.20457px 2.39389px 0px, #e4551c -3.69721px 1.52664px 0px,
      #e4551c -3.95997px 0.56448px 0px, #e4551c -3.97652px -0.432781px 0px,
      #e4551c -3.74583px -1.40313px 0px, #e4551c -3.28224px -2.28625px 0px,
      #e4551c -2.61457px -3.02721px 0px, #e4551c -1.78435px -3.57996px 0px,
      #e4551c -0.843183px -3.91012px 0px, #e4551c 0.150409px -3.99717px 0px,
      #e4551c 1.13465px -3.8357px 0px, #e4551c 2.04834px -3.43574px 0px,
      #e4551c 2.83468px -2.82216px 0px, #e4551c 3.44477px -2.03312px 0px,
      #e4551c 3.84068px -1.11766px 0px, #e4551c 3.9978px -0.132717px 0px;
  }
}
.noodle-oil-new .cta {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(#8a1d23 0%, #e4551c 100%);
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .cta {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta {
    padding-bottom: 30px;
  }
}
.noodle-oil-new .cta__item {
  width: 100%;
}
.noodle-oil-new .cta__item:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .cta__item:first-child {
    padding-right: 0;
  }
}
.noodle-oil-new .cta__item:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .cta__item:last-child {
    padding-left: 0;
  }
}
.noodle-oil-new .cta__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .cta__list {
    flex-direction: column;
  }
}
.noodle-oil-new .cta__list .c-buttonContact,
.noodle-oil-new .cta__list .c-buttonDocument {
  width: 100%;
  height: 90px;
  font-size: 2.8rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__list .c-buttonContact,
  .noodle-oil-new .cta__list .c-buttonDocument {
    margin-bottom: 0;
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .cta__list .c-buttonContact,
  .noodle-oil-new .cta__list .c-buttonDocument {
    font-size: 1.5rem;
  }
}
.noodle-oil-new .cta__list .c-buttonContact::before,
.noodle-oil-new .cta__list .c-buttonDocument::before {
  font-size: 3.6rem;
  left: 40px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__list .c-buttonContact::before,
  .noodle-oil-new .cta__list .c-buttonDocument::before {
    font-size: 2.4rem;
    left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .cta__list .c-buttonContact::before,
  .noodle-oil-new .cta__list .c-buttonDocument::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .cta__list .c-buttonContact::before,
  .noodle-oil-new .cta__list .c-buttonDocument::before {
    left: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .cta__list .c-buttonContact::after,
.noodle-oil-new .cta__list .c-buttonDocument::after {
  font-size: 3.6rem;
  right: 40px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__list .c-buttonContact::after,
  .noodle-oil-new .cta__list .c-buttonDocument::after {
    font-size: 2.4rem;
    right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .cta__list .c-buttonContact::after,
  .noodle-oil-new .cta__list .c-buttonDocument::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .cta__list .c-buttonContact::after,
  .noodle-oil-new .cta__list .c-buttonDocument::after {
    right: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .cta__item:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .cta__item:first-child {
    margin-bottom: 20px;
  }
}
.noodle-oil-new .cta .cta__item-sub-text {
  color: #fff;
}
.noodle-oil-new .features {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fbf6e6;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.noodle-oil-new .features__wrap {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__wrap {
    padding: 0;
  }
}
.noodle-oil-new .features__subtitle {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__subtitle {
    margin-bottom: 20px;
  }
}
.noodle-oil-new .features__subtitle > span {
  position: relative;
  display: inline-block;
  color: #6f4812;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 10px 50px;
  background: #fff59f;
  border-radius: 50px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__subtitle > span {
    padding: 10px 30px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .features__subtitle > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .features__subtitle > span {
    padding: 10px 20px;
  }
}
.noodle-oil-new .features__title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__title {
    margin-bottom: 50px;
  }
}
.noodle-oil-new .features__title > img {
  max-width: 470px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__title > img {
    max-width: 90%;
  }
}
.noodle-oil-new .features__item {
  position: relative;
  padding-top: 80px;
  padding-left: 70px;
  padding-bottom: 40px;
  padding-right: 70px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #ef9b26;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}
.noodle-oil-new .features__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item:not(:first-of-type) {
    margin-bottom: 30px;
  }
}
.noodle-oil-new .features__item-num {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 184px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/features_ribon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__item-num {
    left: -20px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-num {
    top: -19px;
    left: calc(50% - 62px);
    width: 125px;
    height: 38px;
    font-size: 1.4rem;
  }
}
.noodle-oil-new .features__item-title {
  margin-bottom: 25px;
  color: #6f4812;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .features__item-title {
    font-size: 1.8rem;
  }
}
.noodle-oil-new .features__item-lead {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .features__item-lead {
    font-size: 1.4rem;
  }
}
.noodle-oil-new .features__item-text {
  margin-top: 35px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.noodle-oil-new .features__item-text > span {
  color: #ef9b26;
  font-size: 2.5rem;
}
.noodle-oil-new .features__item-img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-img {
    margin-bottom: 20px;
  }
}
.noodle-oil-new .features__item-example {
  padding: 40px 70px;
  margin-bottom: 40px;
  background: #f8f2dd;
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-example {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.noodle-oil-new .features__item-example > h4 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__item-example > h4 {
    font-size: 1.5rem;
  }
}
.noodle-oil-new .features__item-example > p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-example > p {
    font-size: 1.5rem;
  }
}
.noodle-oil-new .features__item-example > ul {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-example > ul {
    gap: 15px;
  }
}
.noodle-oil-new .features__item-example > ul li h5 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__item-example > ul li h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-example > ul li h5 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .noodle-oil-new .features__item-example > ul li h5 {
    font-size: 1rem;
  }
}
.noodle-oil-new .features__item-example > ul li:first-child h5 {
  color: #e4551c;
}
.noodle-oil-new .features__item-example .note {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-example .note {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.noodle-oil-new .features__item-conditions {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #e4551c;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-conditions {
    padding: 20px 10px;
  }
}
.noodle-oil-new .features__item-conditions h4 {
  margin-bottom: 10px;
  color: #e4551c;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__item-conditions h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .features__item-conditions h4 {
    font-size: 1.2rem;
  }
}
.noodle-oil-new .features__item-conditions ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .features__item-conditions ul li {
    font-size: 1.2rem;
  }
}
.noodle-oil-new .features__decoration {
  margin-top: 20px;
  text-align: right;
}
.noodle-oil-new .features__decoration > img {
  width: 166px;
  height: 114px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__decoration > img {
    width: 103px;
    height: 72px;
  }
}
.noodle-oil-new .features__toggleContents {
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.noodle-oil-new .features__toggleButton-wrapper {
  padding-bottom: 40px;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__toggleButton-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.noodle-oil-new .features__toggleButton-wrapper.close {
  padding: 0;
  position: static;
  background-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  margin-top: 30px;
}
.noodle-oil-new .features__toggleButton-wrapper .c-buttonToggle {
  background: #fff;
}
.noodle-oil-new .features__rice {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  display: flex;
  gap: 30px;
  border: 5px solid #e4551c;
  border-radius: 20px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/features_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__rice {
    padding: 30px 20px;
    flex-direction: column;
    gap: 0;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/features_04_sp.png);
  }
}
.noodle-oil-new .features__rice-text {
  width: 70%;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__rice-text {
    width: 65%;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__rice-text {
    width: 100%;
  }
}
.noodle-oil-new .features__rice-title {
  padding: 20px 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  font-weight: 700;
  background: #e4551c;
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__rice-title {
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .features__rice-title {
    font-size: 2rem;
  }
}
.noodle-oil-new .features__rice-lead {
  color: #6f4812;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__rice-lead {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.noodle-oil-new .features__rice-img {
  width: 30%;
  max-width: 262px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .features__rice-img {
    width: 35%;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .features__rice-img {
    width: 100%;
    max-width: 100%;
  }
}
.noodle-oil-new .how {
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #fbf6e6;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/how_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/how_bg_sp.png);
    background-size: cover;
    background-position: center top;
  }
}
.noodle-oil-new .how__wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  overflow: hidden;
}
.noodle-oil-new .how__title {
  padding: 10px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
  background: #6f4812;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__title {
    padding: 15px;
    font-size: 2.2rem;
  }
}
.noodle-oil-new .how__description {
  padding-top: 60px;
  padding-left: 75px;
  padding-bottom: 40px;
  padding-right: 75px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .how__description {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__description {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.noodle-oil-new .how__item {
  padding: 30px 50px;
  background: #fff;
  border: 5px solid #6f4812;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .how__item {
    padding: 30px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item {
    padding: 20px;
    width: 100%;
  }
  .noodle-oil-new .how__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.noodle-oil-new .how__item-title {
  margin-bottom: 20px;
  color: #81561a;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.noodle-oil-new .how__item-title::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 28px;
  vertical-align: middle;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/how_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-title::before {
    width: 14px;
    height: 20px;
  }
}
.noodle-oil-new .how__item-lead {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-lead {
    font-size: 1.6rem;
  }
}
.noodle-oil-new .how__item-lead small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-lead small {
    font-size: 1.2rem;
  }
}
.noodle-oil-new .how__illustration {
  padding-left: 75px;
  padding-bottom: 60px;
  padding-right: 75px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__illustration {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.noodle-oil-new .how__item-note {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.noodle-oil-new .how__item-flow {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-flow {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .how__item-flow {
    text-align: left;
  }
}
.noodle-oil-new .how__item-flow li {
  position: relative;
  flex: 1;
}
.noodle-oil-new .how__item-flow li::after {
  content: "";
  position: absolute;
  top: 100px;
  right: -70px;
  width: 37px;
  height: 33px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/how_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .how__item-flow li::after {
    top: unset;
    bottom: -40px;
    right: 0;
    width: 100%;
    height: 20px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/how_arrow_down.svg);
  }
}
.noodle-oil-new .how__item-flow li:last-child::after {
  content: none;
}
.noodle-oil-new .how__item-flow li p {
  margin-top: 15px;
  font-weight: 500;
}
.noodle-oil-new .how__item-flow li p small {
  font-weight: 400;
}
.noodle-oil-new .free {
  padding-top: 30px;
  padding-bottom: 110px;
  margin-bottom: 50px;
  background-color: #eb560a;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/free_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free {
    padding-bottom: 60px;
    margin-bottom: 30px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/free_bg_sp.png);
  }
}
.noodle-oil-new .free__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noodle-oil-new .free__img {
  max-width: 380px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__img {
    max-width: 100%;
  }
}
.noodle-oil-new .free__img[data-type="pc"] {
  display: block;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__img[data-type="pc"] {
    display: none;
  }
}
.noodle-oil-new .free__img[data-type="sp"] {
  display: none;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__img[data-type="sp"] {
    display: block;
    margin-top: 30px;
  }
}
.noodle-oil-new .free__body {
  padding-left: 25px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__body {
    padding-left: 0;
  }
}
.noodle-oil-new .free__body .c-buttonDocument {
  width: 512px;
  height: 90px;
  font-size: 2.8rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__body .c-buttonDocument {
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .free__body .c-buttonDocument {
    font-size: 1.5rem;
  }
}
.noodle-oil-new .free__body .c-buttonDocument::before {
  left: 30px;
  font-size: 3.6rem;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__body .c-buttonDocument::before {
    left: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .free__body .c-buttonDocument::before {
    left: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .free__body .c-buttonDocument::after {
  right: 30px;
  font-size: 3.6rem;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__body .c-buttonDocument::after {
    right: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .free__body .c-buttonDocument::after {
    right: 15px;
    font-size: 1.8rem;
  }
}
.noodle-oil-new .free__title {
  padding-bottom: 10px;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__title {
    padding-bottom: 5px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.noodle-oil-new .free__title span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__title span {
    font-size: 1.6rem;
  }
}
.noodle-oil-new .free__lead {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .free__lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.noodle-oil-new .free__btn-title {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/icon_fire_01.png);
  background-repeat: no-repeat;
  background-size: 20px 28px;
  background-position: left top 3px;
}
@media screen and (max-width: 360px) {
  .noodle-oil-new .free__btn-title {
    padding-left: 26px;
    font-size: 1.6rem;
    background-size: 15px 20px;
  }
}
.noodle-oil-new .free .cta__item-sub-text {
  color: #fff;
}
.noodle-oil-new .voice {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .voice {
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/noodle-oil/voice_bg_sp.png);
  }
}
.noodle-oil-new .voice__wrap {
  padding-top: 80px;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .voice__wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
}
.noodle-oil-new .voice__title {
  margin-bottom: 45px;
  color: #6f4812;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .voice__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .voice__title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .voice__title {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 414px) {
  .noodle-oil-new .voice__title {
    font-size: 2.4rem;
  }
}
.noodle-oil-new .voice__lead {
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .voice__lead {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.noodle-oil-new .voice__lead > small {
  font-weight: 400;
}
.noodle-oil-new .voice__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .voice__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .voice__list {
    flex-direction: column;
    gap: 0;
  }
}
.noodle-oil-new .voice__item {
  max-width: 220px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .voice__item {
    max-width: 48%;
  }
  .noodle-oil-new .voice__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 667px) {
  .noodle-oil-new .voice__item {
    max-width: 100%;
  }
}
.noodle-oil-new .voice__item[data-type="01"],
.noodle-oil-new .voice__item[data-type="04"] {
  margin-top: -120px;
}
@media screen and (max-width: 1080px) {
  .noodle-oil-new .voice__item[data-type="01"],
  .noodle-oil-new .voice__item[data-type="04"] {
    margin-top: 0;
  }
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .voice__item[data-type="01"],
  .noodle-oil-new .voice__item[data-type="04"] {
    margin-top: 10px;
  }
}
.noodle-oil-new .form {
  margin-bottom: 100px;
}
@media screen and (max-width: 810px) {
  .noodle-oil-new .form {
    margin-bottom: 60px;
  }
}
.rice-cooking-1stHeading {
  margin-top: 56px;
}
.rice-cooking-block1 {
  margin-top: 116px;
}
.rice-cooking-block2 {
  margin-top: 96px;
}
.rice-cooking-block3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 96px;
}
.rice-cooking-block3__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.rice-cooking-block3__text {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.rice-cooking-block4 {
  margin-top: 64px;
}
.rice-cooking-block5 {
  display: flex;
  justify-content: space-between;
}
.rice-cooking-lineup {
  width: 524px;
  margin-top: 80px;
  padding: 40px 12px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.rice-cooking-lineup__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 77px 16px;
  margin-top: 40px;
}
.rice-cooking-lineup__item {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.rice-cooking-lineup__item img {
  height: 185px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1080px) {
  .rice-cooking-1stHeading {
    margin-top: 0;
  }
  .rice-cooking-block3 {
    flex-direction: column;
  }
  .rice-cooking-block3__block {
    width: 100%;
  }
  .rice-cooking-block3__title {
    margin-top: 40px;
  }
  .rice-cooking-block4 {
    margin-top: 64px;
  }
  .rice-cooking-block5 {
    flex-direction: column;
  }
  .rice-cooking-iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .rice-cooking-iframe > iframe {
    width: 100%;
    height: 100%;
  }
  .rice-cooking-lineup {
    width: 100%;
    margin-top: 40px;
    padding: 40px 32px 60px;
  }
  .rice-cooking-lineup__list {
    gap: 77px 0;
  }
}
@media screen and (max-width: 667px) {
  .rice-cooking-lineup__list {
    gap: 40px 0;
  }
}
.series-cta {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 80px auto 0;
}
.series-cta__button {
  margin-inline: auto;
}
.series-block2,
.series-block3 {
  margin-top: 60px;
}
.series-block4 {
  margin: 120px 0;
}
@media screen and (max-width: 1080px) {
  .series-cta {
    flex-direction: column;
    max-width: 100%;
  }
  .series-cta__button--document {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 667px) {
  .series-cta {
    margin: 40px auto 0;
  }
  .series-cta__button--document {
    margin-bottom: 24px;
  }
  .series-block4 {
    margin: 60px 0;
  }
}
.super-ong-1stHeading {
  margin-top: 48px;
}
.super-ong-block1 {
  display: flex;
  justify-content: space-between;
  margin-top: 116px;
}
.super-ong-block2 {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.super-ong-block3 {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .super-ong-1stHeading {
    margin-top: 0;
  }
  .super-ong-block1 {
    flex-direction: column;
    margin-top: 96px;
  }
  .super-ong-block2 {
    flex-direction: column;
  }
  .super-ong-feature1,
  .super-ong-feature2,
  .super-ong-feature3,
  .super-ong-feature4 {
    margin-inline: auto;
  }
  .super-ong-feature2,
  .super-ong-feature4 {
    margin-top: 96px;
  }
}
@media screen and (max-width: 667px) {
  .super-ong-block3 {
    margin-top: 40px;
  }
}
.shop {
  margin-top: 60px;
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 58px 45px;
}
.shop__item {
  padding: 22px 32px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.shop__item > img {
  padding-bottom: 20px;
  border-bottom: solid 2px #6fb42c;
}
.shop__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 10px 0;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.shop__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 44px;
  margin-inline: auto;
  border-radius: 12px;
  background-color: #6fb42c;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.4s;
}
.shop__button::after {
  margin-left: 10px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2rem;
  content: "";
}
@media (hover: hover) {
  .shop__button:hover {
    background-color: #ef9b26;
  }
}
.shop__caution {
  margin: 40px 0 90px;
  font-weight: 500;
  text-align: center;
}
.shop__modal {
  overflow: visible;
  width: min(85%, 768px);
  padding: 0;
  border: solid 5px #ef9b26;
  border-radius: 20px;
  transition: 0.4s;
}
.shop__modal::backdrop {
  background: rgba(72, 72, 72, 0.76);
  transition: 0.4s;
}
.shop__modal-inner {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 54px 48px;
}
.shop__modal-inner::-webkit-scrollbar {
  width: 0;
  background: rgba(0, 0, 0, 0);
}
.shop__modal-logo {
  display: block;
  width: min(100%, 266px);
  margin: 0 auto 17px;
}
.shop__modal-client-name {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.8rem;
}
.shop__modal-text {
  line-height: 1.7;
}
.shop__modal-sub-text {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.shop__modal-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.shop__modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-inline: auto;
  border-radius: 12px;
  background-color: #e4551c;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  transition: 0.4s;
}
.shop__modal-button::after {
  margin-left: 10px;
  color: #fff;
  font: var(--fa-font-solid);
  font-size: 2rem;
  content: "";
}
@media (hover: hover) {
  .shop__modal-button:hover {
    opacity: 0.8;
  }
}
.shop__modal-item-text {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 8px auto 0;
  font-size: 1.2rem;
}
.shop__modal-close {
  position: absolute;
  top: -32px;
  right: -32px;
  color: #f5c366;
  font-size: 4.8rem;
}
@media screen and (max-width: 810px) {
  .shop {
    margin-top: 40px;
  }
  .shop__list {
    gap: 40px;
  }
  .shop__item {
    padding: 20px;
  }
  .shop__caution {
    margin: 40px 0 60px;
  }
  .shop__modal {
    height: 550px;
  }
  .shop__modal-inner {
    padding: 24px;
    height: 100%;
  }
  .shop__modal-close {
    top: -24px;
    right: -24px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .shop__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-content {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 160px;
}
.single-content__banner {
  margin-top: 50px;
}
.single-content__cta {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
  margin-top: 80px;
}
.single-content__block {
  max-width: 752px;
}
.single-content__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-content__categories > li > a {
  padding: 4px 24px;
  border-radius: 4px;
  background-color: #6fb42c;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .single-content__categories > li > a:hover {
    background-color: #ef9b26;
  }
}
.single-content__trend-title {
  margin: 20px 0 0;
  font-size: 2.4rem;
  color: #60f;
}
.single-content__1stHeading {
  margin: 18px 0;
  font-weight: 700;
  font-size: 3.2rem;
}
.single-content__date-wrapper {
  display: flex;
  gap: 4px 24px;
  margin-bottom: 20px;
}
.single-content__date {
  color: #6fb42c;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.single-content__thumbnail {
  margin: 48px 0 32px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 188/125;
}
.single-content__edit h2,
.single-content__edit h3,
.single-content__edit h4 {
  margin: 1.5em 0;
  font-weight: 700;
}
.single-content__edit h2 {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding-left: 16px;
  border-left: solid 4px #6fb42c;
  font-size: 2.8rem;
}
.single-content__edit h3 {
  padding-bottom: 8px;
  border-bottom-width: 4px;
  border-bottom-style: dotted;
  border-bottom-color: #6fb42c;
  font-size: 2.4rem;
}
.single-content__edit h4 {
  padding-left: calc(1em + 5px);
  font-size: 1.8rem;
  text-indent: calc(-1em - 5px);
}
.single-content__edit h4::before {
  background-image: url("/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_fire_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  top: 4px;
  width: 15px;
  height: 21px;
  margin-right: 8px;
  content: "";
}
.single-content__edit p:not([class^="b-"]) {
  margin: 1em 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.single-content__edit p:not([class^="b-"]) > a {
  border-bottom: 1px solid #0653a9;
  color: #0653a9;
}
.single-content__edit p:not([class^="b-"]) > a[target="_blank"]::after {
  margin-left: 4px;
  color: #0653a9;
  font: var(--fa-font-solid);
  content: "";
}
.single-content__edit p:not([class^="b-"]) > a:hover {
  border-bottom: none;
}
.single-content__edit p:not([class^="b-"]) > a:visited {
  border-bottom: 1px solid #9443bc;
  color: #9443bc;
}
.single-content__edit p:not([class^="b-"]) > a:visited[target="_blank"]::after {
  color: #9443bc;
}
.single-content__edit figure.wp-block-image {
  margin: 2em 0;
}
.single-content__edit figure.wp-block-image img {
  border-radius: 20px;
}
.single-content__edit figure.wp-block-image figcaption.wp-element-caption {
  color: #777;
  font-weight: 500;
  font-size: 1.4rem;
}
.single-content__edit hr {
  width: 100%;
  height: 4px;
  margin: 2em auto;
  border: none;
  background-color: #6fb42c;
}
.single-content__edit blockquote.wp-block-quote {
  margin: 1.5em 0;
  padding: 32px;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit blockquote.wp-block-quote p {
  margin: 0;
  font-weight: 700;
}
.single-content__edit blockquote.wp-block-quote cite {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.4rem;
}
.single-content__edit > ul:not(.toc_list) {
  margin: 1.5em 0;
  padding: 32px;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit > ul:not(.toc_list) > li {
  margin-bottom: 16px;
  padding-left: calc(1em + 3px);
  font-weight: 500;
  font-size: 1.6rem;
  text-indent: calc(-1em - 3px);
}
.single-content__edit > ul:not(.toc_list) > li:last-of-type {
  margin-bottom: 0;
}
.single-content__edit > ul:not(.toc_list) > li::before {
  background-image: url("/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_fire_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  width: 11px;
  height: 13px;
  margin-right: 8px;
  content: "";
}
.single-content__edit > ul:not(.toc_list) > li > ul > li {
  margin-top: 8px;
  padding-left: calc(1em + 2px);
  text-indent: calc(-1em - 2px);
}
.single-content__edit > ul:not(.toc_list) > li > ul > li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #6fb42c;
  content: "";
}
.single-content__edit > ol {
  margin: 1.5em 0;
  padding: 32px;
  border-radius: 12px;
  background-color: #fbf6e6;
  counter-reset: number;
}
.single-content__edit > ol > li {
  margin-bottom: 16px;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  text-indent: -1em;
}
.single-content__edit > ol > li:last-of-type {
  margin-bottom: 0;
}
.single-content__edit > ol > li::before {
  color: #6fb42c;
  font-weight: 500;
  counter-increment: number;
  content: counter(number) ".";
}
.single-content__edit .wp-block-columns {
  margin: 2em 0;
}
.single-content__edit .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.single-content__edit .wp-block-columns .wp-block-column p {
  margin-top: 0;
}
.single-content__edit .wp-block-group {
  padding: 16px 32px;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list) {
  margin: 1.5em 0;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list)
  > li {
  margin-bottom: 16px;
  padding-left: calc(1em + 3px);
  font-weight: 500;
  font-size: 1.6rem;
  text-indent: calc(-1em - 3px);
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list)
  > li:last-of-type {
  margin-bottom: 0;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list)
  > li::before {
  background-image: url("/hubfs/raw_assets/public/Oilio-New-Theme/imgs/icon/icon_fire_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  width: 11px;
  height: 13px;
  margin-right: 8px;
  content: "";
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list)
  > li
  > ul
  > li {
  margin-top: 8px;
  padding-left: calc(1em + 2px);
  text-indent: calc(-1em - 2px);
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ul:not(.toc_list)
  > li
  > ul
  > li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #6fb42c;
  content: "";
}
.single-content__edit .wp-block-group .wp-block-group__inner-container > ol {
  margin: 1.5em 0;
  border-radius: 12px;
  background-color: #fbf6e6;
  counter-reset: number;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ol
  > li {
  margin-bottom: 16px;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  text-indent: -1em;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ol
  > li:last-of-type {
  margin-bottom: 0;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  > ol
  > li::before {
  color: #6fb42c;
  font-weight: 500;
  counter-increment: number;
  content: counter(number) ".";
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  blockquote.wp-block-quote {
  background-color: #6fb42c;
}
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  blockquote.wp-block-quote
  p,
.single-content__edit
  .wp-block-group
  .wp-block-group__inner-container
  blockquote.wp-block-quote
  cite {
  color: #fff;
}
.single-content__edit .b-profile {
  display: flex;
  margin: 1.5em 0;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit .b-profile > img {
  max-width: 250px;
  border-radius: 12px 0 0 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-content__edit .b-profile__block {
  padding: 16px 28px;
}
.single-content__edit .b-profile__profile {
  margin-bottom: 4px;
  color: #ef9b26;
  font-weight: 700;
  font-size: 1.8rem;
}
.single-content__edit .b-profile__store {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 1.4rem;
}
.single-content__edit .b-profile__name {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 2.4rem;
}
.single-content__edit .b-profile__name > span {
  display: inline-block;
  padding-left: 8px;
  font-weight: 500;
  font-size: 1.4rem;
}
.single-content__edit .b-profile__text {
  font-weight: 500;
  font-size: 1.4rem;
}
.single-content__edit .b-storeinfo {
  max-width: 540px;
  margin: 1.5em 0;
  padding: 24px;
  border-radius: 12px;
  background-color: #fbf6e6;
}
.single-content__edit .b-storeinfo__title {
  margin-bottom: 12px;
  color: #ef9b26;
  font-weight: 700;
  font-size: 1.8rem;
}
.single-content__edit .b-storeinfo__block {
  display: flex;
  justify-content: space-between;
}
.single-content__edit .b-storeinfo__defTerm,
.single-content__edit .b-storeinfo__defDesc {
  font-weight: 500;
  font-size: 1.4rem;
}
.single-content__edit .b-storeinfo__defTerm {
  flex-grow: 1;
  max-width: 100px;
}
.single-content__edit .b-storeinfo__defDesc {
  width: calc(100% - 100px);
}
.single-content__edit #toc_container {
  width: 100%;
  margin: 40px 0;
  padding: 32px 88px;
  border: none;
  border-radius: 12px;
  background: #fbf6e6;
  font-size: 100%;
}
.single-content__edit #toc_container .toc_title {
  color: #ef9b26;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.single-content__edit #toc_container .toc_list li {
  margin-bottom: 8px;
}
.single-content__edit #toc_container .toc_list li:last-of-type {
  margin-bottom: 0;
}
.single-content__edit #toc_container .toc_list li a {
  display: flex;
  font-weight: 500;
  line-height: 1.7;
}
.single-content__edit #toc_container .toc_list li a:hover {
  text-decoration: none;
}
.single-content__edit #toc_container .toc_list li ul {
  margin-top: 8px;
}
.single-content__edit #toc_container .toc_number {
  display: flex;
  color: #6fb42c;
}
.single-content__edit #toc_container .toc_number::after {
  display: inline-block;
  position: relative;
  top: 6px;
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background-color: #333;
  content: "";
}
@media screen and (max-width: 1080px) {
  .single-content {
    flex-direction: column;
  }
  .single-content__box {
    max-width: 100%;
  }
  .single-content__cta {
    flex-direction: column;
    gap: 24px 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 810px) {
  .single-content {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 667px) {
  .single-content__date-wrapper {
    flex-direction: column;
  }
  .single-content__edit blockquote.wp-block-quote {
    padding: 24px;
  }
  .single-content__edit > ul:not(.toc_list) {
    padding: 24px;
  }
  .single-content__edit > ol {
    padding: 24px;
  }
  .single-content__edit .b-profile {
    flex-direction: column;
  }
  .single-content__edit .b-profile > img {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .single-content__edit .b-profile__block {
    padding: 16px 24px;
  }
  .single-content__edit .b-storeinfo {
    max-width: 100%;
  }
  .single-content__edit .b-storeinfo__block {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .single-content__edit .b-storeinfo__block:last-of-type {
    margin-bottom: 0;
  }
  .single-content__edit .b-storeinfo__defTerm {
    max-width: 100%;
  }
  .single-content__edit .b-storeinfo__defDesc {
    width: 100%;
  }
  .single-content__edit #toc_container {
    padding: 24px;
  }
}
.rice-tastyoil .mv-background {
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .mv-background {
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/mv_bg_sp.png);
    background-size: 100% auto;
  }
}
.rice-tastyoil .hero {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .hero {
    margin-bottom: 45px;
  }
}
.rice-tastyoil .hero__title img {
  width: 100%;
}
.rice-tastyoil .hero__btn-container {
  position: absolute;
  left: 25%;
  top: 63%;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .hero__btn-container {
    width: 100%;
    left: 0;
    top: 82%;
  }
}
.rice-tastyoil .hero__btn {
  width: 32vw;
  height: 5vw;
  font-size: 1.6vw;
  line-height: 1;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .hero__btn {
    width: 90%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .hero__btn {
    font-size: 1.5rem;
  }
}
.rice-tastyoil .hero .c-buttonDocument::before {
  left: 8%;
  font-size: 2vw;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .hero .c-buttonDocument::before {
    left: 6%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .hero .c-buttonDocument::before {
    font-size: 2rem;
  }
}
.rice-tastyoil .hero .c-buttonDocument::after {
  right: 8%;
  font-size: 2vw;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .hero .c-buttonDocument::after {
    right: 6%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .hero .c-buttonDocument::after {
    font-size: 2rem;
  }
}
.rice-tastyoil .problems {
  position: relative;
}
.rice-tastyoil .problems__title {
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__title {
    margin-bottom: -20px;
  }
}
.rice-tastyoil .problems__title > span {
  position: relative;
  display: inline-block;
  color: #6f4812;
  font-size: 3.6rem;
  padding: 10px 50px;
  background: #fff59f;
  border-radius: 50px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__title > span {
    padding: 6px 30px;
    font-size: 1.8rem;
  }
}
.rice-tastyoil .problems__title > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -180px;
  width: 98px;
  height: 90px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/problems_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__title > span::before {
    left: -120px;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__title > span::before {
    width: 40px;
    height: 37px;
    top: -26px;
    left: -15px;
  }
}
.rice-tastyoil .problems__title > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -180px;
  width: 124px;
  height: 67px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/problems_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__title > span::after {
    right: -120px;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__title > span::after {
    width: 60px;
    height: 34px;
    top: 25px;
    right: -10px;
  }
}
.rice-tastyoil .problems__details {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: end;
  background: #fff;
  border: 2px solid #6f4812;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__details {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__details {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rice-tastyoil .problems__list {
  order: 2;
  padding-bottom: 70px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__list {
    order: 1;
    padding-bottom: 40px;
  }
}
.rice-tastyoil .problems__list-item {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__list-item {
    padding-left: 40px;
    text-indent: -40px;
    font-size: 1.6rem;
  }
}
.rice-tastyoil .problems__list-item em {
  color: #e4551c;
  font-size: 2.2rem;
  font-style: normal;
  background: linear-gradient(transparent 80%, #fff59f 60%);
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__list-item em {
    font-size: 1.8rem;
  }
}
.rice-tastyoil .problems__list-item:not(:last-child) {
  margin-bottom: 40px;
}
.rice-tastyoil .problems__list-item::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/problems_check.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rice-tastyoil .problems__img {
  order: 1;
  max-width: 378px;
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__img {
    order: 2;
    padding-right: 0;
  }
}
.rice-tastyoil .problems__decoration {
  position: absolute;
  right: 0;
  bottom: 240px;
  width: 504px;
  height: 520px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__decoration {
    bottom: 260px;
    width: 360px;
    height: 372px;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__decoration {
    width: 140px;
    height: 190px;
    bottom: 120px;
  }
}
.rice-tastyoil .problems__lead {
  padding-top: 180px;
  padding-bottom: 60px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__lead {
    padding-top: 70px;
    padding-bottom: 15px;
  }
}
.rice-tastyoil .problems__lead-text {
  color: #6f4812;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/problems_05.svg),
    url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/problems_06.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 128px 134px, 128px 134px;
  background-position: left 200px bottom 10px, right 200px bottom 10px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .problems__lead-text {
    background-position: left 150px bottom, right 150px bottom;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__lead-text {
    font-size: 1.8rem;
    background-size: 60px 70px, 60px 70px;
    background-position: left 30px bottom, right 30px bottom;
  }
}
.rice-tastyoil .problems__lead-text em {
  color: #ef9b26;
  font-style: normal;
}
.rice-tastyoil .problems__lead-text span {
  margin-right: 15px;
  color: #fff;
  font-size: 8rem;
  text-shadow: #e4551c 8px 0px 0px, #e4551c 7.93758px 0.997398px 0px,
    #e4551c 7.7513px 1.97923px 0px, #e4551c 7.44406px 2.93018px 0px,
    #e4551c 7.02066px 3.8354px 0px, #e4551c 6.4877px 4.68078px 0px,
    #e4551c 5.85351px 5.45311px 0px, #e4551c 5.12797px 6.14035px 0px,
    #e4551c 4.32242px 6.73177px 0px, #e4551c 3.44941px 7.21814px 0px,
    #e4551c 2.52258px 7.59188px 0px, #e4551c 1.55638px 7.84714px 0px,
    #e4551c 0.565898px 7.97996px 0px, #e4551c -0.433417px 7.98825px 0px,
    #e4551c -1.42597px 7.87189px 0px, #e4551c -2.39627px 7.63269px 0px,
    #e4551c -3.32917px 7.27438px 0px, #e4551c -4.21013px 6.80256px 0px,
    #e4551c -5.02539px 6.22459px 0px, #e4551c -5.76223px 5.54948px 0px,
    #e4551c -6.40915px 4.78778px 0px, #e4551c -6.95606px 3.95136px 0px,
    #e4551c -7.39442px 3.05329px 0px, #e4551c -7.71739px 2.10757px 0px,
    #e4551c -7.91994px 1.12896px 0px, #e4551c -7.9989px 0.132735px 0px,
    #e4551c -7.95304px -0.865561px 0px, #e4551c -7.78307px -1.85035px 0px,
    #e4551c -7.49165px -2.80627px 0px, #e4551c -7.08333px -3.71839px 0px,
    #e4551c -6.56448px -4.57249px 0px, #e4551c -5.94318px -5.35524px 0px,
    #e4551c -5.22915px -6.05442px 0px, #e4551c -4.43352px -6.65912px 0px,
    #e4551c -3.5687px -7.15991px 0px, #e4551c -2.6482px -7.54898px 0px,
    #e4551c -1.68637px -7.82024px 0px, #e4551c -0.698222px -7.96947px 0px,
    #e4551c 0.300817px -7.99434px 0px, #e4551c 1.29516px -7.89446px 0px,
    #e4551c 2.2693px -7.67139px 0px, #e4551c 3.20802px -7.32862px 0px,
    #e4551c 4.09668px -6.87148px 0px, #e4551c 4.92142px -6.30711px 0px,
    #e4551c 5.66936px -5.64432px 0px, #e4551c 6.32883px -4.89346px 0px,
    #e4551c 6.88954px -4.06623px 0px, #e4551c 7.34274px -3.17555px 0px,
    #e4551c 7.68136px -2.23532px 0px, #e4551c 7.90012px -1.26021px 0px,
    #e4551c 7.9956px -0.265434px 0px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .problems__lead-text span {
    font-size: 3.8rem;
    text-shadow: #e4551c 4px 0px 0px, #e4551c 3.87565px 0.989616px 0px,
      #e4551c 3.51033px 1.9177px 0px, #e4551c 2.92676px 2.72656px 0px,
      #e4551c 2.16121px 3.36588px 0px, #e4551c 1.26129px 3.79594px 0px,
      #e4551c 0.282949px 3.98998px 0px, #e4551c -0.712984px 3.93594px 0px,
      #e4551c -1.66459px 3.63719px 0px, #e4551c -2.51269px 3.11229px 0px,
      #e4551c -3.20457px 2.39389px 0px, #e4551c -3.69721px 1.52664px 0px,
      #e4551c -3.95997px 0.56448px 0px, #e4551c -3.97652px -0.432781px 0px,
      #e4551c -3.74583px -1.40313px 0px, #e4551c -3.28224px -2.28625px 0px,
      #e4551c -2.61457px -3.02721px 0px, #e4551c -1.78435px -3.57996px 0px,
      #e4551c -0.843183px -3.91012px 0px, #e4551c 0.150409px -3.99717px 0px,
      #e4551c 1.13465px -3.8357px 0px, #e4551c 2.04834px -3.43574px 0px,
      #e4551c 2.83468px -2.82216px 0px, #e4551c 3.44477px -2.03312px 0px,
      #e4551c 3.84068px -1.11766px 0px, #e4551c 3.9978px -0.132717px 0px;
  }
}
.rice-tastyoil .cta {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(#8a1d23 0%, #e4551c 100%);
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .cta {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .cta {
    padding-bottom: 30px;
  }
}
.rice-tastyoil .cta__item {
  width: 100%;
}
.rice-tastyoil .cta__item:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .cta__item:first-child {
    padding-right: 0;
  }
}
.rice-tastyoil .cta__item:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .cta__item:last-child {
    padding-left: 0;
  }
}
.rice-tastyoil .cta__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .cta__list {
    flex-direction: column;
  }
}
.rice-tastyoil .cta__list .c-buttonContact,
.rice-tastyoil .cta__list .c-buttonDocument {
  width: 100%;
  height: 90px;
  font-size: 2.8rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .cta__list .c-buttonContact,
  .rice-tastyoil .cta__list .c-buttonDocument {
    margin-bottom: 0;
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .cta__list .c-buttonContact,
  .rice-tastyoil .cta__list .c-buttonDocument {
    font-size: 1.5rem;
  }
}
.rice-tastyoil .cta__list .c-buttonContact::before,
.rice-tastyoil .cta__list .c-buttonDocument::before {
  font-size: 3.6rem;
  left: 40px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .cta__list .c-buttonContact::before,
  .rice-tastyoil .cta__list .c-buttonDocument::before {
    font-size: 2.4rem;
    left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .cta__list .c-buttonContact::before,
  .rice-tastyoil .cta__list .c-buttonDocument::before {
    font-size: 2rem;
  }
}
.rice-tastyoil .cta__list .c-buttonContact::after,
.rice-tastyoil .cta__list .c-buttonDocument::after {
  font-size: 3.6rem;
  right: 40px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .cta__list .c-buttonContact::after,
  .rice-tastyoil .cta__list .c-buttonDocument::after {
    font-size: 2.4rem;
    right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .cta__list .c-buttonContact::after,
  .rice-tastyoil .cta__list .c-buttonDocument::after {
    font-size: 2rem;
  }
}
.rice-tastyoil .cta__item:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .cta__item:first-child {
    margin-bottom: 20px;
  }
}
.rice-tastyoil .movie {
  background: #000;
}
.rice-tastyoil .movie__wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/movie_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__wrap {
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
    flex-direction: column;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/movie_bg_sp.png);
    background-size: 100% auto;
  }
}
.rice-tastyoil .movie__wrap::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -60px;
  display: block;
  width: calc(100% + 120px);
  height: calc(100% - 60px);
  border: 1px solid #fff;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__wrap::before {
    top: 20px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
  }
}
.rice-tastyoil .movie__title {
  display: flex;
  align-items: center;
  margin-left: -30px;
  margin-top: -45px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 35px;
  }
}
.rice-tastyoil .movie__title-icon {
  margin-right: 10px;
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .movie__title-icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__title-icon {
    width: 76px;
    height: 76px;
  }
}
.rice-tastyoil .movie__title-text {
  padding-right: 30px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .rice-tastyoil .movie__title-text {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__title-text {
    padding-right: 0;
    font-size: 2.2rem;
  }
}
.rice-tastyoil .movie__embed {
  position: relative;
  width: 630px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .movie__embed {
    width: 100%;
  }
}
.rice-tastyoil .movie__embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rice-tastyoil .features {
  padding-top: 60px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/features_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features {
    padding-top: 40px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/features_bg_sp.png);
  }
}
.rice-tastyoil .features__wrap {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__wrap {
    padding: 0;
  }
}
.rice-tastyoil .features__subtitle {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__subtitle {
    margin-bottom: 20px;
  }
}
.rice-tastyoil .features__subtitle > span {
  position: relative;
  display: inline-block;
  color: #6f4812;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 10px 50px;
  background: #fff59f;
  border-radius: 50px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__subtitle > span {
    padding: 10px 30px;
    font-size: 2.2rem;
  }
}
.rice-tastyoil .features__title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__title {
    margin-bottom: 50px;
  }
}
.rice-tastyoil .features__title > img {
  max-width: 470px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__title > img {
    max-width: 90%;
  }
}
.rice-tastyoil .features__item {
  position: relative;
  padding-top: 80px;
  padding-left: 70px;
  padding-bottom: 40px;
  padding-right: 70px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #ef9b26;
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__item {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}
.rice-tastyoil .features__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__item:not(:first-of-type) {
    margin-bottom: 30px;
  }
}
.rice-tastyoil .features__item-num {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 184px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/features_ribon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__item-num {
    top: -19px;
    left: calc(50% - 62px);
    width: 125px;
    height: 38px;
    font-size: 1.4rem;
  }
}
.rice-tastyoil .features__item-title {
  margin-bottom: 25px;
  color: #6f4812;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__item-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.rice-tastyoil .features__item-lead {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__item-lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.rice-tastyoil .features__item-text {
  margin-top: 35px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.rice-tastyoil .features__item-text > span {
  color: #ef9b26;
  font-size: 2.5rem;
}
.rice-tastyoil .features__item-img {
  text-align: center;
}
.rice-tastyoil .features__decoration {
  margin-top: 20px;
  text-align: right;
}
.rice-tastyoil .features__decoration > img {
  width: 166px;
  height: 114px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__decoration > img {
    width: 103px;
    height: 72px;
  }
}
.rice-tastyoil .features__rice {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  margin-bottom: 60px;
  display: flex;
  border: 5px solid #6f4812;
  border-radius: 20px;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/features_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__rice {
    padding: 30px 20px;
    margin-bottom: 30px;
    flex-direction: column;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/features_04_sp.png);
  }
}
.rice-tastyoil .features__rice-title {
  padding: 20px 40px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  font-weight: 700;
  background: #6f4812;
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__rice-title {
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.rice-tastyoil .features__rice-lead {
  color: #6f4812;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .features__rice-lead {
    font-size: 1.6rem;
  }
}
.rice-tastyoil .features__rice-img {
  max-width: 299px;
  text-align: center;
}
.rice-tastyoil .how {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f5c366;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/how_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/how_bg_sp.png);
    background-size: contain;
  }
}
.rice-tastyoil .how__wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  overflow: hidden;
}
.rice-tastyoil .how__title {
  padding: 10px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
  background: #6f4812;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__title {
    padding: 15px;
    font-size: 2.2rem;
  }
}
.rice-tastyoil .how__description {
  padding-top: 60px;
  padding-left: 75px;
  padding-bottom: 40px;
  padding-right: 75px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__description {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.rice-tastyoil .how__item {
  padding: 30px;
  width: calc(50% - 35px);
  background: #fff;
  border: 5px solid #6f4812;
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__item {
    padding: 20px;
    width: 100%;
  }
  .rice-tastyoil .how__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.rice-tastyoil .how__item-title {
  margin-bottom: 20px;
  color: #81561a;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__item-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.rice-tastyoil .how__item-title::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 28px;
  vertical-align: middle;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/how_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__item-title::before {
    width: 14px;
    height: 20px;
  }
}
.rice-tastyoil .how__item-lead {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__item-lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.rice-tastyoil .how__illustration {
  padding-left: 75px;
  padding-bottom: 60px;
  padding-right: 75px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .how__illustration {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.rice-tastyoil .how__item-note {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.rice-tastyoil .free {
  padding-top: 30px;
  margin-bottom: 50px;
  background-color: #eb560a;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/free_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free {
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/free_bg_sp.png);
  }
}
.rice-tastyoil .free__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rice-tastyoil .free__img {
  max-width: 275px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__img {
    max-width: 100%;
  }
}
.rice-tastyoil .free__img[data-type="pc"] {
  display: block;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__img[data-type="pc"] {
    display: none;
  }
}
.rice-tastyoil .free__img[data-type="sp"] {
  display: none;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__img[data-type="sp"] {
    display: block;
  }
}
.rice-tastyoil .free__body {
  padding-left: 25px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__body {
    padding-left: 0;
  }
}
.rice-tastyoil .free__body .c-buttonDocument {
  width: 512px;
  height: 90px;
  font-size: 2.8rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 12px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__body .c-buttonDocument {
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .free__body .c-buttonDocument {
    font-size: 1.5rem;
  }
}
.rice-tastyoil .free__body .c-buttonDocument::before {
  left: 30px;
  font-size: 3.6rem;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__body .c-buttonDocument::before {
    left: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .free__body .c-buttonDocument::before {
    font-size: 2rem;
  }
}
.rice-tastyoil .free__body .c-buttonDocument::after {
  right: 30px;
  font-size: 3.6rem;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__body .c-buttonDocument::after {
    right: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-tastyoil .free__body .c-buttonDocument::after {
    font-size: 2rem;
  }
}
.rice-tastyoil .free__title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.rice-tastyoil .free__lead {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .free__lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.rice-tastyoil .voice {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5c366;
  background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice {
    background-image: url(/hubfs/raw_assets/public/Oilio-New-Theme/imgs/lp/rice-tastyoil/voice_bg_sp.png);
  }
}
.rice-tastyoil .voice__wrap {
  padding-top: 80px;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
}
.rice-tastyoil .voice__title {
  margin-bottom: 45px;
  color: #6f4812;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.rice-tastyoil .voice__lead {
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__lead {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: left;
  }
  .rice-tastyoil .voice__lead > br {
    display: none;
  }
}
.rice-tastyoil .voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 667px) {
  .rice-tastyoil .voice__list {
    flex-direction: column;
  }
}
.rice-tastyoil .voice__item {
  max-width: 220px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__item {
    max-width: 48%;
  }
  .rice-tastyoil .voice__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 667px) {
  .rice-tastyoil .voice__item {
    max-width: 100%;
  }
}
.rice-tastyoil .voice__item[data-type="01"],
.rice-tastyoil .voice__item[data-type="04"] {
  margin-top: -120px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil .voice__item[data-type="01"],
  .rice-tastyoil .voice__item[data-type="04"] {
    margin-top: 10px;
  }
}
.rice-tastyoil-lp .balloon1,
.rice-tastyoil-lp-2 .balloon1,
.rice-form1 .balloon1,
.rice-form2 .balloon1,
.rice-head .balloon1 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
  padding: 12px 40px;
  font-size: 2.2rem;
  background: #fff;
  font-weight: 700;
  color: #ef9b26;
  border: solid 2px #ef9b26;
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .balloon1,
  .rice-tastyoil-lp-2 .balloon1,
  .rice-form1 .balloon1,
  .rice-form2 .balloon1,
  .rice-head .balloon1 {
    padding: 8px 32px;
    font-size: 1.6rem;
  }
}
.rice-tastyoil-lp .balloon1__text,
.rice-tastyoil-lp-2 .balloon1__text,
.rice-form1 .balloon1__text,
.rice-form2 .balloon1__text,
.rice-head .balloon1__text {
  display: flex;
  align-items: center;
}
.rice-tastyoil-lp .balloon1:before,
.rice-tastyoil-lp-2 .balloon1:before,
.rice-form1 .balloon1:before,
.rice-form2 .balloon1:before,
.rice-head .balloon1:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #fff;
  z-index: 2;
}
.rice-tastyoil-lp .balloon1:after,
.rice-tastyoil-lp-2 .balloon1:after,
.rice-form1 .balloon1:after,
.rice-form2 .balloon1:after,
.rice-head .balloon1:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #ef9b26;
  z-index: 1;
}
.rice-tastyoil-lp .balloon1 .fa-stopwatch,
.rice-tastyoil-lp-2 .balloon1 .fa-stopwatch,
.rice-form1 .balloon1 .fa-stopwatch,
.rice-form2 .balloon1 .fa-stopwatch,
.rice-head .balloon1 .fa-stopwatch {
  font-size: 3.6rem;
  margin-right: 8px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .balloon1 .fa-stopwatch,
  .rice-tastyoil-lp-2 .balloon1 .fa-stopwatch,
  .rice-form1 .balloon1 .fa-stopwatch,
  .rice-form2 .balloon1 .fa-stopwatch,
  .rice-head .balloon1 .fa-stopwatch {
    font-size: 2.8rem;
  }
}
.rice-tastyoil-lp .hero__balloon1,
.rice-tastyoil-lp-2 .hero__balloon1,
.rice-form1 .hero__balloon1,
.rice-form2 .hero__balloon1,
.rice-head .hero__balloon1 {
  font-size: 1.4vw;
  padding: 12px 2vw;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .hero__balloon1,
  .rice-tastyoil-lp-2 .hero__balloon1,
  .rice-form1 .hero__balloon1,
  .rice-form2 .hero__balloon1,
  .rice-head .hero__balloon1 {
    padding: 8px 32px;
    font-size: 1.6rem;
  }
}
.rice-tastyoil-lp .hero__balloon1 .fa-stopwatch,
.rice-tastyoil-lp-2 .hero__balloon1 .fa-stopwatch,
.rice-form1 .hero__balloon1 .fa-stopwatch,
.rice-form2 .hero__balloon1 .fa-stopwatch,
.rice-head .hero__balloon1 .fa-stopwatch {
  font-size: 2vw;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .hero__balloon1 .fa-stopwatch,
  .rice-tastyoil-lp-2 .hero__balloon1 .fa-stopwatch,
  .rice-form1 .hero__balloon1 .fa-stopwatch,
  .rice-form2 .hero__balloon1 .fa-stopwatch,
  .rice-head .hero__balloon1 .fa-stopwatch {
    font-size: 2.8rem;
  }
}
.rice-tastyoil-lp .c-buttonDocument,
.rice-tastyoil-lp-2 .c-buttonDocument,
.rice-form1 .c-buttonDocument,
.rice-form2 .c-buttonDocument,
.rice-head .c-buttonDocument {
  background-color: #6fb42c;
}
.rice-tastyoil-lp .c-buttonDocument[data-type="order"],
.rice-tastyoil-lp-2 .c-buttonDocument[data-type="order"],
.rice-form1 .c-buttonDocument[data-type="order"],
.rice-form2 .c-buttonDocument[data-type="order"],
.rice-head .c-buttonDocument[data-type="order"] {
  background-color: #e4551c;
}
.rice-tastyoil-lp .c-buttonDocument[data-type="order"]::before,
.rice-tastyoil-lp-2 .c-buttonDocument[data-type="order"]::before,
.rice-form1 .c-buttonDocument[data-type="order"]::before,
.rice-form2 .c-buttonDocument[data-type="order"]::before,
.rice-head .c-buttonDocument[data-type="order"]::before {
  display: none;
}
@media (hover: hover) {
  .rice-tastyoil-lp .c-buttonDocument:hover,
  .rice-tastyoil-lp-2 .c-buttonDocument:hover,
  .rice-form1 .c-buttonDocument:hover,
  .rice-form2 .c-buttonDocument:hover,
  .rice-head .c-buttonDocument:hover {
    background-color: #ef9b26;
  }
}
.rice-tastyoil-lp .hero .c-buttonDocument[data-type="order"],
.rice-tastyoil-lp-2 .hero .c-buttonDocument[data-type="order"],
.rice-form1 .hero .c-buttonDocument[data-type="order"],
.rice-form2 .hero .c-buttonDocument[data-type="order"],
.rice-head .hero .c-buttonDocument[data-type="order"] {
  margin-bottom: 20px;
}
.rice-tastyoil-lp .free__lead,
.rice-tastyoil-lp-2 .free__lead,
.rice-form1 .free__lead,
.rice-form2 .free__lead,
.rice-head .free__lead {
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  background-color: #ef9b26;
  padding: 0.5em;
}
.rice-tastyoil-lp .voice__title,
.rice-tastyoil-lp-2 .voice__title,
.rice-form1 .voice__title,
.rice-form2 .voice__title,
.rice-head .voice__title {
  margin-bottom: 125px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .voice__title,
  .rice-tastyoil-lp-2 .voice__title,
  .rice-form1 .voice__title,
  .rice-form2 .voice__title,
  .rice-head .voice__title {
    margin-bottom: 20px;
  }
}
.rice-tastyoil-lp .cta__list .p-cta__button--document,
.rice-tastyoil-lp-2 .cta__list .p-cta__button--document,
.rice-form1 .cta__list .p-cta__button--document,
.rice-form2 .cta__list .p-cta__button--document,
.rice-head .cta__list .p-cta__button--document {
  max-width: 600px;
}
.rice-tastyoil-lp .lp-form-sec,
.rice-tastyoil-lp-2 .lp-form-sec,
.rice-form1 .lp-form-sec,
.rice-form2 .lp-form-sec,
.rice-head .lp-form-sec {
  width: min(95%, 1000px);
  scroll-margin-top: 50px;
  margin: 0 auto 50px;
}
.rice-tastyoil-lp .features__item-title,
.rice-tastyoil-lp-2 .features__item-title,
.rice-form1 .features__item-title,
.rice-form2 .features__item-title,
.rice-head .features__item-title {
  color: #d95504;
}
.rice-tastyoil-lp .features__rice,
.rice-tastyoil-lp-2 .features__rice,
.rice-form1 .features__rice,
.rice-form2 .features__rice,
.rice-head .features__rice {
  padding-left: 40px;
  padding-right: 40px;
  gap: 0 20px;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .features__rice,
  .rice-tastyoil-lp-2 .features__rice,
  .rice-form1 .features__rice,
  .rice-form2 .features__rice,
  .rice-head .features__rice {
    padding: 30px 20px;
  }
}
.rice-tastyoil-lp .features__rice-title,
.rice-tastyoil-lp-2 .features__rice-title,
.rice-form1 .features__rice-title,
.rice-form2 .features__rice-title,
.rice-head .features__rice-title {
  padding: 20px 24px;
  font-size: 3.6rem;
}
@media screen and (max-width: 810px) {
  .rice-tastyoil-lp .features__rice-title,
  .rice-tastyoil-lp-2 .features__rice-title,
  .rice-form1 .features__rice-title,
  .rice-form2 .features__rice-title,
  .rice-head .features__rice-title {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}
.rice-tastyoil-lp-2 .free {
  margin-bottom: 0;
}
.rice-form1 .hero__announce,
.rice-form2 .hero__announce,
.rice-head .hero__announce {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -20px;
  transform: rotate(-10deg);
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-color: #ef9b26;
  border: solid 2px #fff;
  transition: 0.4s;
}
@media screen and (max-width: 810px) {
  .rice-form1 .hero__announce,
  .rice-form2 .hero__announce,
  .rice-head .hero__announce {
    left: -15px;
    top: -15px;
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .hero__announce,
  .rice-form2 .hero__announce,
  .rice-head .hero__announce {
    top: -8px;
    width: 65px;
    height: 65px;
  }
}
.rice-form1 .hero__announce-text,
.rice-form2 .hero__announce-text,
.rice-head .hero__announce-text {
  display: block;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
.rice-form1 .hero__announce-text:first-of-type,
.rice-form2 .hero__announce-text:first-of-type,
.rice-head .hero__announce-text:first-of-type {
  font-size: 1.2vw;
}
@media screen and (max-width: 810px) {
  .rice-form1 .hero__announce-text:first-of-type,
  .rice-form2 .hero__announce-text:first-of-type,
  .rice-head .hero__announce-text:first-of-type {
    font-size: 1.5rem;
  }
}
.rice-form1 .hero__announce-text:last-of-type,
.rice-form2 .hero__announce-text:last-of-type,
.rice-head .hero__announce-text:last-of-type {
  font-size: 2.2vw;
}
@media screen and (max-width: 810px) {
  .rice-form1 .hero__announce-text:last-of-type,
  .rice-form2 .hero__announce-text:last-of-type,
  .rice-head .hero__announce-text:last-of-type {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .hero__btn,
  .rice-form2 .hero__btn,
  .rice-head .hero__btn {
    display: none;
  }
}
@media (hover: hover) {
  .rice-form1 .hero__btn:hover .hero__announce,
  .rice-form2 .hero__btn:hover .hero__announce,
  .rice-head .hero__btn:hover .hero__announce {
    background-color: #6fb42c;
  }
}
.rice-form1 .c-buttonDocument,
.rice-form2 .c-buttonDocument,
.rice-head .c-buttonDocument {
  background-color: #6fb42c;
}
.rice-form1 .c-buttonDocument::before,
.rice-form2 .c-buttonDocument::before,
.rice-head .c-buttonDocument::before {
  display: none;
}
@media (hover: hover) {
  .rice-form1 .c-buttonDocument:hover,
  .rice-form2 .c-buttonDocument:hover,
  .rice-head .c-buttonDocument:hover {
    background-color: #ef9b26;
  }
  .rice-form1 .c-buttonDocument:hover .p-cta__button-announce,
  .rice-form2 .c-buttonDocument:hover .p-cta__button-announce,
  .rice-head .c-buttonDocument:hover .p-cta__button-announce {
    background-color: #6fb42c;
  }
}
.rice-form1 .cta__list .c-buttonDocument,
.rice-form2 .cta__list .c-buttonDocument,
.rice-head .cta__list .c-buttonDocument {
  font-size: 3.3rem;
}
@media screen and (max-width: 810px) {
  .rice-form1 .cta__list .c-buttonDocument,
  .rice-form2 .cta__list .c-buttonDocument,
  .rice-head .cta__list .c-buttonDocument {
    font-size: 2rem;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .cta__list .c-buttonDocument,
  .rice-form2 .cta__list .c-buttonDocument,
  .rice-head .cta__list .c-buttonDocument {
    font-size: 1.7rem;
  }
}
.rice-form1 .p-cta__button-announce,
.rice-form2 .p-cta__button-announce,
.rice-head .p-cta__button-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  transform: rotate(-10deg);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #ef9b26;
  border: solid 2px #fff;
  transition: 0.4s;
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-cta__button-announce,
  .rice-form2 .p-cta__button-announce,
  .rice-head .p-cta__button-announce {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .p-cta__button-announce,
  .rice-form2 .p-cta__button-announce,
  .rice-head .p-cta__button-announce {
    top: -44px;
    left: -10px;
    width: 65px;
    height: 65px;
  }
}
.rice-form1 .p-cta__button-announce-text,
.rice-form2 .p-cta__button-announce-text,
.rice-head .p-cta__button-announce-text {
  display: block;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
.rice-form1 .p-cta__button-announce-text:first-of-type,
.rice-form2 .p-cta__button-announce-text:first-of-type,
.rice-head .p-cta__button-announce-text:first-of-type {
  font-size: 2.3rem;
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-cta__button-announce-text:first-of-type,
  .rice-form2 .p-cta__button-announce-text:first-of-type,
  .rice-head .p-cta__button-announce-text:first-of-type {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .p-cta__button-announce-text:first-of-type,
  .rice-form2 .p-cta__button-announce-text:first-of-type,
  .rice-head .p-cta__button-announce-text:first-of-type {
    font-size: 1.2rem;
  }
}
.rice-form1 .p-cta__button-announce-text:last-of-type,
.rice-form2 .p-cta__button-announce-text:last-of-type,
.rice-head .p-cta__button-announce-text:last-of-type {
  font-size: 3.5rem;
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-cta__button-announce-text:last-of-type,
  .rice-form2 .p-cta__button-announce-text:last-of-type,
  .rice-head .p-cta__button-announce-text:last-of-type {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .p-cta__button-announce-text:last-of-type,
  .rice-form2 .p-cta__button-announce-text:last-of-type,
  .rice-head .p-cta__button-announce-text:last-of-type {
    font-size: 2.2rem;
  }
}
.rice-form1 .p-floating-content,
.rice-form2 .p-floating-content,
.rice-head .p-floating-content {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  transition: 0.4s;
}
.rice-form1 .p-floating-content--pc,
.rice-form2 .p-floating-content--pc,
.rice-head .p-floating-content--pc {
  opacity: 0;
  visibility: hidden;
}
.rice-form1 .p-floating-content--pc.visible,
.rice-form2 .p-floating-content--pc.visible,
.rice-head .p-floating-content--pc.visible {
  opacity: 1;
  visibility: visible;
}
.rice-form1 .p-floating-content--sp,
.rice-form2 .p-floating-content--sp,
.rice-head .p-floating-content--sp {
  display: none;
  bottom: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.rice-form1 .p-floating-content--sp.hidden,
.rice-form2 .p-floating-content--sp.hidden,
.rice-head .p-floating-content--sp.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-floating-content--sp,
  .rice-form2 .p-floating-content--sp,
  .rice-head .p-floating-content--sp {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .p-floating-content--sp,
  .rice-form2 .p-floating-content--sp,
  .rice-head .p-floating-content--sp {
    bottom: 10px;
  }
}
.rice-form1 .p-floating-content--pc,
.rice-form2 .p-floating-content--pc,
.rice-head .p-floating-content--pc {
  display: block;
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-floating-content--pc,
  .rice-form2 .p-floating-content--pc,
  .rice-head .p-floating-content--pc {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-floating-content,
  .rice-form2 .p-floating-content,
  .rice-head .p-floating-content {
    width: 90%;
  }
}
.rice-form1 .p-floating-content__button,
.rice-form2 .p-floating-content__button,
.rice-head .p-floating-content__button {
  border: 2px solid #fff;
  border-radius: 12px;
  width: 480px;
  height: 80px;
  font-size: 2.7rem;
  font-weight: 500;
}
@media (hover: hover) {
  .rice-form1
    .p-floating-content__button:hover
    .p-floating-content__button-announce,
  .rice-form2
    .p-floating-content__button:hover
    .p-floating-content__button-announce,
  .rice-head
    .p-floating-content__button:hover
    .p-floating-content__button-announce {
    background-color: #6fb42c;
  }
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-floating-content__button,
  .rice-form2 .p-floating-content__button,
  .rice-head .p-floating-content__button {
    width: 100%;
    height: 56px;
    font-size: 2rem;
  }
  .rice-form1 .p-floating-content__button::after,
  .rice-form2 .p-floating-content__button::after,
  .rice-head .p-floating-content__button::after {
    right: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .rice-form1 .p-floating-content__button,
  .rice-form2 .p-floating-content__button,
  .rice-head .p-floating-content__button {
    font-size: 1.7rem;
  }
}
.rice-form1 .p-floating-content__button-announce,
.rice-form2 .p-floating-content__button-announce,
.rice-head .p-floating-content__button-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: -15px;
  transform: rotate(-10deg);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #ef9b26;
  border: solid 2px #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  transition: 0.4s;
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 810px) {
  .rice-form1 .p-floating-content__button-announce,
  .rice-form2 .p-floating-content__button-announce,
  .rice-head .p-floating-content__button-announce {
    top: -10px;
    left: -20px;
    width: 75px;
    height: 75px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 667px) {
  .rice-form1 .p-floating-content__button-announce,
  .rice-form2 .p-floating-content__button-announce,
  .rice-head .p-floating-content__button-announce {
    top: -44px;
    left: -10px;
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
  }
}
.drawer-menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #6fb42c;
  transition: 0.4s;
}
@media screen and (max-width: 667px) {
  .drawer-menu {
    display: block;
  }
}
.drawer-menu.active {
  opacity: 1;
  visibility: visible;
}
.drawer-menu__inner {
  overflow-y: auto;
  -ms-overflow-style: none;
  width: min(90%, 1080px);
  max-height: 100vh;
  margin-inline: auto;
  padding-bottom: 110px;
  scrollbar-width: none;
}
.drawer-menu__inner::-webkit-scrollbar {
  width: 0;
  background: rgba(0, 0, 0, 0);
}
.drawer-menu__list {
  margin-top: 110px;
}
.drawer-menu__item {
  margin-bottom: 22px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.drawer-menu__item:last-of-type {
  margin-bottom: 0;
}
.drawer-menu__block {
  margin: 40px auto 0;
}
.drawer-menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 48px;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
}
.drawer-menu__button--file {
  margin-inline: auto;
  background-color: #ef9b26;
}
.drawer-menu__button--file::before {
  margin-right: 8px;
  font: var(--fa-font-regular);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
.drawer-menu__button--sample {
  margin-inline: auto;
  background-color: #ef9b26;
}
.drawer-menu__button--sample::before {
  margin-right: 8px;
  font: var(--fa-font-solid);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
.drawer-menu__button--contact {
  margin: 24px auto 0;
  background-color: #e4551c;
}
.drawer-menu__button--contact::before {
  margin-right: 8px;
  font: var(--fa-font-regular);
  font-size: 2rem;
  content: "";
  transition: 0.4s;
}
.drawer-menu__searchform {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
.drawer-trigger {
  display: none;
  position: relative;
  z-index: 11;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.drawer-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background-color: #6fb42c;
  transition: 0.4s;
}
.drawer-trigger span:nth-of-type(1) {
  top: 0;
}
.drawer-trigger span:nth-of-type(2) {
  top: 15px;
}
.drawer-trigger span:nth-of-type(3) {
  bottom: 0;
}
.drawer-trigger.active span {
  background-color: #fff;
}
.drawer-trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}
.drawer-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.drawer-trigger.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}
@media screen and (max-width: 1080px) {
  .drawer-trigger {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .drawer-trigger {
    width: 24px;
    height: 24px;
  }
  .drawer-trigger span {
    height: 4px;
  }
  .drawer-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .drawer-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .drawer-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.has-black-1-background-color {
  background-color: #333;
}
.has-white-1-background-color {
  background-color: #fff;
}
.has-green-1-background-color {
  background-color: #6fb42c;
}
.has-green-2-background-color {
  background-color: #a3d96e;
}
.has-green-3-background-color {
  background-color: #eff7e8;
}
.has-red-1-background-color {
  background-color: #e4551c;
}
.has-orange-1-background-color {
  background-color: #ef9b26;
}
.has-orange-2-background-color {
  background-color: #f5c366;
}
.has-gray-1-background-color {
  background-color: #777;
}
.has-gray-2-background-color {
  background-color: #cecece;
}
.has-gray-3-background-color {
  background-color: #d6d6d6;
}
.has-yellow-1-background-color {
  background-color: #fff59f;
}
.has-beige-1-background-color {
  background-color: #fdf0d6;
}
.has-beige-2-background-color {
  background-color: #fbf6e6;
}
.has-beige-3-background-color {
  background-color: #fff9ef;
}
.has-pink-1-background-color {
  background-color: #ffefeb;
}
.has-blue-1-background-color {
  background-color: #0653a9;
}
.has-purple-1-background-color {
  background-color: #9443bc;
}
.has-marker-yellow-background-color {
  background-color: #f3d112;
}
.has-marker-light-blue-background-color {
  background-color: #cfc;
}
.has-marker-green-background-color {
  background-color: #cde7b0;
}
.has-marker-orange-background-color {
  background-color: #f8cba0;
}
.has-black-1-color {
  color: #333;
}
.has-white-1-color {
  color: #fff;
}
.has-green-1-color {
  color: #6fb42c;
}
.has-green-2-color {
  color: #a3d96e;
}
.has-green-3-color {
  color: #eff7e8;
}
.has-red-1-color {
  color: #e4551c;
}
.has-orange-1-color {
  color: #ef9b26;
}
.has-orange-2-color {
  color: #f5c366;
}
.has-gray-1-color {
  color: #777;
}
.has-gray-2-color {
  color: #cecece;
}
.has-gray-3-color {
  color: #d6d6d6;
}
.has-yellow-1-color {
  color: #fff59f;
}
.has-beige-1-color {
  color: #fdf0d6;
}
.has-beige-2-color {
  color: #fbf6e6;
}
.has-beige-3-color {
  color: #fff9ef;
}
.has-pink-1-color {
  color: #ffefeb;
}
.has-blue-1-color {
  color: #0653a9;
}
.has-purple-1-color {
  color: #9443bc;
}
.has-text-color.has-marker-yellow-color {
  color: #f3d112;
}
.has-text-color.has-marker-light-blue-color {
  color: #cfc;
}
.has-text-color.has-marker-green-color {
  color: #cde7b0;
}
.has-text-color.has-marker-orange-color {
  color: #f8cba0;
}
mark.has-marker-yellow-color {
  background: linear-gradient(transparent 60%, #f3d112 60%);
}
mark.has-marker-light-blue-color {
  background: linear-gradient(transparent 60%, #ccffcc 60%);
}
mark.has-marker-green-color {
  background: linear-gradient(transparent 60%, #cde7b0 60%);
}
mark.has-marker-orange-color {
  background: linear-gradient(transparent 60%, #f8cba0 60%);
}
.u-bg-white {
  background-color: #fff;
}
.u-bg-beige {
  background-color: #fdf0d6;
}
.u-bg-lightBeige {
  background-color: #fbf6e6;
}
.u-bg-yellow {
  background-color: #fff59f;
}
.u-bg-lightGreen {
  background-color: #eff7e8;
}
.u-bg-gray {
  background-color: #f5f5f5;
}
.u-inline-block {
  display: inline-block;
}
.u-pc-only {
  display: block;
}
.u-tb-only {
  display: none;
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .u-tb-only {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .u-tb-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
}
.u-mt-4 {
  margin-top: 4px !important;
}
.u-mb-4 {
  margin-bottom: 4px !important;
}
.u-ml-4 {
  margin-left: 4px !important;
}
.u-mr-4 {
  margin-right: 4px !important;
}
.u-m-4 {
  margin: 4px !important;
}
.u-mt-8 {
  margin-top: 8px !important;
}
.u-mb-8 {
  margin-bottom: 8px !important;
}
.u-ml-8 {
  margin-left: 8px !important;
}
.u-mr-8 {
  margin-right: 8px !important;
}
.u-m-8 {
  margin: 8px !important;
}
.u-mt-12 {
  margin-top: 12px !important;
}
.u-mb-12 {
  margin-bottom: 12px !important;
}
.u-ml-12 {
  margin-left: 12px !important;
}
.u-mr-12 {
  margin-right: 12px !important;
}
.u-m-12 {
  margin: 12px !important;
}
.u-mt-16 {
  margin-top: 16px !important;
}
.u-mb-16 {
  margin-bottom: 16px !important;
}
.u-ml-16 {
  margin-left: 16px !important;
}
.u-mr-16 {
  margin-right: 16px !important;
}
.u-m-16 {
  margin: 16px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-m-20 {
  margin: 20px !important;
}
.u-mt-24 {
  margin-top: 24px !important;
}
.u-mb-24 {
  margin-bottom: 24px !important;
}
.u-ml-24 {
  margin-left: 24px !important;
}
.u-mr-24 {
  margin-right: 24px !important;
}
.u-m-24 {
  margin: 24px !important;
}
.u-mt-28 {
  margin-top: 28px !important;
}
.u-mb-28 {
  margin-bottom: 28px !important;
}
.u-ml-28 {
  margin-left: 28px !important;
}
.u-mr-28 {
  margin-right: 28px !important;
}
.u-m-28 {
  margin: 28px !important;
}
.u-mt-32 {
  margin-top: 32px !important;
}
.u-mb-32 {
  margin-bottom: 32px !important;
}
.u-ml-32 {
  margin-left: 32px !important;
}
.u-mr-32 {
  margin-right: 32px !important;
}
.u-m-32 {
  margin: 32px !important;
}
.u-mt-36 {
  margin-top: 36px !important;
}
.u-mb-36 {
  margin-bottom: 36px !important;
}
.u-ml-36 {
  margin-left: 36px !important;
}
.u-mr-36 {
  margin-right: 36px !important;
}
.u-m-36 {
  margin: 36px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-ml-40 {
  margin-left: 40px !important;
}
.u-mr-40 {
  margin-right: 40px !important;
}
.u-m-40 {
  margin: 40px !important;
}
.u-mt-44 {
  margin-top: 44px !important;
}
.u-mb-44 {
  margin-bottom: 44px !important;
}
.u-ml-44 {
  margin-left: 44px !important;
}
.u-mr-44 {
  margin-right: 44px !important;
}
.u-m-44 {
  margin: 44px !important;
}
.u-mt-48 {
  margin-top: 48px !important;
}
.u-mb-48 {
  margin-bottom: 48px !important;
}
.u-ml-48 {
  margin-left: 48px !important;
}
.u-mr-48 {
  margin-right: 48px !important;
}
.u-m-48 {
  margin: 48px !important;
}
.u-mt-52 {
  margin-top: 52px !important;
}
.u-mb-52 {
  margin-bottom: 52px !important;
}
.u-ml-52 {
  margin-left: 52px !important;
}
.u-mr-52 {
  margin-right: 52px !important;
}
.u-m-52 {
  margin: 52px !important;
}
.u-mt-56 {
  margin-top: 56px !important;
}
.u-mb-56 {
  margin-bottom: 56px !important;
}
.u-ml-56 {
  margin-left: 56px !important;
}
.u-mr-56 {
  margin-right: 56px !important;
}
.u-m-56 {
  margin: 56px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-ml-60 {
  margin-left: 60px !important;
}
.u-mr-60 {
  margin-right: 60px !important;
}
.u-m-60 {
  margin: 60px !important;
}
.u-mt-64 {
  margin-top: 64px !important;
}
.u-mb-64 {
  margin-bottom: 64px !important;
}
.u-ml-64 {
  margin-left: 64px !important;
}
.u-mr-64 {
  margin-right: 64px !important;
}
.u-m-64 {
  margin: 64px !important;
}
.u-mt-68 {
  margin-top: 68px !important;
}
.u-mb-68 {
  margin-bottom: 68px !important;
}
.u-ml-68 {
  margin-left: 68px !important;
}
.u-mr-68 {
  margin-right: 68px !important;
}
.u-m-68 {
  margin: 68px !important;
}
.u-mt-72 {
  margin-top: 72px !important;
}
.u-mb-72 {
  margin-bottom: 72px !important;
}
.u-ml-72 {
  margin-left: 72px !important;
}
.u-mr-72 {
  margin-right: 72px !important;
}
.u-m-72 {
  margin: 72px !important;
}
.u-mt-76 {
  margin-top: 76px !important;
}
.u-mb-76 {
  margin-bottom: 76px !important;
}
.u-ml-76 {
  margin-left: 76px !important;
}
.u-mr-76 {
  margin-right: 76px !important;
}
.u-m-76 {
  margin: 76px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-ml-80 {
  margin-left: 80px !important;
}
.u-mr-80 {
  margin-right: 80px !important;
}
.u-m-80 {
  margin: 80px !important;
}
@media screen and (max-width: 414px) {
  .u-mt-minus-8 {
    margin-top: -8px !important;
  }
  .u-mt-minus-16 {
    margin-top: -16px !important;
  }
  .u-mt-minus-24 {
    margin-top: -24px !important;
  }
  .u-mt-minus-32 {
    margin-top: -32px !important;
  }
  .u-mt-minus-40 {
    margin-top: -40px !important;
  }
  .u-mt-minus-48 {
    margin-top: -48px !important;
  }
  .u-mt-minus-56 {
    margin-top: -56px !important;
  }
  .u-mt-minus-64 {
    margin-top: -64px !important;
  }
  .u-mt-minus-72 {
    margin-top: -72px !important;
  }
  .u-mt-minus-80 {
    margin-top: -80px !important;
  }
  .u-mt-minus-88 {
    margin-top: -88px !important;
  }
  .u-mt-minus-96 {
    margin-top: -96px !important;
  }
}
.u-pt-4 {
  padding-top: 4px !important;
}
.u-pb-4 {
  padding-bottom: 4px !important;
}
.u-pl-4 {
  padding-left: 4px !important;
}
.u-pr-4 {
  padding-right: 4px !important;
}
.u-p-4 {
  padding: 4px !important;
}
.u-pt-8 {
  padding-top: 8px !important;
}
.u-pb-8 {
  padding-bottom: 8px !important;
}
.u-pl-8 {
  padding-left: 8px !important;
}
.u-pr-8 {
  padding-right: 8px !important;
}
.u-p-8 {
  padding: 8px !important;
}
.u-pt-12 {
  padding-top: 12px !important;
}
.u-pb-12 {
  padding-bottom: 12px !important;
}
.u-pl-12 {
  padding-left: 12px !important;
}
.u-pr-12 {
  padding-right: 12px !important;
}
.u-p-12 {
  padding: 12px !important;
}
.u-pt-16 {
  padding-top: 16px !important;
}
.u-pb-16 {
  padding-bottom: 16px !important;
}
.u-pl-16 {
  padding-left: 16px !important;
}
.u-pr-16 {
  padding-right: 16px !important;
}
.u-p-16 {
  padding: 16px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}
.u-pb-20 {
  padding-bottom: 20px !important;
}
.u-pl-20 {
  padding-left: 20px !important;
}
.u-pr-20 {
  padding-right: 20px !important;
}
.u-p-20 {
  padding: 20px !important;
}
.u-pt-24 {
  padding-top: 24px !important;
}
.u-pb-24 {
  padding-bottom: 24px !important;
}
.u-pl-24 {
  padding-left: 24px !important;
}
.u-pr-24 {
  padding-right: 24px !important;
}
.u-p-24 {
  padding: 24px !important;
}
.u-pt-28 {
  padding-top: 28px !important;
}
.u-pb-28 {
  padding-bottom: 28px !important;
}
.u-pl-28 {
  padding-left: 28px !important;
}
.u-pr-28 {
  padding-right: 28px !important;
}
.u-p-28 {
  padding: 28px !important;
}
.u-pt-32 {
  padding-top: 32px !important;
}
.u-pb-32 {
  padding-bottom: 32px !important;
}
.u-pl-32 {
  padding-left: 32px !important;
}
.u-pr-32 {
  padding-right: 32px !important;
}
.u-p-32 {
  padding: 32px !important;
}
.u-pt-36 {
  padding-top: 36px !important;
}
.u-pb-36 {
  padding-bottom: 36px !important;
}
.u-pl-36 {
  padding-left: 36px !important;
}
.u-pr-36 {
  padding-right: 36px !important;
}
.u-p-36 {
  padding: 36px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pl-40 {
  padding-left: 40px !important;
}
.u-pr-40 {
  padding-right: 40px !important;
}
.u-p-40 {
  padding: 40px !important;
}
.u-pt-44 {
  padding-top: 44px !important;
}
.u-pb-44 {
  padding-bottom: 44px !important;
}
.u-pl-44 {
  padding-left: 44px !important;
}
.u-pr-44 {
  padding-right: 44px !important;
}
.u-p-44 {
  padding: 44px !important;
}
.u-pt-48 {
  padding-top: 48px !important;
}
.u-pb-48 {
  padding-bottom: 48px !important;
}
.u-pl-48 {
  padding-left: 48px !important;
}
.u-pr-48 {
  padding-right: 48px !important;
}
.u-p-48 {
  padding: 48px !important;
}
.u-pt-52 {
  padding-top: 52px !important;
}
.u-pb-52 {
  padding-bottom: 52px !important;
}
.u-pl-52 {
  padding-left: 52px !important;
}
.u-pr-52 {
  padding-right: 52px !important;
}
.u-p-52 {
  padding: 52px !important;
}
.u-pt-56 {
  padding-top: 56px !important;
}
.u-pb-56 {
  padding-bottom: 56px !important;
}
.u-pl-56 {
  padding-left: 56px !important;
}
.u-pr-56 {
  padding-right: 56px !important;
}
.u-p-56 {
  padding: 56px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}
.u-pb-60 {
  padding-bottom: 60px !important;
}
.u-pl-60 {
  padding-left: 60px !important;
}
.u-pr-60 {
  padding-right: 60px !important;
}
.u-p-60 {
  padding: 60px !important;
}
.u-pt-64 {
  padding-top: 64px !important;
}
.u-pb-64 {
  padding-bottom: 64px !important;
}
.u-pl-64 {
  padding-left: 64px !important;
}
.u-pr-64 {
  padding-right: 64px !important;
}
.u-p-64 {
  padding: 64px !important;
}
.u-pt-68 {
  padding-top: 68px !important;
}
.u-pb-68 {
  padding-bottom: 68px !important;
}
.u-pl-68 {
  padding-left: 68px !important;
}
.u-pr-68 {
  padding-right: 68px !important;
}
.u-p-68 {
  padding: 68px !important;
}
.u-pt-72 {
  padding-top: 72px !important;
}
.u-pb-72 {
  padding-bottom: 72px !important;
}
.u-pl-72 {
  padding-left: 72px !important;
}
.u-pr-72 {
  padding-right: 72px !important;
}
.u-p-72 {
  padding: 72px !important;
}
.u-pt-76 {
  padding-top: 76px !important;
}
.u-pb-76 {
  padding-bottom: 76px !important;
}
.u-pl-76 {
  padding-left: 76px !important;
}
.u-pr-76 {
  padding-right: 76px !important;
}
.u-p-76 {
  padding: 76px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}
.u-pb-80 {
  padding-bottom: 80px !important;
}
.u-pl-80 {
  padding-left: 80px !important;
}
.u-pr-80 {
  padding-right: 80px !important;
}
.u-p-80 {
  padding: 80px !important;
}
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}



/* PCの2カラムを等幅グリッドに。列間を適度に縮める */
.sample-form__categories-container--pc .sample-form__categories{
  display: grid;
  grid-template-columns: 1fr 1fr;      /* 左右を等幅に */
  column-gap: clamp(16px, 3vw, 28px);  /* 余白をやや狭める（可変） */
  width: 100%;
}

/* 各カードが中央寄せ幅固定になっている場合のリセット */
.sample-form__categories-container--pc .sample-form__category{
  width: 100%;
  max-width: none;      /* もし固定幅があっても解除 */
  margin: 0;            /* autoで中央寄せされている場合を打ち消し */
  justify-self: stretch;/* カードを列幅いっぱいに広げる */
}

/* 見た目が詰まりすぎる場合は内側のパディングで調整（任意） */
.sample-form__categories-container--pc .sample-form__category > *{
  max-width: none;
}

/* 画像のはみ出し予防（任意・安全） */
.sample-form__item-image{
  max-width: 100%;
  height: auto;
}

/* アクセシビリティ対応 */
.u-visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}