html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}

input[type=submit], input[type=button], button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

input, textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  max-width: 100%
}

:-moz-placeholder-shown {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

:placeholder-shown {
  color: #666
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666;
  opacity: 1
}

:-ms-input-placeholder {
  color: #666
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

select::-ms-expand {
  display: none
}

html, body {
  height: auto
}

body {
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  font-size: 4.4444444444vw;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%
}

@media screen and (min-width: 768px) {
  body {
    line-height: 1.44;
    font-size: 18px
  }
}

a {
  text-decoration: none;
  color: #3251ad
}

a[href="javascript:void(0);"] {
  cursor: default
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline
  }

  a:hover[href="javascript:void(0);"] {
    text-decoration: none
  }
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: .7
  }
}

@media screen and (min-width: 1024px) {
  a[href^=tel] {
    pointer-events: none
  }
}

@media screen and (min-width: 1024px) {
  a img {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

b, strong {
  font-weight: bold
}

i, em {
  font-style: italic
}

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

svg {
  display: inline-block
}

button, input, optgroup, textarea, small {
  font: inherit
}

button {
  padding: 0;
  background: none
}

sub, sup {
  font-size: .75em
}

sub {
  vertical-align: text-bottom
}

sup {
  vertical-align: super
}

*:not(hr):not(legend), *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.container, .container--narrow {
  padding-left: 5.5555555556vw;
  padding-right: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .container, .container--narrow {
    max-width: 100vw;
    padding-left: 39px;
    padding-right: 39px
  }
}

@media screen and (min-width: 1366px) {
  .container, .container--narrow {
    padding-left: calc((100% - 1288px)/2);
    padding-right: calc((100% - 1288px)/2)
  }
}

@media screen and (min-width: 926px) {
  .container--narrow {
    padding-left: calc((100% - 848px)/2);
    padding-right: calc((100% - 848px)/2)
  }
}

.l-flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px
}

.l-flex-grid .fl-col-1 {
  width: 100%
}

.l-flex-grid .fl-col-2 {
  width: calc(50% - (12px * 1 / 2))
}

.l-flex-grid .fl-col-3 {
  width: calc(33.3333333333% - (12px * 2 / 3))
}

.l-flex-grid .fl-col-4 {
  width: calc(25% - (12px * 3 / 4))
}

.l-flex-grid .fl-col-5 {
  width: calc(20% - (12px * 4 / 5))
}

@media screen and (min-width: 768px) {
  .l-flex-grid .lg-fl-col-2 {
    width: calc(50% - (12px * 1 / 2))
  }

  .l-flex-grid .lg-fl-col-3 {
    width: calc(33.3333333333% - (12px * 2 / 3))
  }

  .l-flex-grid .lg-fl-col-4 {
    width: calc(25% - (12px * 3 / 4))
  }

  .l-flex-grid .lg-fl-col-5 {
    width: calc(20% - (12px * 4 / 5))
  }
}

.l-flex-grid-gap-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px
}

.l-flex-grid-gap-l .fl-col-1 {
  width: 100%
}

.l-flex-grid-gap-l .fl-col-2 {
  width: calc(50% - (32px * 1 / 2))
}

.l-flex-grid-gap-l .fl-col-3 {
  width: calc(33.3333333333% - (32px * 2 / 3))
}

.l-flex-grid-gap-l .fl-col-4 {
  width: calc(25% - (32px * 3 / 4))
}

.l-flex-grid-gap-l .fl-col-5 {
  width: calc(20% - (32px * 4 / 5))
}

@media screen and (min-width: 768px) {
  .l-flex-grid-gap-l .lg-fl-col-2 {
    width: calc(50% - (12px * 1 / 2))
  }

  .l-flex-grid-gap-l .lg-fl-col-3 {
    width: calc(33.3333333333% - (12px * 2 / 3))
  }

  .l-flex-grid-gap-l .lg-fl-col-4 {
    width: calc(25% - (12px * 3 / 4))
  }

  .l-flex-grid-gap-l .lg-fl-col-5 {
    width: calc(20% - (12px * 4 / 5))
  }
}

.footer {
  margin-top: auto
}

.footer__sitemap {
  background-color: #f2f2f2
}

@media screen and (min-width: 1025px) {
  .footer__sitemap-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px
  }
}

.footer__menu, .footer__submenu {
  line-height: 1.3;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .footer__menu, .footer__submenu {
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .footer__menu {
    width: 75%
  }
}

@media screen and (min-width: 1025px) {
  .footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 1025px) {
  .footer__menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
  }
}

.footer__menu-trigger {
  display: block;
  border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 1025px) {
  .footer__menu-trigger {
    border-bottom: none
  }
}

.footer__menu-link, .footer__submenu-link {
  position: relative;
  display: block;
  padding: 3.6111111111vw 11.1111111111vw 3.6111111111vw 5.5555555556vw;
  font-weight: bold;
  color: #333
}

@media screen and (min-width: 768px) {
  .footer__menu-link, .footer__submenu-link {
    padding: 13px 78px 13px 39px
  }
}

@media screen and (min-width: 1025px) {
  .footer__menu-link, .footer__submenu-link {
    padding: 0
  }
}

.footer__menu-link[role=button], .footer__submenu-link[role=button] {
  pointer-events: none
}

@media screen and (min-width: 1025px) {
  .footer__menu-link[role=button], .footer__submenu-link[role=button] {
    pointer-events: auto
  }
}

.footer__menu-link[role=button]::before, .footer__menu-link[role=button]::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 5.5555555556vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

@media screen and (min-width: 768px) {
  .footer__menu-link[role=button]::before, .footer__menu-link[role=button]::after {
    width: 14px;
    height: 14px
  }
}

@media screen and (min-width: 1025px) {
  .footer__menu-link[role=button]::before, .footer__menu-link[role=button]::after {
    content: none
  }
}

.footer__menu-link[role=button]::before {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_vertical.svg)
}

.footer__menu-link[role=button]::after {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_column.svg)
}

.footer__menu-trigger.is-active .footer__menu-link[role=button]::before {
  opacity: 0
}

@media screen and (min-width: 1025px) {
  .footer__menu-link {
    margin-bottom: 12px;
    line-height: 1.7
  }
}

.footer__submenu {
  background-color: #e8e8e8;
  display: none
}

@media screen and (min-width: 1025px) {
  .footer__submenu {
    display: block;
    background: none;
    line-height: 1.5;
    font-size: 16px
  }
}

.footer__submenu>*:last-child {
  margin-bottom: 0
}

.footer__submenu .footer__submenu {
  background-color: #dbdbdb
}

@media screen and (min-width: 1025px) {
  .footer__submenu .footer__submenu {
    display: none
  }
}

.footer__submenu .footer__submenu .footer__submenu-item, .footer__submenu .footer__submenu .footer__submenu-title {
  border-color: #c1c1c1
}

.footer__submenu-title {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 3.6111111111vw 5.5555555556vw;
  font-weight: bold;
  color: #333
}

@media screen and (min-width: 768px) {
  .footer__submenu-title {
    padding: 13px 39px
  }
}

@media screen and (min-width: 1025px) {
  .footer__submenu-title {
    display: none
  }
}

@media screen and (min-width: 1025px) {
  .footer__submenu-list {
    margin-bottom: 16px
  }
}

.footer__submenu-item {
  border-bottom: 1px solid #ccc
}

@media screen and (min-width: 1025px) {
  .footer__submenu-item {
    border-bottom: none
  }
}

@media screen and (min-width: 1025px) {
  .footer__submenu-item+.footer__submenu-item {
    margin-top: 8px
  }
}

.footer__submenu-link {
  font-weight: normal
}

.footer__sitemap-item {
  padding: 6.6666666667vw 0 0
}

@media screen and (min-width: 768px) {
  .footer__sitemap-item {
    padding: 24px 0 0
  }
}

@media screen and (min-width: 1025px) {
  .footer__sitemap-item {
    width: 25%;
    padding: 0
  }
}

.footer__sitemap-title {
  display: none
}

@media screen and (min-width: 1025px) {
  .footer__sitemap-title {
    display: block;
    margin-bottom: 14px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: bold;
    color: #333
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .footer__sns {
    padding-bottom: 24px
  }
}

@media screen and (min-width: 1025px) {
  .footer__sns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -14px;
    padding-bottom: 40px
  }
}

.footer__sns-item {
  font-size: 0
}

@media screen and (min-width: 1025px) {
  .footer__sns-item {
    width: 32px;
    margin-right: 20px;
    margin-top: 14px
  }
}

.footer__sns-image {
  width: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .footer__sns-image {
    width: 32px
  }
}

.footer__in {
  padding: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .footer__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 11px 39px
  }
}

@media screen and (min-width: 1025px) {
  .footer__in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px
  }
}

.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  margin: 0 0 -5.5555555556vw -8.8888888889vw;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .footer__navi {
    margin: 0 0 -20px -24px;
    font-size: 14px
  }
}

.footer__navi-item {
  margin: 0 0 5.5555555556vw 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .footer__navi-item {
    margin: 0 0 20px 24px
  }
}

.footer__navi-link {
  color: #666
}

.footer__copy {
  line-height: 1.3;
  margin-top: 5.5555555556vw;
  font-size: 3.3333333333vw;
  color: #666
}

@media screen and (min-width: 768px) {
  .footer__copy {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 24px;
    font-size: 12px
  }
}

.footer__lang-message {
  margin-top: 4.4444444444vw;
  text-align: center;
  color: #666;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .footer__lang-message {
    margin-top: 16px;
    font-size: 14px
  }
}

.footer-add-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 3.8888888889vw 5.5555555556vw;
  border-top: solid 1px #d7d7d7
}

@media screen and (min-width: 768px) {
  .footer-add-menu {
    padding: 24px 39px
  }
}

@media screen and (min-width: 1025px) {
  .footer-add-menu {
    padding: 0;
    border-top: none
  }
}

.footer-add-menu__link {
  font-size: 5vw;
  font-weight: bold;
  color: #333
}

@media screen and (min-width: 768px) {
  .footer-add-menu__link {
    font-size: 18px
  }
}

.footer-add-menu__symbol {
  margin-right: 3.6111111111vw;
  width: 6.8333333333vw
}

@media screen and (min-width: 768px) {
  .footer-add-menu__symbol {
    width: 23.6px;
    margin-right: 12px
  }
}

@media print {
  .l-gnav-new {
    display: none
  }
}

.l-gnav-new button {
  margin: 0;
  color: #333
}

