@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li, ul ol {
  margin: 0;
  padding: 0;
}

sub {
  bottom: -0.2em;
}

.o-container {
  color: #3E3A39;
}

.o-folicacid-kestose__kv {
  padding: 0 1.5rem;
}
.o-folicacid-kestose__kv .c-kv + .c-heading {
  margin-top: 1.75rem;
}
.o-folicacid-kestose__kv .c-kv + .c-heading + .c-paragraph {
  margin-top: 1.25rem;
}
.o-folicacid-kestose__kv + .o-product {
  margin-top: 2.5rem;
}
.o-folicacid-kestose__anchor {
  margin-top: 1.75rem;
  padding: 0 1.5rem;
}
.o-folicacid-kestose__product {
  background-color: #FFF9F1;
  padding: 3.25rem 6.7605633803%;
  margin-top: 2.5rem;
}
.o-folicacid-kestose__ingredients {
  padding: 3.125rem 0 0 0;
  text-align: center;
}
.o-folicacid-kestose__ingredients-list {
  margin: 4rem 0 0 0;
  padding: 0 1.5rem;
}
.o-folicacid-kestose__ingredients-list > .c-paragraph {
  text-align: right;
  margin: 0 0 0 0.625rem;
}
.o-folicacid-kestose__description {
  padding: 3.125rem 6.7605633803%;
  text-align: center;
}
.o-folicacid-kestose__description .c-paragraph + .c-paragraph {
  margin-top: 1.5rem;
}
.o-folicacid-kestose__description .c-paragraph--small + .c-paragraph--small {
  margin-top: 0.75rem;
}
.o-folicacid-kestose__description .c-paragraph + .c-picture {
  margin-top: 0.375rem;
}
.o-folicacid-kestose__description .c-info-box {
  text-align: left;
  margin-top: 2.75rem;
}
.o-folicacid-kestose__description .c-info-box .c-info-box__check .c-paragraph {
  margin-top: 0.5rem;
}
.o-folicacid-kestose__description .c-info-box + .c-info-box {
  margin-top: 2.25rem;
}
.o-folicacid-kestose__description .c-paragraph + .c-info-box {
  margin-top: 2.25rem;
}
.o-folicacid-kestose__description + .o-description {
  padding-top: 2.5rem;
}
.o-folicacid-kestose__description .c-heading--level1 + .c-paragraph {
  margin-top: 2.6875rem;
}
.o-folicacid-kestose__description-topic {
  margin-top: 2.25rem;
  text-align: center;
}
.o-folicacid-kestose__description .c-paragraph + .c-heading--level3 {
  margin-top: 1.75rem;
}
.o-folicacid-kestose__description--light-gray {
  background-color: #F9F9F9;
}
.o-folicacid-kestose__faq {
  padding: 0 6.7605633803% 3.125rem;
}
.o-folicacid-kestose__faq .c-heading {
  text-align: center;
}
.o-folicacid-kestose__faq .c-accordion {
  margin-top: 1.5rem;
}

.o-privacy {
  padding: 0.5625rem 1.5rem 3rem;
}
.o-privacy .c-privacy:first-of-type {
  margin-top: 1.75rem;
}
.o-privacy .c-heading--level1 {
  text-align: center;
}

.o-top-page {
  padding: 0 1.5rem 2.5rem;
}
.o-top-page .c-about-lafill {
  margin-top: 3.3125rem;
}
.o-top-page .c-banner-wrap {
  margin-top: 3rem;
}
.o-top-page .c-top-about-box {
  margin-top: 3rem;
}

.o-wrapper {
  border-radius: 20px;
  background: #ffffff;
  margin: 0.625rem;
  overflow: hidden;
}

.c-top-about-box {
  margin: 0 auto;
  background-color: #F9F9F9;
  display: flex;
  border-radius: 12px;
}
.c-top-about-box__image {
  width: 100%;
}
.c-top-about-box__description {
  padding: 1.8125rem 1.0625rem 1.25rem;
}
.c-top-about-box__paragraph {
  margin-top: 1rem;
}
.c-top-about-box__button {
  width: 91.7602996255%;
  margin: 1rem auto 0;
}

.c-about-lafill {
  text-align: center;
  position: relative;
  z-index: 0;
}
.c-about-lafill::before {
  position: absolute;
  z-index: -1;
}
.c-about-lafill::after {
  position: absolute;
  z-index: -1;
}
.c-about-lafill .c-heading {
  display: inline-block;
}
.c-about-lafill__description {
  text-align: left;
}
.c-about-lafill__description .c-paragraph {
  margin-top: 0.75rem;
}
.c-about-lafill__description .c-paragraph + .c-paragraph {
  margin-top: 1.5rem;
  text-align: right;
}