@media screen and (max-width: 1024px) {
  .l-gnav-new {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #f2f2f2
  }

  .l-gnav-new__title {
    display: none
  }

  .l-gnav-new.is-close {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }

  .l-gnav-new.is-active-sp {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-top: 31.1111111111vw;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new.is-active-sp {
    padding-top: 112px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new {
    background-color: #fff;
    position: static;
    height: auto;
    line-height: 1.2;
    overflow: visible
  }

  .l-gnav-new button.l-gnav-new-tab__list__item:not(.is-active):hover, .l-gnav-new a.l-gnav-new-contents__main__list__item:not(.is-active):hover, .l-gnav-new a.l-gnav-new-utility__item:not(.is-active):hover {
    text-decoration: none;
    opacity: .7
  }

  .l-gnav-new button.l-gnav-new-contents__main__list__item:hover {
    padding-bottom: 14px;
    border-bottom: solid 4px #db3833
  }

  .l-gnav-new__title {
    display: none
  }

  .is-fixed .l-gnav-new {
    position: fixed;
    width: 100%;
    top: 0
  }

  .is-fixed .l-gnav-new .l-gnav-new__title {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 32px 0 0
  }

  .is-fixed .l-gnav-new .l-gnav-new__title__img {
    width: 83px
  }

  .is-fixed .l-gnav-new .l-nav-new-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .is-fixed .l-gnav-new .l-nav-new-nav .l-gnav-new-tab {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .is-fixed .l-gnav-new .l-nav-new-nav .l-gnav-new-tab__list__item {
    padding: 28px 20px
  }

  .is-fixed .l-gnav-new .l-nav-new-nav .l-gnav-new-utility {
    -ms-flex-item-align: center;
    align-self: center
  }

  .is-fixed .l-gnav-new .l-gnav-new-contents__sub-wrapper.is-active {
    max-height: calc(100vh - 136px)
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-nav-new-nav {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width: 1024px)and (max-width: 767px) {
  .l-gnav-new .l-nav-new-nav {
    padding-bottom: 5.5555555556vw
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-nav-new-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    overflow: visible
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-control__close {
    position: absolute;
    right: 5.5555555556vw;
    top: 16.6666666667vw;
    display: block;
    z-index: 11;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    padding: 0;
    background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_close.svg) no-repeat center center;
    background-size: contain;
    font-size: 0
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-control__close {
    width: 25px;
    height: 25px;
    right: 39px;
    top: 54px
  }

  .l-gnav-new .l-gnav-new-control__close.dir-rtl {
    right: auto;
    left: 39px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-control__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 11;
    top: 16.6666666667vw;
    left: 5.5555555556vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
    font-size: 4.4444444444vw;
    color: #999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-control__back {
    top: 54px;
    left: 39px;
    font-size: 16px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-control__back::before {
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.3333333333vw;
    height: 6.1111111111vw;
    margin-right: 4.4444444444vw;
    background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_prev.svg) no-repeat center;
    background-size: contain
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-control__back::before {
    width: 12px;
    height: 22px;
    margin-right: 16px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-control__back.is-active-sp {
    opacity: 1;
    visibility: visible
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-control {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-tab {
    position: relative
  }

  .l-gnav-new .l-gnav-new-tab__list {
    border-top: 1px solid #d7d7d7
  }

  .l-gnav-new .l-gnav-new-tab__list__home,
  .l-gnav-new .l-gnav-new-tab__list__item {
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2.7777777778vw 5.5555555556vw;
    color: #333
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-tab__list__home,
  .l-gnav-new .l-gnav-new-tab__list__item {
    padding: 10px 39px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-tab__list__item::after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 4.1666666667vw;
    margin-left: 2.7777777778vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_next.svg) no-repeat center;
    background-size: contain
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-tab__list__item::after {
    width: 9px;
    height: 15px;
    margin-left: 10px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .l-gnav-new .l-gnav-new-tab__list__home {
    display: none;
  }

  .l-gnav-new .l-gnav-new-tab__list__item {
    padding: 14px 20px 9px;
    line-height: 1;
    position: relative;
    font-size: 18px
  }

  .l-gnav-new .l-gnav-new-tab__list__item:not(.is-active)+.l-gnav-new-tab__list__item:not(.is-active)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 1em;
    background-color: #999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .l-gnav-new .l-gnav-new-tab__list__item.is-active {
    padding-right: 19px;
    padding-left: 19px;
    background-color: #db3833;
    color: #fff;
    font-weight: bold
  }
}

.l-gnav-new .l-gnav-new-utility__item {
  color: #333
}

.l-gnav-new .l-gnav-new-utility__item.is-stories {
  background: #db3833;
  color: #fff;
  text-align: center
}

.l-gnav-new .l-gnav-new-utility__item.is-stories:hover {
  text-decoration: none
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-utility {
    margin-top: 47px;
    font-size: 16px
  }
}

@media screen and (max-width: 1024px)and (max-width: 767px) {
  .l-gnav-new .l-gnav-new-utility {
    margin-top: 13.0555555556vw;
    font-size: 4.4444444444vw
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-utility__item {
    padding: 2.7777777778vw 5.5555555556vw;
    display: block
  }

  .l-gnav-new .l-gnav-new-utility__item.is-stories {
    margin: 0 39px 20px;
    padding: 8px 40px;
    border-radius: 40px
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-utility__item {
    padding: 10px 39px
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new .l-gnav-new-utility__item.is-stories {
    margin: 0 5.5555555556vw 20px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .l-gnav-new .l-gnav-new-utility__item {
    padding: 8px 12px
  }

  .l-gnav-new .l-gnav-new-utility__item.is-active {
    color: #db3833
  }

  .l-gnav-new .l-gnav-new-utility__item.is-active:hover {
    text-decoration: none
  }

  .l-gnav-new .l-gnav-new-utility__item.is-stories {
    min-width: 130px;
    margin: 0 12px;
    padding: 4px 12px;
    border-radius: 28px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents {
    position: absolute;
    z-index: 100;
    top: 112px;
    right: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;
    min-height: calc(100vh - 112px);
    min-height: calc(100dvh - 112px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 39px
  }

  .l-gnav-new .l-gnav-new-contents.is-active-sp {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .l-gnav-new .l-gnav-new-contents__main {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #d7d7d7
  }

  .l-gnav-new .l-gnav-new-contents__main.is-active-sp {
    visibility: visible
  }

  .l-gnav-new .l-gnav-new-contents__main__list__item {
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2.7777777778vw 5.5555555556vw;
    color: #333
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-contents__main__list__item {
    padding: 10px 39px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents__main__list__item:not(a)::after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 4.1666666667vw;
    margin-left: 2.7777777778vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_next.svg) no-repeat center;
    background-size: contain
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-contents__main__list__item:not(a)::after {
    width: 9px;
    height: 15px;
    margin-left: 10px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents__sub-close {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents__sub-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 112px);
    min-height: calc(100dvh - 112px);
    padding-bottom: 5.5555555556vw;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  .l-gnav-new .l-gnav-new-contents__sub-wrapper.is-active-sp {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents__sub__list__item {
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2.7777777778vw 5.5555555556vw;
    color: #333
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-contents__sub__list__item {
    padding: 10px 39px
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-contents__sub__list__item.is-primary {
    font-size: 6.6666666667vw
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-contents__sub__list__item.is-primary {
    font-size: 24px
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new .l-gnav-new-contents {
    top: 31.1111111111vw;
    min-height: calc(100vh - 31.1111111111vw);
    min-height: calc(100dvh - 31.1111111111vw)
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-contents {
    background-color: #f2f2f2;
    border-top: solid 6px #db3833
  }

  .l-gnav-new .l-gnav-new-contents__main {
    position: static;
    height: auto;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px
  }

  .l-gnav-new .l-gnav-new-contents__main.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .l-gnav-new .l-gnav-new-contents__main__list__item {
    padding: 18px 0;
    margin-right: 24px;
    color: #000;
    font-size: 16px
  }

  .l-gnav-new .l-gnav-new-contents__main__list__item.is-active {
    padding-bottom: 14px;
    border-bottom: solid 4px #db3833
  }

  .l-gnav-new .l-gnav-new-contents__sub-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f7f7f7;
    max-height: 0;
    -webkit-transition: padding-top .3s ease-out, padding-bottom .3s ease-out, max-height .3s;
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out, max-height .3s
  }

  .l-gnav-new .l-gnav-new-contents__sub-wrapper.is-active {
    padding-top: 34px;
    padding-bottom: 34px;
    max-height: 100vh;
    overscroll-behavior-y: contain;
    -webkit-transition: padding-top .3s ease-out, padding-bottom .3s ease-out, max-height .3s;
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out, max-height .3s
  }

  .l-gnav-new .l-gnav-new-contents__sub-wrapper.is-active .l-gnav-new-contents__sub-close {
    display: block
  }

  .l-gnav-new .l-gnav-new-contents__sub-close {
    position: absolute;
    display: none;
    right: 39px;
    top: 23px;
    width: 25px;
    height: 25px;
    background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_close.svg);
    font-size: 0
  }
}

@media screen and (min-width: 1025px)and (min-width: 1366px) {
  .l-gnav-new .l-gnav-new-contents__sub-close {
    right: calc((100% - 1288px)/2)
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-contents__sub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear, visibility .1s linear;
    transition: opacity .1s linear, visibility .1s linear
  }

  .l-gnav-new .l-gnav-new-contents__sub__list {
    margin-top: 16px
  }

  .l-gnav-new .l-gnav-new-contents__sub__list:first-child {
    margin-top: 0
  }

  .l-gnav-new .l-gnav-new-contents__sub__list__item {
    padding: 10px 39px;
    color: #000
  }

  .l-gnav-new .l-gnav-new-contents__sub__list__item.is-primary {
    font-size: 24px
  }

  .l-gnav-new .l-gnav-new-contents__sub__list__item:hover {
    background: #db3833;
    text-decoration: none;
    color: #fff;
    opacity: 1
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new .l-gnav-new-contents .l-gnav-new-contents__sub-wrapper.is-active .l-gnav-new-contents__sub {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: line-height .3s ease-out, opacity .2s linear .2s, visibility .2s linear .2s;
    transition: line-height .3s ease-out, opacity .2s linear .2s, visibility .2s linear .2s
  }
}

.l-gnav {
  background-color: #f2f2f2
}

@media print {
  .l-gnav {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  .l-gnav.is-close {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }

  .l-gnav.is-active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-top: 31.1111111111vw;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav.is-active {
    padding-top: 112px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav {
    position: static;
    height: auto;
    line-height: 1.2;
    overflow: visible
  }
}

.l-gnav__title {
  display: none
}

.l-gnav__navi-in {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 767px) {
  .l-gnav__navi-in {
    padding-bottom: 5.5555555556vw
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__navi-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    overflow: visible
  }
}

.l-gnav__menu {
  position: relative;
  border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-bottom: none
  }
}

.l-gnav__menu-item, .l-gnav__submenu-item {
  border-top: 1px solid #d7d7d7
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-item, .l-gnav__submenu-item {
    border-top: none
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-item+.l-gnav__menu-item, .l-gnav__submenu-item+.l-gnav__submenu-item {
    margin-left: 16px
  }
}

@media screen and (min-width: 1366px) {
  .l-gnav__menu-item+.l-gnav__menu-item, .l-gnav__submenu-item+.l-gnav__submenu-item {
    margin-left: 32px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-item.dir-rtl+.l-gnav__menu-item.dir-rtl {
    margin-left: 0;
    margin-right: 16px
  }
}

@media screen and (min-width: 1366px) {
  .l-gnav__menu-item.dir-rtl+.l-gnav__menu-item.dir-rtl {
    margin-left: 0;
    margin-right: 32px
  }
}

.l-gnav__menu-link, .l-gnav__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.7777777778vw 5.5555555556vw;
  color: #333
}

@media screen and (min-width: 768px) {
  .l-gnav__menu-link, .l-gnav__submenu-link {
    padding: 10px 39px
  }
}

.l-gnav__menu-link[role=button]::after, .l-gnav__submenu-link[role=button]::after {
  content: "";
  display: block;
  width: 2.5vw;
  height: 4.1666666667vw;
  margin-left: 2.7777777778vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_next.svg) no-repeat center;
  background-size: contain
}

@media screen and (min-width: 768px) {
  .l-gnav__menu-link[role=button]::after, .l-gnav__submenu-link[role=button]::after {
    width: 9px;
    height: 15px;
    margin-left: 10px
  }
}

.l-gnav__menu-link.dir-rtl[role=button]::after, .l-gnav__submenu-link.dir-rtl[role=button]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.l-gnav__menu-link {
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .l-gnav__menu-link {
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-link {
    position: relative;
    display: block;
    padding: 18px 0 16px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-link:hover {
    text-decoration: none;
    opacity: .7
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-link[role=button]::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin-left: 0;
    background: #666;
    opacity: 0
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-link.is-current::after, .l-gnav__menu-link.is-active::after {
    opacity: 1
  }
}

.l-gnav__submenu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 5.5555555556vw;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2
}

@media screen and (max-width: 1024px) {
  .l-gnav__submenu {
    min-height: calc(100vh - 112px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__submenu {
    min-height: calc(100vh - 31.1111111111vw)
  }
}

@media screen and (min-width: 768px) {
  .l-gnav__submenu {
    padding-bottom: 39px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: 0;
    min-height: 0;
    padding: 0 39px;
    line-height: 1.33;
    background-color: #f2f2f2;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out;
    transition: max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out
  }
}

@media screen and (min-width: 1366px) {
  .l-gnav__submenu {
    padding-left: calc((100% - 1288px)/2);
    padding-right: calc((100% - 1288px)/2)
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu .l-gnav__submenu {
    top: 44px;
    left: 33.333%;
    width: 33.333%;
    max-height: none;
    padding: 0;
    overflow: visible;
    z-index: 1;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out
  }

  .l-gnav__submenu .l-gnav__submenu.dir-rtl {
    left: auto;
    right: 33.333%
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu .l-gnav__submenu .l-gnav__submenu {
    top: 0;
    left: 100%;
    width: 100%
  }

  .l-gnav__submenu .l-gnav__submenu .l-gnav__submenu.dir-rtl {
    left: auto;
    right: 0
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-in {
    position: relative;
    height: 100%;
    padding: 44px 0
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu .l-gnav__submenu .l-gnav__submenu-title, .l-gnav__submenu .l-gnav__submenu .l-gnav__submenu-list {
    width: 100%
  }
}

.l-gnav__submenu-title {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding: 1.3888888889vw 5.5555555556vw;
  font-size: 6.6666666667vw;
  color: #333
}

@media screen and (min-width: 768px) {
  .l-gnav__submenu-title {
    padding: 5px 39px;
    font-size: 24px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-title {
    width: 33.333%;
    border-top: none;
    padding: 10px 54px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-title:hover {
    text-decoration: none;
    background-color: #fff
  }
}

.l-gnav__submenu-list {
  border-bottom: 1px solid #d7d7d7;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .l-gnav__submenu-list {
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-list {
    width: 33.333%;
    border-bottom: none
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-item+.l-gnav__submenu-item {
    margin-left: 0
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link {
    position: relative;
    height: auto;
    margin: 0;
    padding: 10px 54px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link[role=button]::after {
    content: none
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link[role=button]::after {
    content: ""
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link:hover, .l-gnav__submenu-link.is-active {
    text-decoration: none;
    background-color: #fff;
    z-index: 2
  }
}

.l-gnav__info {
  width: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-top: 13.0555555556vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .l-gnav__info {
    margin-top: 47px;
    padding: 10px 39px;
    font-size: 16px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 0;
    font-size: 16px
  }
}

.l-gnav__info-item+.l-gnav__info-item {
  margin-top: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .l-gnav__info-item+.l-gnav__info-item {
    margin-top: 24px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__info-item+.l-gnav__info-item {
    margin-top: 0;
    margin-left: 16px
  }

  .l-gnav__info-item+.l-gnav__info-item.dir-rtl {
    margin-left: 0;
    margin-right: 16px
  }
}

@media screen and (min-width: 1366px) {
  .l-gnav__info-item+.l-gnav__info-item {
    margin-left: 24px
  }

  .l-gnav__info-item+.l-gnav__info-item.dir-rtl {
    margin-left: 0;
    margin-right: 24px
  }
}

.l-gnav__info-link {
  color: #333
}

@media screen and (min-width: 1025px) {
  .l-gnav__info-link {
    position: relative;
    display: block;
    height: 38px;
    padding: 2px 0 0;
    margin-bottom: calc(-1em - 3px);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__info-link:hover {
    text-decoration: none;
    opacity: .7
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__info-link[role=button]::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin-left: 0;
    background: #666;
    opacity: 0
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__info-link[role=button].is-current::after, .l-gnav__info-link[role=button].is-active::after {
    opacity: 1
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav__info-link+.l-gnav__submenu {
    top: 112px
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__info-link+.l-gnav__submenu {
    top: 31.1111111111vw
  }
}

.l-gnav__trigger, .l-gnav__navi-close, .l-gnav__submenu-close {
  position: relative;
  z-index: 11;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  padding: 0;
  background: none
}

@media screen and (min-width: 768px) {
  .l-gnav__trigger, .l-gnav__navi-close, .l-gnav__submenu-close {
    width: 25px;
    height: 25px
  }
}

.l-gnav__trigger::before, .l-gnav__trigger::after, .l-gnav__navi-close::before, .l-gnav__navi-close::after, .l-gnav__submenu-close::before, .l-gnav__submenu-close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.l-gnav__trigger::before, .l-gnav__navi-close::before, .l-gnav__submenu-close::before {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_menu.svg)
}

.l-gnav__trigger::after, .l-gnav__navi-close::after, .l-gnav__submenu-close::after {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_close.svg);
  opacity: 0
}

.l-gnav__trigger {
  z-index: 0
}

.l-gnav__trigger::after {
  content: none
}

.l-gnav__navi-close, .l-gnav__submenu-close {
  display: none
}

@media screen and (min-width: 1025px) {
  .l-gnav__navi-close, .l-gnav__submenu-close {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0
  }

  .l-gnav__navi-close.dir-rtl, .l-gnav__submenu-close.dir-rtl {
    right: auto;
    left: 0
  }
}

.l-gnav__navi-close::before, .l-gnav__submenu-close::before {
  content: none
}

.l-gnav__navi-close::after, .l-gnav__submenu-close::after {
  opacity: 1
}

.l-gnav__navi-close {
  position: absolute;
  right: 5.5555555556vw;
  top: 16.6666666667vw;
  display: inline-block
}

.l-gnav__navi-close.dir-rtl {
  right: auto;
  left: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .l-gnav__navi-close {
    right: 39px;
    top: 54px
  }

  .l-gnav__navi-close.dir-rtl {
    right: auto;
    left: 39px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__navi-close {
    display: none
  }
}

.l-gnav__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 11;
  top: 16.6666666667vw;
  left: 5.5555555556vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: none;
  font-size: 4.4444444444vw;
  color: #999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media screen and (min-width: 768px) {
  .l-gnav__back {
    top: 54px;
    left: 39px;
    font-size: 16px
  }
}

.l-gnav__back::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.3333333333vw;
  height: 6.1111111111vw;
  margin-right: 4.4444444444vw;
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_prev.svg) no-repeat center;
  background-size: contain
}

@media screen and (min-width: 768px) {
  .l-gnav__back::before {
    width: 12px;
    height: 22px;
    margin-right: 16px
  }
}

.l-gnav__back.dir-rtl {
  left: auto;
  right: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .l-gnav__back.dir-rtl {
    left: auto;
    right: 39px
  }
}

.l-gnav__back.dir-rtl::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .l-gnav__back.dir-rtl::before {
    margin-right: 0;
    margin-left: 16px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__back {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav.is-active::after, .l-gnav.is-active .l-gnav__navi {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@media screen and (max-width: 1024px) {
  .is-active+.l-gnav__submenu {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@media screen and (min-width: 1025px) {
  .is-active+.l-gnav__submenu {
    visibility: visible;
    -webkit-transition: max-height .4s ease-in-out, min-height .4s ease-in-out;
    transition: max-height .4s ease-in-out, min-height .4s ease-in-out
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__menu-link.is-other+.l-gnav__submenu, .l-gnav__info-link.is-other+.l-gnav__submenu {
    max-height: none;
    -webkit-transition: max-height .4s ease-in-out, min-height .4s ease-in-out;
    transition: max-height .4s ease-in-out, min-height .4s ease-in-out
  }
}

@media screen and (min-width: 1025px) {
  .is-active+.l-gnav__submenu .l-gnav__submenu, .l-gnav__menu-link.is-other+.l-gnav__submenu .l-gnav__submenu, .l-gnav__info-link.is-other+.l-gnav__submenu .l-gnav__submenu {
    -webkit-transition: opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, max-height .4s ease-in-out, min-height .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link.is-other+.l-gnav__submenu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav__submenu-link.is-active+.l-gnav__submenu, .l-gnav__info-link.is-active+.l-gnav__submenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.l-gnav__back.is-active {
  -webkit-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  opacity: 1
}

@media screen and (max-width: 1024px) {
  .l-gnav__utility-link--search.is-active::before {
    opacity: 0
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav__utility-link--search.is-active::after {
    opacity: 1
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav.is-scrolled {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-animation: opacityFadeIn .3s;
    animation: opacityFadeIn .3s
  }
}

@media screen and (min-width: 1288px) {
  .l-gnav.is-scrolled {
    max-width: 100%;
    padding-left: calc((100% - 1288px)/2);
    padding-right: calc((100% - 1288px)/2)
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav.is-scrolled .l-gnav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .l-gnav.is-scrolled .l-gnav__title__logo.is-local {
    margin-left: 8px
  }

  .l-gnav.is-scrolled .l-gnav__title__logo__img {
    width: auto;
    height: 58px
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav.is-scrolled .l-gnav__navi-in {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: auto;
    padding-right: 0;
    padding-left: 16px
  }

  .l-gnav.is-scrolled .l-gnav__navi-in.dir-rtl {
    padding-right: 16px;
    padding-left: 0
  }
}

@media screen and (min-width: 1288px) {
  .l-gnav.is-scrolled .l-gnav__navi-in {
    padding-left: 32px
  }
}

@media screen and (min-width: 1025px)and (max-width: 1152px) {
  .l-gnav.is-scrolled .l-gnav__menu-link {
    font-size: 14px
  }
}

@media screen and (min-width: 1025px)and (max-width: 1152px) {
  .l-gnav.is-scrolled .l-gnav__info {
    font-size: 14px
  }
}

@-webkit-keyframes opacityFadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8.8888888889vw -2.2222222222vw 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .row {
    margin: -40px -16px 40px
  }
}

.col, .col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .col, .col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 40px
  }
}

.col>:first-child, .col-1>:first-child, .col-2>:first-child, .col-2-4>:first-child, .col-3>:first-child, .col-4>:first-child, .col-5>:first-child, .col-6>:first-child, .col-7>:first-child, .col-8>:first-child, .col-9>:first-child, .col-10>:first-child, .col-11>:first-child, .col-12>:first-child, .col-13>:first-child, .col-14>:first-child, .col-15>:first-child, .col-16>:first-child, .col-17>:first-child, .col-18>:first-child, .col-19>:first-child, .col-20>:first-child, .col-21>:first-child, .col-22>:first-child, .col-23>:first-child, .col-24>:first-child {
  margin-top: 0
}

.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.col-1 {
  -ms-flex-preferred-size: 4.1666666667%;
  flex-basis: 4.1666666667%;
  max-width: 4.1666666667%
}

.col-2 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2-4 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%
}

.col-3 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%
}

.col-4 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%
}

.col-5 {
  -ms-flex-preferred-size: 20.8333333333%;
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%
}

.col-6 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col-7 {
  -ms-flex-preferred-size: 29.1666666667%;
  flex-basis: 29.1666666667%;
  max-width: 29.1666666667%
}

.col-8 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%
}

.col-9 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%
}

.col-10 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%
}

.col-11 {
  -ms-flex-preferred-size: 45.8333333333%;
  flex-basis: 45.8333333333%;
  max-width: 45.8333333333%
}

.col-12 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-13 {
  -ms-flex-preferred-size: 54.1666666667%;
  flex-basis: 54.1666666667%;
  max-width: 54.1666666667%
}

.col-14 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%
}

.col-15 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%
}

.col-16 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%
}

.col-17 {
  -ms-flex-preferred-size: 70.8333333333%;
  flex-basis: 70.8333333333%;
  max-width: 70.8333333333%
}

.col-18 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col-19 {
  -ms-flex-preferred-size: 79.1666666667%;
  flex-basis: 79.1666666667%;
  max-width: 79.1666666667%
}

.col-20 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%
}

.col-21 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%
}

.col-22 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%
}

.col-23 {
  -ms-flex-preferred-size: 95.8333333333%;
  flex-basis: 95.8333333333%;
  max-width: 95.8333333333%
}

.col-24 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .col-md, .col-1-md, .col-2-md, .col-2-4-md, .col-3-md, .col-4-md, .col-5-md, .col-6-md, .col-7-md, .col-8-md, .col-9-md, .col-10-md, .col-11-md, .col-12-md, .col-13-md, .col-14-md, .col-15-md, .col-16-md, .col-17-md, .col-18-md, .col-19-md, .col-20-md, .col-21-md, .col-22-md, .col-23-md, .col-24-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-1-md {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col-2-md {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-2-4-md {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%
  }

  .col-3-md {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col-4-md {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-5-md {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col-6-md {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-7-md {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col-8-md {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-9-md {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col-10-md {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-11-md {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col-12-md {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-13-md {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col-14-md {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-15-md {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col-16-md {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-17-md {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col-18-md {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-19-md {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col-20-md {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-21-md {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col-22-md {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-23-md {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col-24-md {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media screen and (min-width: 1024px) {
  .col-lg, .col-1-lg, .col-2-lg, .col-2-4-lg, .col-3-lg, .col-4-lg, .col-5-lg, .col-6-lg, .col-7-lg, .col-8-lg, .col-9-lg, .col-10-lg, .col-11-lg, .col-12-lg, .col-13-lg, .col-14-lg, .col-15-lg, .col-16-lg, .col-17-lg, .col-18-lg, .col-19-lg, .col-20-lg, .col-21-lg, .col-22-lg, .col-23-lg, .col-24-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-1-lg {
    -ms-flex-preferred-size: 4.1666666667%;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%
  }

  .col-2-lg {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-2-4-lg {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%
  }

  .col-3-lg {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
  }

  .col-4-lg {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-5-lg {
    -ms-flex-preferred-size: 20.8333333333%;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%
  }

  .col-6-lg {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-7-lg {
    -ms-flex-preferred-size: 29.1666666667%;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%
  }

  .col-8-lg {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-9-lg {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
  }

  .col-10-lg {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-11-lg {
    -ms-flex-preferred-size: 45.8333333333%;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%
  }

  .col-12-lg {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-13-lg {
    -ms-flex-preferred-size: 54.1666666667%;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%
  }

  .col-14-lg {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-15-lg {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
  }

  .col-16-lg {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-17-lg {
    -ms-flex-preferred-size: 70.8333333333%;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%
  }

  .col-18-lg {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-19-lg {
    -ms-flex-preferred-size: 79.1666666667%;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%
  }

  .col-20-lg {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-21-lg {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
  }

  .col-22-lg {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-23-lg {
    -ms-flex-preferred-size: 95.8333333333%;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%
  }

  .col-24-lg {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

.header {
  position: relative;
  z-index: 100;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff
}

@media screen and (min-width: 1025px) {
  .is-nav-open .header {
    z-index: 99999
  }
}

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .header .header-container {
    padding: 11.6666666667vw 5.5555555556vw 2.5vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 42px;
    padding-bottom: 9px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-container {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .header-title__logo__img {
  width: auto;
  height: 16.6666666667vw
}

@media screen and (min-width: 768px) {
  .header .header-title__logo__img {
    height: 60px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-title__logo__img {
    height: 84px
  }
}

.header .header-title__logo.is-local {
  display: none
}

@media screen and (min-width: 768px) {
  .header .header-title__logo.is-local {
    display: block;
    margin-left: 8px
  }

  .header .header-title__logo.is-local.dir-rtl {
    margin-left: 0;
    margin-right: 8px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-title__logo.is-local {
    margin-left: 16px
  }

  .header .header-title__logo.is-local.dir-rtl {
    margin-left: 0;
    margin-right: 16px
  }
}

.header .header-title__label {
  position: absolute;
  width: 100%;
  padding: 2.2222222222vw 5.5555555556vw;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  line-height: 1.2857142857;
  color: #666
}

@media screen and (max-width: 767px) {
  .header .header-title__label {
    font-size: 3.8888888889vw
  }

  .header .header-title__label.has-langs {
    padding-right: 30.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-title__label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-title__label {
    position: static;
    width: auto;
    padding: 0;
    margin: 0 0 0 24px;
    background: none;
    font-size: 14px
  }

  .header .header-title__label.dir-rtl {
    margin: 0 24px 0 0
  }
}

.header .header-title__label:hover {
  text-decoration: none;
  opacity: .7
}

@media screen and (max-width: 1024px) {
  .header .header-utilities {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.header .header-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .header .header-utility__item {
    margin-left: 8.3333333333vw
  }

  .header .header-utility__item.dir-rtl {
    margin-left: 0;
    margin-right: 8.3333333333vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-utility__item {
    margin-left: 30px
  }

  .header .header-utility__item.dir-rtl {
    margin-left: 0;
    margin-right: 30px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px
  }

  .header .header-utility__item.dir-rtl {
    margin-left: 0;
    margin-right: 24px
  }
}

.header .header-utility__item:first-child {
  margin-left: 0
}

.header .header-utility__item:first-child.dir-rtl {
  margin-right: 0
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item:hover {
    opacity: .7;
    text-decoration: none
  }
}

.header .header-utility__item__ico {
  width: 7.7777777778vw;
  height: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .header .header-utility__item__ico {
    width: 28px;
    height: 28px
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item__ico {
    width: 16px;
    height: 16px;
    margin-right: 8px
  }

  .header .header-utility__item__ico.dir-rtl {
    margin-right: 0;
    margin-left: 8px
  }
}

@media screen and (max-width: 1024px) {
  .header .header-utility__item__text {
    display: none;
    font-size: 0
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item__text {
    font-size: 14px;
    color: #666
  }
}

.header .header-utility__item.is-trigger {
  cursor: pointer;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item.is-trigger {
    display: none
  }
}

.header .header-utility__item .to-open-search {
  display: block;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: opacityFadeIn;
  animation-name: opacityFadeIn
}

.header .header-utility__item .to-close-search {
  display: none
}

.header .header-utility__item.is-active .to-open-search {
  display: none
}

.header .header-utility__item.is-active .to-close-search {
  display: block;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: opacityFadeIn;
  animation-name: opacityFadeIn
}

.header .header-utility .header-langs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.header .header-utility .header-langs:hover {
  opacity: 1
}

@media screen and (max-width: 767px) {
  .header .header-utility .header-langs {
    position: absolute;
    margin-left: 0 !important;
    right: 4.4444444444vw;
    top: 0
  }

  .header .header-utility .header-langs.dir-rtl {
    right: auto;
    left: 4.4444444444vw
  }
}

.header .header-utility .header-langs__current, .header .header-utility .header-langs__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26.9444444444vw;
  background-color: #fff;
  border-style: solid;
  border-color: #f2f2f2;
  line-height: 1.1;
  text-align: left;
  color: #666;
  font-size: 3.8888888889vw;
  cursor: pointer
}

.header .header-utility .header-langs__current.dir-rtl, .header .header-utility .header-langs__item.dir-rtl {
  text-align: right
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__current, .header .header-utility .header-langs__item {
    width: 80px;
    font-size: 14px;
    border-width: 0px 1px;
    border-color: #d7d7d7
  }
}

.header .header-utility .header-langs__current {
  margin: 0;
  padding: 1.6666666667vw 3.3333333333vw;
  border-width: 0.5555555556vw
}

@media screen and (max-width: 767px) {
  .header .header-utility .header-langs__current {
    margin-top: 0.2777777778vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__current {
    padding: 4px 12px;
    border-width: 1px
  }
}

.header .header-utility .header-langs__current::after {
  content: "";
  display: block;
  position: absolute;
  right: 3.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2.9638888889vw;
  height: 1.4805555556vw
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__current::after {
    right: 8px;
    width: 9px;
    height: 4px
  }
}

.header .header-utility .header-langs__current.dir-rtl::after {
  right: auto;
  left: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__current.dir-rtl::after {
    right: auto;
    left: 8px
  }
}

.header .header-utility .header-langs__current.is-active {
  border-bottom-color: #fff
}

.header .header-utility .header-langs__list {
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  left: 0
}

.header .header-utility .header-langs__item {
  border-width: 0px 0.5555555556vw;
  padding: 1.6666666667vw 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__item {
    padding: 4px 12px;
    border-width: 0px 1px
  }
}

.header .header-utility .header-langs__item:last-child {
  border-bottom-width: 0.5555555556vw
}

@media screen and (min-width: 768px) {
  .header .header-utility .header-langs__item:last-child {
    border-bottom-width: 1px
  }
}

.header .header-search-wide {
  display: none
}

@media screen and (min-width: 1025px) {
  .header .header-search-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
  }

  .header .header-search-wide__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 326px;
    padding: 9px 28px 9px 9px;
    line-height: 1;
    border-bottom: solid 2px #e8e8e8
  }

  .header .header-search-wide__input::-webkit-input-placeholder {
    color: #c1c1c1
  }

  .header .header-search-wide__input::-moz-placeholder {
    color: #c1c1c1
  }

  .header .header-search-wide__input:-ms-input-placeholder {
    color: #c1c1c1
  }

  .header .header-search-wide__input::-ms-input-placeholder {
    color: #c1c1c1
  }

  .header .header-search-wide__input::placeholder {
    color: #c1c1c1
  }

  .header .header-search-wide__submit {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 6px;
    bottom: 12px
  }

  .header .header-search-wide__submit.dir-rtl {
    right: auto;
    left: 6px
  }

  .header .header-search-wide__submit img {
    width: 100%
  }
}

.header .header-search {
  display: none;
  position: absolute;
  width: 100%;
  border-top: solid 1px #dbdbdb;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

.header .header-search.is-active {
  display: block;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: opacityFadeIn;
  animation-name: opacityFadeIn
}

@media screen and (min-width: 1025px) {
  .header .header-search.is-active {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .header .header-search {
    padding: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.header .header-search__input {
  width: 100%;
  border-bottom: solid 1px #e8e8e8
}

@media screen and (min-width: 768px) {
  .header .header-search__input {
    padding: 15px
  }
}

.header .header-search__input::-webkit-input-placeholder {
  color: #c1c1c1
}

.header .header-search__input::-moz-placeholder {
  color: #c1c1c1
}

.header .header-search__input:-ms-input-placeholder {
  color: #c1c1c1
}

.header .header-search__input::-ms-input-placeholder {
  color: #c1c1c1
}

.header .header-search__input::placeholder {
  color: #c1c1c1
}

.header .header-search__submit {
  position: absolute
}

@media screen and (max-width: 767px) {
  .header .header-search__submit {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
    bottom: 8.0555555556vw;
    right: 5.5555555556vw
  }

  .header .header-search__submit.dir-rtl {
    right: auto;
    left: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .header .header-search__submit {
    width: 28px;
    height: 28px;
    bottom: 30px;
    right: 39px
  }

  .header .header-search__submit.dir-rtl {
    right: auto;
    left: 39px
  }
}

.header .header-search__submit img {
  width: 100%
}

.header.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden
}

.header.is-fixed.is-scroll-to-upper {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width: 767px) {
  .header.is-fixed .header-container {
    padding-top: 2.2222222222vw;
    padding-bottom: 2.2222222222vw
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed .header-container {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px
  }
}

.header.is-fixed .header-container .header-title__label {
  opacity: 0
}

.header.is-fixed .header-utility__item {
  display: none
}

.header.is-fixed .header-utility__item.js-menu {
  display: block
}

.is-stop-transition .header, .is-stop-transition .header.is-fixed, .is-stop-transition .header::after, .is-stop-transition .header-utility, .is-stop-transition .header-utility__item, .is-stop-transition .header-utility__item.is-trigger, .is-stop-transition .l-gnav__menu-link, .is-stop-transition .l-gnav__submenu, .is-stop-transition .l-gnav__submenu .l-gnav__submenu, .is-stop-transition .l-gnav__info-link, .is-stop-transition .l-gnav__trigger::before, .is-stop-transition .l-gnav__trigger::after, .is-stop-transition .is-active, .is-stop-transition .is-active+.is-active, .is-stop-transition .is-other+.l-gnav__submenu {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none
}

.main {
  padding-bottom: 17.7777777778vw
}

@media screen and (min-width: 768px) {
  .main {
    padding-bottom: 80px
  }
}

.main>:last-child {
  margin-bottom: 0
}

.main--home {
  padding-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .main--home {
    padding-bottom: 20px
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden
}

.wrapper>* {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (min-width: 768px) {
  .u-dp--sp {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .u-dp--pc {
    display: none !important
  }
}

.u-dp--ib {
  display: inline-block;
}

.u-mt--0 {
  margin-top: 0px
}

@media screen and (max-width: 767px) {
  .u-mt--0 {
    margin-top: 0vw
  }
}

.u-mb--0 {
  margin-bottom: 0px
}

@media screen and (max-width: 767px) {
  .u-mb--0 {
    margin-bottom: 0vw
  }
}

.u-pt--0 {
  padding-top: 0px
}

@media screen and (max-width: 767px) {
  .u-pt--0 {
    padding-top: 0vw
  }
}

.u-pb--0 {
  padding-bottom: 0px
}

@media screen and (max-width: 767px) {
  .u-pb--0 {
    padding-bottom: 0vw
  }
}

.u-mt--4 {
  margin-top: 4px
}

@media screen and (max-width: 767px) {
  .u-mt--4 {
    margin-top: 1.1111111111vw
  }
}

.u-mb--4 {
  margin-bottom: 4px
}

@media screen and (max-width: 767px) {
  .u-mb--4 {
    margin-bottom: 1.1111111111vw
  }
}

.u-pt--4 {
  padding-top: 4px
}

@media screen and (max-width: 767px) {
  .u-pt--4 {
    padding-top: 1.1111111111vw
  }
}

.u-pb--4 {
  padding-bottom: 4px
}

@media screen and (max-width: 767px) {
  .u-pb--4 {
    padding-bottom: 1.1111111111vw
  }
}

.u-mt--8 {
  margin-top: 8px
}

@media screen and (max-width: 767px) {
  .u-mt--8 {
    margin-top: 2.2222222222vw
  }
}

.u-mb--8 {
  margin-bottom: 8px
}

@media screen and (max-width: 767px) {
  .u-mb--8 {
    margin-bottom: 2.2222222222vw
  }
}

.u-pt--8 {
  padding-top: 8px
}

@media screen and (max-width: 767px) {
  .u-pt--8 {
    padding-top: 2.2222222222vw
  }
}

.u-pb--8 {
  padding-bottom: 8px
}

@media screen and (max-width: 767px) {
  .u-pb--8 {
    padding-bottom: 2.2222222222vw
  }
}

.u-mt--12 {
  margin-top: 12px
}

@media screen and (max-width: 767px) {
  .u-mt--12 {
    margin-top: 3.3333333333vw
  }
}

.u-mb--12 {
  margin-bottom: 12px
}

@media screen and (max-width: 767px) {
  .u-mb--12 {
    margin-bottom: 3.3333333333vw
  }
}

.u-pt--12 {
  padding-top: 12px
}

@media screen and (max-width: 767px) {
  .u-pt--12 {
    padding-top: 3.3333333333vw
  }
}

.u-pb--12 {
  padding-bottom: 12px
}

@media screen and (max-width: 767px) {
  .u-pb--12 {
    padding-bottom: 3.3333333333vw
  }
}

.u-mt--16 {
  margin-top: 16px
}

@media screen and (max-width: 767px) {
  .u-mt--16 {
    margin-top: 4.4444444444vw
  }
}

.u-mb--16 {
  margin-bottom: 16px
}

@media screen and (max-width: 767px) {
  .u-mb--16 {
    margin-bottom: 4.4444444444vw
  }
}

.u-pt--16 {
  padding-top: 16px
}

@media screen and (max-width: 767px) {
  .u-pt--16 {
    padding-top: 4.4444444444vw
  }
}

.u-pb--16 {
  padding-bottom: 16px
}

@media screen and (max-width: 767px) {
  .u-pb--16 {
    padding-bottom: 4.4444444444vw
  }
}

.u-mt--20 {
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .u-mt--20 {
    margin-top: 5.5555555556vw
  }
}

.u-mb--20 {
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .u-mb--20 {
    margin-bottom: 5.5555555556vw
  }
}

.u-pt--20 {
  padding-top: 20px
}

@media screen and (max-width: 767px) {
  .u-pt--20 {
    padding-top: 5.5555555556vw
  }
}

.u-pb--20 {
  padding-bottom: 20px
}

@media screen and (max-width: 767px) {
  .u-pb--20 {
    padding-bottom: 5.5555555556vw
  }
}

.u-mt--24 {
  margin-top: 24px
}

@media screen and (max-width: 767px) {
  .u-mt--24 {
    margin-top: 6.6666666667vw
  }
}

.u-mb--24 {
  margin-bottom: 24px
}

@media screen and (max-width: 767px) {
  .u-mb--24 {
    margin-bottom: 6.6666666667vw
  }
}

.u-pt--24 {
  padding-top: 24px
}

@media screen and (max-width: 767px) {
  .u-pt--24 {
    padding-top: 6.6666666667vw
  }
}

.u-pb--24 {
  padding-bottom: 24px
}

@media screen and (max-width: 767px) {
  .u-pb--24 {
    padding-bottom: 6.6666666667vw
  }
}

.u-mt--28 {
  margin-top: 28px
}

@media screen and (max-width: 767px) {
  .u-mt--28 {
    margin-top: 7.7777777778vw
  }
}

.u-mb--28 {
  margin-bottom: 28px
}

@media screen and (max-width: 767px) {
  .u-mb--28 {
    margin-bottom: 7.7777777778vw
  }
}

.u-pt--28 {
  padding-top: 28px
}

@media screen and (max-width: 767px) {
  .u-pt--28 {
    padding-top: 7.7777777778vw
  }
}

.u-pb--28 {
  padding-bottom: 28px
}

@media screen and (max-width: 767px) {
  .u-pb--28 {
    padding-bottom: 7.7777777778vw
  }
}

.u-mt--32 {
  margin-top: 32px
}

@media screen and (max-width: 767px) {
  .u-mt--32 {
    margin-top: 8.8888888889vw
  }
}

.u-mb--32 {
  margin-bottom: 32px
}

@media screen and (max-width: 767px) {
  .u-mb--32 {
    margin-bottom: 8.8888888889vw
  }
}

.u-pt--32 {
  padding-top: 32px
}

@media screen and (max-width: 767px) {
  .u-pt--32 {
    padding-top: 8.8888888889vw
  }
}

.u-pb--32 {
  padding-bottom: 32px
}

@media screen and (max-width: 767px) {
  .u-pb--32 {
    padding-bottom: 8.8888888889vw
  }
}

.u-mt--36 {
  margin-top: 36px
}

@media screen and (max-width: 767px) {
  .u-mt--36 {
    margin-top: 10vw
  }
}

.u-mb--36 {
  margin-bottom: 36px
}

@media screen and (max-width: 767px) {
  .u-mb--36 {
    margin-bottom: 10vw
  }
}

.u-pt--36 {
  padding-top: 36px
}

@media screen and (max-width: 767px) {
  .u-pt--36 {
    padding-top: 10vw
  }
}

.u-pb--36 {
  padding-bottom: 36px
}

@media screen and (max-width: 767px) {
  .u-pb--36 {
    padding-bottom: 10vw
  }
}

.u-mt--40 {
  margin-top: 40px
}

@media screen and (max-width: 767px) {
  .u-mt--40 {
    margin-top: 11.1111111111vw
  }
}

.u-mb--40 {
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .u-mb--40 {
    margin-bottom: 11.1111111111vw
  }
}

.u-pt--40 {
  padding-top: 40px
}

@media screen and (max-width: 767px) {
  .u-pt--40 {
    padding-top: 11.1111111111vw
  }
}

.u-pb--40 {
  padding-bottom: 40px
}

@media screen and (max-width: 767px) {
  .u-pb--40 {
    padding-bottom: 11.1111111111vw
  }
}

.u-mt--44 {
  margin-top: 44px
}

@media screen and (max-width: 767px) {
  .u-mt--44 {
    margin-top: 12.2222222222vw
  }
}

.u-mb--44 {
  margin-bottom: 44px
}

@media screen and (max-width: 767px) {
  .u-mb--44 {
    margin-bottom: 12.2222222222vw
  }
}

.u-pt--44 {
  padding-top: 44px
}

@media screen and (max-width: 767px) {
  .u-pt--44 {
    padding-top: 12.2222222222vw
  }
}

.u-pb--44 {
  padding-bottom: 44px
}

@media screen and (max-width: 767px) {
  .u-pb--44 {
    padding-bottom: 12.2222222222vw
  }
}

.u-mt--48 {
  margin-top: 48px
}

@media screen and (max-width: 767px) {
  .u-mt--48 {
    margin-top: 13.3333333333vw
  }
}

.u-mb--48 {
  margin-bottom: 48px
}

@media screen and (max-width: 767px) {
  .u-mb--48 {
    margin-bottom: 13.3333333333vw
  }
}

.u-pt--48 {
  padding-top: 48px
}

@media screen and (max-width: 767px) {
  .u-pt--48 {
    padding-top: 13.3333333333vw
  }
}

.u-pb--48 {
  padding-bottom: 48px
}

@media screen and (max-width: 767px) {
  .u-pb--48 {
    padding-bottom: 13.3333333333vw
  }
}

.u-mt--52 {
  margin-top: 52px
}

@media screen and (max-width: 767px) {
  .u-mt--52 {
    margin-top: 14.4444444444vw
  }
}

.u-mb--52 {
  margin-bottom: 52px
}

@media screen and (max-width: 767px) {
  .u-mb--52 {
    margin-bottom: 14.4444444444vw
  }
}

.u-pt--52 {
  padding-top: 52px
}

@media screen and (max-width: 767px) {
  .u-pt--52 {
    padding-top: 14.4444444444vw
  }
}

.u-pb--52 {
  padding-bottom: 52px
}

@media screen and (max-width: 767px) {
  .u-pb--52 {
    padding-bottom: 14.4444444444vw
  }
}

.u-mt--56 {
  margin-top: 56px
}

@media screen and (max-width: 767px) {
  .u-mt--56 {
    margin-top: 15.5555555556vw
  }
}

.u-mb--56 {
  margin-bottom: 56px
}

@media screen and (max-width: 767px) {
  .u-mb--56 {
    margin-bottom: 15.5555555556vw
  }
}

.u-pt--56 {
  padding-top: 56px
}

@media screen and (max-width: 767px) {
  .u-pt--56 {
    padding-top: 15.5555555556vw
  }
}

.u-pb--56 {
  padding-bottom: 56px
}

@media screen and (max-width: 767px) {
  .u-pb--56 {
    padding-bottom: 15.5555555556vw
  }
}

.u-mt--60 {
  margin-top: 60px
}

@media screen and (max-width: 767px) {
  .u-mt--60 {
    margin-top: 16.6666666667vw
  }
}

.u-mb--60 {
  margin-bottom: 60px
}

@media screen and (max-width: 767px) {
  .u-mb--60 {
    margin-bottom: 16.6666666667vw
  }
}

.u-pt--60 {
  padding-top: 60px
}

@media screen and (max-width: 767px) {
  .u-pt--60 {
    padding-top: 16.6666666667vw
  }
}

.u-pb--60 {
  padding-bottom: 60px
}

@media screen and (max-width: 767px) {
  .u-pb--60 {
    padding-bottom: 16.6666666667vw
  }
}

.u-mt--64 {
  margin-top: 64px
}

@media screen and (max-width: 767px) {
  .u-mt--64 {
    margin-top: 17.7777777778vw
  }
}

.u-mb--64 {
  margin-bottom: 64px
}

@media screen and (max-width: 767px) {
  .u-mb--64 {
    margin-bottom: 17.7777777778vw
  }
}

.u-pt--64 {
  padding-top: 64px
}

@media screen and (max-width: 767px) {
  .u-pt--64 {
    padding-top: 17.7777777778vw
  }
}

.u-pb--64 {
  padding-bottom: 64px
}

@media screen and (max-width: 767px) {
  .u-pb--64 {
    padding-bottom: 17.7777777778vw
  }
}

.u-mt--68 {
  margin-top: 68px
}

@media screen and (max-width: 767px) {
  .u-mt--68 {
    margin-top: 18.8888888889vw
  }
}

.u-mb--68 {
  margin-bottom: 68px
}

@media screen and (max-width: 767px) {
  .u-mb--68 {
    margin-bottom: 18.8888888889vw
  }
}

.u-pt--68 {
  padding-top: 68px
}

@media screen and (max-width: 767px) {
  .u-pt--68 {
    padding-top: 18.8888888889vw
  }
}

.u-pb--68 {
  padding-bottom: 68px
}

@media screen and (max-width: 767px) {
  .u-pb--68 {
    padding-bottom: 18.8888888889vw
  }
}

.u-mt--72 {
  margin-top: 72px
}

@media screen and (max-width: 767px) {
  .u-mt--72 {
    margin-top: 20vw
  }
}

.u-mb--72 {
  margin-bottom: 72px
}

@media screen and (max-width: 767px) {
  .u-mb--72 {
    margin-bottom: 20vw
  }
}

.u-pt--72 {
  padding-top: 72px
}

@media screen and (max-width: 767px) {
  .u-pt--72 {
    padding-top: 20vw
  }
}

.u-pb--72 {
  padding-bottom: 72px
}

@media screen and (max-width: 767px) {
  .u-pb--72 {
    padding-bottom: 20vw
  }
}

.u-mt--76 {
  margin-top: 76px
}

@media screen and (max-width: 767px) {
  .u-mt--76 {
    margin-top: 21.1111111111vw
  }
}

.u-mb--76 {
  margin-bottom: 76px
}

@media screen and (max-width: 767px) {
  .u-mb--76 {
    margin-bottom: 21.1111111111vw
  }
}

.u-pt--76 {
  padding-top: 76px
}

@media screen and (max-width: 767px) {
  .u-pt--76 {
    padding-top: 21.1111111111vw
  }
}

.u-pb--76 {
  padding-bottom: 76px
}

@media screen and (max-width: 767px) {
  .u-pb--76 {
    padding-bottom: 21.1111111111vw
  }
}

.u-mt--80 {
  margin-top: 80px
}

@media screen and (max-width: 767px) {
  .u-mt--80 {
    margin-top: 22.2222222222vw
  }
}

.u-mb--80 {
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .u-mb--80 {
    margin-bottom: 22.2222222222vw
  }
}

.u-pt--80 {
  padding-top: 80px
}

@media screen and (max-width: 767px) {
  .u-pt--80 {
    padding-top: 22.2222222222vw
  }
}

.u-pb--80 {
  padding-bottom: 80px
}

@media screen and (max-width: 767px) {
  .u-pb--80 {
    padding-bottom: 22.2222222222vw
  }
}

.u-al--left {
  text-align: left
}

.u-al--center {
  text-align: center
}

.u-al--right {
  text-align: right
}

.u-fw--normal {
  font-weight: normal
}

.u-fw--bold {
  font-weight: bold
}

.u-color--red {
  color: #b22222
}

.u-color--blue {
  color: #3251ad
}

.u-mt-wide {
  margin-top: 80px
}

@media screen and (max-width: 767px) {
  .u-mt-wide {
    margin-top: 17.7777777778vw
  }
}

.u-mt-middle {
  margin-top: 40px
}

@media screen and (max-width: 767px) {
  .u-mt-middle {
    margin-top: 8.8888888889vw
  }
}

.u-mt-short {
  margin-top: 16px
}

@media screen and (max-width: 767px) {
  .u-mt-short {
    margin-top: 4.4444444444vw
  }
}

.u-mb-wide {
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .u-mb-wide {
    margin-bottom: 17.7777777778vw
  }
}

.u-mb-middle {
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .u-mb-middle {
    margin-bottom: 8.8888888889vw
  }
}

.u-mb-short {
  margin-bottom: 16px
}

@media screen and (max-width: 767px) {
  .u-mb-short {
    margin-bottom: 4.4444444444vw
  }
}

.u-width-10 {
  width: 10%
}

.u-width-20 {
  width: 20%
}

.u-width-30 {
  width: 30%
}

.u-width-40 {
  width: 40%
}

.u-width-50 {
  width: 50%
}

.u-width-60 {
  width: 60%
}

.u-width-70 {
  width: 70%
}

.u-width-80 {
  width: 80%
}

.u-width-90 {
  width: 90%
}

.u-width-100 {
  width: 100%
}

.u-clearfix {
  display: block
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both
}

.u-clearfix:before {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 767px) {
  .c-media-block__figure .video-js .vjs-control-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .c-media-block__figure .video-js .vjs-custom-control-spacer {
    display: none
  }

  .c-media-block__figure .video-js .vjs-control {
    width: 10%
  }

  .c-media-block__figure .video-js .vjs-control.vjs-progress-control {
    width: 100%
  }

  .c-media-block__figure .video-js .vjs-control.vjs-playback-rate {
    width: 4.5em
  }

  .c-media-block__figure .video-js .vjs-control.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1em;
    line-height: 3
  }

  .c-media-block__figure .video-js .vjs-time-control {
    padding-right: 0;
    padding-left: 0
  }

  .c-media-block__figure .video-js .vjs-time-control.vjs-current-time {
    margin-left: 0
  }

  .c-media-block__figure .video-js .vjs-time-control.vjs-time-divider {
    min-width: 1em;
    width: auto
  }
}

.c-button, .aboutus-button, .c-button--strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  width: 100%;
  padding: 4.4444444444vw;
  margin-top: 8.8888888889vw;
  border: 1px solid #3251ad;
  border-radius: 2.2222222222vw;
  background-color: #fff;
  line-height: 1.56;
  font-size: 5vw;
  font-weight: bold;
  color: #3251ad
}

@media screen and (min-width: 768px) {
  .c-button, .aboutus-button, .c-button--strong {
    width: auto;
    min-width: 160px;
    border-radius: 8px;
    margin-top: 40px;
    padding: 16px;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover, .aboutus-button:hover, .c-button--strong:hover {
    text-decoration: none;
    opacity: .7
  }
}

.c-button:disabled, .aboutus-button:disabled, .c-button--strong:disabled {
  opacity: .7
}

.c-button--strong {
  background-color: #3251ad;
  color: #fff
}

.c-button-wrap {
  margin-bottom: 8.8888888889vw;
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-button-wrap {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .c-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px
  }
}

@media screen and (min-width: 768px) {
  .c-button-wrap .c-button, .c-button-wrap .aboutus-button, .c-button-wrap .c-button--strong {
    margin-left: 16px;
    margin-right: 16px
  }
}

.c-cat-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3.3333333333vw;
  -moz-column-gap: 3.3333333333vw;
  column-gap: 3.3333333333vw;
  row-gap: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .c-cat-lists {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px
  }
}

.c-cat-lists__item {
  padding: 2.2222222222vw 4.4444444444vw;
  border-radius: 2.2222222222vw;
  border: solid 1px #3251ad;
  color: #3251ad;
  text-align: center;
  font-weight: normal;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .c-cat-lists__item {
    width: 100%
  }
}

@media screen and (min-width: 768px) {
  .c-cat-lists__item {
    padding: 12px 48px;
    border-radius: 8px;
    font-size: 20px
  }
}

@media screen and (min-width: 1024px) {
  .c-cat-lists__item {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

.c-cat-lists__item.is-custom-color {
  border: none;
  color: #000
}

.c-cat-lists__item:hover {
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .c-cat-lists__item:hover {
    opacity: .7
  }
}

.c-count__number {
  font-weight: normal;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .c-count__number {
    font-size: 36px
  }
}

.c-count__unit {
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .c-count__unit {
    font-size: 24px
  }
}

.c-gmap-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-gmap-iframe {
    padding-bottom: 56.25%
  }
}

@media screen and (min-width: 768px) {
  .c-gmap-iframe {
    margin-bottom: 40px
  }
}

.c-gmap-iframe iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.c-guide {
  margin: 11.1111111111vw 0;
  padding-top: 4.7222222222vw;
  padding-bottom: 4.7222222222vw;
  background-color: #333;
  line-height: 1.3;
  font-size: 5vw;
  font-weight: bold;
  color: #fff
}

@media screen and (min-width: 768px) {
  .c-guide {
    margin: 40px 0;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 36px
  }
}

.c-guide+[class] {
  margin-top: 0
}

.container+.c-guide {
  margin-top: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .container+.c-guide {
    margin-top: 40px
  }
}

.c-guide+.container>[class]:first-child {
  margin-top: 0
}

.c-guide~:last-child {
  margin-bottom: 0
}

.c-heading-01 {
  margin-bottom: 8.8888888889vw;
  padding-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-heading-01 {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .c-heading-01 {
    padding-top: 40px
  }
}

.c-heading-01__sub {
  line-height: 1.33;
  font-size: 5.5555555556vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .c-heading-01__sub {
    font-size: 24px
  }
}

.c-heading-01__sub.under {
  margin-bottom: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .c-heading-01__sub.under {
    margin-bottom: 16px
  }
}

.c-heading-01__title {
  margin-bottom: 2.2222222222vw;
  line-height: 1.22;
  font-size: 10vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .c-heading-01__title {
    margin-bottom: 16px;
    line-height: 1.17;
    font-size: 48px
  }
}

.c-heading-01__lead {
  line-height: 1.44;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .c-heading-01__lead {
    line-height: 1.4;
    font-size: 20px
  }
}

.c-heading-01>:last-child {
  margin-bottom: 0
}

.c-heading-02 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.29;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .c-heading-02 {
    margin-bottom: 16px;
    line-height: 1.22;
    font-size: 36px
  }
}

.c-heading-03 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.33;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .c-heading-03 {
    margin-bottom: 16px;
    line-height: 1.29;
    font-size: 28px
  }
}

.c-heading-04 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.4;
  font-size: 5.5555555556vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .c-heading-04 {
    margin-bottom: 16px;
    line-height: 1.33;
    font-size: 24px
  }
}

.c-heading-05 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.44;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .c-heading-05 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 20px
  }
}

.c-heading-lead {
  margin-bottom: 2.2222222222vw;
  line-height: 1.44;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .c-heading-lead {
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 20px
  }
}

.c-heading-tax {
  margin-top: 8.8888888889vw;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-heading-tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    margin-top: 40px
  }
}

@media screen and (min-width: 768px) {
  .c-heading-tax {
    margin-bottom: 40px
  }
}

.c-heading-tax__term-tax {
  display: block;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .c-heading-tax__term-tax {
    line-height: 1.8;
    font-size: 36px
  }
}

.c-heading-tax__term-name {
  display: block;
  font-size: 10vw
}

@media screen and (min-width: 768px) {
  .c-heading-tax__term-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 48px
  }
}

.c-hr, .c-hr--white, .c-hr--black {
  display: block;
  width: 100%;
  margin: 8.8888888889vw auto;
  border-top-style: solid;
  border-top-width: 1px
}

@media screen and (min-width: 768px) {
  .c-hr, .c-hr--white, .c-hr--black {
    margin: 40px auto
  }
}

.c-hr--black {
  border-top-color: #d7d7d7
}

.c-hr--white {
  border-top-color: #fff
}

.c-link::after, .c-link--arrow::after, .c-link--movie::after, .c-link--download::after, .c-link--doc::after, .c-link--xls::after, .c-link--pdf::after, .c-link--blank::after, .c-link--prev::before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 768px) {
  .c-link::after, .c-link--arrow::after, .c-link--movie::after, .c-link--download::after, .c-link--doc::after, .c-link--xls::after, .c-link--pdf::after, .c-link--blank::after, .c-link--prev::before {
    margin-left: 12px
  }
}

.c-link.dir-rtl::after, .dir-rtl.c-link--arrow::after, .dir-rtl.c-link--movie::after, .dir-rtl.c-link--download::after, .dir-rtl.c-link--doc::after, .dir-rtl.c-link--xls::after, .dir-rtl.c-link--pdf::after, .dir-rtl.c-link--blank::after {
  margin-left: 0;
  margin-right: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .c-link.dir-rtl::after, .dir-rtl.c-link--arrow::after, .dir-rtl.c-link--movie::after, .dir-rtl.c-link--download::after, .dir-rtl.c-link--doc::after, .dir-rtl.c-link--xls::after, .dir-rtl.c-link--pdf::after, .dir-rtl.c-link--blank::after {
    margin-left: 0;
    margin-right: 12px
  }
}

.c-link--blank::after {
  content: "window open";
  width: 4.7222222222vw;
  height: 4.7222222222vw;
  vertical-align: baseline;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_blank.svg)
}

@media screen and (min-width: 768px) {
  .c-link--blank::after {
    width: 17px;
    height: 17px
  }
}

.c-link--pdf::after {
  content: "PDF";
  width: 3.8888888889vw;
  height: 4.7222222222vw;
  vertical-align: middle;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_pdf.svg)
}

@media screen and (min-width: 768px) {
  .c-link--pdf::after {
    width: 14px;
    height: 17px
  }
}

.c-link--xls::after {
  content: "Excel";
  width: 3.8888888889vw;
  height: 4.7222222222vw;
  vertical-align: middle;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_xls.svg)
}

@media screen and (min-width: 768px) {
  .c-link--xls::after {
    width: 14px;
    height: 17px
  }
}

.c-link--doc::after {
  content: "Word";
  width: 3.8888888889vw;
  height: 4.7222222222vw;
  vertical-align: middle;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_doc.svg)
}

@media screen and (min-width: 768px) {
  .c-link--doc::after {
    width: 14px;
    height: 17px
  }
}

.c-link--download::after {
  content: "Download";
  width: 4.7222222222vw;
  height: 4.7222222222vw;
  vertical-align: baseline;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_download.svg)
}

@media screen and (min-width: 768px) {
  .c-link--download::after {
    width: 17px;
    height: 17px
  }
}

.c-link--movie::after {
  content: "Movie";
  width: 5vw;
  height: 3.3333333333vw;
  vertical-align: baseline;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_movie.svg)
}

@media screen and (min-width: 768px) {
  .c-link--movie::after {
    width: 18px;
    height: 12px
  }
}

.c-link--arrow::after {
  content: "Arrow";
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  margin-left: 2.2222222222vw;
  vertical-align: middle;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_arrow.svg)
}

@media screen and (min-width: 768px) {
  .c-link--arrow::after {
    width: 16px;
    height: 16px;
    margin-left: 8px
  }
}

.c-link--prev::before {
  content: "Back";
  width: 3.8888888889vw;
  height: 3.7222222222vw;
  margin-left: 0;
  margin-right: 1.2222222222vw;
  vertical-align: middle;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_prev-arrow.svg)
}

@media screen and (min-width: 768px) {
  .c-link--prev::before {
    width: 17px;
    height: 16px;
    margin-left: 0;
    margin-right: 7px
  }
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: .5em;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em
}

.c-list .c-list .c-list {
  margin-left: 1.5em
}

.c-list.is-decimal {
  list-style-type: decimal !important;
  padding-left: 1.5em
}

.c-media-block__figure {
  text-align: center;
  line-height: 0
}

.c-media-block__figure.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%
}

.c-media-block__figure.video>div, .c-media-block__figure.video>iframe, .c-media-block__figure.video>video, .c-media-block__figure.video>video-js {
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  top: 0 !important;
  left: 0 !important
}

.c-media-block__figure>img {
  width: 100%
}

.c-media-block__caption {
  margin-top: 3.3333333333vw;
  text-align: left;
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .c-media-block__caption {
    margin-top: 16px;
    line-height: 1.29;
    font-size: 14px
  }
}

.c-text, .c-text--caption {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-text, .c-text--caption {
    margin-bottom: 40px
  }
}

.c-text>*, .c-text--caption>* {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .c-text>*, .c-text--caption>* {
    margin-bottom: 16px
  }
}

.c-text>:last-child, .c-text--caption>:last-child {
  margin-bottom: 0
}

.c-text--caption {
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .c-text--caption {
    line-height: 1.29;
    font-size: 14px
  }
}

.c-selectbox {
  display: block;
  position: relative;
  cursor: pointer
}

.c-selectbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 14.4444444444vw;
  width: 5.5555555556vw;
  height: 3.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .c-selectbox::after {
    right: 60px;
    width: 20px;
    height: 12px
  }
}

.c-selectbox__box {
  padding: 3.3333333333vw 8.8888888889vw;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #d7d7d7;
  background-color: #fff;
  font-size: 5.5555555556vw !important;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .c-selectbox__box {
    padding: 12px 40px;
    font-size: 20px !important
  }
}

.c-table-list {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-table-list {
    margin-bottom: 40px
  }
}

.c-table-list+.c-table-list {
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-table-list+.c-table-list {
    margin-top: -28px
  }
}

.c-table-list table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #d7d7d7;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .c-table-list table {
    font-size: 18px
  }
}

.c-table-list thead th {
  background-color: #f2f2f2
}

.c-table-list th, .c-table-list td {
  border-top: 1px solid #d7d7d7;
  padding: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .c-table-list th, .c-table-list td {
    padding: 20px
  }
}

.c-table-list th {
  background-color: #f7f7f7;
  font-weight: bold
}

.c-table-list td {
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .c-table-list table, .c-table-list thead, .c-table-list tfoot, .c-table-list tbody, .c-table-list tr, .c-table-list th, .c-table-list td {
    width: 100%;
    display: block
  }
}

@media screen and (max-width: 767px) {
  .c-table-list tr {
    overflow: hidden
  }
}

@media screen and (max-width: 767px) {
  .c-table-list th, .c-table-list td {
    float: left;
    clear: both
  }
}

.c-table {
  width: 100%;
  overflow-x: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(204, 204, 204, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/60px 100%, -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), to(rgba(0, 0, 0, 0.2))) right/60px 100%;
  background: -webkit-linear-gradient(right, rgba(204, 204, 204, 0), rgba(0, 0, 0, 0.2)) 0 0/60px 100%, -webkit-linear-gradient(left, rgba(204, 204, 204, 0), rgba(0, 0, 0, 0.2)) right/60px 100%;
  background: linear-gradient(to left, rgba(204, 204, 204, 0), rgba(0, 0, 0, 0.2)) 0 0/60px 100%, linear-gradient(to right, rgba(204, 204, 204, 0), rgba(0, 0, 0, 0.2)) right/60px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-table {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .c-table {
    overflow: visible;
    background: none
  }
}

.c-table table {
  width: 270%;
  table-layout: fixed;
  border-collapse: separate;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 5vw;
  background: -webkit-linear-gradient(right, hsla(0deg, 0%, 100%, 0), white 45px) 0 0/150px 100%, -webkit-linear-gradient(left, hsla(0deg, 0%, 100%, 0), white 45px) right/150px 100%;
  background: linear-gradient(to left, hsla(0deg, 0%, 100%, 0), white 45px) 0 0/150px 100%, linear-gradient(to right, hsla(0deg, 0%, 100%, 0), white 45px) right/150px 100%;
  background-repeat: no-repeat;
  background-attachment: local
}

@media screen and (min-width: 768px) {
  .c-table table {
    width: 100%;
    font-size: 18px;
    background: none
  }
}

.c-table thead th {
  background-color: rgba(200, 200, 200, .2)
}

@media screen and (min-width: 768px) {
  .c-table thead th {
    background-color: #f2f2f2
  }
}

.c-table th, .c-table td {
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 3.3333333333vw 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .c-table th, .c-table td {
    padding: 12px 20px
  }
}

.c-table th {
  background-color: rgba(214, 214, 214, .2);
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .c-table th {
    background-color: #f7f7f7
  }
}

.c-table td {
  background-color: rgba(255, 255, 255, .1)
}

@media screen and (min-width: 768px) {
  .c-table td {
    background-color: #fff
  }
}

.c-tag-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3.3333333333vw;
  -moz-column-gap: 3.3333333333vw;
  column-gap: 3.3333333333vw;
  row-gap: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .c-tag-lists {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px
  }
}

.c-tag-lists__tag, .c-tag-lists__tag--yellow, .c-tag-lists__tag--concrete {
  padding: 2.2222222222vw 4.4444444444vw;
  border-radius: 8.8888888889vw;
  color: #333;
  font-weight: normal;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-tag-lists__tag, .c-tag-lists__tag--yellow, .c-tag-lists__tag--concrete {
    padding: 8px 16px;
    border-radius: 32px;
    font-size: 16px
  }
}

@media screen and (min-width: 1024px) {
  .c-tag-lists__tag, .c-tag-lists__tag--yellow, .c-tag-lists__tag--concrete {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

.c-tag-lists__tag:hover, .c-tag-lists__tag--yellow:hover, .c-tag-lists__tag--concrete:hover {
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .c-tag-lists__tag:hover, .c-tag-lists__tag--yellow:hover, .c-tag-lists__tag--concrete:hover {
    opacity: .7
  }
}

.c-tag-lists__tag--concrete {
  background-color: #f2f2f2
}

.c-tag-lists__tag--yellow {
  background-color: #f6ece5
}

.p-accordion {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-accordion {
    margin-bottom: 40px
  }
}

.p-accordion__item {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7
}

.p-accordion__item+.p-accordion__item {
  border-top: none
}

.p-accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 4.4444444444vw 11.1111111111vw 4.4444444444vw 5.5555555556vw;
  line-height: 1.56;
  text-align: left;
  color: #000;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-accordion__trigger {
    padding: 15px 40px 15px 20px;
    line-height: 1.5;
    font-size: 20px
  }
}

.p-accordion__trigger::before, .p-accordion__trigger::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 5.5555555556vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

@media screen and (min-width: 768px) {
  .p-accordion__trigger::before, .p-accordion__trigger::after {
    right: 20px;
    width: 14px;
    height: 14px
  }
}

.p-accordion__trigger::before {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_vertical.svg)
}

.p-accordion__trigger::after {
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_column.svg)
}

.p-accordion__trigger.is-active::before {
  opacity: 0
}

.p-accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease-in-out;
  transition: max-height .4s ease-in-out
}

.p-accordion__body-in {
  padding: 0.8333333333vw 5.5555555556vw 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-accordion__body-in {
    padding: 12px 20px 32px
  }
}

.p-accordion__body-in>:last-child {
  margin-bottom: 0
}

.p-accordion.is-back-to-back {
  margin-bottom: 0
}

.p-accordion.is-back-to-back .p-accordion__item {
  border-bottom: none
}

.p-box {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-box {
    margin-bottom: 40px
  }
}

.p-box :last-child {
  margin-bottom: 0
}

.p-box.p-box-border {
  padding: 8.8888888889vw;
  border: 1px solid #d7d7d7
}

@media screen and (min-width: 768px) {
  .p-box.p-box-border {
    padding: 40px
  }
}

.p-box.p-box-bgc {
  padding: 8.8888888889vw;
  background-color: #f7f7f7
}

@media screen and (min-width: 768px) {
  .p-box.p-box-bgc {
    padding: 40px
  }
}

.p-breadcrumbs {
  border-top: 2px solid #e8e8e8
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    border-top: none;
    background-color: #f7f7f7
  }
}

.p-breadcrumbs__list {
  display: none
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 39px;
    padding-right: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #666
  }
}

.p-breadcrumbs__item+.p-breadcrumbs__item::before {
  content: ">";
  margin: 0 7px
}

.p-breadcrumbs__link {
  color: #666;
  font-style: normal
}

.p-card__figure {
  margin-bottom: 3.3333333333vw;
  text-align: center;
  line-height: 0
}

@media screen and (min-width: 768px) {
  .p-card__figure {
    margin-bottom: 16px
  }
}

.p-card__figure>div {
  max-width: 100% !important
}

.p-card__figure>img {
  width: 100%
}

.p-card__title {
  margin-bottom: 2.2222222222vw;
  line-height: 1.5;
  font-size: 5.5555555556vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .p-card__title {
    margin-bottom: 8px;
    line-height: 1.33;
    font-size: 24px
  }
}

.p-card__body {
  margin-bottom: 0
}

.p-card__body>[class] {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-card__body>[class] {
    margin-bottom: 16px
  }
}

.p-card__body>:last-child {
  margin-bottom: 0
}

.p-card__name {
  line-height: 1.33;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .p-card__name {
    line-height: 1.29;
    font-size: 28px
  }
}

.p-card__job {
  margin-bottom: 2.2222222222vw;
  line-height: 1.4;
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .p-card__job {
    margin-bottom: 8px;
    line-height: 1.33;
    font-size: 24px
  }
}

.p-card--circle {
  text-align: center
}

.p-card--circle .p-card__figure img {
  border-radius: 50%
}

@media screen and (min-width: 768px) {
  .p-card--circle .p-card__figure img {
    max-width: 46.1%
  }
}

.p-message-block {
  margin: 8.8888888889vw 0
}

@media screen and (min-width: 768px) {
  .p-message-block {
    margin: 40px 0;
    color: #333
  }
}

.p-message-header {
  padding: 0 6.9333333333vw;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  .p-message-header {
    position: relative;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.p-message-header__logo {
  position: static;
  width: 26.5%;
  margin-bottom: 35px
}

@media screen and (min-width: 768px) {
  .p-message-header__logo {
    width: 85px
  }
}

.p-message-text {
  text-align: center;
  font-weight: bold
}

.p-message-text__title {
  margin-bottom: 15px;
  line-height: 2.1;
  font-size: 4.347826087vw
}

@media screen and (min-width: 768px) {
  .p-message-text__title {
    display: inline-block;
    font-size: 24px
  }
}

.p-message-text__title span {
  border-bottom: 2px solid #e60213;
  padding-bottom: 3px
}

@media screen and (max-width: 1024px) {
  .p-message-text__title br {
    display: none
  }
}

.p-message-text__txt {
  font-size: 3.3816425121vw
}

@media screen and (min-width: 768px) {
  .p-message-text__txt {
    font-size: 14px;
    line-height: 1.85
  }
}

.p-message-img {
  width: 100%;
  height: 35px;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/corporate-message/img_animetion.svg);
  background-repeat: repeat-x;
  background-size: auto 35px;
  animation: loopSp 100s linear infinite;
  -webkit-animation: loopSp 100s linear infinite
}

@media screen and (min-width: 768px) {
  .p-message-img {
    height: 70px;
    background-size: auto 70px;
    animation: loop 100s linear infinite;
    -webkit-animation: loop 100s linear infinite
  }
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1037px 0
  }
}

@keyframes loop {
  from {
    background-position: 0 0
  }

  to {
    background-position: 1037px 0
  }
}

@-webkit-keyframes loopSp {
  from {
    background-position: 0 0
  }

  to {
    background-position: 518.8px 0
  }
}

@keyframes loopSp {
  from {
    background-position: 0 0
  }

  to {
    background-position: 518.8px 0
  }
}

.p-flag, .p-flag--block, .p-flag--around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-flag, .p-flag--block, .p-flag--around {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-flag, .p-flag--block, .p-flag--around {
    display: block;
    overflow: hidden
  }
}

.p-flag__body {
  margin-bottom: 0
}

.p-flag__body .c-text {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-flag__body .c-text {
    margin-bottom: 16px
  }
}

.p-flag__body>:last-child {
  margin-bottom: 0
}

.p-flag__figure--left {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-flag__figure--left {
    max-width: 50%;
    float: left;
    margin: 0 32px 16px 0
  }
}

.p-flag__figure--right {
  margin-top: 4.4444444444vw;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

@media screen and (min-width: 768px) {
  .p-flag__figure--right {
    max-width: 50%;
    float: right;
    margin: 0 0 16px 32px
  }
}

@media screen and (min-width: 768px) {
  .p-flag__figure--col-8 {
    max-width: calc(33.33333% - 16px)
  }
}

@media screen and (max-width: 767px) {
  .p-flag__figure--col-6 {
    max-width: calc(50% - 2.2222222222vw);
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width: 768px) {
  .p-flag__figure--col-6 {
    max-width: calc(25% - 16px)
  }
}

.p-flag__figure-image {
  width: 100%
}

.p-flag__title {
  margin-bottom: 1.1111111111vw
}

@media screen and (min-width: 768px) {
  .p-flag__title {
    margin-bottom: 8px
  }
}

.p-flag__caption {
  margin-top: 1.1111111111vw;
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .p-flag__caption {
    margin-top: 8px;
    line-height: 1.29;
    font-size: 14px
  }
}

@media screen and (min-width: 768px) {
  .p-flag--around .p-flag__body {
    overflow: hidden
  }
}

@media screen and (min-width: 768px) {
  .p-flag--around .p-flag__figure--left, .p-flag--around .p-flag__figure--right {
    margin-bottom: 0
  }
}

.p-flag--block {
  display: block
}

.p-flag--block .p-flag__figure--left {
  margin: 0 0 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-flag--block .p-flag__figure--left {
    float: left;
    margin: 0 32px 0 0
  }
}

.p-flag--block .p-flag__figure--right {
  margin: 0 0 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-flag--block .p-flag__figure--right {
    float: right;
    margin: 0 0 0 32px
  }
}

.p-flag--block .p-flag__body {
  overflow: hidden
}

#cookie-law-info-bar {
  text-align: left !important;
  padding: 0 !important
}

#cookie-law-info-bar span {
  display: block;
  max-width: 100vw;
  padding: 5.5555555556vw !important;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 768px) {
  #cookie-law-info-bar span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1366px;
    padding: 39px !important
  }
}

#cookie-law-info-bar span b, #cookie-law-info-bar span p {
  font-size: 4.4444444444vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  #cookie-law-info-bar span b, #cookie-law-info-bar span p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px
  }
}

#cookie-law-info-bar span b a, #cookie-law-info-bar span p a {
  color: #fff;
  text-decoration: underline
}

@media screen and (min-width: 768px) {
  #cookie-law-info-bar span b a:hover, #cookie-law-info-bar span p a:hover {
    text-decoration: none
  }
}

#cookie-law-info-bar span #cookie_action_close_header {
  border-radius: 4px;
  text-align: center
}

@media screen and (max-width: 767px) {
  #cookie-law-info-bar span #cookie_action_close_header {
    display: block !important;
    width: auto;
    margin: 4.4444444444vw auto 0;
    font-size: 5vw
  }
}

@media screen and (min-width: 768px) {
  #cookie-law-info-bar span #cookie_action_close_header {
    width: 160px;
    margin: 0 0 0 32px;
    font-size: 20px
  }
}

.p-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-hero {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-hero {
    position: relative;
    display: block
  }
}

.p-hero__body {
  text-align: center;
  padding-top: 5.5555555556vw;
  padding-bottom: 5.5555555556vw;
  background-color: #f7f7f7;
  z-index: 1
}

.p-hero__body :last-child {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .p-hero__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff
  }
}

.p-hero__sub {
  line-height: 1.44;
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .p-hero__sub {
    line-height: 1.33;
    font-size: 24px
  }
}

.p-hero__title {
  margin-bottom: 2.2222222222vw;
  line-height: 1.29;
  color: #333;
  font-size: 7.7777777778vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-hero__title {
    margin-bottom: 16px;
    line-height: 1.22;
    color: #fff;
    font-size: 40px
  }
}

.p-hero__text {
  color: #333
}

@media screen and (min-width: 768px) {
  .p-hero__text {
    color: #fff
  }
}

@media screen and (max-width: 767px) {
  .p-hero__text br {
    display: none
  }
}

.p-hero__figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 88.888888888%
}

@media screen and (min-width: 768px) {
  .p-hero__figure {
    padding-bottom: 47.395833333%
  }
}

.p-hero__figure-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

@media screen and (min-width: 768px) {
  .p-hero.is-middle .p-hero__body {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
    background: none
  }

  .p-hero.is-middle .p-hero__title {
    text-shadow: 0 0 8px #000;
    font-size: 48px
  }

  .p-hero.is-middle .p-hero__text {
    text-shadow: 0 0 4px #000
  }
}

.p-list-definition {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-list-definition {
    margin-bottom: 40px
  }
}

.p-list-definition__title {
  font-weight: bold
}

.p-list-definition__body {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list-definition__body {
    margin-bottom: 16px
  }
}

.p-list, .p-list--notes, .p-list--counter, .p-list--counter-notes, .p-list--scroll, .p-list--circle {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-list, .p-list--notes, .p-list--counter, .p-list--counter-notes, .p-list--scroll, .p-list--circle {
    margin-bottom: 40px
  }
}

.p-list__item {
  position: relative;
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list__item {
    margin-bottom: 16px
  }
}

.p-list__item>* {
  display: inline
}

.p-list .p-list .p-list__item, .p-list--notes .p-list .p-list__item, .p-list--counter .p-list .p-list__item, .p-list--counter-notes .p-list .p-list__item, .p-list .p-list--notes .p-list__item, .p-list--notes .p-list--notes .p-list__item, .p-list--counter .p-list--notes .p-list__item, .p-list--counter-notes .p-list--notes .p-list__item, .p-list .p-list--counter .p-list__item, .p-list--notes .p-list--counter .p-list__item, .p-list--counter .p-list--counter .p-list__item, .p-list--counter-notes .p-list--counter .p-list__item, .p-list .p-list--counter-notes .p-list__item, .p-list--notes .p-list--counter-notes .p-list__item, .p-list--counter .p-list--counter-notes .p-list__item, .p-list--counter-notes .p-list--counter-notes .p-list__item, .p-list--scroll .p-list .p-list__item, .p-list--scroll .p-list--notes .p-list__item, .p-list--scroll .p-list--counter .p-list__item, .p-list--scroll .p-list--counter-notes .p-list__item, .p-list .p-list--scroll .p-list__item, .p-list--notes .p-list--scroll .p-list__item, .p-list--counter .p-list--scroll .p-list__item, .p-list--counter-notes .p-list--scroll .p-list__item, .p-list--scroll .p-list--scroll .p-list__item, .p-list--circle .p-list .p-list__item, .p-list--circle .p-list--notes .p-list__item, .p-list--circle .p-list--counter .p-list__item, .p-list--circle .p-list--counter-notes .p-list__item, .p-list--circle .p-list--scroll .p-list__item, .p-list .p-list--circle .p-list__item, .p-list--notes .p-list--circle .p-list__item, .p-list--counter .p-list--circle .p-list__item, .p-list--counter-notes .p-list--circle .p-list__item, .p-list--scroll .p-list--circle .p-list__item, .p-list--circle .p-list--circle .p-list__item {
  margin-bottom: 0;
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list .p-list .p-list__item, .p-list--notes .p-list .p-list__item, .p-list--counter .p-list .p-list__item, .p-list--counter-notes .p-list .p-list__item, .p-list .p-list--notes .p-list__item, .p-list--notes .p-list--notes .p-list__item, .p-list--counter .p-list--notes .p-list__item, .p-list--counter-notes .p-list--notes .p-list__item, .p-list .p-list--counter .p-list__item, .p-list--notes .p-list--counter .p-list__item, .p-list--counter .p-list--counter .p-list__item, .p-list--counter-notes .p-list--counter .p-list__item, .p-list .p-list--counter-notes .p-list__item, .p-list--notes .p-list--counter-notes .p-list__item, .p-list--counter .p-list--counter-notes .p-list__item, .p-list--counter-notes .p-list--counter-notes .p-list__item, .p-list--scroll .p-list .p-list__item, .p-list--scroll .p-list--notes .p-list__item, .p-list--scroll .p-list--counter .p-list__item, .p-list--scroll .p-list--counter-notes .p-list__item, .p-list .p-list--scroll .p-list__item, .p-list--notes .p-list--scroll .p-list__item, .p-list--counter .p-list--scroll .p-list__item, .p-list--counter-notes .p-list--scroll .p-list__item, .p-list--scroll .p-list--scroll .p-list__item, .p-list--circle .p-list .p-list__item, .p-list--circle .p-list--notes .p-list__item, .p-list--circle .p-list--counter .p-list__item, .p-list--circle .p-list--counter-notes .p-list__item, .p-list--circle .p-list--scroll .p-list__item, .p-list .p-list--circle .p-list__item, .p-list--notes .p-list--circle .p-list__item, .p-list--counter .p-list--circle .p-list__item, .p-list--counter-notes .p-list--circle .p-list__item, .p-list--scroll .p-list--circle .p-list__item, .p-list--circle .p-list--circle .p-list__item {
    margin-top: 16px
  }
}

.p-list--circle>.p-list__item {
  padding-left: 4.4444444444vw;
  text-indent: -4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list--circle>.p-list__item {
    padding-left: 18px;
    text-indent: -18px
  }
}

.p-list--circle>.p-list__item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-right: 12px
}

@media screen and (min-width: 768px) {
  .p-list--circle>.p-list__item::before {
    width: 6px;
    height: 6px;
    margin-right: 12px
  }
}

.p-list--circle>.p-list__item.dir-rtl {
  padding-left: 0;
  padding-right: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list--circle>.p-list__item.dir-rtl {
    padding-left: 0;
    padding-right: 18px
  }
}

.p-list--circle>.p-list__item.dir-rtl::before {
  margin-right: 0;
  margin-left: 16px
}

@media screen and (min-width: 768px) {
  .p-list--circle>.p-list__item.dir-rtl::before {
    margin-right: 0;
    margin-left: 18px
  }
}

.p-list--circle>.p-list__item::before {
  background-color: #666;
  border-radius: 50%
}

.p-list--scroll>.p-list__item {
  padding-left: 7.2222222222vw;
  text-indent: -7.2222222222vw
}

@media screen and (min-width: 768px) {
  .p-list--scroll>.p-list__item {
    padding-left: 26px;
    text-indent: -26px
  }
}

.p-list--scroll>.p-list__item::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 11px
}

@media screen and (min-width: 768px) {
  .p-list--scroll>.p-list__item::before {
    width: 15px;
    height: 15px;
    margin-right: 11px
  }
}

.p-list--scroll>.p-list__item::before {
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_scroll.svg) no-repeat 0 0;
  background-size: contain
}

.p-list--notes, .p-list--counter, .p-list--counter-notes {
  counter-reset: number alpha
}

.p-list--notes, .p-list--counter-notes {
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .p-list--notes, .p-list--counter-notes {
    line-height: 1.29;
    font-size: 14px
  }
}

.p-list--notes>.p-list__item, .p-list--counter>.p-list__item, .p-list--counter-notes>.p-list__item {
  counter-increment: number;
  padding-left: 8.3333333333vw
}

.p-list--notes>.p-list__item.dir-rtl, .p-list--counter>.p-list__item.dir-rtl, .p-list--counter-notes>.p-list__item.dir-rtl {
  padding-left: 0;
  padding-right: 8.3333333333vw
}

@media screen and (min-width: 768px) {
  .p-list--notes>.p-list__item, .p-list--counter>.p-list__item, .p-list--counter-notes>.p-list__item {
    padding-left: 30px
  }

  .p-list--notes>.p-list__item.dir-rtl, .p-list--counter>.p-list__item.dir-rtl, .p-list--counter-notes>.p-list__item.dir-rtl {
    padding-left: 0;
    padding-right: 30px
  }
}

.p-list--notes>.p-list__item::before, .p-list--counter>.p-list__item::before, .p-list--counter-notes>.p-list__item::before {
  content: counter(number, decimal) ".";
  position: absolute;
  top: 0;
  margin-left: -8.3333333333vw
}

@media screen and (min-width: 768px) {
  .p-list--notes>.p-list__item::before, .p-list--counter>.p-list__item::before, .p-list--counter-notes>.p-list__item::before {
    margin-left: -30px
  }
}

.p-list--notes>.p-list__item {
  padding-left: 2.7777777778vw
}

@media screen and (min-width: 768px) {
  .p-list--notes>.p-list__item {
    padding-left: 10px
  }
}

.p-list--notes>.p-list__item::before {
  content: "*";
  margin-left: -2.7777777778vw
}

@media screen and (min-width: 768px) {
  .p-list--notes>.p-list__item::before {
    margin-left: -10px
  }
}

.p-list--counter-notes>.p-list__item::before {
  content: "*"counter(number, decimal) "."
}

.p-list--counter .p-list--counter>.p-list__item, .p-list--counter-notes .p-list--counter-notes>.p-list__item {
  counter-increment: alpha;
  padding-left: 6.9444444444vw
}

@media screen and (min-width: 768px) {
  .p-list--counter .p-list--counter>.p-list__item, .p-list--counter-notes .p-list--counter-notes>.p-list__item {
    padding-left: 25px
  }
}

.p-list--counter .p-list--counter>.p-list__item::before, .p-list--counter-notes .p-list--counter-notes>.p-list__item::before {
  content: counter(alpha, lower-alpha) "."
}

.p-list--counter-notes .p-list--counter-notes>.p-list__item {
  padding-left: 6.9444444444vw
}

@media screen and (min-width: 768px) {
  .p-list--counter-notes .p-list--counter-notes>.p-list__item {
    padding-left: 25px
  }
}

.p-list--counter-notes .p-list--counter-notes>.p-list__item::before {
  content: "*"counter(alpha, lower-alpha) "."
}

.p-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -4.4444444444vw;
  margin-left: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-list--inline {
    margin-top: -16px;
    margin-left: -42px
  }
}

.p-list--inline .p-list__item {
  margin-left: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-list--inline .p-list__item {
    margin-left: 42px
  }
}

.p-list.row, .row.p-list--circle, .row.p-list--scroll, .row.p-list--notes, .row.p-list--counter, .row.p-list--counter-notes {
  margin-top: -4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-list.row, .row.p-list--circle, .row.p-list--scroll, .row.p-list--notes, .row.p-list--counter, .row.p-list--counter-notes {
    margin-top: -16px
  }
}

.p-list.row .p-list__item, .row.p-list--circle .p-list__item, .row.p-list--scroll .p-list__item, .row.p-list--notes .p-list__item, .row.p-list--counter .p-list__item, .row.p-list--counter-notes .p-list__item {
  margin-top: 4.4444444444vw;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .p-list.row .p-list__item, .row.p-list--circle .p-list__item, .row.p-list--scroll .p-list__item, .row.p-list--notes .p-list__item, .row.p-list--counter .p-list__item, .row.p-list--counter-notes .p-list__item {
    margin-top: 16px
  }
}

.p-list--circle .p-list__item[class*=col] {
  padding-left: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .p-list--circle .p-list__item[class*=col] {
    padding-left: 26px
  }
}

.p-list--scroll .p-list__item[class*=col] {
  padding-left: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-list--scroll .p-list__item[class*=col] {
    padding-left: 40px
  }
}

.p-list--counter .p-list__item[class*=col] {
  padding-left: 10.5555555556vw
}

@media screen and (min-width: 768px) {
  .p-list--counter .p-list__item[class*=col] {
    padding-left: 46px
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .8)
}

.p-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.p-modal__content__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%
}

.p-modal__content__close {
  display: none;
  position: absolute;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  right: 50%;
  top: 50%;
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  font-size: 0;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff)
}

@media screen and (min-width: 768px) {
  .p-modal__content__close {
    width: 32px;
    height: 32px
  }
}

.p-modal-video-open:hover {
  cursor: pointer
}

.p-modal-video {
  display: none
}

.p-modal-video.is-opened {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
  z-index: 100
}

.p-modal-video .is-modal-video {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-modal-video .is-modal-video .vjs-js {
  width: 100%;
  padding-bottom: 56.25%
}

.p-modal-video .is-modal-video .p-modal-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.p-modal-video .is-modal-video .p-modal-youtube #player {
  position: absolute;
  width: 100%;
  height: 100%
}

.p-modal-video__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.2222222222vw
}

.p-modal-video__nav__swiching {
  width: 11.1111111111vw;
  height: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .p-modal-video__nav__swiching {
    width: 40px;
    height: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-modal-video__nav__close {
    width: 24px;
    height: 24px
  }
}

.p-navi-local {
  margin-top: 8.8888888889vw;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-navi-local {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-navi-local {
    margin-top: 40px
  }
}

.p-navi-local:first-child {
  margin-top: 0
}

.p-navi-local__title {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 4.4444444444vw;
  margin-bottom: 4.4444444444vw;
  line-height: 1.56;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-navi-local__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 1.33;
    font-size: 24px
  }
}

.p-navi-local__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -7.5vw 0 0 -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-navi-local__list {
    margin: -25px 0 0 -40px
  }
}

.p-navi-local__list-item {
  margin: 7.5vw 0 0 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-navi-local__list-item {
    margin: 25px 0 0 40px
  }
}

.p-navi-local__list-link.is-current {
  color: #333;
  pointer-events: none;
  font-weight: bold
}

.p-navi-tab {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-navi-tab {
    margin-bottom: 40px
  }
}

.p-navi-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-top: -11.1111111111vw
}

@media screen and (min-width: 768px) {
  .p-navi-tab__list {
    margin-top: -40px
  }
}

.p-navi-tab__list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7
}

.p-navi-tab__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  margin-top: 11.1111111111vw;
  border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 768px) {
  .p-navi-tab__list-item {
    width: 25%;
    margin-top: 40px
  }
}

.p-navi-tab__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3.3333333333vw;
  color: #333;
  border-bottom: 4px solid rgba(0, 0, 0, 0)
}

@media screen and (min-width: 768px) {
  .p-navi-tab__list-link {
    padding-bottom: 16px
  }
}

@media screen and (min-width: 768px) {
  .p-navi-tab__list-link:hover {
    border-bottom-color: #666;
    text-decoration: none
  }
}

.p-navi-tab__list-link.is-current {
  border-bottom-color: #666;
  pointer-events: none
}

.p-news {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-news {
    margin-bottom: 40px
  }
}

.p-news__item {
  border-top: 1px solid #ccc;
  padding: 4.4444444444vw 0
}

@media screen and (min-width: 768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0
  }
}

.p-news__title {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (min-width: 768px) {
  .p-news__title {
    width: 188px;
    margin-right: 32px
  }
}

.p-news__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .p-news__body {
    margin-top: 0
  }
}

.p-news-col3 {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-news-col3 {
    margin-bottom: 40px
  }
}

.p-news-col3__item {
  border-top: 1px solid #ccc;
  padding: 4.4444444444vw 0
}

@media screen and (min-width: 768px) {
  .p-news-col3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 0
  }
}

.p-news-col3__title {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-width: 767px) {
  .p-news-col3__title {
    display: inline-block;
    width: 37.7777777778vw
  }
}

@media screen and (min-width: 768px) {
  .p-news-col3__title {
    width: 188px;
    margin-right: 32px
  }
}

.p-news-col3__cat {
  width: 37.5vw;
  background-color: #666;
  text-align: center;
  line-height: 1.285;
  color: #fff;
  font-size: 3.8888888889vw
}

@media screen and (max-width: 767px) {
  .p-news-col3__cat {
    display: inline-block
  }
}

@media screen and (min-width: 768px) {
  .p-news-col3__cat {
    width: 135px;
    margin-right: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px
  }
}

.p-news-col3__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .p-news-col3__body {
    margin-top: 0
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-pagination {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-pagination {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.p-pagination .page-numbers {
  display: block;
  width: 13.3333333333vw;
  margin: 0 1.9444444444vw;
  padding: 3.8888888889vw 0;
  border: 1px solid #d7d7d7;
  border-radius: 2.2222222222vw;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-pagination .page-numbers {
    width: 48px;
    margin: 0 4px;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 20px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 768px) {
  .p-pagination .page-numbers:hover {
    text-decoration: none;
    opacity: .7
  }
}

.p-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 767px) {
  .p-pagination__numbers {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.p-pagination__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 767px) {
  .p-pagination__transition {
    width: 42.2222222222vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__transition .page-numbers {
    width: 42.2222222222vw;
    margin: 6.6666666667vw 1.1111111111vw 0
  }
}

@media screen and (min-width: 768px) {
  .p-pagination__transition .page-numbers {
    width: 95px;
    margin: 0 4px
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__transition .page-numbers.first, .p-pagination__transition .page-numbers.last {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__transition .page-numbers.prev, .p-pagination__transition .page-numbers.next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__transition.first {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__transition.last {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.p-pagination .current {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  pointer-events: none
}

.p-read-stories {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  background-color: #f7f7f7;
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/bg_stories-link.png) repeat top center
}

@media screen and (min-width: 768px) {
  .p-read-stories {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.p-read-stories__heading {
  text-align: center;
  font-weight: bold;
  font-size: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-read-stories__heading {
    font-size: 36px
  }
}

.p-read-stories__body {
  margin-top: 2.2222222222vw;
  text-align: center;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .p-read-stories__body {
    margin-top: 16px;
    font-size: 28px
  }
}

.p-recomend {
  padding-top: 8.8888888889vw;
  padding-bottom: 8.8888888889vw;
  background-color: #f7f7f7
}

@media screen and (min-width: 768px) {
  .p-recomend {
    padding-top: 34px;
    padding-bottom: 34px
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__in {
    overflow: hidden
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.p-recomend__title {
  font-weight: normal
}

.p-recomend__navi {
  display: none
}

@media screen and (min-width: 768px) {
  .p-recomend__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 84px;
    height: 32px;
    margin-left: 20px
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__arrow {
    display: inline-block;
    position: static;
    width: 32px;
    height: 32px;
    margin: 0;
    background-size: contain;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__arrow:hover {
    opacity: .3
  }
}

.p-recomend__arrow.swiper-button-lock {
  display: none
}

@media screen and (min-width: 768px) {
  .p-recomend__arrow--prev {
    background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_prev-circle.svg)
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__arrow--next {
    background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_next-circle.svg)
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__container {
    overflow: visible
  }
}

.p-recomend__wrapper {
  width: auto;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .p-recomend__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.p-recomend .p-card__title {
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-recomend .p-card__title {
    font-size: 18px
  }
}

.p-search-selectbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6.6666666667vw 0;
  margin-bottom: 15.5555555556vw
}

@media screen and (min-width: 768px) {
  .p-search-selectbox-wrap {
    gap: 16px;
    margin-bottom: 56px
  }
}

.p-search-selectbox-wrap .p-search-selectbox {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%
}

@media screen and (min-width: 768px) {
  .p-search-selectbox-wrap .p-search-selectbox {
    width: auto
  }
}

.p-search-selectbox-wrap .p-search-selectbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 6.6666666667vw;
  width: 5.5555555556vw;
  height: 3.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .p-search-selectbox-wrap .p-search-selectbox::after {
    right: 20px;
    width: 20px;
    height: 12px
  }
}

.p-search-selectbox-wrap .p-search-selectbox__box {
  padding: 3.3333333333vw 8.3333333333vw;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #d7d7d7;
  background-color: #fff;
  font-size: 5.5555555556vw !important;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .p-search-selectbox-wrap .p-search-selectbox__box {
    padding: 12px 56px 12px 40px;
    font-size: 20px !important
  }
}

.p-search-selectbox-wrap .c-button {
  margin-top: 0;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .p-search-selectbox-wrap .c-button {
    padding: 12px 16px
  }
}

.p-share {
  margin-bottom: 8.8888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media screen and (min-width: 768px) {
  .p-share {
    margin-bottom: 40px
  }
}

.p-share__link {
  display: block;
  width: 8.8888888889vw
}

@media screen and (max-width: 767px) {
  .p-share__link {
    margin-right: 6.6666666667vw
  }

  .p-share__link:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 768px) {
  .p-share__link {
    width: 32px;
    margin-left: 8px
  }

  .p-share__link:first-child {
    margin-left: 0
  }
}

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

.p-txtblck {
  margin-bottom: 8.8888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .p-txtblck {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .p-txtblck {
    display: block;
    zoom: 1
  }

  .p-txtblck:before, .p-txtblck:after {
    content: "";
    display: table
  }

  .p-txtblck:after {
    clear: both
  }
}

@media screen and (min-width: 768px) {
  .p-txtblck.not-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.p-txtblck__body {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-bottom: 0
}

.p-txtblck__body .c-text {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-txtblck__body .c-text {
    margin-bottom: 16px
  }
}

.p-txtblck__body>:last-child {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .not-wrap .p-txtblck__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig {
    width: 50%
  }
}

.p-txtblck__fig__img {
  width: 100%
}

.p-txtblck__fig--left {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig--left {
    float: left;
    margin: 0 32px 16px 0
  }
}

@media screen and (min-width: 768px) {
  .not-wrap .p-txtblck__fig--left {
    float: none;
    margin-bottom: 0
  }
}

.p-txtblck__fig--right {
  margin-top: 4.4444444444vw;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig--right {
    float: right;
    margin: 0 0 16px 32px
  }
}

@media screen and (min-width: 768px) {
  .not-wrap .p-txtblck__fig--right {
    float: none;
    margin-bottom: 0
  }
}

.p-txtblck__fig__caption {
  margin-top: 1.1111111111vw;
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig__caption {
    margin-top: 8px;
    line-height: 1.29;
    font-size: 14px
  }
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig.fig--col-8 {
    width: calc(33.33333% - 16px)
  }
}

@media screen and (max-width: 767px) {
  .p-txtblck__fig.fig--col-6 {
    width: calc(50% - 2.2222222222vw);
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width: 768px) {
  .p-txtblck__fig.fig--col-6 {
    width: calc(25% - 16px)
  }
}

.is-aboutus-bgcolor {
  padding: 8.8888888889vw 0;
  background-color: #f7f7f7
}

@media screen and (min-width: 768px) {
  .is-aboutus-bgcolor {
    padding: 40px 0
  }
}

.aboutus-heading-large+*, .aboutus-heading-middle+* {
  margin-top: 4.4444444444vw !important
}

@media screen and (min-width: 768px) {
  .aboutus-heading-large+*, .aboutus-heading-middle+* {
    margin-top: 16px !important
  }
}

.aboutus-heading-large {
  line-height: 1.17;
  font-weight: bold;
  font-size: 10vw
}

@media screen and (min-width: 768px) {
  .aboutus-heading-large {
    font-size: 48px
  }
}

.aboutus-heading-middle {
  font-size: 7.7777777778vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .aboutus-heading-middle {
    font-size: 36px
  }
}

.aboutus-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.4444444444vw;
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .aboutus-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-top: 40px
  }
}

.aboutus-buttons.is-coloumn {
  gap: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .aboutus-buttons.is-coloumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
  }
}

.aboutus-button {
  margin-top: 0;
  padding: 4.4444444444vw;
  font-size: 3.8888888889vw;
  text-align: center
}

@media screen and (min-width: 768px) {
  .aboutus-button {
    padding: 12px 48px;
    width: auto;
    font-size: 20px
  }
}

.p-hero+.aboutus-nav-wrapper {
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-hero+.aboutus-nav-wrapper {
    margin-top: -40px
  }
}

.aboutus-nav-wrapper {
  background-color: #f7f7f7;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .aboutus-nav-wrapper {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.aboutus-nav-wrapper.is-bottom {
  margin-top: 17.7777777778vw
}

@media screen and (min-width: 768px) {
  .aboutus-nav-wrapper.is-bottom {
    margin-top: 80px
  }
}

.aboutus-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6666666667vw
}

@media screen and (min-width: 768px) {
  .aboutus-nav {
    gap: 12px 16px
  }
}

@media screen and (min-width: 1288px) {
  .aboutus-nav {
    gap: 24px 32px
  }
}

.aboutus-nav__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #3251ad;
  border-radius: 8px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  min-height: 13.3333333333vw;
  width: calc(33.333% - 1.6666666667vw*2/3)
}

@media screen and (min-width: 768px) {
  .aboutus-nav__item {
    min-height: 88px;
    padding: 8px 12px;
    width: calc(16.666% - 13.3333333333px)
  }
}

@media screen and (min-width: 1288px) {
  .aboutus-nav__item {
    padding: 12px 20px;
    width: calc(16.666% - 26.6666666667px)
  }
}

.aboutus-nav__item:hover {
  text-decoration: none;
  opacity: .5
}

.aboutus-nav__item__label {
  text-align: center;
  font-weight: bold;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .aboutus-nav__item__label {
    font-size: 18px
  }
}

@media screen and (min-width: 1288px) {
  .aboutus-nav__item__label {
    font-size: 20px
  }
}

.aboutus-nav__item.is-current {
  background-color: #3251ad;
  color: #fff;
  position: relative
}

.aboutus-nav__item.is-current::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1111111111vw;
  left: 50%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%)
}

@media screen and (min-width: 768px) {
  .aboutus-nav__item.is-current::before {
    top: 4px;
    width: 8px;
    height: 8px
  }
}

.aboutus-section+* {
  margin-top: 17.7777777778vw
}

@media screen and (min-width: 768px) {
  .aboutus-section+* {
    margin-top: 80px
  }
}

@media screen and (max-width: 767px) {
  .aboutus-section .container--narrow {
    padding-left: 0;
    padding-right: 0
  }
}

.aboutus-asv-summary__item {
  border-style: dotted;
  border-color: #707070;
  border-width: 1px 0 0;
  padding: 8.8888888889vw 0
}

@media screen and (min-width: 768px) {
  .aboutus-asv-summary__item {
    padding: 40px 0
  }
}

.aboutus-asv-summary__item:last-child {
  border-width: 1px 0 1px
}

.aboutus-asv-summary__item.is-asv {
  position: relative
}

.aboutus-asv-summary__item.is-asv::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-style: solid;
  border-width: 0 16.6666666667vw 5.5555555556vw 16.6666666667vw;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #db3833 rgba(0, 0, 0, 0)
}

@media screen and (min-width: 768px) {
  .aboutus-asv-summary__item.is-asv::before {
    border-width: 0 65px 20px 65px
  }
}

.aboutus-asv-summary__item__title {
  text-align: center;
  color: #db3833;
  font-size: 7.7777777778vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .aboutus-asv-summary__item__title {
    font-size: 36px
  }
}

.aboutus-asv-summary__item__title.is-outcome {
  color: #333
}

.aboutus-asv-summary__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 8.3333333333vw;
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .aboutus-asv-summary__item__data {
    gap: 0 30px;
    margin-top: 16px
  }
}

.aboutus-asv-summary__item__data__paragraph {
  -ms-flex-negative: 50%;
  flex-shrink: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.aboutus-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8.8888888889vw;
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .aboutus-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
    margin-top: 40px
  }
}

@media screen and (max-width: 767px) {
  .aboutus-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.4444444444vw
  }

  .aboutus-card__thumb, .aboutus-card__text {
    width: calc(50% - 4.4444444444vw*1/2)
  }

  .aboutus-card__text {
    font-size: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-card {
    display: block;
    width: calc(25% - 24px)
  }

  .aboutus-card__text {
    margin-top: 8px
  }
}

.aboutus-slides-wrapper {
  position: relative;
  margin-top: 4.4444444444vw;
  padding-bottom: 12.2222222222vw
}

@media screen and (min-width: 768px) {
  .aboutus-slides-wrapper {
    margin-top: 24px;
    padding-bottom: 62px
  }
}

.aboutus-slides {
  position: static
}

.aboutus-slides .swiper-button-prev, .aboutus-slides .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-color: #fff;
  border-radius: 100%
}

@media screen and (max-width: 767px) {
  .aboutus-slides .swiper-button-prev, .aboutus-slides .swiper-button-next {
    width: 12.2222222222vw;
    height: 12.2222222222vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-slides .swiper-button-prev, .aboutus-slides .swiper-button-next {
    width: 48px;
    height: 48px
  }
}

@media screen and (max-width: 767px) {
  .aboutus-slides .swiper-button-prev svg, .aboutus-slides .swiper-button-next svg {
    width: 2.7777777778vw;
    height: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-slides .swiper-button-prev svg, .aboutus-slides .swiper-button-next svg {
    width: 10px;
    height: 20px
  }
}

.aboutus-slides .swiper-button-prev svg path, .aboutus-slides .swiper-button-next svg path {
  stroke: #999
}

@media screen and (max-width: 767px) {
  .aboutus-slides .swiper-button-prev {
    left: -6.1111111111vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-slides .swiper-button-prev {
    left: -24px
  }
}

@media screen and (max-width: 767px) {
  .aboutus-slides .swiper-button-next {
    right: -6.1111111111vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-slides .swiper-button-next {
    right: -24px
  }
}

.aboutus-slides .swiper-pagination {
  line-height: 1;
  text-align: center;
  bottom: 0
}

.aboutus-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #f7f7f7;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  opacity: 1
}

@media screen and (max-width: 767px) {
  .aboutus-slides .swiper-pagination .swiper-pagination-bullet {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 1.6666666667vw;
    margin-left: 1.6666666667vw;
    border-width: 0.2777777778vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-slides .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }
}

.aboutus-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db3833;
  border-color: #db3833
}

.aboutus-slide:hover {
  text-decoration: none
}

.aboutus-slide:hover .aboutus-slide__body__heading {
  text-decoration: underline
}

@media screen and (min-width: 768px) {
  .aboutus-slide__body {
    margin-top: 16px
  }
}

.aboutus-slide__body__heading {
  font-weight: bold;
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .aboutus-slide__body__heading {
    font-size: 24px
  }
}

.aboutus-slide__body__summary {
  color: #333;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .aboutus-slide__body__summary {
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .aboutus-history__thumb {
    margin-left: -39px
  }

  .aboutus-history__thumb img {
    width: 100%
  }

  .aboutus-history__body .aboutus-button {
    margin-top: 8.8888888889vw
  }
}

@media screen and (min-width: 768px) {
  .aboutus-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
  }

  .aboutus-history__column {
    width: 50%
  }

  .aboutus-history__thumb {
    margin-left: calc(50% - 50vw);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .aboutus-history__thumb img {
    width: 100%
  }

  .aboutus-history__body .aboutus-button {
    margin-top: 40px
  }
}

.agp-heading-02 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.29;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .agp-heading-02 {
    margin-bottom: 16px;
    line-height: 1.22;
    font-size: 36px
  }
}

.agp-heading-03 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.33;
  font-size: 6.6666666667vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .agp-heading-03 {
    margin-bottom: 16px;
    line-height: 1.29;
    font-size: 28px
  }
}

.agp-heading-04 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.4;
  font-size: 5.5555555556vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .agp-heading-04 {
    margin-bottom: 16px;
    line-height: 1.33;
    font-size: 24px
  }
}

.agp-heading-05 {
  margin-bottom: 2.2222222222vw;
  line-height: 1.44;
  font-size: 5vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .agp-heading-05 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 20px
  }
}

.agp-tbl {
  width: 100%;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .agp-tbl {
    margin-bottom: 40px
  }
}

.agp-tbl table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 768px) {
  .agp-tbl table {
    table-layout: fixed
  }
}

.agp-tbl table th, .agp-tbl table td {
  border: 1px solid #d7d7d7;
  padding: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .agp-tbl table th, .agp-tbl table td {
    padding: 20px
  }
}

.agp-tbl table thead th {
  font-weight: bold;
  font-size: 4.4444444444vw;
  background-color: #f2f2f2
}

@media screen and (min-width: 768px) {
  .agp-tbl table thead th {
    font-size: 18px
  }
}

.agp-tbl table tbody th {
  background-color: rgba(214, 214, 214, .2);
  font-weight: bold;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .agp-tbl table tbody th {
    background-color: #f7f7f7;
    font-size: 18px
  }
}

.agp-tbl table tbody td>*:last-child {
  margin-bottom: 0
}

.agp-link-scroll::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_scroll.svg) no-repeat 0 0;
  background-size: contain;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .agp-link-scroll::before {
    width: 15px;
    height: 15px;
    margin-right: 8px
  }
}

.agp-link-scroll__num {
  display: inline-block;
  vertical-align: middle;
  width: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .agp-link-scroll__num {
    width: 32px
  }
}

.agp-link-scroll__txt {
  display: inline-block;
  width: calc(100% - 13.0555555556vw);
  vertical-align: middle
}

@media screen and (min-width: 768px) {
  .agp-link-scroll__txt {
    width: calc(100% - 55px)
  }
}

.agp-list--circle {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .agp-list--circle {
    margin-bottom: 40px
  }
}

.agp-list--circle .agp-list-item {
  margin-bottom: 2.2222222222vw;
  padding-left: 4.4444444444vw;
  text-indent: -4.4444444444vw;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .agp-list--circle .agp-list-item {
    padding-left: 16px;
    text-indent: -16px;
    margin-bottom: 8px;
    font-size: 14px
  }
}

.agp-list--circle .agp-list-item:last-child {
  margin-bottom: 0
}

.agp-list--circle .agp-list-item::before {
  background-color: #666;
  border-radius: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-right: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .agp-list--circle .agp-list-item::before {
    width: 4px;
    height: 4px;
    margin-right: 12px
  }
}

.agp-list--circle .agp-list--circle {
  margin-top: 2.2222222222vw;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .agp-list--circle .agp-list--circle {
    margin-top: 8px
  }
}

.agp-list--order {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .agp-list--order {
    margin-bottom: 40px
  }
}

.agp-list--order .agp-list-item {
  margin-bottom: 2.2222222222vw;
  font-size: 0
}

@media screen and (min-width: 768px) {
  .agp-list--order .agp-list-item {
    margin-bottom: 8px
  }
}

.agp-list--order .agp-list-item__num {
  display: inline-block;
  vertical-align: top;
  width: 11.1111111111vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .agp-list--order .agp-list-item__num {
    font-size: 18px;
    width: 40px
  }
}

.agp-list--order .agp-list-item__txt {
  display: inline-block;
  vertical-align: top;
  font-size: 4.4444444444vw;
  width: calc(100% - 11.1111111111vw)
}

@media screen and (min-width: 768px) {
  .agp-list--order .agp-list-item__txt {
    font-size: 18px;
    width: calc(100% - 40px)
  }
}

.agp-list--order .agp-list-item__txt>* {
  display: inline
}

.agp-box {
  margin-bottom: 8.8888888889vw;
  border: 1px solid #d7d7d7;
  background-color: #f7f7f7;
  padding: 6.6666666667vw 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .agp-box {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .agp-box {
    padding: 24px 40px
  }
}

.agp-box>*:last-child {
  margin-bottom: 0
}

.aminoacids-nav {
  margin-bottom: 8.8888888889vw;
  padding: 6.6666666667vw 0;
  background: #f7f7f7
}

@media screen and (min-width: 768px) {
  .aminoacids-nav {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .aminoacids-nav {
    padding: 40px 0
  }
}

.aminoacids-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6666666667vw
}

@media screen and (min-width: 768px) {
  .aminoacids-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 24px 32px
  }
}

@media screen and (min-width: 1288px) {
  .aminoacids-nav__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.aminoacids-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  background: #fff;
  border: solid 1px #3251ad;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.aminoacids-nav__item:hover {
  text-decoration: none;
  opacity: .5
}

@media screen and (min-width: 768px) {
  .aminoacids-nav__item {
    width: calc(33.3333333333% - 64px);
    min-height: 3.885em;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

@media screen and (min-width: 1288px) {
  .aminoacids-nav__item {
    padding: 12px 20px
  }
}

.aminoacids-nav__item.is-current {
  background: #3251ad;
  color: #fff
}

.aminoacids-nav__item--gray {
  background: #f2f2f2;
  border-color: #333;
  color: #333
}

.aminoacids-nav__item--gray.is-current {
  background: #333;
  color: #fff
}

.p-hero+.aminoacids-nav {
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-hero+.aminoacids-nav {
    margin-top: -40px
  }
}

.aminoacids-cat a, .aminoacids-cat a:hover {
  text-decoration: none
}

a:hover .aminoacids-cat__title {
  text-decoration: underline
}

.aminoacids-cat__desc {
  color: #000
}

@media screen and (max-width: 767px) {
  .aminoacids-cat .col-24+.col-24 {
    margin-top: 3.3333333333vw
  }
}

@media screen and (min-width: 768px) {
  .brands-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.brands-intro__heading {
  font-size: 7.7777777778vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .brands-intro__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
    font-size: 40px
  }
}

@media screen and (max-width: 767px) {
  .brands-intro__body {
    margin-top: 2.2222222222vw
  }
}

@media screen and (min-width: 768px) {
  .brands-intro__body {
    width: 54%
  }
}

.brands-item-logo {
  text-align: center
}

@media screen and (min-width: 768px) {
  .brands-item-logo img {
    width: auto;
    height: 274px
  }
}

.brands-item-body {
  padding-top: 11.1111111111vw;
  padding-bottom: 11.1111111111vw;
  background-color: #d7d7d7
}

@media screen and (min-width: 768px) {
  .brands-item-body {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.brands-item-body__cat {
  display: inline-block;
  padding: 1.1111111111vw 2.2222222222vw;
  margin-bottom: 4.4444444444vw;
  border-style: solid;
  border-width: 1px;
  border-color: currentcolor;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .brands-item-body__cat {
    margin-bottom: 16px;
    padding: 4px 8px;
    font-size: 14px
  }
}

.brands-item-body__label {
  font-size: 8.8888888889vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .brands-item-body__label {
    font-size: 32px
  }
}

.brands-item-body__label sub {
  vertical-align: baseline;
  font-size: 2.7777777778vw
}

@media screen and (min-width: 768px) {
  .brands-item-body__label sub {
    font-size: 12px
  }
}

@media screen and (min-width: 768px) {
  .brands-item-body__intro {
    margin-top: 16px
  }
}

.brands-item-body__intro__heading {
  font-size: 5.5555555556vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .brands-item-body__intro__heading {
    font-size: 24px
  }
}

@media screen and (min-width: 768px) {
  .brands-item-body__intro__text {
    margin-top: 16px
  }
}

.brands-item-body__websites {
  margin-top: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites {
    margin-top: 40px
  }
}

.brands-item-body__websites__heading {
  margin-bottom: 4.4444444444vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__heading {
    margin-bottom: 16px;
    font-size: 24px
  }
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__select .c-selectbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 32px
  }
}

.brands-item-body__websites__select .c-selectbox__box {
  border-radius: 2.2222222222vw;
  font-size: 5.5555555556vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__select .c-selectbox__box {
    border-radius: 8px;
    font-size: 20px
  }
}

.brands-item-body__websites__select .c-button {
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__select .c-button {
    margin-top: 0
  }
}

@media screen and (max-width: 767px) {
  .brands-item-body__websites__select .c-button {
    width: 44.4444444444vw;
    padding: 2.7777777778vw 0
  }
}

@media screen and (min-width: 768px) {
  .brands-item-body__websites__select .c-button {
    padding: 10px 16px
  }
}

.brands-checkboxes-wrapper {
  margin-top: 22.2222222222vw
}

@media screen and (min-width: 768px) {
  .brands-checkboxes-wrapper {
    margin-top: 80px
  }
}

.brands-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 767px) {
  .brands-checkboxes {
    row-gap: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .brands-checkboxes {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

@media screen and (min-width: 1025px) {
  .brands-checkboxes {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
  }
}

.brands-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #3251ad;
  border-radius: 8px;
  color: #3251ad;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .brands-checkbox {
    width: 33.333%
  }
}

.brands-checkbox.is-checked {
  background-color: #d6dcef
}

.brands-checkbox__thumb {
  margin-right: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .brands-checkbox__thumb {
    margin-right: 4px
  }
}

.brands-checkbox__thumb__img {
  border-radius: 6px 0 0 6px;
  width: auto;
  height: 20vw
}

@media screen and (min-width: 768px) {
  .brands-checkbox__thumb__img {
    height: 72px
  }
}

.brands-checkbox__input {
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  line-height: 1;
  margin-right: 1.1111111111vw
}

@media screen and (min-width: 768px) {
  .brands-checkbox__input {
    margin-right: 4px
  }
}

.brands-checkbox__ico {
  margin-right: 4px;
  vertical-align: middle;
  width: 3.8888888889vw;
  height: auto
}

@media screen and (min-width: 768px) {
  .brands-checkbox__ico {
    width: 16px
  }
}

.brands-checkbox__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.25
}

@media screen and (max-width: 767px) {
  .brands-checkbox__label {
    font-size: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .brands-checkbox__label {
    font-size: 20px
  }
}

.brands-loading {
  display: none;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px
}

.brands-cat-section {
  margin-top: 22.2222222222vw;
  display: none
}

@media screen and (min-width: 768px) {
  .brands-cat-section {
    margin-top: 80px
  }
}

.brands-cat-section.is-brands-active {
  display: block
}

.brands-cat-section .is-target {
  opacity: 0
}

.brands-cat-section .is-target.is-ignition {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1
}

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

.brands-items__item__ttl {
  margin-top: 4.4444444444vw;
  text-align: center;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .brands-items__item__ttl {
    margin-top: 16px;
    font-size: 18px
  }
}

.brands-related-content {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  background-color: #f7f7f7
}

@media screen and (min-width: 768px) {
  .brands-related-content {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.brands-related-content__heading {
  text-align: center;
  font-weight: bold;
  font-size: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .brands-related-content__heading {
    font-size: 36px
  }
}

.brands-related-content__body {
  margin-top: 2.2222222222vw;
  text-align: center;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .brands-related-content__body {
    margin-top: 16px;
    font-size: 28px
  }
}

.brands-entry__thumb {
  width: 100%
}

.brands-entry__thumb img {
  width: 100%
}

.brands-entry__section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .brands-entry__section {
    padding: 20px
  }
}

.brands-entry__section__ttl {
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .brands-entry__section__ttl {
    margin-bottom: 8px;
    font-size: 24px
  }
}

.brands-entry__section__summary {
  font-size: 4.4444444444vw;
  color: #000
}

@media screen and (min-width: 768px) {
  .brands-entry__section__summary {
    font-size: 18px
  }
}

.brands-entry:hover {
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .brands-entry:hover .brands-entry__section__ttl {
    text-decoration: underline
  }
}

.brands-entry:hover .brands-entry__section__summary {
  text-decoration: none !important
}

.contact-index {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .contact-index {
    margin-bottom: 40px
  }
}

.contact-index>*:first-child {
  margin-top: 0 !important
}

.contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contact-nav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  padding: 2.2222222222vw 4.4444444444vw;
  margin-top: 4.4444444444vw;
  margin-right: 2.2222222222vw;
  margin: 4.4444444444vw 0.8333333333vw 0;
  border: 1px solid #3251ad;
  border-radius: 8.8888888889vw;
  background-color: #fff;
  color: #3251ad;
  font-weight: normal;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .contact-nav__item {
    padding: 8px 16px;
    margin: 16px 6px 0;
    border-radius: 32px;
    font-size: 16px
  }
}

.contact-lead {
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .contact-lead {
    font-size: 20px
  }
}

.contact-sub p {
  margin-top: 4.4444444444vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .contact-sub p {
    margin-top: 16px;
    font-size: 18px
  }
}

.contact-bottom {
  margin-bottom: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .contact-bottom {
    margin-bottom: -40px
  }
}

.gn-section {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .gn-section {
    margin-bottom: 40px
  }
}

.gn-tbl {
  width: 100%
}

.gn-tbl tr {
  border-top: 1px solid #d7d7d7
}

.gn-tbl tr:last-child {
  border-bottom: 1px solid #d7d7d7
}

.gn-tbl__country, .gn-tbl__company {
  vertical-align: top
}

@media screen and (max-width: 767px) {
  .gn-tbl__country, .gn-tbl__company {
    display: block;
    width: 100%;
    padding-bottom: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .gn-tbl__country, .gn-tbl__company {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.gn-tbl__country {
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .gn-tbl__country {
    padding-top: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .gn-tbl__country {
    width: 188px;
    margin-right: 32px
  }
}

@media screen and (max-width: 767px) {
  .gn-tbl__country--global {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .gn-tbl__company--global {
    padding-top: 4.4444444444vw
  }
}

.gn-tbl__company ul li {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .gn-tbl__company ul li {
    margin-bottom: 16px
  }
}

.gn-tbl__company ul li:last-child {
  margin-bottom: 0
}

.glnw-check-regions {
  position: relative;
  padding-bottom: 8.8888888889pxvw
}

@media screen and (max-width: 767px) {
  .glnw-check-regions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7.2222222222vw 0 15.8333333333vw
  }

  .glnw-check-regions__map {
    position: absolute;
    z-index: -1
  }
}

@media screen and (min-width: 768px) {
  .glnw-check-regions {
    padding-bottom: 56px
  }
}

.glnw-check-businesses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 17.7777777778vw
}

@media screen and (min-width: 768px) {
  .glnw-check-businesses {
    margin-top: -16px;
    padding-bottom: 64px
  }
}

.glnw-check-businesses__link {
  display: inline-block;
  padding-bottom: 4.4444444444vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .glnw-check-businesses__link {
    padding-bottom: 16px;
    font-size: 18px
  }
}

.glnw-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 2px #3251ad;
  border-radius: 100vh;
  padding: 2.2222222222vw 2.2222222222vw;
  text-align: center;
  color: #3251ad;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .glnw-checkbox {
    padding: 12px 40px
  }
}

.glnw-checkbox.is-checked {
  background-color: #d6dcef
}

.glnw-checkbox__label {
  text-align: left
}

.glnw-checkbox__input {
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .glnw-checkbox__input {
    margin-right: 4px
  }
}

.glnw-checkbox__ico {
  margin-right: 4px;
  vertical-align: middle;
  width: 3.8888888889vw;
  height: auto
}

@media screen and (min-width: 768px) {
  .glnw-checkbox__ico {
    width: 16px
  }
}

.glnw-checkbox__label {
  line-height: 1.875
}

@media screen and (max-width: 767px) {
  .glnw-checkbox__label {
    font-size: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .glnw-checkbox__label {
    font-size: 16px
  }
}

@media screen and (max-width: 767px) {
  .glnw-checkbox.is-region {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 8px);
    margin-top: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .glnw-checkbox.is-region {
    position: absolute
  }

  .glnw-checkbox.is-region.is-europe {
    top: 25.7%;
    left: 41.03%
  }

  .glnw-checkbox.is-region.is-americas {
    top: 40.61%;
    left: 10.96%
  }

  .glnw-checkbox.is-region.is-asia-pacific {
    top: 42.67%;
    right: 11.2%
  }

  .glnw-checkbox.is-region.is-africa {
    top: 59.23%;
    left: 41.03%
  }
}

@media screen and (max-width: 767px) {
  .glnw-checkbox.is-business {
    width: 100%;
    margin-top: 4.4444444444vw
  }

  .glnw-checkbox.is-business.glnw-checkbox__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .glnw-checkbox.is-business:first-child {
    margin-top: 0
  }
}

@media screen and (min-width: 768px) {
  .glnw-checkbox.is-business {
    margin-top: 16px;
    margin-right: 16px
  }
}

.glnw-region {
  display: none;
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .glnw-region {
    margin-top: 40px
  }
}

.glnw-region__name {
  border-bottom: solid 1px #d7d7d7;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .glnw-region__name {
    font-size: 36px
  }
}

.glnw-region.is-glnw-active {
  display: block
}

.glnw-company {
  display: none;
  margin-top: 8.8888888889vw
}

.glnw-company.is-glnw-active {
  display: block
}

@media screen and (min-width: 768px) {
  .glnw-company {
    margin-top: 40px
  }
}

.glnw-company__country {
  padding: 0.5555555556vw 1.6666666667vw;
  background-color: #999;
  color: #fff;
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .glnw-company__country {
    padding: 2px 6px;
    font-size: 20px
  }
}

.glnw-company__name {
  margin-bottom: 0;
  margin-top: 4.4444444444vw;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .glnw-company__name {
    margin-top: 16px;
    font-size: 18px
  }
}

.glnw-company__related-links {
  margin-top: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .glnw-company__related-links {
    margin-top: 8px
  }
}

.glnw-company__business {
  width: 4.4444444444vw;
  height: auto;
  vertical-align: middle;
  margin-right: .5em
}

@media screen and (min-width: 768px) {
  .glnw-company__business {
    width: 16px
  }
}

.c-table-list {
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .c-table-list {
    margin-top: 16px
  }
}

.c-table-list.is-glnw {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .c-table-list.is-glnw th {
    width: 35.14%
  }
}

.gri-tbl-index {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .gri-tbl-index {
    margin-bottom: 40px
  }
}

.gri-tbl-index table {
  width: 100%
}

@media screen and (max-width: 767px) {
  .gri-tbl-index table {
    display: block
  }
}

@media screen and (min-width: 768px) {
  .gri-tbl-index table {
    table-layout: fixed
  }
}

.gri-tbl-index table tr td {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #d7d7d7;
  vertical-align: top;
  padding: 12px 20px
}

@media screen and (max-width: 767px) {
  .gri-tbl-index table tr td {
    width: 100%;
    display: block;
    padding: 3.3333333333vw 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .gri-tbl-index table tr td {
    padding: 12px 20px;
    border-width: 1px
  }
}

.gri-tbl-index table tr:first-child td:first-child {
  border-top-width: 1px
}

@media screen and (max-width: 767px) {
  .gri-tbl-index table tr:last-child .is-blank {
    display: none
  }
}

.gri-data-tbl table thead th:first-child {
  width: 13.32%
}

.gri-data-tbl table thead th:nth-child(2) {
  width: 27.59%
}

.gri-data-tbl table tbody td {
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .gri-data-tbl table tbody td {
    font-size: 14px
  }
}

.chron-hist-tab .p-navi-tab__list-link {
  cursor: pointer
}

.chron-hist-tab .p-navi-tab__list-link.is-active {
  cursor: default
}

.chron-hist-age {
  display: none
}

.chron-hist-age.is-active {
  display: block;
  -webkit-animation: agefadeIn .5s linear normal;
  animation: agefadeIn .5s linear normal
}

@-webkit-keyframes agefadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes agefadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.p-hero-home {
  background-color: #f7f7f7;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-hero-home {
    margin-bottom: 40px;
    background: none
  }
}

.p-emergency-home+.p-hero-home {
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-emergency-home+.p-hero-home {
    margin-top: -40px
  }
}

.p-hero-home__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
  .p-hero-home__item {
    position: relative;
    display: block
  }
}

@media screen and (min-width: 768px) {
  .p-hero-home__item:hover img {
    opacity: 1;
    -webkit-transition: none;
    transition: none
  }
}

.p-hero-home__body {
  text-align: center;
  padding-top: 5.5555555556vw;
  background-color: #f7f7f7;
  color: #333
}

@media screen and (min-width: 768px) {
  .p-hero-home__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 76px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    z-index: 1
  }
}

@media screen and (max-width: 767px) {
  .p-hero-home__body:empty {
    display: none
  }
}

.p-hero-home__body>:last-child {
  margin-bottom: 0
}

.p-hero-home__figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 88.888888888%
}

@media screen and (min-width: 768px) {
  .p-hero-home__figure {
    padding-bottom: 47.395833333%
  }
}

.p-hero-home__figure-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.p-hero-home__sub {
  line-height: 1.44;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .p-hero-home__sub {
    line-height: 1.33;
    font-size: 24px
  }
}

.p-hero-home__title {
  margin-bottom: 2.2222222222vw;
  line-height: 1.33;
  font-size: 7.7777777778vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .p-hero-home__title {
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 40px
  }
}

@media screen and (max-width: 767px) {
  .p-hero-home__text br {
    display: none
  }
}

.p-hero-home__arrow {
  display: none
}

@media screen and (min-width: 768px) {
  .p-hero-home__arrow {
    top: auto;
    bottom: 33px;
    display: inline-block;
    width: 14px;
    height: 30px;
    margin: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain
  }
}

@media screen and (min-width: 768px) {
  .p-hero-home__arrow--prev {
    left: 40px;
    background-image: none
  }
}

@media screen and (min-width: 768px) {
  .p-hero-home__arrow--next {
    right: 40px;
    background-image: none
  }
}

.p-hero-home__pagination.swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  z-index: 2;
  padding-top: 5.5555555556vw;
  padding-bottom: 6.6666666667vw;
  background: #f7f7f7
}

@media screen and (min-width: 768px) {
  .p-hero-home__pagination.swiper-pagination-bullets {
    position: absolute;
    bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0)
  }
}

.p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  margin: 0 1.6666666667vw;
  background: #fff;
  border: 1px solid #333;
  opacity: 1
}

@media screen and (min-width: 768px) {
  .p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(0, 0, 0, 0);
    border-color: #fff
  }
}

.p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #333
}

@media screen and (min-width: 768px) {
  .p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff
  }
}

@media screen and (min-width: 768px) {
  .p-hero-home.is-middle .p-hero-home__body {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
    background: none
  }

  .p-hero-home.is-middle .p-hero-home__title {
    text-shadow: 0 0 8px #000;
    font-size: 48px
  }

  .p-hero-home.is-middle .p-hero-home__text {
    text-shadow: 0 0 4px #000
  }

  .p-hero-home.is-middle .p-hero-home__arrow--prev svg, .p-hero-home.is-middle .p-hero-home__arrow--next svg {
    -webkit-filter: drop-shadow(0 0 4px #000);
    filter: drop-shadow(0 0 4px #000);
    -webkit-filter: dropshadow(color=#000000, offX=0, offY=-1) dropshadow(color=#000000, offX=1, offY=0) dropshadow(color=#000000, offX=0, offY=1) dropshadow(color=#000000, offX=-1, offY=0);
    filter: dropshadow(color=#000000, offX=0, offY=-1) dropshadow(color=#000000, offX=1, offY=0) dropshadow(color=#000000, offX=0, offY=1) dropshadow(color=#000000, offX=-1, offY=0)
  }

  .p-hero-home.is-middle .p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-filter: drop-shadow(0 0 4px #000);
    filter: drop-shadow(0 0 4px #000)
  }

  .p-hero-home.is-middle .p-hero-home__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    -webkit-filter: drop-shadow(0 0 4px #000);
    filter: drop-shadow(0 0 4px #000)
  }
}

.p-emergency-home {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  background-color: #f7f7f7
}

@media screen and (min-width: 768px) {
  .p-emergency-home {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.p-hero-home+.p-emergency-home {
  margin-top: -8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-hero-home+.p-emergency-home {
    margin-top: -40px
  }
}

.p-emergency-home__item {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-emergency-home__item {
    margin-bottom: 16px
  }
}

.p-emergency-home__item:last-child {
  margin-bottom: 0
}

.p-emergency-home__title {
  position: relative;
  margin-bottom: 2.2222222222vw;
  padding-left: 8.8888888889vw;
  font-size: 5vw;
  font-weight: bold;
  color: #b22222
}

@media screen and (min-width: 768px) {
  .p-emergency-home__title {
    margin-bottom: 8px;
    padding-left: 44px;
    font-size: 24px
  }
}

.p-emergency-home__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_emergency.svg) no-repeat 0 0;
  background-size: contain
}

@media screen and (min-width: 768px) {
  .p-emergency-home__title::before {
    width: 32px;
    height: 32px
  }
}

.p-emergency-home__body {
  margin-bottom: 0;
  padding-left: 8.8888888889vw;
  font-size: 24px
}

@media screen and (min-width: 768px) {
  .p-emergency-home__body {
    padding-left: 44px;
    font-size: 18px
  }
}

.p-emergency-home__body>* {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .p-emergency-home__body>* {
    margin-bottom: 16px
  }
}

.p-emergency-home__body :last-child {
  margin-bottom: 0
}

.p-emergency-home+.container {
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .p-emergency-home+.container {
    margin-top: 40px
  }
}

.c-text-home, .c-text-home--caption {
  margin-bottom: 6.6666666667vw;
  text-align: center
}

@media screen and (min-width: 768px) {
  .c-text-home, .c-text-home--caption {
    margin-bottom: 32px
  }
}

.c-text-home>*, .c-text-home--caption>* {
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .c-text-home>*, .c-text-home--caption>* {
    margin-bottom: 16px
  }
}

.c-text-home>:last-child, .c-text-home--caption>:last-child {
  margin-bottom: 0
}

.c-text-home--caption {
  line-height: 1.33;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .c-text-home--caption {
    line-height: 1.29;
    font-size: 14px
  }
}

.c-heading-home+.c-text-home, .c-heading-home+.c-text-home--caption {
  margin-top: -2.2222222222vw
}

@media screen and (min-width: 768px) {
  .c-heading-home+.c-text-home, .c-heading-home+.c-text-home--caption {
    margin-top: -16px
  }
}

.c-button-home, .c-button-home--strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  width: 100%;
  height: 13.3333333333vw;
  padding: 0 4.4444444444vw;
  border: 1px solid #3251ad;
  border-radius: 2.2222222222vw;
  background-color: #fff;
  line-height: 1.56;
  font-size: 5vw;
  font-weight: bold;
  color: #3251ad
}

@media screen and (min-width: 768px) {
  .c-button-home, .c-button-home--strong {
    width: auto;
    min-width: 160px;
    height: 48px;
    border-radius: 8px;
    padding: 0 16px;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

@media screen and (min-width: 768px) {
  .c-button-home:hover, .c-button-home--strong:hover {
    text-decoration: none;
    opacity: .7
  }
}

.c-button-home:disabled, .c-button-home--strong:disabled {
  opacity: .7
}

.c-button-home--strong {
  background-color: #3251ad;
  color: #fff
}

.c-button-home-wrap {
  margin-top: 6.6666666667vw;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .c-button-home-wrap {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .c-button-home-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
  }
}

.c-button-home-wrap:first-child {
  margin-top: 0
}

.c-button-home-wrap .c-button-home, .c-button-home-wrap .c-button-home--strong {
  margin-bottom: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .c-button-home-wrap .c-button-home, .c-button-home-wrap .c-button-home--strong {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0
  }
}

.c-button-home-wrap .c-button-home:last-child, .c-button-home-wrap .c-button-home--strong:last-child {
  margin-bottom: 0
}

.row+.c-button-home-wrap {
  margin-top: -2.2222222222vw
}

@media screen and (min-width: 768px) {
  .row+.c-button-home-wrap {
    margin-top: -8px
  }
}

.c-heading-home {
  text-align: center;
  margin-bottom: 4.4444444444vw;
  margin-bottom: 6.6666666667vw;
  line-height: 1.33;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .c-heading-home {
    margin-bottom: 16px;
    margin-bottom: 32px;
    line-height: 1.19;
    font-size: 42px
  }
}

.p-section-home {
  margin-bottom: 22.2222222222vw
}

@media screen and (min-width: 768px) {
  .p-section-home {
    margin-bottom: 100px
  }
}

.home-hero-image {
  position: relative;
  display: block
}

.home-hero-image__body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  color: #fff
}

.home-hero-image__body__heading {
  line-height: 1.29;
  text-align: center;
  color: #fff;
  font-size: 6.6666666667vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .home-hero-image__body__heading {
    line-height: 1.22;
    font-size: 40px
  }
}

.home-hero-image__figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 88.888888888%
}

@media screen and (min-width: 768px) {
  .home-hero-image__figure {
    padding-bottom: 33.772571986%
  }
}

.home-hero-image__figure__image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.home-hero {
  background-color: #f7f7f7
}

.home-hero-wide {
  display: none
}

.home-hero-wide .bc-player-default_default.vjs-fluid {
  height: 33vw;
  padding-top: 0
}

.home-hero-wide .video-js .vjs-tech {
  width: 100vw;
  height: auto
}

@media screen and (min-width: 768px) {
  .home-hero-wide {
    display: block;
    position: relative;
    height: 33vw
  }

  .home-hero-wide__video {
    visibility: hidden
  }

  .home-hero-wide__video.is-acive {
    visibility: visible
  }

  .home-hero-wide__end {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
  }

  .home-hero-wide__end.is-active {
    opacity: 1;
    pointer-events: all
  }

  .home-hero-wide__end.is-active:hover img {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
  }

  .home-hero-wide__end__image {
    width: 100%;
    height: auto
  }

  .home-hero-wide .home-hero-buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    right: 24px;
    bottom: 24px
  }

  .home-hero-wide .home-hero-buttons__button {
    width: 50px;
    height: 50px
  }
}

.home-hero-smart {
  display: none
}

.home-hero-smart .bc-player-default_default.vjs-fluid {
  padding-top: 0;
  height: 29.59999704vw
}

@media screen and (max-width: 767px) {
  .home-hero-smart {
    display: block
  }
}

.home-hero-smart__modal {
  display: none
}

.home-hero-smart__modal.is-opened {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
  z-index: 100
}

.home-hero-smart__modal .is-smart-video {
  position: fixed;
  width: 100%;
  margin-top: -22.2222222222vw;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-height: 414px) {
  .home-hero-smart__modal .is-smart-video {
    margin-top: -2.7777777778vw
  }
}

.home-hero-smart__modal .video-js .vjs-tech {
  height: auto
}

.home-hero-smart__modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.2222222222vw
}

.home-hero-smart__modal__nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4.4444444444vw
}

.home-hero-smart__modal__nav__buttons__button {
  width: 11.1111111111vw;
  height: 11.1111111111vw
}

.home-hero-smart__modal__nav__close {
  width: 6.6666666667vw;
  height: 6.6666666667vw
}

.home-hero-smart__modal__video {
  position: relative
}

.home-hero-smart__modal__video__end {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none
}

.home-hero-smart__modal__video__end.is-active {
  opacity: 1;
  pointer-events: all
}

.home-hero-smart-slides {
  cursor: pointer
}

.home-hero-smart-slides .swiper-slide {
  width: 100%;
  min-height: 87vw
}

.home-hero-smart-slides .swiper-slide img {
  width: 100%;
  height: auto
}

.home-hero-smart-slides__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5.5555555556vw 3.8888888889vw 4.4444444444vw 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

.home-hero-smart-slides__nav__button {
  color: #fff;
  font-size: 3.8888888889vw;
  font-weight: bold;
  cursor: pointer !important
}

.home-hero-smart-slides__nav__button img {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin-right: 1.6666666667vw
}

.home-hero-body {
  padding-top: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .home-hero-body {
    padding-top: 40px
  }
}

.home-hero-body p {
  text-align: center;
  line-height: 1.22;
  color: #333;
  font-size: 6.6666666667vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .home-hero-body p {
    font-size: 36px
  }
}

@media screen and (max-width: 767px) {
  .home-hero-body p br {
    display: none
  }
}

.home-hero-slides-wrapper {
  position: relative
}

@media screen and (max-width: 767px) {
  .home-hero-slides-wrapper {
    margin-top: 4.4444444444vw;
    padding-bottom: 18.8888888889vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides-wrapper {
    margin-top: 24px;
    padding-bottom: 84px
  }
}

.home-hero-slides {
  position: static;
  visibility: hidden
}

.home-hero-slides__item__thumb img {
  width: 100%
}

.home-hero-slides__item__heading {
  line-height: 1.333
}

@media screen and (max-width: 767px) {
  .home-hero-slides__item__heading {
    margin-top: 4.4444444444vw;
    font-size: 6.6666666667vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides__item__heading {
    margin-top: 16px;
    font-size: 24px
  }
}

.home-hero-slides .swiper-button-prev, .home-hero-slides .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-color: rgb(0,0,0,0.6);
  border: 2px solid #fff;
  border-radius: 100%
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-button-prev, .home-hero-slides .swiper-button-next {
    width: 12.2222222222vw;
    height: 12.2222222222vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-button-prev, .home-hero-slides .swiper-button-next {
    width: 48px;
    height: 48px
  }
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-button-prev svg, .home-hero-slides .swiper-button-next svg {
    width: 2.7777777778vw;
    height: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-button-prev svg, .home-hero-slides .swiper-button-next svg {
    width: 10px;
    height: 20px
  }
}

.home-hero-slides .swiper-button-prev svg path, .home-hero-slides .swiper-button-next svg path {
  stroke: #fff
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-button-prev {
    left: -5.1111111111vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-button-prev {
    left: -24px
  }
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-button-next {
    right: -5.1111111111vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-button-next {
    right: -24px
  }
}

.home-hero-slides .swiper-pagination {
  line-height: 1;
  text-align: center
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-pagination {
    bottom: 6.6666666667vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-pagination {
    bottom: 40px
  }
}

.home-hero-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #f7f7f7;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
  opacity: 1
}

@media screen and (max-width: 767px) {
  .home-hero-slides .swiper-pagination .swiper-pagination-bullet {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 1.6666666667vw;
    margin-left: 1.6666666667vw;
    border-width: 0.2777777778vw
  }
}

@media screen and (min-width: 768px) {
  .home-hero-slides .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }
}

.home-hero-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db3833;
  border-color: #db3833
}

.home-latest-news {
  margin-top: 22.2222222222vw !important
}

@media screen and (min-width: 768px) {
  .home-latest-news {
    margin-top: 80px !important
  }
}

.home-latest-news .p-news-col3__item:first-child {
  border-top-width: 2px
}

.home-latest-news .p-news-col3__item:nth-child(4) {
  border-top-width: 2px
}

.home-stories-wrapper {
  width: 100%;
  background: #f7f7f7;
  padding-top: 11.1111111111vw;
  padding-bottom: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .home-stories-wrapper {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.home-stories-header__heading {
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .home-stories-header__heading {
    font-size: 36px
  }
}

.home-stories-header__summary {
  margin-top: 4.4444444444vw;
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .home-stories-header__summary {
    margin-top: 24px;
    font-size: 18px
  }
}

.home-stories-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4.7222222222vw;
  margin-top: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .home-stories-entries {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    margin-top: 40px
  }
}

@media screen and (max-width: 767px) {
  .home-stories-entries__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 3.3333333333vw;
    -moz-column-gap: 3.3333333333vw;
    column-gap: 3.3333333333vw
  }
}

@media screen and (min-width: 768px) {
  .home-stories-entries__item {
    width: calc(20% - 17.6px)
  }
}

@media screen and (max-width: 767px) {
  .home-stories-entries__item__thumb {
    width: 42.2222222222vw
  }
}

.home-stories-entries__item__thumb img {
  width: 100%
}

.home-stories-entries__item__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .home-stories-entries__item__heading {
    margin-top: 16px;
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .home-stories-entries__item__heading {
    font-size: 24px
  }
}

.home-stories-entries__nav {
  margin-top: 6.6666666667vw;
  text-align: center
}

@media screen and (min-width: 768px) {
  .home-stories-entries__nav {
    margin-top: 40px
  }
}

@media screen and (max-width: 767px) {
  .home-featured {
    margin-top: 22.2222222222vw;
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured {
    margin-top: 120px
  }
}

.home-featured-main {
  position: relative
}

.home-featured-main__figure {
  height: auto;
  display: block
}

@media screen and (min-width: 768px) {
  .home-featured-main__figure.is-right {
    text-align: right
  }

  .home-featured-main__figure img {
    width: 74.5%
  }
}

.home-featured-main__body {
  color: #fff
}

@media screen and (max-width: 767px) {
  .home-featured-main__body {
    padding: 6.6666666667vw 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-main__body {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 24px
  }

  .home-featured-main__body.is-right {
    right: 0
  }

  .home-featured-main__body.is-left {
    left: 0
  }
}

@media screen and (min-width: 1025px) {
  .home-featured-main__body {
    width: 34.2%;
    min-height: 440px;
    padding: 40px
  }
}

.home-featured-main__body__heading {
  line-height: 1.1428571429
}

@media screen and (max-width: 767px) {
  .home-featured-main__body__heading {
    font-size: 7.7777777778vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-main__body__heading {
    font-size: 40px
  }
}

@media screen and (min-width: 1025px) {
  .home-featured-main__body__heading {
    font-size: 56px
  }
}

@media screen and (max-width: 767px) {
  .home-featured-main__body__summary {
    margin-top: 4.4444444444vw;
    font-size: 5vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-main__body__summary {
    margin-top: 16px;
    font-size: 16px
  }
}

@media screen and (min-width: 1025px) {
  .home-featured-main__body__summary {
    margin-top: 24px;
    font-size: 18px
  }
}

.home-featured-main__body__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  line-height: 1.5;
  font-weight: bold
}

.home-featured-main__body__button br {
  display: none
}

@media screen and (min-width: 768px) {
  .home-featured-main__body__button br {
    display: block
  }
}

.home-featured-main__body__button:hover {
  text-decoration: none !important
}

.home-featured-main__body__button.is-groups {
  color: #1463b1
}

.home-featured-main__body__button.is-groups:hover {
  background-color: #1463b1;
  color: #fff
}

.home-featured-main__body__button.is-food {
  color: #f0637a
}

.home-featured-main__body__button.is-food:hover {
  background-color: #f0637a;
  color: #fff
}

.home-featured-main__body__button.is-products {
  color: #6b7f94
}

.home-featured-main__body__button.is-products:hover {
  background-color: #6b7f94;
  color: #fff
}

@media screen and (max-width: 767px) {
  .home-featured-main__body__button {
    width: 100%;
    margin-top: 4.4444444444vw;
    padding: 3.3333333333vw 1.1111111111vw;
    border-radius: 2.2222222222vw;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: center;
    font-size: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-main__body__button {
    width: auto;
    border-radius: 8px;
    margin-top: 32px;
    padding: 12px 20px;
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .home-featured-main__body__button {
    margin-top: 40px;
    font-size: 20px
  }
}

.home-featured-main__body.is-groups {
  background-color: #1463b1
}

.home-featured-main__body.is-food {
  background-color: #f0637a
}

.home-featured-main__body.is-products {
  background-color: #6b7f94
}

.home-featured-sub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .home-featured-sub-wrapper {
    padding: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub-wrapper {
    margin-top: 40px
  }
}

@media screen and (max-width: 767px) {
  .home-featured-sub {
    width: 47%
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 10px)
  }
}

.home-featured-sub__figure__image {
  width: 100%
}

@media screen and (max-width: 767px) {
  .home-featured-sub__figure {
    display: block;
    width: 100%
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub__figure {
    width: calc(47% - 16px)
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px
  }
}

.home-featured-sub__body__heading {
  display: inline-block
}

@media screen and (max-width: 767px) {
  .home-featured-sub__body__heading {
    margin-top: 3.3333333333vw;
    font-size: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub__body__heading {
    font-size: 24px
  }
}

.home-featured-sub__body__summary {
  color: #000 !important
}

@media screen and (max-width: 767px) {
  .home-featured-sub__body__summary {
    margin-top: 3.3333333333vw
  }
}

@media screen and (min-width: 768px) {
  .home-featured-sub__body__summary {
    margin-top: 16px;
    font-size: 18px
  }
}

.home-featured-sub:hover {
  text-decoration: none !important
}

.home-featured-sub:hover .home-featured-sub__body__heading {
  text-decoration: underline
}

.is-home-target {
  opacity: 0
}

@media all and (-ms-high-contrast: none) {
  .is-home-target {
    opacity: 1
  }
}

@media screen and (min-width: 768px) {
  .is-home-target.home-featured-main__body.is-right {
    -webkit-transform: translateY(-50%) translateX(50px);
    transform: translateY(-50%) translateX(50px)
  }

  .is-home-target.home-featured-main__body.is-left {
    -webkit-transform: translateY(-50%) translateX(-50px);
    transform: translateY(-50%) translateX(-50px)
  }

  .is-home-target.home-featured-main__figure {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

.is-home-target.is-ignition {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1
}

@media screen and (min-width: 768px) {
  .is-home-target.is-ignition.home-featured-main__body.is-right, .is-home-target.is-ignition.home-featured-main__body.is-left {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
}

@media screen and (min-width: 768px) {
  .is-home-target.is-ignition.home-featured-main__figure {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .home-featured-main__body__heading, *::-ms-backdrop, .home-featured-main__body__summary {
    max-width: 100%
  }

  *::-ms-backdrop, .is-home-target {
    opacity: 1
  }

  *::-ms-backdrop, .is-home-target.home-featured-main__figure {
    transform: translateY(0)
  }

  *::-ms-backdrop, .is-home-target.home-featured-main__body.is-left {
    transform: translateY(-50%) translateX(0)
  }

  *::-ms-backdrop, .is-home-target.home-featured-main__body.is-right {
    transform: translateY(-50%) translateX(0)
  }
}

.ofc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (min-width: 768px) {
  .ofc-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.ofc-header-info {
  width: 100%
}

@media screen and (max-width: 767px) {
  .ofc-header-info {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
}

@media screen and (min-width: 768px) {
  .ofc-header-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media screen and (max-width: 767px) {
  .ocf-other-positon {
    display: block
  }
}

.ofc-header-pic {
  width: 100%
}

@media screen and (max-width: 767px) {
  .ofc-header-pic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 8.8888888889vw
  }
}

@media screen and (min-width: 768px) {
  .ofc-header-pic {
    width: 280px
  }
}

.ofc-header-pic__figure img {
  width: 100%;
  border-radius: 50%
}

.ofc-section {
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .ofc-section {
    margin-bottom: 40px
  }
}

.ofc-heading {
  margin-bottom: 2.2222222222vw;
  line-height: 1.33;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .ofc-heading {
    margin-bottom: 8px;
    line-height: 1.28;
    font-size: 28px
  }
}

.ofc-txt {
  line-height: 1.44;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .ofc-txt {
    line-height: 1.44;
    font-size: 18px
  }
}

.ofc-career table {
  width: 100%
}

.ofc-career table tbody th, .ofc-career table tbody td {
  vertical-align: top
}

.ofc-career table tbody th {
  width: 0em;
  padding-right: 4.4444444444vw;
  white-space: nowrap
}

@media screen and (min-width: 768px) {
  .ofc-career table tbody th {
    padding-right: 32px
  }
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero-wrapper {
    background-color: #d7d7d7
  }
}

.ofc-detail-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero {
    max-width: 100vw;
    padding-left: 39px;
    padding-right: 39px
  }
}

@media screen and (min-width: 926px) {
  .ofc-detail-hero {
    padding-left: calc((100% - 848px)/2);
    padding-right: calc((100% - 848px)/2)
  }
}

@media screen and (max-width: 767px) {
  .ofc-detail-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

@media screen and (max-width: 767px) {
  .ofc-detail-hero__figure {
    background-color: #d7d7d7;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero__figure {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 50%
  }
}

@media screen and (max-width: 767px) {
  .ofc-detail-hero__label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 8.8888888889vw;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw
  }
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero__label {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.ofc-detail-hero__label__name {
  line-height: 1.2222222222;
  font-weight: bold;
  font-size: 10vw
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero__label__name {
    line-height: 1.1666666667;
    font-size: 48px
  }
}

.ofc-detail-hero__label__name__degree {
  margin-left: .5em;
  font-weight: normal;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero__label__name__degree {
    font-size: 28px
  }
}

.ofc-detail-hero__label__position {
  margin-top: 8.8888888889vw;
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .ofc-detail-hero__label__position {
    margin-top: 40px;
    font-size: 28px
  }
}

.c-table-list.is-ofc-career th {
  white-space: nowrap
}

@media screen and (min-width: 768px) {
  .c-table-list.is-ofc-career th {
    width: 35.141509434%
  }
}

.smp-home {
  display: block;
  padding-bottom: 8.8888888889vw;
  margin-bottom: 8.8888888889vw;
  border-bottom: solid 1px #d7d7d7;
  line-height: 1.28;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .smp-home {
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 36px
  }
}

.smp-archive__list {
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 8.8888888889vw;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .smp-archive__list {
    padding-bottom: 40px;
    margin-bottom: 40px
  }
}

.smp-archive__list__link {
  font-size: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .smp-archive__list__link {
    font-size: 28px
  }
}

.smp-archive .smp-archive {
  padding-left: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive {
    padding-left: 20px
  }
}

.smp-archive .smp-archive .smp-archive__list {
  border-bottom: none;
  margin-top: 8.8888888889vw;
  padding-bottom: 0;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive .smp-archive__list {
    margin-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0
  }
}

.smp-archive .smp-archive .smp-archive__list__link {
  display: inline-block;
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive .smp-archive__list__link {
    font-size: 24px
  }
}

.smp-archive .smp-archive .smp-archive {
  padding-left: 20px
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive .smp-archive {
    padding-left: 20px
  }
}

.smp-archive .smp-archive .smp-archive .smp-archive__list {
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive .smp-archive .smp-archive__list {
    margin-top: 16px
  }
}

.smp-archive .smp-archive .smp-archive .smp-archive__list__link {
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .smp-archive .smp-archive .smp-archive .smp-archive__list__link {
    font-size: 20px
  }
}

.stories-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .stories-entries {
    gap: 8px
  }
}

.stories-entries.is-featured {
  row-gap: 4.7222222222vw
}

@media screen and (min-width: 768px) {
  .stories-entries.is-featured {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px
  }
}

.stories-entry {
  background-color: #f2f2f2
}

@media screen and (max-width: 767px) {
  .stories-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px) {
  .stories-entry {
    width: calc(33.3333% - 5.3333333333px);
    position: relative;
    display: block
  }
}

.stories-entry.is-featured {
  background: none
}

@media screen and (min-width: 768px) {
  .stories-entry.is-featured {
    width: calc(20% - 17.6px)
  }
}

.stories-entry.is-no-background {
  background-color: rgba(0, 0, 0, 0)
}

.stories-entry__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #707070;
  height: 6.1111111111vw;
  padding: 1.1111111111vw 0
}

@media screen and (min-width: 768px) {
  .stories-entry__cat {
    height: 42px;
    padding: 4px
  }
}

.stories-entry__cat__label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 1.285;
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .stories-entry__cat__label {
    -webkit-line-clamp: 2;
    font-size: 14px
  }
}

.stories-entry__cat__label.is-custom-color {
  color: #000
}

.stories-entry__thumb {
  width: 47.5%;
  -ms-flex-negative: 47.5%;
  flex-shrink: 47.5%
}

@media screen and (min-width: 768px) {
  .stories-entry__thumb {
    width: 100%
  }
}

.stories-entry__thumb img {
  width: 100%
}

@media screen and (max-width: 767px) {
  .stories-entry__section {
    padding: 2.2222222222vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (min-width: 768px) {
  .stories-entry__section {
    padding: 20px
  }

  .stories-entry__section.is-featured {
    padding: 16px 0 0 0
  }
}

.stories-entry__section__ttl {
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .stories-entry__section__ttl {
    font-size: 24px
  }
}

@media screen and (min-width: 768px) {
  .stories-entry__section__ttl.is-featured {
    font-size: 18px
  }
}

@media screen and (min-width: 1025px) {
  .stories-entry__section__ttl.is-featured {
    font-size: 24px
  }
}

.stories-entry__section__summary {
  font-size: 4.4444444444vw;
  color: #999
}

@media screen and (min-width: 768px) {
  .stories-entry__section__summary {
    font-size: 18px
  }
}

.stories-entry__section__summary:hover {
  text-decoration: none !important
}

.stories-entry__section__tags {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 4.4444444444vw;
  left: 4.4444444444vw;
  padding-right: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .stories-entry__section__tags {
    bottom: 20px;
    left: 20px;
    padding-right: 20px
  }
}

.stories-entry__section__tags__list {
  padding-right: 2.2222222222vw;
  margin-right: 2.2222222222vw;
  margin-top: 1.1111111111vw;
  border-right: solid 1px #999;
  line-height: 1;
  color: #999;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .stories-entry__section__tags__list {
    padding-right: 8px;
    margin-right: 8px;
    margin-top: 4px;
    font-size: 14px
  }
}

.stories-entry__section__tags__list:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none !important
}

.stories-entry:hover {
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .stories-entry:hover .stories-entry__section__ttl {
    text-decoration: underline
  }
}

@media screen and (min-width: 768px) {
  .stories-entry-first {
    display: block;
    position: relative;
    width: 100%
  }

  .stories-entry-first .stories-entry__section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    padding: 64px 32px 32px;
    width: 100%;
    position: absolute;
    min-height: auto;
    left: 0;
    bottom: 0
  }

  .stories-entry-first .stories-entry__section__ttl, .stories-entry-first .stories-entry__section__lead, .stories-entry-first .stories-entry__section__tags {
    color: #fff
  }

  .stories-entry-first .stories-entry__section__ttl {
    margin-bottom: 8px;
    font-size: 24px
  }

  .stories-entry-first .stories-entry__section__lead {
    font-size: 18px
  }

  .stories-entry-first .stories-entry__section__tags {
    left: 32px;
    bottom: 32px;
    opacity: .8
  }

  .stories-entry-first .stories-entry__section__tags__list {
    color: #fff;
    font-size: 16px;
    border-right-color: #fff
  }

  .stories-entry-first:hover .stories-entry__section__ttl {
    text-decoration: none
  }
}

@media screen and (min-width: 768px) {
  .stories-entry-horizontal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .stories-entry-horizontal .stories-entry__thumb {
    width: 66.45%
  }

  .stories-entry-horizontal .stories-entry__thumb.reverse {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20
  }

  .stories-entry-horizontal .stories-entry__section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    position: relative
  }

  .stories-entry-horizontal .stories-entry__section.reverse {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .stories-entry-horizontal .stories-entry__section__lead {
    padding-bottom: 0
  }

  .stories-entry-horizontal .stories-entry__section__tags {
    left: 24px;
    bottom: 24px
  }
}

.stories-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .stories-ad {
    margin-bottom: 40px
  }
}

.stories-ad-item {
  width: calc(50% - 10px)
}

@media screen and (min-width: 768px) {
  .stories-ad-item {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px
  }
}

.stories-ad-item__figure {
  width: 100%
}

@media screen and (min-width: 768px) {
  .stories-ad-item__figure {
    width: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%
  }
}

.stories-ad-item__body {
  margin-top: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .stories-ad-item__body {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.stories-ad-item__body__heading {
  font-size: 5.5555555556vw
}

@media screen and (min-width: 768px) {
  .stories-ad-item__body__heading {
    font-size: 24px
  }
}

.stories-ad-item__body__txt {
  color: #000;
  margin-top: 2.7777777778vw;
  font-size: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .stories-ad-item__body__txt {
    margin-top: 16px;
    font-size: 18px
  }
}

a.stories-ad-item:hover .stories-ad-item__body__heading {
  text-decoration: underline
}

.stories-featured-wrapper {
  width: 100%;
  background: #f7f7f7;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  margin-bottom: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .stories-featured-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px
  }
}

.stories-featured-wrapper.is-home {
  padding-top: 11.1111111111vw;
  padding-bottom: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .stories-featured-wrapper.is-home {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.stories-featured__header__heading {
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .stories-featured__header__heading {
    font-size: 36px
  }
}

.stories-featured__header__summary {
  font-size: 5vw
}

@media screen and (min-width: 768px) {
  .stories-featured__header__summary {
    font-size: 18px
  }
}

.stories-featured__header__heading+.stories-featured__header__summary {
  margin-top: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .stories-featured__header__heading+.stories-featured__header__summary {
    margin-top: 24px
  }
}

.stories-featured__nav {
  margin-top: 6.6666666667vw;
  text-align: center
}

@media screen and (min-width: 768px) {
  .stories-featured__nav {
    margin-top: 40px
  }
}

.stories-featured__header+.stories-entries {
  margin-top: 11.1111111111vw
}

@media screen and (min-width: 768px) {
  .stories-featured__header+.stories-entries {
    margin-top: 40px
  }
}

@media screen and (max-width: 767px) {
  .p-hero.is-stories-article .p-hero__body {
    background: rgba(0, 0, 0, 0)
  }
}

@media screen and (max-width: 767px) {
  .p-hero.is-stories-article .p-hero__figure {
    display: none
  }
}

.stories-body+.c-tag-lists {
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .stories-body+.c-tag-lists {
    margin-top: 40px
  }
}

.stories-body {
  margin-top: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .stories-body {
    margin-top: 40px
  }
}

.stories-body .c-heading-02 {
  margin-bottom: 8.8888888889vw;
  padding-bottom: 16px;
  position: relative
}

@media screen and (min-width: 768px) {
  .stories-body .c-heading-02 {
    margin-bottom: 40px
  }
}

.stories-body .c-heading-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.7777777778vw;
  height: 3px;
  background: #db3833
}

@media screen and (min-width: 768px) {
  .stories-body .c-heading-02::after {
    width: 128px
  }
}

.stories-reading-time {
  margin: -6.6666666667vw 0 3.3333333333vw;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .stories-reading-time {
    margin: -26px 0 40px;
    font-size: 14px
  }
}

.stories-cat-label {
  text-align: left
}

.stories-cat-label__item {
  display: inline-block;
  padding: 1.1111111111vw 2.2222222222vw;
  background-color: #707070;
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .stories-cat-label__item {
    padding: 4px 8px;
    font-size: 14px
  }
}

.stories-cat-label__item.is-custom-color {
  color: #000
}

.stories-cat-label+.p-hero__title {
  margin-top: 2.2222222222vw
}

@media screen and (min-width: 768px) {
  .stories-cat-label+.p-hero__title {
    margin-top: 8px
  }
}

.stories-published-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.3333333333vw;
  width: 100%;
  margin-top: 13.3333333333vw;
  margin-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .stories-published-date {
    gap: 16px;
    margin-top: 56px;
    margin-bottom: 40px
  }
}

.stories-published-date__label {
  text-align: right;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .stories-published-date__label {
    font-size: 14px
  }
}

@media screen and (min-width: 1025px) {
  .wrapper.is-overflow-reset {
    overflow: initial
  }
}

@media screen and (min-width: 1025px) {
  .stories-article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.77%
  }
}

@media screen and (min-width: 1025px) {
  .stories-article {
    width: 65.83%
  }
}

.stories-hero-sp {
  margin: 4.4444444444vw 0 8.8888888889vw
}

.stories-hero-sp__figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden
}

.stories-hero-sp__figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% top;
  object-position: 50% top
}

@media screen and (min-width: 768px) {
  .stories-hero-sp {
    display: none
  }
}

.stories-tbl-contents {
  margin-bottom: 8.8888888889vw;
  padding: 7.7777777778vw 3.3333333333vw;
  background: #f2f2f2
}

@media screen and (min-width: 768px) {
  .stories-tbl-contents {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .stories-tbl-contents {
    margin-top: 40px;
    padding: 40px 24px
  }
}

.stories-tbl-contents__heading {
  margin-bottom: 5.5555555556vw;
  font-weight: 700
}

@media screen and (min-width: 768px) {
  .stories-tbl-contents__heading {
    margin-bottom: 20px;
    font-size: 24px
  }
}

.is-loading .stories-tbl-contents__heading {
  visibility: hidden
}

.stories-tbl-contents ul li:not(:last-child) {
  margin-bottom: 16px
}

.stories-tbl-contents ul a {
  display: inline-block;
  padding: 0 0 0 8.8888888889vw;
  color: #000;
  text-decoration: underline;
  position: relative
}

.stories-tbl-contents ul a::before {
  content: "";
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_arrow_dropright.svg) 0 0/cover no-repeat;
  position: absolute;
  top: .2em;
  left: 0
}

@media screen and (min-width: 768px) {
  .stories-tbl-contents ul a {
    padding-left: 32px
  }

  .stories-tbl-contents ul a::before {
    width: 20px;
    height: 20px
  }
}

.stories-tbl-contents.is-loading {
  min-height: 55.5555555556vw
}

@media screen and (min-width: 768px) {
  .stories-tbl-contents.is-loading {
    min-height: 200px
  }
}

@media screen and (min-width: 1025px) {
  .stories-related-list {
    width: 26.4%
  }

  .stories-related-list__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    padding: 9%;
    border: 1px solid #d7d7d7;
    -webkit-transition: top .4s;
    transition: top .4s
  }

  .stories-related-list__heading {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 20px
  }

  .stories-related-list__button {
    display: block;
    width: 100%;
    margin: 32px 0 0;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #3251ad;
    border-radius: 8px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #3251ad;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }

  .stories-related-list__button:hover {
    text-decoration: none;
    opacity: .7
  }
}

@media screen and (max-width: 1024px) {
  .stories-related-list {
    display: none
  }
}

@media screen and (min-width: 1025px) {
  .stories-related-item {
    margin-bottom: 16px
  }

  .stories-related-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px
  }

  .stories-related-item__thumb {
    width: 56%
  }

  .stories-related-item__title {
    width: 44%;
    font-size: 12px
  }
}

.stories-related-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2px;
  width: 196px;
  position: fixed;
  right: -1px;
  bottom: 20px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .3s;
  transition: all .3s
}

.stories-related-nav__toggler {
  position: relative;
  width: 32px;
  height: 72px;
  background: #b22222;
  border-radius: 8px 0 0 8px;
  color: #fff;
  overflow: hidden
}

.stories-related-nav__toggler::before, .stories-related-nav__toggler::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 2px
}

.stories-related-nav__toggler::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.stories-related-nav__toggler::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.stories-related-nav__toggler span {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0
}

.stories-related-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  background: #fff;
  border: 1px solid #b22222
}

.stories-related-nav__group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  color: #b22222
}

.stories-related-nav__group a+a {
  border-left: 1px solid #b22222
}

.stories-related-nav__group a:hover {
  text-decoration: none
}

.stories-related-nav__back::before, .stories-related-nav__search::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 0 8px
}

.stories-related-nav__back::before {
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_arrow_red.svg) 0 0/cover no-repeat
}

.stories-related-nav__search::before {
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/ico_search_red.svg) 0 0/cover no-repeat
}

.stories-related-nav.is-disp {
  visibility: visible;
  opacity: 1
}

.stories-related-nav.is-closed {
  -webkit-transform: translateX(164px);
  transform: translateX(164px)
}

.stories-related-nav.is-closed .stories-related-nav__group a {
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
  visibility: hidden
}

.stories-related-nav.is-closed .stories-related-nav__toggler::before, .stories-related-nav.is-closed .stories-related-nav__toggler::after {
  width: 10px
}

.stories-related-nav.is-closed .stories-related-nav__toggler::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: -3px
}

.stories-related-nav.is-closed .stories-related-nav__toggler::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 3px
}

@media screen and (min-width: 1025px) {
  .stories-related-nav {
    display: none
  }
}

.stories-manga {
  margin: 0 auto 8.8888888889vw;
  padding: 0 1.6666666667vw
}

@media screen and (min-width: 768px) {
  .stories-manga {
    max-width: 748px;
    margin-bottom: 40px;
    padding: 0 10px
  }
}

.stories-manga__note {
  margin: 0 auto;
  font-size: 3.8888888889vw
}

@media screen and (min-width: 768px) {
  .stories-manga__note {
    max-width: 76.94%;
    font-size: 16px
  }
}

.stories-manga__wrapper {
  position: relative;
  margin: 16px 0
}

@media screen and (min-width: 768px) {
  .stories-manga__wrapper {
    margin: 20px 0
  }
}

.stories-manga__slider {
  overflow: hidden
}

.stories-manga__slider .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1
}

.stories-manga__arrow {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  margin: -5.5555555556vw 0 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%
}

.stories-manga__arrow[aria-disabled=true] {
  opacity: .2;
  cursor: default
}

.stories-manga__arrow span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.stories-manga__arrow::before {
  content: "";
  display: block;
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #666;
  border-right: 2px solid #666
}

.stories-manga__arrow--prev {
  left: -5.5555555556vw
}

.stories-manga__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.8333333333vw
}

.stories-manga__arrow--next {
  right: -5.5555555556vw
}

.stories-manga__arrow--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.8333333333vw
}

@media screen and (min-width: 768px) {
  .stories-manga__arrow {
    width: 64px;
    height: 64px;
    margin: 0
  }

  .stories-manga__arrow::before {
    width: 22px;
    height: 22px;
    border-width: 3px 3px 0 0
  }

  .stories-manga__arrow--prev {
    left: 0
  }

  .stories-manga__arrow--prev::before {
    margin-left: 5px
  }

  .stories-manga__arrow--next {
    right: 0
  }

  .stories-manga__arrow--next::before {
    margin-left: -5px
  }
}

.stories-manga__pager {
  margin-top: 4.4444444444vw;
  text-align: center
}

.stories-manga__pager .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  background: #fff;
  border: 1px solid #666;
  opacity: 1
}

.stories-manga__pager .swiper-pagination-bullet-active {
  background: #666
}

@media screen and (min-width: 768px) {
  .stories-manga__pager {
    margin-top: 16px
  }
}

.stories-manga__figure {
  margin: 0 auto;
  padding: 1px
}

.stories-manga__figure img {
  border: 1px solid #666
}

@media screen and (min-width: 768px) {
  .stories-manga__figure {
    max-width: 76.94%
  }
}

.ur-main {
  background: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/bg_umami-recipes.png) repeat-x 0 0
}

.ur-follows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.ur-follows__icon {
  display: block;
  width: 13.3333333333vw;
  margin-left: 3.3333333333vw;
  margin-right: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .ur-follows__icon {
    width: 48px;
    margin-left: 12px;
    margin-right: 12px
  }
}

.ur-follows__icon img {
  width: 100%
}

.ur-img-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
  color: #333;
  padding: 2.2222222222vw 3.3333333333vw;
  font-size: 3.3333333333vw
}

@media screen and (min-width: 768px) {
  .ur-img-copy {
    padding: 8px 12px;
    font-size: 14px
  }
}

.ur-pickup {
  margin-bottom: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .ur-pickup {
    margin-bottom: 16px
  }
}

.ur-card__figure {
  line-height: 1;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center
}

@media screen and (min-width: 1024px) {
  .ur-card__figure {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
}

.ur-card__figure>img {
  width: 100%;
  height: auto
}

.ur-card__title {
  margin-top: 3.3333333333vw;
  line-height: 1.5;
  font-size: 5.5555555556vw;
  font-weight: normal
}

@media screen and (min-width: 768px) {
  .ur-card__title {
    margin-top: 16px;
    line-height: 1.33;
    font-size: 24px
  }
}

@media screen and (min-width: 768px) {
  a:hover .ur-card__figure {
    opacity: .7
  }
}

.ur-heading-single {
  padding-top: 8.8888888889vw;
  margin-bottom: 2.2222222222vw;
  line-height: 1.22;
  font-size: 10vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .ur-heading-single {
    padding-top: 40px;
    margin-bottom: 16px;
    line-height: 1.166;
    font-size: 48px
  }
}

.ur-video {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.ur-video>div, .ur-video>iframe, .ur-video>video, .ur-video>video-js {
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  top: 0 !important;
  left: 0 !important
}

.ur-schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (min-width: 768px) {
  .ur-schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.ur-schema__figure {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.3333333333vw;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .ur-schema__figure {
    width: auto;
    margin-right: 32px;
    margin-bottom: 40px
  }
}

@media screen and (max-width: 767px) {
  .ur-schema__figure img {
    margin-right: 1.6666666667vw;
    height: 4.4444444444vw
  }
}

@media screen and (min-width: 768px) {
  .ur-schema__figure img {
    margin-right: 8px
  }
}

.ur-featured-img {
  position: relative
}

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

.ur-umami {
  background-color: #f9f2ee;
  margin-bottom: 8.8888888889vw;
  padding-top: 8.8888888889vw;
  padding-bottom: 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .ur-umami {
    margin-bottom: 40px
  }
}

@media screen and (min-width: 768px) {
  .ur-umami {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.ur-umami__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.ur-umami__from__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .ur-umami__from__block {
    margin-bottom: 16px
  }
}

@media screen and (min-width: 768px) {
  .ur-umami__from__block {
    width: 48.1%
  }
}

.ur-umami__from__block__img {
  width: 33.5%
}

.ur-umami__from__block__txt {
  width: 59.5%
}

.ur-umami__sup>:last-child {
  margin-bottom: 0
}

.ur-umami__sup p {
  font-size: 3.8888888889vw;
  margin-bottom: 4.4444444444vw
}

@media screen and (min-width: 768px) {
  .ur-umami__sup p {
    margin-bottom: 16px
  }
}

@media screen and (min-width: 768px) {
  .ur-umami__sup p {
    font-size: 16px
  }
}

.ur-explore-select-wrapper {
  position: relative;
  width: 100%
}

@media screen and (min-width: 768px) {
  .ur-explore-select-wrapper {
    width: 408px;
    margin: 0 auto
  }
}

.ur-explore-select-wrapper:after {
  z-index: 100;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 3.6111111111vw;
  height: 1.9444444444vw;
  right: 6.6666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/web/20241007011840im_/https://www.ajinomoto.com/assets/img/arrow_bottom_w.png);
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (min-width: 768px) {
  .ur-explore-select-wrapper:after {
    width: 13px;
    height: 7px;
    right: 24px
  }
}

.ur-explore-select {
  display: block;
  width: 100%;
  padding: 2.2222222222vw 6.6666666667vw;
  margin-bottom: 8.8888888889vw;
  background-color: #999;
  border-radius: 5.5555555556vw;
  color: #fff;
  cursor: pointer;
  font-size: 4.4444444444vw;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .ur-explore-select {
    margin-bottom: 40px;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 20px
  }
}

.ur-option-heading {
  margin-bottom: 8.8888888889vw;
  text-align: center;
  font-size: 7.7777777778vw
}

@media screen and (min-width: 768px) {
  .ur-option-heading {
    margin-bottom: 40px;
    font-size: 36px
  }
}

.ur-explore-carousel {
  position: relative;
  margin-top: 40px;
  opacity: 0
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel {
    margin-left: -39px;
    margin-right: -39px
  }
}

@media screen and (max-width: 767px) {
  .ur-explore-carousel {
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw
  }
}

.ur-explore-carousel-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ur-explore-carousel-navigation.swiper-button-prev, .ur-explore-carousel-navigation.swiper-button-next {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  border-radius: 11.1111111111vw;
  background-image: none;
  background-color: rgba(255, 255, 255, .7)
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-navigation.swiper-button-prev, .ur-explore-carousel-navigation.swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff
  }
}

@media screen and (min-width: 1025px) {
  .ur-explore-carousel-navigation.swiper-button-prev, .ur-explore-carousel-navigation.swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 64px
  }
}

.ur-explore-carousel-navigation.swiper-button-prev svg, .ur-explore-carousel-navigation.swiper-button-next svg {
  position: absolute;
  width: 2.7777777778vw;
  height: 5.5555555556vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-navigation.swiper-button-prev svg, .ur-explore-carousel-navigation.swiper-button-next svg {
    width: 14px;
    height: 24px
  }
}

@media screen and (min-width: 1025px) {
  .ur-explore-carousel-navigation.swiper-button-prev svg, .ur-explore-carousel-navigation.swiper-button-next svg {
    width: 18px;
    height: 32px
  }
}

.ur-explore-carousel-pagination {
  position: static !important;
  line-height: 1;
  margin-top: 6.6666666667vw
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-pagination {
    margin-top: 24px
  }
}

.ur-explore-carousel-pagination .swiper-pagination-bullet {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: solid 1px #666;
  background-color: #fff;
  opacity: 1;
  margin: 0 1.6666666667vw
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px
  }
}

.ur-explore-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #666
}

.ur-explore-carousel-slide {
  display: block;
  position: relative;
  padding-bottom: 50%;
  height: 0
}

.ur-explore-carousel-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  -webkit-transform: .5s;
  transform: .5s
}

.ur-explore-carousel-slide:hover::after {
  opacity: 0
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-slide {
    padding-bottom: 25%
  }
}

.ur-explore-carousel-slide img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.ur-explore-carousel-slide:hover img {
  opacity: 1
}

.ur-explore-carousel-slide__label {
  position: absolute;
  width: 72%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 3.8888888889vw;
  z-index: 2
}

@media screen and (min-width: 768px) {
  .ur-explore-carousel-slide__label {
    width: 52%;
    font-size: 20px
  }
}

.ur-explore-carousel-slide:hover .ur-explore-carousel-slide__label {
  text-shadow: 0 0 8px #000
}

.ur-summay {
  padding: 17.2222222222vw 0 8.8888888889vw
}

@media screen and (min-width: 768px) {
  .ur-summay {
    padding: 80px 0 40px
  }
}
/*
     FILE ARCHIVED ON 01:18:40 Oct 07, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:04:22 Jun 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.571
  captures_list: 0.527
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.035
  esindex: 0.011
  cdx.remote: 19.804
  LoadShardBlock: 53.298 (3)
  PetaboxLoader3.datanode: 53.324 (4)
  load_resource: 68.092
  PetaboxLoader3.resolve: 38.4
*/