.c-accordion {
  margin: 0 auto;
  color: #3E3A39;
}
.c-accordion__list {
  width: 100%;
  background-color: #FFF9F1;
  border-radius: 8px;
  margin: 0;
}
.c-accordion__list + .c-accordion__list {
  margin-top: 1rem;
}
.c-accordion__question {
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  position: relative;
  cursor: pointer;
  padding: 1rem;
}
.c-accordion__question::before {
  content: url(/assets/img/icon_question.svg);
  margin-right: 0.75rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  width: 15px;
  height: 25px;
}
.c-accordion__question::after {
  content: "";
  background-image: url(/assets/img/icon_plus.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  margin: 0.3125rem 0 0 auto;
}
.c-accordion__question.js-accordion.close::after {
  background-image: url(/assets/img/icon_pull.svg);
}
.c-accordion__question-text {
  align-self: flex-start;
}
.c-accordion__answer {
  font-size: 0.8125rem;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  padding: 0 1rem 1rem 1rem;
  margin: 0;
}
.c-accordion__answer::before {
  content: url(/assets/img/icon_answer.svg);
  width: 16px;
  height: 25px;
  margin-right: 0.75rem;
  margin-left: -0.0625rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.c-accordion dt {
  position: relative;
}
.c-accordion__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-indent: 999999px;
  cursor: pointer;
  padding: 1rem;
}
.c-accordion .is-hidden {
  display: none;
}

.c-anchor-list {
  text-align: center;
}

.c-anchor {
  color: #E95504;
  background-color: #ffffff;
  border: 1px solid #E95504;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  border-radius: 55px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-anchor::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #E95504;
  border-bottom: 1px solid #E95504;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 16px;
}

.c-arrowed-list {
  list-style: none;
}
.c-arrowed-list__item + .c-arrowed-list__item {
  margin-top: 15px;
}
.c-arrowed-list__link {
  color: #000000;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.c-arrowed-list__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00cc99;
  border-width: 6px 0 6px 10px;
  margin-right: 5px;
}
.c-arrowed-list__link:hover {
  text-decoration: none;
}

.c-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/assets/img/bg_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.c-background--product {
  background-image: url(/assets/img/bg_product.png);
  background-repeat: repeat;
}

.c-banner {
  display: block;
}
.c-banner__image {
  width: 100%;
  height: auto;
}
.c-banner__hover-image {
  display: none;
}

.c-breadcrumb {
  color: #000000;
  padding: 10px;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  display: inline-block;
}
.c-breadcrumb__item:not(:last-child):after {
  content: ">";
  margin-right: 4px;
  margin-left: 4px;
}
.c-breadcrumb__link {
  color: #000000;
}
.c-breadcrumb--white {
  color: #ffffff;
}
.c-breadcrumb--white .c-breadcrumb__link {
  color: #ffffff;
}

.c-button {
  border-radius: 38px;
  color: #3E3A39;
  font-weight: 700;
  border: solid 1px #D0D0D0;
  font-size: 0.75rem;
  line-height: 1.5;
  transition: color 0.3s ease-in, border 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 2.125rem;
  z-index: 0;
  padding: 0 1.25rem;
  background-color: #ffffff;
}
.c-button--icon::after {
  content: "";
  -webkit-mask-image: url(/assets/img/icon_blank.svg);
          mask-image: url(/assets/img/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #D0D0D0;
  transition: background-color 0.3s ease-in;
  margin-left: 0.375rem;
}
.c-button--grad {
  color: #ffffff;
  border: solid 1px transparent;
}
.c-button--grad::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  z-index: -1;
  border-radius: 38px;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-in, opacity 0.3s ease-in;
}
.c-button--grad::after {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: -2;
  border-radius: 38px;
  width: 100%;
  height: 100%;
}
.c-button--grad:hover {
  color: #E95504;
  border: solid 1px #E95504;
}
.c-button--grad:hover::before {
  opacity: 0;
}

.c-considerations {
  margin-top: 1rem;
}
.c-considerations__list {
  margin: 0;
}
.c-considerations__list--interval .c-considerations__item + .c-considerations__item {
  margin-top: 1rem;
}
.c-considerations__item {
  display: flex;
  align-items: baseline;
}
.c-considerations__item .c-paragraph {
  margin-top: 0;
}
.c-considerations__item--bold {
  font-weight: 700;
}
.c-considerations__mark {
  margin-right: 0.0625rem;
  color: #3E3A39;
  font-size: 0.8125rem;
  line-height: 1.75;
}

.c-emphasized {
  color: #ffffff;
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  border-radius: 4px;
  padding: 0 0.25rem 0;
}

.c-footer {
  position: relative;
}
.c-footer__inner {
  border-top: 1px solid #EBEBEB;
  padding: 1.625rem 0 1.875rem;
  margin: 0 1.5rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-footer__list {
  display: flex;
}
.c-footer__item {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  font-weight: 400;
  color: #3E3A39;
  font-size: 0.625rem;
  line-height: 1.5;
}
.c-footer__item + .c-footer__item {
  padding-left: 1.5rem;
}
.c-footer__text {
  margin: 0;
}
.c-footer__item-image {
  margin-left: 0.25rem;
}
.c-footer__copyright {
  display: block;
  margin: 0.5rem 0 0;
}
.c-footer__copyright .c-paragraph {
  margin-top: 0;
}

.c-gradient-filled-heading {
  color: #ffffff;
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  padding: 0.25rem 0.75rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.c-gradient-heading, .c-modal__title-gradient {
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: 2px solid #F39A00;
  border-image: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  border-image-slice: 1;
  padding-bottom: 0.5rem;
}

.c-gradient-lead {
  color: #E95504;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
}
.c-gradient-lead::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #F39A00 0%, #E95504 100%);
  left: 0;
}
.c-header-navi__list {
  display: flex;
  align-items: center;
}
.c-header-navi__item + .c-header-navi__item {
  margin: 1.75rem 0 0 0;
}
@-moz-document url-prefix() {
}
.c-header-navi__link--current {
  pointer-events: auto;
}
.c-header-navi__legal {
  text-align: center;
  margin: 2.5rem 0 0 0;
}
.c-header-navi__legal-item + .c-header-navi__legal-item {
  margin: 1.25rem 0 0 0;
}
.c-header-navi__logo-link {
  width: 7rem;
  height: 3rem;
  margin: 2rem 0 0 2rem;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition-delay: 0.6s;
}

.c-header__logo {
  width: 7rem;
  height: 3rem;
  margin: 1.40625rem 0 1.25rem 1.375rem;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header--open .c-header__control::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header--open .c-header__control__icon {
  width: 0 !important;
}
.c-header--open .c-header__control::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header--open .c-header-navi__list {
  opacity: 1;
}

.c-heading {
  color: #3E3A39;
  margin: 0;
}
.c-heading--level1 {
  font-size: 1.25rem;
  line-height: 1;
}
.c-heading--level2 {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.c-heading--level3 {
  font-size: 1rem;
  line-height: 1.5;
}
.c-heading--emphasized {
  text-align: center;
}
.c-heading--label {
  position: relative;
  z-index: 0;
}
.c-heading__label-image {
  position: absolute;
  width: 67px;
  top: -17px;
  left: -15px;
  z-index: -1;
}
.c-heading--orange {
  color: #E95504;
}
.c-heading--bold {
  font-weight: 700;
}

.c-info-box {
  background-color: #F9F9F9;
  padding: 1.75rem;
  border-radius: 12px;
}
.c-info-box--white {
  background-color: #ffffff;
}
.c-info-box--white .c-info-box__description-wrap + .c-info-box__description-wrap {
  margin-top: 1.75rem;
}
.c-info-box--white .c-info-box__description-wrap + .c-info-box__check {
  margin-top: 1.75rem;
}
.c-info-box__description-wrap + .c-info-box__description-wrap {
  margin-top: 1.75rem;
}
.c-info-box__description .c-paragraph {
  margin-top: 1rem;
  text-align: left;
}
.c-info-box__description .c-paragraph + .c-paragraph {
  margin-top: 1rem;
}
.c-info-box__description-image {
  margin: 1.25rem auto 0;
}
.c-info-box__chart .c-paragraph:first-child {
  margin-top: 0;
}
.c-info-box__chart-picture + .c-paragraph {
  margin-top: 0.75rem;
}
.c-info-box__chart-image {
  width: 100%;
  margin-top: 0.75rem;
}
.c-info-box__check {
  display: flex;
  align-items: center;
  background-color: #FFF9F1;
  border-radius: 12px;
  padding: 0.75rem 1rem;
}

.c-kv {
  max-width: 1760px;
  margin: 0 auto;
}
.c-kv__image {
  width: 100%;
}

.c-modal-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-modal-link-list__item {
  width: calc(50% - 8px);
  margin-bottom: 1rem;
}

.c-modal-link {
  color: #E95504;
  background-color: #ffffff;
  border: 1px solid #E95504;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 110px;
  width: 100%;
  height: 42px;
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
}

.c-modal {
  padding: 1rem;
}
.c-modal-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-modal-top {
  top: 30px !important;
}
.c-modal__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-modal__title {
  font-size: 1rem;
  font-weight: 700;
  color: #E95504;
  line-height: 1.75;
  width: 100%;
  margin-right: 0.75rem;
}
.c-modal__title-gradient {
  display: block;
}
.c-modal__title-gradient sub {
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  background-clip: text;
  -webkit-background-clip: text;
  bottom: 0;
}
.c-modal__close {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E95504;
  border-radius: 100%;
  padding: 0;
  flex: 0 0 auto;
}
.c-modal__close::after {
  content: "";
  display: block;
  background-image: url(/assets/img/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.625rem;
}
.c-modal__body {
  margin-top: 0.75rem;
}
.c-modal__lead {
  display: flex;
  align-items: center;
}
.c-modal__lead::before {
  content: "";
  display: block;
  -ms-grid-row-align: center;
      align-self: center;
  width: 13px;
  height: 13px;
  background: linear-gradient(90deg, #F39A00 0%, #E95504 100%);
  border-radius: 100px;
  margin-right: 0.125rem;
}
.c-modal__desc {
  color: #3E3A39;
  font-size: 0.8125rem;
  line-height: 1.75;
}
.c-modal__desc sub {
  bottom: 0;
}
.c-modal__table {
  border: solid 1px #D0D0D0;
  background-color: #ffffff;
  width: calc(100% - 16px);
  text-align: center;
  border-collapse: collapse;
  color: #3E3A39;
  font-size: 0.8125rem;
  line-height: 1.75;
}
.c-modal__table th {
  font-weight: normal;
  border-right: solid 1px #D0D0D0;
  padding: 0.125rem 0;
  line-height: 1.5;
}
.c-modal__table td {
  border-right: solid 1px #D0D0D0;
  padding: 0 0.28125rem;
}
.c-modal__table-cell {
  border-top: solid 1px #D0D0D0;
  display: block;
  padding: 0.21875rem 0;
}
.c-modal__photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
}
.c-modal__photo-img {
  width: 100%;
}
.c-modal__indent {
  margin: 0.25rem 0 0 1rem;
}
.c-modal__text-right {
  text-align: right;
}

#js-pagetop {
  position: fixed;
  right: 34px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: opacity 0.3s;
}
#js-pagetop.is-up {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#js-pagetop.is-down {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

.c-pagetop__icon {
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #D0D0D0;
  width: 42px;
  height: 42px;
  position: relative;
  display: block;
  transition: border 0.3s ease-in;
}
.c-pagetop__icon::after {
  content: "";
  -webkit-mask-image: url(/assets/img/icon_arrow.svg);
          mask-image: url(/assets/img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 14px;
  height: 18px;
  display: block;
  background-color: #3E3A39;
  transition: background-color 0.3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.c-paragraph {
  color: #3E3A39;
  margin: 0;
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1.75;
}
.c-paragraph--small {
  font-size: 0.625rem;
  line-height: 1.5;
}
.c-paragraph--bold {
  font-weight: 700;
}
.c-paragraph--orange {
  color: #E95504;
}

.c-privacy {
  margin-top: 1.25rem;
}
.c-privacy .c-heading {
  border-bottom: 1px solid #D0D0D0;
}

.c-product-info {
  margin-top: 1rem;
}
.c-product-info__list {
  margin: 0;
  color: #3E3A39;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  padding-bottom: 0.25rem;
}
.c-product-info__item {
  width: 100%;
}
.c-product-info__item + .c-product-info__item {
  margin-top: 0.75rem;
}
.c-product-info__mark {
  margin-right: 0.0625rem;
}
.c-product-info__category {
  font-weight: 700;
}
.c-product-info__data {
  margin: 0 0 0 0.8125rem;
}

.c-product {
  display: flex;
  align-items: center;
}
.c-product__package-image {
  height: auto;
}
.c-product__content-image {
  margin-top: 1.5rem;
}
.c-product__description {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
.c-product__description-image {
  width: 28.664495114%;
}
.c-product__indication {
  text-align: left;
  margin-left: 1rem;
}
.c-product__indication .c-heading + .c-paragraph {
  margin-top: 0.375rem;
}
.c-product__indication .c-paragraph + .c-paragraph {
  margin-top: 0.375rem;
}
.c-product__image {
  margin-top: 1rem;
}

.c-text-link {
  text-decoration: none;
  font-weight: 400;
  color: #3E3A39;
  font-size: 0.75rem;
  line-height: 1.5;
  transition: color 0.3s ease-in;
  /*   &--arrowed {
      &::after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid $color-primary;
        border-right: 2px solid $color-primary;
        @include pc() {
          width: 6px;
          height: 6px;
          border-top: 3px solid $color-primary;
          border-right: 3px solid $color-primary;
        }
      }
    }
   */
}
.c-text-link--bold {
  font-weight: 700;
}
.c-text-link--margin {
  margin-left: 0.0625rem;
}
.c-text-link--underline {
  font-size: 1.0625rem;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  -webkit-text-decoration-color: #D0D0D0;
          text-decoration-color: #D0D0D0;
  transition: color 0.3s ease-in, -webkit-text-decoration-color 0.3s ease-in;
  transition: text-decoration-color 0.3s ease-in, color 0.3s ease-in;
  transition: text-decoration-color 0.3s ease-in, color 0.3s ease-in, -webkit-text-decoration-color 0.3s ease-in;
}

.c-topic {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c-topic::before {
  content: url(/assets/img/img_topic_sp.png);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
}
.c-topic__inner {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 1rem 1.375rem;
  border: 1px solid #E95504;
}
.c-topic__inner .c-heading + .c-paragraph {
  margin-top: 1rem;
}
.c-topic__chart {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.c-topic__comment {
  text-align: right;
}
.c-topic__comment-picture + .c-paragraph {
  margin-top: 0.75rem;
}

.js-modal-target {
  display: none;
}

.js-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.js-modal__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  min-height: auto;
}
.js-modal__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.125rem;
  height: auto;
  max-height: 100%;
  z-index: 999;
  border-radius: 16px;
}
.js-modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.js-modal__close {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
}
.js-modal__close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
.js-modal__close-button::before, .js-modal__close-button::after {
  display: block;
  background: #fff;
  content: "";
  position: absolute;
}
.js-modal__close-button::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.js-modal__close-button::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.js-modal__prev, .js-modal__next {
  display: block;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  outline: none;
}
.js-modal__prev {
  left: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.js-modal__next {
  right: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.js-modal__view {
  background: #FFF9F1;
  padding: 1rem;
  height: 100%;
  border-radius: 16px;
}
.js-modal__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 20px 0;
  padding-top: 56.25%;
  background: #000;
}
.js-modal__movie__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-modal__movie__body {
  width: 100%;
  height: 100%;
}
.js-modal__bottom-ui {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.js-modal__bottom-prev, .js-modal__bottom-close, .js-modal__bottom-next {
  cursor: pointer;
}
.js-modal__bottom-close:only-child {
  margin: 0 auto;
}

.u-hidden {
  display: none !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
@media print, screen and (min-width: 768px) {
  body {
    -webkit-font-smoothing: antialiased;
  }
  .o-folicacid-kestose__kv {
    padding: 0 3.75rem;
  }
  .o-folicacid-kestose__kv .c-kv + .c-heading {
    margin-top: 6.25rem;
  }
  .o-folicacid-kestose__kv .c-kv + .c-heading + .c-paragraph {
    text-align: center;
    margin-top: 1.5rem;
  }
  .o-folicacid-kestose__kv + .o-product {
    margin-top: 5rem;
  }
  .o-folicacid-kestose__anchor {
    margin-top: 2rem;
  }
  .o-folicacid-kestose__product {
    text-align: center;
    padding: 3.75rem 6.914893617%;
    margin-top: 5rem;
  }
  .o-folicacid-kestose__ingredients {
    padding: 6.25rem 0 0 0;
  }
  .o-folicacid-kestose__ingredients-list {
    max-width: 980px;
    margin: 4rem auto 0 auto;
  }
  .o-folicacid-kestose__description {
    padding: 6.25rem 4.2553191489%;
  }
  .o-folicacid-kestose__description .c-paragraph + .c-paragraph {
    margin-top: 2rem;
  }
  .o-folicacid-kestose__description .c-paragraph--small + .c-paragraph--small {
    margin-top: 0.75rem;
  }
  .o-folicacid-kestose__description .c-paragraph + .c-picture {
    margin-top: 0.75rem;
  }
  .o-folicacid-kestose__description .c-info-box {
    margin-top: 4.5rem;
  }
  .o-folicacid-kestose__description .c-info-box .c-info-box__check .c-paragraph {
    margin: 0 0 0 1.5rem;
  }
  .o-folicacid-kestose__description .c-info-box + .c-info-box {
    margin-top: 4rem;
  }
  .o-folicacid-kestose__description .c-paragraph + .c-info-box {
    margin-top: 4rem;
  }
  .o-folicacid-kestose__description + .o-description {
    padding-top: 5rem;
  }
  .o-folicacid-kestose__description-topic {
    margin-top: 4rem;
  }
  .o-folicacid-kestose__description .c-paragraph + .c-heading--level3 {
    margin-top: 2rem;
  }
  .o-folicacid-kestose__faq {
    padding: 0 4.2553191489% 6.25rem;
  }
  .o-folicacid-kestose__faq .c-accordion {
    margin-top: 2.5rem;
  }
  .o-privacy {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.9375rem 3rem 5.5rem;
  }
  .o-privacy .c-privacy:first-of-type {
    margin-top: 3.25rem;
  }
  .o-top-page {
    padding: 0 3.75rem 5rem;
  }
  .o-top-page .c-about-lafill {
    margin: 5.375rem auto 0;
  }
  .o-top-page .c-banner-wrap {
    margin-top: 5rem;
  }
  .o-top-page .c-top-about-box-wrap {
    max-width: 1546px;
    margin: 0 auto;
  }
  .o-top-page .c-top-about-box {
    margin: 5rem 2.5rem 0 5rem;
  }
  .c-top-about-box {
    border-radius: 1.5rem;
  }
  .c-top-about-box__image-wrap {
    position: relative;
    width: 50%;
    min-width: 304px;
  }
  .c-top-about-box__image-wrap::before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .c-top-about-box__picture {
    position: absolute;
    top: -29px;
    left: -53px;
  }
  .c-top-about-box__description {
    padding: 4.5325779037% 6.0434372049% 3.0217186025% 6.0434372049%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .c-top-about-box__button {
    max-width: 284px;
    margin: 1.5rem 0 0 auto;
    text-align: right;
  }
  .c-about-lafill {
    width: 58.3333333333vw;
  }
  .c-about-lafill::before {
    content: url(/assets/img/background_about_left.jpg);
    top: -50px;
    left: -38%;
  }
  .c-about-lafill::after {
    content: url(/assets/img/background_about_right.jpg);
    top: -8px;
    right: -38%;
  }
  .c-about-lafill__description {
    margin-left: 2.5rem;
    max-width: 1120px;
    margin: 0 auto;
  }
  .c-about-lafill__description .c-paragraph + .c-paragraph {
    margin-top: 0.5rem;
  }
  .c-accordion__wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
  .c-accordion__list {
    border-radius: 16px;
  }
  .c-accordion__list + .c-accordion__list {
    margin-top: 1.5rem;
  }
  .c-accordion__question {
    font-size: 1.125rem;
    align-items: center;
    line-height: 1.75;
    padding: 1rem 2rem;
  }
  .c-accordion__question::before {
    width: 20px;
    height: 22px;
    margin-right: 1.5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .c-accordion__question::after {
    width: 32px;
    height: 32px;
    margin: 0 0 0 auto;
  }
  .c-accordion__question-text {
    margin-right: 10px;
  }
  .c-accordion__answer {
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
    line-height: 1.75;
    padding: 0 2rem 1rem 2rem;
  }
  .c-accordion__answer::before {
    width: 22px;
    height: 22px;
    margin-right: 1.5rem;
    margin-left: -0.125rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .c-accordion__title {
    padding: 1rem 2rem;
  }
  .c-anchor {
    padding: 1.25rem 2.625rem 1.25rem 1.5rem;
    border-radius: 40px;
    font-size: 0.875rem;
    line-height: 1;
    justify-content: flex-start;
    transition: background-color 0.3s ease;
    margin-top: 1.5rem;
  }
  .c-anchor::after {
    width: 10px;
    height: 10px;
  }
  .c-anchor:hover {
    background-color: #E95504;
    color: #ffffff;
  }
  .c-anchor:hover::after {
    border-color: #ffffff;
  }
  .c-anchor + .c-anchor {
    margin-left: 1.5rem;
  }
  .c-arrowed-list__item + .c-arrowed-list__item {
    margin-top: 20px;
  }
  .c-arrowed-list__link::before {
    border-width: 8px 0 8px 12px;
    margin-right: 10px;
  }
  .c-banner {
    width: 58.3333333333vw;
    max-width: 1092px;
    margin: 0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .c-banner__image {
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
  }
  .c-banner__image:hover {
    opacity: 0;
  }
  .c-banner__hover-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .c-button {
    font-size: 0.875rem;
    line-height: 1;
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
  }
  .c-button:hover {
    color: #E95504;
    border: solid 1px #E95504;
  }
  .c-button--icon::after {
    width: 16px;
    height: 16px;
    margin-left: 0.75rem;
  }
  .c-button--icon:hover::after {
    background-color: #E95504;
  }
  .c-considerations__mark {
    margin-right: 0.125rem;
    font-size: 1rem;
  }
  .c-emphasized {
    padding: 0 0.5rem 0;
  }
  .c-footer__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 2.5rem 0 2.5rem;
    margin: 0 2.5rem 0;
  }
  .c-footer__item {
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-footer__item + .c-footer__item {
    padding-left: 1.5rem;
  }
  .c-footer__item-image {
    margin-left: 0.5rem;
  }
  .c-footer__copyright {
    margin: 0.75rem 0 0;
  }
  .c-gradient-filled-heading {
    padding: 0.5rem 1.5rem;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .c-gradient-heading, .c-modal__title-gradient {
    border-bottom: 3px solid #F39A00;
  }
  .c-header-navi {
    display: block;
    margin-right: 2rem;
  }
  .c-header-navi__list {
    justify-content: flex-end;
    flex-direction: row;
  }
  .c-header-navi__item + .c-header-navi__item {
    margin: 0 0 0 1.5rem;
  }
  .c-header-navi__item > .c-button {
    width: 12.875rem;
  }
  @-moz-document url-prefix(){
    .c-header-navi__item > .c-button {
      width: 12.875rem;
    }
  }
  .c-header-navi__link--current {
    pointer-events: none;
  }
  .c-header-navi__legal {
    display: none;
    margin: 0 0 0 0;
  }
  .c-header-navi__logo-link {
    display: none;
  }
  .c-header__logo {
    width: 140px;
    height: 60px;
    margin: 1.25rem 0 0.5rem 2rem;
    transition: opacity 0.3s;
  }
  .c-header__logo:hover {
    opacity: 0.6;
  }
  .c-header__control {
    display: none;
  }
  .c-heading--level1 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .c-heading--level2 {
    font-size: 1.75rem;
  }
  .c-heading--level3 {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .c-heading__label-image {
    width: 106px;
    top: -22px;
    left: -33px;
  }
  .c-info-box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 3rem 3.5rem;
    border-radius: 24px;
  }
  .c-info-box--white .c-info-box__description-wrap + .c-info-box__description-wrap {
    margin-top: 3rem;
  }
  .c-info-box--white .c-info-box__description-wrap + .c-info-box__check {
    margin-top: 3rem;
  }
  .c-info-box--white .c-info-box__description-wrap .c-paragraph + .c-paragraph {
    margin-top: 0.5rem;
    text-indent: -1.9rem;
    margin-left: 1.9rem;
  }
  .c-info-box__description-wrap {
    display: flex;
  }
  .c-info-box__description-wrap + .c-info-box__description-wrap {
    margin-top: 1.5rem;
  }
  .c-info-box__description {
    margin-right: 3rem;
  }
  .c-info-box__description .c-paragraph + .c-paragraph {
    margin-top: 1rem;
  }
  .c-info-box__description-image {
    max-width: 687px;
    margin-top: 1rem;
  }
  .c-info-box__description--right {
    margin-right: 0;
  }
  .c-info-box__chart {
    max-width: 440px;
    min-width: 440px;
  }
  .c-info-box__check {
    justify-content: center;
    padding: 1.5rem 2rem;
    border-radius: 24px;
  }
  .c-kv {
    max-width: 1760px;
  }
  .c-modal-link-list {
    justify-content: center;
  }
  .c-modal-link-list__item {
    width: auto;
    margin-bottom: 1.25rem;
    margin-left: 1.125rem;
  }
  .c-modal-link {
    justify-content: center;
    padding: 0 1.5rem;
    border-radius: 40px;
    font-size: 0.875rem;
    line-height: 1;
    width: auto;
    height: 40px;
    transition: background-color 0.3s ease;
  }
  .c-modal-link:hover {
    background-color: #E95504;
    color: #ffffff;
  }
  .c-modal-link:hover::after {
    border-color: #ffffff;
  }
  .c-modal {
    padding: 2rem;
  }
  .c-modal__title {
    font-size: 1.75rem;
    margin-right: 1.5rem;
  }
  .c-modal__close::after {
    width: 1rem;
    height: 1rem;
  }
  .c-modal__close {
    width: 2rem;
    height: 2rem;
  }
  .c-modal__inner {
    padding: 2rem;
  }
  .c-modal__body {
    margin-top: 1.5rem;
  }
  .c-modal__lead::before {
    width: 16px;
    height: 16px;
  }
  .c-modal__desc {
    font-size: 1rem;
  }
  .c-modal__table {
    font-size: 1rem;
  }
  .c-modal__table th {
    padding: 0.5rem 0;
    width: 33.3333333333%;
  }
  .c-modal__table td {
    padding: 0 0.625rem;
  }
  .c-modal__table--4cell th {
    width: 25%;
  }
  .c-modal__table-cell {
    padding: 0.375rem 0;
  }
  .c-modal__photo-img {
    width: 170px;
  }
  #js-pagetop {
    right: 50px;
  }
  .c-pagetop__icon {
    width: 40px;
    height: 40px;
  }
  .c-pagetop__icon:hover {
    border: solid 1px #E95504;
  }
  .c-pagetop__icon:hover::after {
    background-color: #E95504;
  }
  .c-pagetop__icon::after {
    width: 12px;
    height: 16px;
  }
  .c-paragraph {
    font-size: 1rem;
  }
  .c-paragraph--small {
    font-size: 0.75rem;
  }
  .c-privacy {
    margin-top: 3rem;
  }
  .c-product-info__list {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  .c-product-info__item {
    display: flex;
    align-items: baseline;
  }
  .c-product-info__item + .c-product-info__item {
    margin-top: 0.5rem;
  }
  .c-product-info__mark {
    margin-right: 0.125rem;
  }
  .c-product-info__category {
    width: 16.3377192982%;
  }
  .c-product-info__data {
    width: 83.6622807018%;
    margin: 0 0 0 0.5rem;
  }
  .c-product {
    max-width: 810px;
    margin: 0 auto;
  }
  .c-product__content {
    margin-left: 9.8765432099%;
  }
  .c-product__package-image {
    max-width: 314px;
  }
  .c-product__content-image {
    margin-top: 1.9375rem;
  }
  .c-product__description {
    margin-top: 1.5rem;
  }
  .c-product__description-image {
    width: 117px;
  }
  .c-product__indication .c-heading + .c-paragraph {
    margin-top: 0.25rem;
  }
  .c-product__indication .c-paragraph + .c-paragraph {
    margin-top: 0.25rem;
  }
  .c-product__image {
    margin-top: 2.5rem;
  }
  .c-text-link {
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-text-link:hover {
    color: #E95504;
    text-decoration: none;
  }
  .c-text-link--margin {
    margin-left: 0.125rem;
  }
  .c-text-link--none {
    pointer-events: none;
  }
  .c-text-link--underline {
    text-underline-offset: 0.5rem;
  }
  .c-text-link--underline:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #E95504;
            text-decoration-color: #E95504;
  }
  .c-topic {
    max-width: 1024px;
  }
  .c-topic::before {
    width: 110px;
    content: url(/assets/img/img_topic_pc.png);
    top: -20px;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  .c-topic__inner {
    padding: 2rem 3.5rem;
    border-radius: 24px;
  }
  .c-topic__inner .c-paragraph {
    margin-top: 1.5rem;
  }
  .c-topic__inner .c-heading + .c-paragraph {
    margin-top: 0.375rem;
  }
  .c-topic__chart {
    justify-content: center;
    align-items: flex-end;
    margin-top: 1.5rem;
  }
  .c-topic__comment-picture + .c-paragraph {
    margin-top: 1.5rem;
  }
  .js-modal__content {
    max-width: 750px;
    padding: 0 4.25rem;
  }
  .js-modal__prev, .js-modal__next {
    position: absolute;
    width: 32px;
    height: 32px;
  }
  .js-modal__prev {
    left: 10px;
  }
  .js-modal__next {
    right: 10px;
  }
  .js-modal__view {
    padding: 2rem;
  }
  .u-hidden\@pc {
    display: none !important;
  }
  .u-mt0\@pc {
    margin-top: 0px !important;
  }
  .u-mb0\@pc {
    margin-bottom: 0px !important;
  }
  .u-ml0\@pc {
    margin-left: 0px !important;
  }
  .u-mr0\@pc {
    margin-right: 0px !important;
  }
  .u-pt0\@pc {
    padding-top: 0px !important;
  }
  .u-pb0\@pc {
    padding-bottom: 0px !important;
  }
  .u-pl0\@pc {
    padding-left: 0px !important;
  }
  .u-pr0\@pc {
    padding-right: 0px !important;
  }
  .u-px0\@pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@pc {
    margin-top: 5px !important;
  }
  .u-mb5\@pc {
    margin-bottom: 5px !important;
  }
  .u-ml5\@pc {
    margin-left: 5px !important;
  }
  .u-mr5\@pc {
    margin-right: 5px !important;
  }
  .u-pt5\@pc {
    padding-top: 5px !important;
  }
  .u-pb5\@pc {
    padding-bottom: 5px !important;
  }
  .u-pl5\@pc {
    padding-left: 5px !important;
  }
  .u-pr5\@pc {
    padding-right: 5px !important;
  }
  .u-px5\@pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@pc {
    margin-top: 10px !important;
  }
  .u-mb10\@pc {
    margin-bottom: 10px !important;
  }
  .u-ml10\@pc {
    margin-left: 10px !important;
  }
  .u-mr10\@pc {
    margin-right: 10px !important;
  }
  .u-pt10\@pc {
    padding-top: 10px !important;
  }
  .u-pb10\@pc {
    padding-bottom: 10px !important;
  }
  .u-pl10\@pc {
    padding-left: 10px !important;
  }
  .u-pr10\@pc {
    padding-right: 10px !important;
  }
  .u-px10\@pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@pc {
    margin-top: 15px !important;
  }
  .u-mb15\@pc {
    margin-bottom: 15px !important;
  }
  .u-ml15\@pc {
    margin-left: 15px !important;
  }
  .u-mr15\@pc {
    margin-right: 15px !important;
  }
  .u-pt15\@pc {
    padding-top: 15px !important;
  }
  .u-pb15\@pc {
    padding-bottom: 15px !important;
  }
  .u-pl15\@pc {
    padding-left: 15px !important;
  }
  .u-pr15\@pc {
    padding-right: 15px !important;
  }
  .u-px15\@pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@pc {
    margin-top: 20px !important;
  }
  .u-mb20\@pc {
    margin-bottom: 20px !important;
  }
  .u-ml20\@pc {
    margin-left: 20px !important;
  }
  .u-mr20\@pc {
    margin-right: 20px !important;
  }
  .u-pt20\@pc {
    padding-top: 20px !important;
  }
  .u-pb20\@pc {
    padding-bottom: 20px !important;
  }
  .u-pl20\@pc {
    padding-left: 20px !important;
  }
  .u-pr20\@pc {
    padding-right: 20px !important;
  }
  .u-px20\@pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@pc {
    margin-top: 25px !important;
  }
  .u-mb25\@pc {
    margin-bottom: 25px !important;
  }
  .u-ml25\@pc {
    margin-left: 25px !important;
  }
  .u-mr25\@pc {
    margin-right: 25px !important;
  }
  .u-pt25\@pc {
    padding-top: 25px !important;
  }
  .u-pb25\@pc {
    padding-bottom: 25px !important;
  }
  .u-pl25\@pc {
    padding-left: 25px !important;
  }
  .u-pr25\@pc {
    padding-right: 25px !important;
  }
  .u-px25\@pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@pc {
    margin-top: 30px !important;
  }
  .u-mb30\@pc {
    margin-bottom: 30px !important;
  }
  .u-ml30\@pc {
    margin-left: 30px !important;
  }
  .u-mr30\@pc {
    margin-right: 30px !important;
  }
  .u-pt30\@pc {
    padding-top: 30px !important;
  }
  .u-pb30\@pc {
    padding-bottom: 30px !important;
  }
  .u-pl30\@pc {
    padding-left: 30px !important;
  }
  .u-pr30\@pc {
    padding-right: 30px !important;
  }
  .u-px30\@pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@pc {
    margin-top: 35px !important;
  }
  .u-mb35\@pc {
    margin-bottom: 35px !important;
  }
  .u-ml35\@pc {
    margin-left: 35px !important;
  }
  .u-mr35\@pc {
    margin-right: 35px !important;
  }
  .u-pt35\@pc {
    padding-top: 35px !important;
  }
  .u-pb35\@pc {
    padding-bottom: 35px !important;
  }
  .u-pl35\@pc {
    padding-left: 35px !important;
  }
  .u-pr35\@pc {
    padding-right: 35px !important;
  }
  .u-px35\@pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@pc {
    margin-top: 40px !important;
  }
  .u-mb40\@pc {
    margin-bottom: 40px !important;
  }
  .u-ml40\@pc {
    margin-left: 40px !important;
  }
  .u-mr40\@pc {
    margin-right: 40px !important;
  }
  .u-pt40\@pc {
    padding-top: 40px !important;
  }
  .u-pb40\@pc {
    padding-bottom: 40px !important;
  }
  .u-pl40\@pc {
    padding-left: 40px !important;
  }
  .u-pr40\@pc {
    padding-right: 40px !important;
  }
  .u-px40\@pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@pc {
    margin-top: 45px !important;
  }
  .u-mb45\@pc {
    margin-bottom: 45px !important;
  }
  .u-ml45\@pc {
    margin-left: 45px !important;
  }
  .u-mr45\@pc {
    margin-right: 45px !important;
  }
  .u-pt45\@pc {
    padding-top: 45px !important;
  }
  .u-pb45\@pc {
    padding-bottom: 45px !important;
  }
  .u-pl45\@pc {
    padding-left: 45px !important;
  }
  .u-pr45\@pc {
    padding-right: 45px !important;
  }
  .u-px45\@pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@pc {
    margin-top: 50px !important;
  }
  .u-mb50\@pc {
    margin-bottom: 50px !important;
  }
  .u-ml50\@pc {
    margin-left: 50px !important;
  }
  .u-mr50\@pc {
    margin-right: 50px !important;
  }
  .u-pt50\@pc {
    padding-top: 50px !important;
  }
  .u-pb50\@pc {
    padding-bottom: 50px !important;
  }
  .u-pl50\@pc {
    padding-left: 50px !important;
  }
  .u-pr50\@pc {
    padding-right: 50px !important;
  }
  .u-px50\@pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@pc {
    margin-top: 55px !important;
  }
  .u-mb55\@pc {
    margin-bottom: 55px !important;
  }
  .u-ml55\@pc {
    margin-left: 55px !important;
  }
  .u-mr55\@pc {
    margin-right: 55px !important;
  }
  .u-pt55\@pc {
    padding-top: 55px !important;
  }
  .u-pb55\@pc {
    padding-bottom: 55px !important;
  }
  .u-pl55\@pc {
    padding-left: 55px !important;
  }
  .u-pr55\@pc {
    padding-right: 55px !important;
  }
  .u-px55\@pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@pc {
    margin-top: 60px !important;
  }
  .u-mb60\@pc {
    margin-bottom: 60px !important;
  }
  .u-ml60\@pc {
    margin-left: 60px !important;
  }
  .u-mr60\@pc {
    margin-right: 60px !important;
  }
  .u-pt60\@pc {
    padding-top: 60px !important;
  }
  .u-pb60\@pc {
    padding-bottom: 60px !important;
  }
  .u-pl60\@pc {
    padding-left: 60px !important;
  }
  .u-pr60\@pc {
    padding-right: 60px !important;
  }
  .u-px60\@pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@pc {
    margin-top: 65px !important;
  }
  .u-mb65\@pc {
    margin-bottom: 65px !important;
  }
  .u-ml65\@pc {
    margin-left: 65px !important;
  }
  .u-mr65\@pc {
    margin-right: 65px !important;
  }
  .u-pt65\@pc {
    padding-top: 65px !important;
  }
  .u-pb65\@pc {
    padding-bottom: 65px !important;
  }
  .u-pl65\@pc {
    padding-left: 65px !important;
  }
  .u-pr65\@pc {
    padding-right: 65px !important;
  }
  .u-px65\@pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@pc {
    margin-top: 70px !important;
  }
  .u-mb70\@pc {
    margin-bottom: 70px !important;
  }
  .u-ml70\@pc {
    margin-left: 70px !important;
  }
  .u-mr70\@pc {
    margin-right: 70px !important;
  }
  .u-pt70\@pc {
    padding-top: 70px !important;
  }
  .u-pb70\@pc {
    padding-bottom: 70px !important;
  }
  .u-pl70\@pc {
    padding-left: 70px !important;
  }
  .u-pr70\@pc {
    padding-right: 70px !important;
  }
  .u-px70\@pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@pc {
    margin-top: 75px !important;
  }
  .u-mb75\@pc {
    margin-bottom: 75px !important;
  }
  .u-ml75\@pc {
    margin-left: 75px !important;
  }
  .u-mr75\@pc {
    margin-right: 75px !important;
  }
  .u-pt75\@pc {
    padding-top: 75px !important;
  }
  .u-pb75\@pc {
    padding-bottom: 75px !important;
  }
  .u-pl75\@pc {
    padding-left: 75px !important;
  }
  .u-pr75\@pc {
    padding-right: 75px !important;
  }
  .u-px75\@pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@pc {
    margin-top: 80px !important;
  }
  .u-mb80\@pc {
    margin-bottom: 80px !important;
  }
  .u-ml80\@pc {
    margin-left: 80px !important;
  }
  .u-mr80\@pc {
    margin-right: 80px !important;
  }
  .u-pt80\@pc {
    padding-top: 80px !important;
  }
  .u-pb80\@pc {
    padding-bottom: 80px !important;
  }
  .u-pl80\@pc {
    padding-left: 80px !important;
  }
  .u-pr80\@pc {
    padding-right: 80px !important;
  }
  .u-px80\@pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@pc {
    margin-top: 85px !important;
  }
  .u-mb85\@pc {
    margin-bottom: 85px !important;
  }
  .u-ml85\@pc {
    margin-left: 85px !important;
  }
  .u-mr85\@pc {
    margin-right: 85px !important;
  }
  .u-pt85\@pc {
    padding-top: 85px !important;
  }
  .u-pb85\@pc {
    padding-bottom: 85px !important;
  }
  .u-pl85\@pc {
    padding-left: 85px !important;
  }
  .u-pr85\@pc {
    padding-right: 85px !important;
  }
  .u-px85\@pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@pc {
    margin-top: 90px !important;
  }
  .u-mb90\@pc {
    margin-bottom: 90px !important;
  }
  .u-ml90\@pc {
    margin-left: 90px !important;
  }
  .u-mr90\@pc {
    margin-right: 90px !important;
  }
  .u-pt90\@pc {
    padding-top: 90px !important;
  }
  .u-pb90\@pc {
    padding-bottom: 90px !important;
  }
  .u-pl90\@pc {
    padding-left: 90px !important;
  }
  .u-pr90\@pc {
    padding-right: 90px !important;
  }
  .u-px90\@pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@pc {
    margin-top: 95px !important;
  }
  .u-mb95\@pc {
    margin-bottom: 95px !important;
  }
  .u-ml95\@pc {
    margin-left: 95px !important;
  }
  .u-mr95\@pc {
    margin-right: 95px !important;
  }
  .u-pt95\@pc {
    padding-top: 95px !important;
  }
  .u-pb95\@pc {
    padding-bottom: 95px !important;
  }
  .u-pl95\@pc {
    padding-left: 95px !important;
  }
  .u-pr95\@pc {
    padding-right: 95px !important;
  }
  .u-px95\@pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@pc {
    margin-top: 100px !important;
  }
  .u-mb100\@pc {
    margin-bottom: 100px !important;
  }
  .u-ml100\@pc {
    margin-left: 100px !important;
  }
  .u-mr100\@pc {
    margin-right: 100px !important;
  }
  .u-pt100\@pc {
    padding-top: 100px !important;
  }
  .u-pb100\@pc {
    padding-bottom: 100px !important;
  }
  .u-pl100\@pc {
    padding-left: 100px !important;
  }
  .u-pr100\@pc {
    padding-right: 100px !important;
  }
  .u-px100\@pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@pc {
    text-align: left !important;
  }
  .u-text--center\@pc {
    text-align: center !important;
  }
  .u-text--right\@pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767.98px) {
  .o-folicacid-kestose__description .c-heading + .c-paragraph {
    text-align: left;
  }
  .o-folicacid-kestose__description-topic .c-topic .c-topic__inner .c-paragraph {
    text-align: center;
  }
  .o-folicacid-kestose__description-topic .c-topic__inner .c-topic__chart + .c-paragraph {
    text-align: right;
    margin-top: 0.75rem;
  }
  .o-privacy .c-heading--level1 + .c-paragraph {
    margin-top: 1.75rem;
  }
  .c-top-about-box {
    flex-direction: column;
  }
  .c-top-about-box__description {
    text-align: center;
  }
  .c-top-about-box__paragraph {
    text-align: left;
  }
  .c-about-lafill::before {
    content: url(/assets/img/background_about_left_sp.jpg);
    top: -215px;
    left: -87px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .c-about-lafill::after {
    content: url(/assets/img/background_about_right_sp.jpg);
    top: -149px;
    right: -20%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .c-about-lafill__description {
    margin-top: 1.25rem;
  }
  .c-anchor-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-anchor {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 47.2312703583%;
    padding: 0.75rem 1rem;
  }
  .c-anchor + .c-anchor {
    margin-top: 1rem;
  }
  .c-anchor + .c-anchor:nth-child(2) {
    margin-top: 0;
  }
  .c-banner-wrap {
    text-align: center;
  }
  .c-footer__list {
    align-items: center;
  }
  .c-footer__text {
    text-align: center;
  }
  .c-footer__logo-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 1.625rem 0 0;
  }
  .c-footer__logo-image {
    width: 148px;
  }
  .c-header-navi {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }
  .c-header-navi__list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: -5.625rem;
    opacity: 0;
  }
  .c-header-navi__item {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    transition-delay: 0.6s;
  }
  .c-header-navi__item > .c-button {
    font-size: 1.0625rem;
    border-radius: 0;
    color: #E95504;
    text-decoration: underline;
    text-underline-offset: 0.375rem;
    -webkit-text-decoration-color: #E95504;
            text-decoration-color: #E95504;
    border: none;
  }
  .c-header-navi__item > .c-button::before {
    content: none;
  }
  .c-header-navi__legal-item {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    transition-delay: 0.6s;
  }
  .c-header__control {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 48px;
    height: 48px;
    padding: 0.625rem;
    right: 1.375rem;
    cursor: pointer;
    z-index: 2;
  }
  .c-header__control::before, .c-header__control::after,
.c-header__control .c-header__control__icon {
    position: absolute;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #3E3A39;
    width: 28px;
    height: 1px;
    opacity: 1;
    line-height: 0;
    top: 48.5%;
    left: 23%;
  }
  .c-header__control::before {
    content: "";
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .c-header__control::after {
    content: "";
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .c-header__text {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 0.625rem;
    line-height: 1.5;
    font-weight: 400;
    color: #3E3A39;
  }
  .c-header__text-image {
    margin-left: 0.25rem;
  }
  .c-header--open {
    overflow: hidden;
  }
  .c-header--open .o-wrapper {
    overflow: auto;
  }
  .c-header--open .c-header-navi {
    opacity: 1;
    visibility: visible;
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #ffffff;
  }
  .c-header--open .c-header-navi__item,
.c-header--open .c-header-navi__legal-item,
.c-header--open .c-header-navi__logo-link {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    visibility: visible;
  }
  .c-header--open .delay1 {
    transition-delay: 0.47s;
  }
  .c-header--open .delay2 {
    transition-delay: 0.54s;
  }
  .c-header--open .delay3 {
    transition-delay: 0.61s;
  }
  .c-header--open .delay4 {
    transition-delay: 0.68s;
  }
  .c-heading--emphasized {
    line-height: 1.75;
  }
  .c-heading--label {
    text-align: center;
    display: inline;
  }
  .c-info-box--white .c-info-box__description-wrap .c-paragraph + .c-paragraph {
    margin-top: 0.25rem;
    text-indent: -1.6rem;
    margin-left: 1.6rem;
  }
  .c-info-box__description + .c-info-box__chart {
    margin-top: 1rem;
  }
  .c-info-box__description + .c-info-box__chart .c-paragraph--small {
    text-indent: -1.6rem;
    margin-left: 1.6rem;
  }
  .c-info-box__description-image .c-paragraph {
    text-indent: -1.6rem;
    margin-left: 1.6rem;
  }
  .c-info-box__chart {
    margin-top: 1.25rem;
  }
  .c-info-box__chart-image--margin {
    margin-top: 0;
  }
  .c-info-box__check {
    flex-direction: column;
  }
  .c-info-box__check-image {
    width: 27.4900398406%;
  }
  .c-product {
    flex-direction: column;
  }
  .c-product__content {
    text-align: center;
    margin-top: 2.5rem;
  }
  .c-product__package-image {
    width: 51.1400651466%;
  }
  .c-product__indication {
    width: 100%;
  }
  .c-text-link--small {
    font-size: 0.625rem;
  }
  .c-topic__inner .c-heading {
    margin-top: 0.75rem;
  }
  .c-topic__chart {
    flex-direction: column;
  }
  .c-topic__comment {
    margin-top: 0.5rem;
  }
  .u-hidden\@sp {
    display: none !important;
  }
  .u-mt0\@sp {
    margin-top: 0px !important;
  }
  .u-mb0\@sp {
    margin-bottom: 0px !important;
  }
  .u-ml0\@sp {
    margin-left: 0px !important;
  }
  .u-mr0\@sp {
    margin-right: 0px !important;
  }
  .u-pt0\@sp {
    padding-top: 0px !important;
  }
  .u-pb0\@sp {
    padding-bottom: 0px !important;
  }
  .u-pl0\@sp {
    padding-left: 0px !important;
  }
  .u-pr0\@sp {
    padding-right: 0px !important;
  }
  .u-px0\@sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@sp {
    margin-top: 5px !important;
  }
  .u-mb5\@sp {
    margin-bottom: 5px !important;
  }
  .u-ml5\@sp {
    margin-left: 5px !important;
  }
  .u-mr5\@sp {
    margin-right: 5px !important;
  }
  .u-pt5\@sp {
    padding-top: 5px !important;
  }
  .u-pb5\@sp {
    padding-bottom: 5px !important;
  }
  .u-pl5\@sp {
    padding-left: 5px !important;
  }
  .u-pr5\@sp {
    padding-right: 5px !important;
  }
  .u-px5\@sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@sp {
    margin-top: 10px !important;
  }
  .u-mb10\@sp {
    margin-bottom: 10px !important;
  }
  .u-ml10\@sp {
    margin-left: 10px !important;
  }
  .u-mr10\@sp {
    margin-right: 10px !important;
  }
  .u-pt10\@sp {
    padding-top: 10px !important;
  }
  .u-pb10\@sp {
    padding-bottom: 10px !important;
  }
  .u-pl10\@sp {
    padding-left: 10px !important;
  }
  .u-pr10\@sp {
    padding-right: 10px !important;
  }
  .u-px10\@sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@sp {
    margin-top: 15px !important;
  }
  .u-mb15\@sp {
    margin-bottom: 15px !important;
  }
  .u-ml15\@sp {
    margin-left: 15px !important;
  }
  .u-mr15\@sp {
    margin-right: 15px !important;
  }
  .u-pt15\@sp {
    padding-top: 15px !important;
  }
  .u-pb15\@sp {
    padding-bottom: 15px !important;
  }
  .u-pl15\@sp {
    padding-left: 15px !important;
  }
  .u-pr15\@sp {
    padding-right: 15px !important;
  }
  .u-px15\@sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@sp {
    margin-top: 20px !important;
  }
  .u-mb20\@sp {
    margin-bottom: 20px !important;
  }
  .u-ml20\@sp {
    margin-left: 20px !important;
  }
  .u-mr20\@sp {
    margin-right: 20px !important;
  }
  .u-pt20\@sp {
    padding-top: 20px !important;
  }
  .u-pb20\@sp {
    padding-bottom: 20px !important;
  }
  .u-pl20\@sp {
    padding-left: 20px !important;
  }
  .u-pr20\@sp {
    padding-right: 20px !important;
  }
  .u-px20\@sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@sp {
    margin-top: 25px !important;
  }
  .u-mb25\@sp {
    margin-bottom: 25px !important;
  }
  .u-ml25\@sp {
    margin-left: 25px !important;
  }
  .u-mr25\@sp {
    margin-right: 25px !important;
  }
  .u-pt25\@sp {
    padding-top: 25px !important;
  }
  .u-pb25\@sp {
    padding-bottom: 25px !important;
  }
  .u-pl25\@sp {
    padding-left: 25px !important;
  }
  .u-pr25\@sp {
    padding-right: 25px !important;
  }
  .u-px25\@sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@sp {
    margin-top: 30px !important;
  }
  .u-mb30\@sp {
    margin-bottom: 30px !important;
  }
  .u-ml30\@sp {
    margin-left: 30px !important;
  }
  .u-mr30\@sp {
    margin-right: 30px !important;
  }
  .u-pt30\@sp {
    padding-top: 30px !important;
  }
  .u-pb30\@sp {
    padding-bottom: 30px !important;
  }
  .u-pl30\@sp {
    padding-left: 30px !important;
  }
  .u-pr30\@sp {
    padding-right: 30px !important;
  }
  .u-px30\@sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@sp {
    margin-top: 35px !important;
  }
  .u-mb35\@sp {
    margin-bottom: 35px !important;
  }
  .u-ml35\@sp {
    margin-left: 35px !important;
  }
  .u-mr35\@sp {
    margin-right: 35px !important;
  }
  .u-pt35\@sp {
    padding-top: 35px !important;
  }
  .u-pb35\@sp {
    padding-bottom: 35px !important;
  }
  .u-pl35\@sp {
    padding-left: 35px !important;
  }
  .u-pr35\@sp {
    padding-right: 35px !important;
  }
  .u-px35\@sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@sp {
    margin-top: 40px !important;
  }
  .u-mb40\@sp {
    margin-bottom: 40px !important;
  }
  .u-ml40\@sp {
    margin-left: 40px !important;
  }
  .u-mr40\@sp {
    margin-right: 40px !important;
  }
  .u-pt40\@sp {
    padding-top: 40px !important;
  }
  .u-pb40\@sp {
    padding-bottom: 40px !important;
  }
  .u-pl40\@sp {
    padding-left: 40px !important;
  }
  .u-pr40\@sp {
    padding-right: 40px !important;
  }
  .u-px40\@sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@sp {
    margin-top: 45px !important;
  }
  .u-mb45\@sp {
    margin-bottom: 45px !important;
  }
  .u-ml45\@sp {
    margin-left: 45px !important;
  }
  .u-mr45\@sp {
    margin-right: 45px !important;
  }
  .u-pt45\@sp {
    padding-top: 45px !important;
  }
  .u-pb45\@sp {
    padding-bottom: 45px !important;
  }
  .u-pl45\@sp {
    padding-left: 45px !important;
  }
  .u-pr45\@sp {
    padding-right: 45px !important;
  }
  .u-px45\@sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@sp {
    margin-top: 50px !important;
  }
  .u-mb50\@sp {
    margin-bottom: 50px !important;
  }
  .u-ml50\@sp {
    margin-left: 50px !important;
  }
  .u-mr50\@sp {
    margin-right: 50px !important;
  }
  .u-pt50\@sp {
    padding-top: 50px !important;
  }
  .u-pb50\@sp {
    padding-bottom: 50px !important;
  }
  .u-pl50\@sp {
    padding-left: 50px !important;
  }
  .u-pr50\@sp {
    padding-right: 50px !important;
  }
  .u-px50\@sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@sp {
    margin-top: 55px !important;
  }
  .u-mb55\@sp {
    margin-bottom: 55px !important;
  }
  .u-ml55\@sp {
    margin-left: 55px !important;
  }
  .u-mr55\@sp {
    margin-right: 55px !important;
  }
  .u-pt55\@sp {
    padding-top: 55px !important;
  }
  .u-pb55\@sp {
    padding-bottom: 55px !important;
  }
  .u-pl55\@sp {
    padding-left: 55px !important;
  }
  .u-pr55\@sp {
    padding-right: 55px !important;
  }
  .u-px55\@sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@sp {
    margin-top: 60px !important;
  }
  .u-mb60\@sp {
    margin-bottom: 60px !important;
  }
  .u-ml60\@sp {
    margin-left: 60px !important;
  }
  .u-mr60\@sp {
    margin-right: 60px !important;
  }
  .u-pt60\@sp {
    padding-top: 60px !important;
  }
  .u-pb60\@sp {
    padding-bottom: 60px !important;
  }
  .u-pl60\@sp {
    padding-left: 60px !important;
  }
  .u-pr60\@sp {
    padding-right: 60px !important;
  }
  .u-px60\@sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@sp {
    margin-top: 65px !important;
  }
  .u-mb65\@sp {
    margin-bottom: 65px !important;
  }
  .u-ml65\@sp {
    margin-left: 65px !important;
  }
  .u-mr65\@sp {
    margin-right: 65px !important;
  }
  .u-pt65\@sp {
    padding-top: 65px !important;
  }
  .u-pb65\@sp {
    padding-bottom: 65px !important;
  }
  .u-pl65\@sp {
    padding-left: 65px !important;
  }
  .u-pr65\@sp {
    padding-right: 65px !important;
  }
  .u-px65\@sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@sp {
    margin-top: 70px !important;
  }
  .u-mb70\@sp {
    margin-bottom: 70px !important;
  }
  .u-ml70\@sp {
    margin-left: 70px !important;
  }
  .u-mr70\@sp {
    margin-right: 70px !important;
  }
  .u-pt70\@sp {
    padding-top: 70px !important;
  }
  .u-pb70\@sp {
    padding-bottom: 70px !important;
  }
  .u-pl70\@sp {
    padding-left: 70px !important;
  }
  .u-pr70\@sp {
    padding-right: 70px !important;
  }
  .u-px70\@sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@sp {
    margin-top: 75px !important;
  }
  .u-mb75\@sp {
    margin-bottom: 75px !important;
  }
  .u-ml75\@sp {
    margin-left: 75px !important;
  }
  .u-mr75\@sp {
    margin-right: 75px !important;
  }
  .u-pt75\@sp {
    padding-top: 75px !important;
  }
  .u-pb75\@sp {
    padding-bottom: 75px !important;
  }
  .u-pl75\@sp {
    padding-left: 75px !important;
  }
  .u-pr75\@sp {
    padding-right: 75px !important;
  }
  .u-px75\@sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@sp {
    margin-top: 80px !important;
  }
  .u-mb80\@sp {
    margin-bottom: 80px !important;
  }
  .u-ml80\@sp {
    margin-left: 80px !important;
  }
  .u-mr80\@sp {
    margin-right: 80px !important;
  }
  .u-pt80\@sp {
    padding-top: 80px !important;
  }
  .u-pb80\@sp {
    padding-bottom: 80px !important;
  }
  .u-pl80\@sp {
    padding-left: 80px !important;
  }
  .u-pr80\@sp {
    padding-right: 80px !important;
  }
  .u-px80\@sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@sp {
    margin-top: 85px !important;
  }
  .u-mb85\@sp {
    margin-bottom: 85px !important;
  }
  .u-ml85\@sp {
    margin-left: 85px !important;
  }
  .u-mr85\@sp {
    margin-right: 85px !important;
  }
  .u-pt85\@sp {
    padding-top: 85px !important;
  }
  .u-pb85\@sp {
    padding-bottom: 85px !important;
  }
  .u-pl85\@sp {
    padding-left: 85px !important;
  }
  .u-pr85\@sp {
    padding-right: 85px !important;
  }
  .u-px85\@sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@sp {
    margin-top: 90px !important;
  }
  .u-mb90\@sp {
    margin-bottom: 90px !important;
  }
  .u-ml90\@sp {
    margin-left: 90px !important;
  }
  .u-mr90\@sp {
    margin-right: 90px !important;
  }
  .u-pt90\@sp {
    padding-top: 90px !important;
  }
  .u-pb90\@sp {
    padding-bottom: 90px !important;
  }
  .u-pl90\@sp {
    padding-left: 90px !important;
  }
  .u-pr90\@sp {
    padding-right: 90px !important;
  }
  .u-px90\@sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@sp {
    margin-top: 95px !important;
  }
  .u-mb95\@sp {
    margin-bottom: 95px !important;
  }
  .u-ml95\@sp {
    margin-left: 95px !important;
  }
  .u-mr95\@sp {
    margin-right: 95px !important;
  }
  .u-pt95\@sp {
    padding-top: 95px !important;
  }
  .u-pb95\@sp {
    padding-bottom: 95px !important;
  }
  .u-pl95\@sp {
    padding-left: 95px !important;
  }
  .u-pr95\@sp {
    padding-right: 95px !important;
  }
  .u-px95\@sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@sp {
    margin-top: 100px !important;
  }
  .u-mb100\@sp {
    margin-bottom: 100px !important;
  }
  .u-ml100\@sp {
    margin-left: 100px !important;
  }
  .u-mr100\@sp {
    margin-right: 100px !important;
  }
  .u-pt100\@sp {
    padding-top: 100px !important;
  }
  .u-pb100\@sp {
    padding-bottom: 100px !important;
  }
  .u-pl100\@sp {
    padding-left: 100px !important;
  }
  .u-pr100\@sp {
    padding-right: 100px !important;
  }
  .u-px100\@sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@sp {
    text-align: left !important;
  }
  .u-text--center\@sp {
    text-align: center !important;
  }
  .u-text--right\@sp {
    text-align: right !important;
  }
}
@media screen and (max-width: 930px) and (min-width: 768px) {
  .o-folicacid-kestose__description .c-info-box__chart {
    min-width: 58.8235294118%;
  }
}
@media screen and (max-width: 867px) and (min-width: 768px) {
  .c-top-about-box__image-wrap {
    min-width: 215px;
  }
}
@media screen and (max-width: 975px) and (min-width: 400px) {
  .c-top-about-box__button {
    width: 272px;
  }
}
@media screen and (max-width: 345px) {
  .c-gradient-filled-heading {
    width: 91.2052117264%;
    display: inline-block;
    padding: 0.25rem;
  }
  .c-gradient-filled-heading--small {
    font-size: 1rem;
  }
}