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%
}

html.js-scroll-lock body {
  overflow: hidden;
}

@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;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 75%, #CCCCCC 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 1025px) {
  .footer {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 46%, #CCCCCC 100%) 0% 0% no-repeat padding-box;
  }
}

.footer__sitemap {
}

@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-top: 60px;
    padding-bottom: 21px;
    padding-left: 39px;
    padding-right: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

@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__submenu-item--first {
    display: none;
  }
}

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

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

.footer__menu-title, .footer__submenu-link {
  position: relative;
  display: block;
  padding: 4.56vw 11.1111111111vw 4.56vw 5.5555555556vw;
}
.footer__menu-title, .footer__submenu-link.dir-rtl {
/*  padding: 4.56vw 5.5555555556vw 4.56vw 11.1111111111vw;*/
}
.footer__menu-title {
  color: #333;
}
.footer__submenu-link {
  color: #333;
}
.footer__sitemap-title-link {
  color: #333;
}
.footer__submenu-link:hover ,
.footer__navi-link:hover {
  color: #DB3833;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .footer__menu-title {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/header_ico_spmenu.svg) no-repeat center right 50px / 20px;
  }
  .footer__menu-title.dir-rtl {
    background-position: center left 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu-title {
    background-position: center right 5.07vw;
    background-size: 4.56vw;
  }
  .footer__menu-title.dir-rtl {
    background-position: center left 5.07vw;
  }
}

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


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

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

    pointer-events: auto
  }
}

@media screen and (min-width: 768px) {
  .footer__menu-title::before, .footer__menu-title::after {
    width: 14px;
    height: 14px
  }
}

/*.footer__menu-link::before {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_vertical.svg)
}

.footer__menu-link::after {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_column.svg)
}
*/

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

  .footer__menu-title {
    color: #DB3833;
  }
  .footer__sitemap-title-link::after {
    content: '';
    position: static;
    display: inline-block;
    font-size: 140%;
    width: 1em;
    height: 1em;
    margin-left: .7em;
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle.svg) no-repeat right center / contain;
  }
  .footer__menu-link-text {
    flex: 1;
  }
}


.footer__menu-trigger.is-active .footer__menu-title::before {
  opacity: 0
}

@media screen and (min-width: 1025px) {
  .footer__menu-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    line-height: 1.7
  }

  .footer__menu-title:hover ,
  .footer__sitemap-title-link:hover {
    text-decoration: none;
  }
  .footer__menu-title:hover::after ,
  .footer__sitemap-title-link:hover::after {
    background-image: url('/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_textlink_after.svg');
  }
}

.footer__submenu {
  background-color: #F2F2F2;
  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__submenu-link::after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  margin-left: .7142em;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / .6em;
}
.footer__submenu-link.dir-rtl::after {
  margin-right: .7142em;
}

.footer__sitemap-item {
  padding: 0 0 7.61vw;
}

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

.footer__sitemap-item-sp {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 7.61vw;
  padding: 3.29vw 5.32vw 3.29vw 5.5555555556vw;
}

@media screen and (min-width: 768px) {
  .footer__sitemap-item {
    font-size: 20px;
  }
  .footer__sitemap-item-sp {
    padding: 13px 45px 13px 39px;
  }
}

@media screen and (min-width: 1025px) {
  .footer__sitemap-item-sp {
    display: block;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}



@media screen and (min-width: 1025px) {
  .footer__sitemap-title {
    margin-bottom: 14px;
    line-height: 1.7;
    font-size: 20px;
    font-weight: bold;
    color: #DB3833;
  }
  .footer__sitemap-title-link {
    display: inline-flex;
    align-items: center;
    color: #DB3833;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer__sns:not(.dir-rtl) {
  margin-left: auto;
}
.footer__sns.dir-rtl {
  margin-right: auto;
}

@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 5.329vw;
  padding: 5.329vw 0 18.78vw;
  border-top: solid 1px #d7d7d7;
}

@media screen and (min-width: 768px) {
  .footer__in {
    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-top: 20px;
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 92px;
    border-top: 1px solid #D8D8D8;
  }
}

.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  font-size: 3.8888888889vw;
  gap: 7.61vw 5.2vw;
}

@media screen and (min-width: 768px) {
  .footer__navi {
    font-size: 14px;
    gap: 30px;
  }
}

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

@media screen and (min-width: 768px) {
}

.footer__navi-link {
  color: #333
}
.footer__navi-link::after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  margin: 0 0 0 .7142em;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / .6em;
}
.footer__navi-link.dir-rtl::after {
  margin: 0 .7142em 0 0;
}

.footer__copy {
  line-height: 1.3;
  margin-top: 10.15vw;
  font-size: 3.3333333333vw;
}

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

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

@media screen and (min-width: 768px) {
  .footer__lang-message {
    margin: 16px 0;
    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;
  border: 1px solid #DB3833;
  border-radius: 4em;
  width: 76.14vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3.8888888889vw 5.5555555556vw;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right 1em / .75em;
/*  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg) no-repeat center right / contain;*/
}
.footer-add-menu.dir-rtl {
  background-position: center left 1em;
}
.footer-add-menu:hover {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg) no-repeat center right / contain;
  text-decoration: none;
}
.footer-add-menu.dir-rtl:hover {
  background-position: center left;
}

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

@media screen and (min-width: 1025px) {
  .footer-add-menu {
    display: inline-flex;
    width: auto;
    padding: 2px 40px 2px 12px;
    background-position: center right .5em;
    background-size: .6em;
  }
  .footer-add-menu.dir-rtl {
    padding: 2px 12px 2px 40px;
    background-position: center left .5em;
  }
}

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

@media screen and (min-width: 768px) {
  .footer-add-menu__link {
    font-size: 16px
  }
  .footer-add-menu__link:hover {
    color: #DB3833;
  }
}

.footer-add-menu__symbol {
  margin: 0 3.6111111111vw 0 0;
  width: 6.8333333333vw
}
.footer-add-menu__symbol.dir-rtl {
  margin: 0 0 0 3.6111111111vw;
}

@media screen and (min-width: 768px) {
  .footer-add-menu__symbol {
    width: 20px;
    margin: 0 5px 0 0;
  }
  .footer-add-menu__symbol.dir-rtl {
    margin: 0 0 0 5px;
  }
}

@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: 130px;
    width: 100%;
/*    height: 100%;*/
    height: calc(100dvh - 88px);
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
  }

  body:has(#wpadminbar) .header:not(.is-scroll-to-upper)  .l-gnav-new {
    height: calc(100dvh - 88px - 32px);
    top: calc(130px + 32px);
  }

  .header.is-fixed .l-gnav-new {
    top: 86px;
  }

  .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: 112px;*/
    -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
  }

  .header.is-fixed .l-gnav-new.is-active-sp {
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new {
    top: 20.3vw;
  }

  .header.is-fixed .l-gnav-new {
    top: 20.3vw;
  }

  body:has(#wpadminbar) .header:not(.is-scroll-to-upper) .l-gnav-new {
    height: calc(100dvh - 20.3vw - 46px);
    top: calc(20.3vw + 46px);
  }

  .l-gnav-new.is-active-sp {
/*    padding-top: 26.39vw;*/
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-new {
    background-color: #fff;
    position: static;
    height: auto;
    line-height: 1.2;
    overflow: hidden;
    max-width: 1366px;
    margin-top: -111px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-gnav-new:not(.dir-rtl) {
    padding-left: 157px;
    padding-right: 30px;
  }
  .l-gnav-new.dir-rtl {
    padding-left: 30px;
    padding-right: 157px;
  }

  .l-gnav-new button.l-gnav-new-tab__list__item:hover,
/*  .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 {
    color: #db3833;
    text-decoration: none;
  }

  .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;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .is-fixed .l-gnav-new:not(.dir-rtl) {
    padding-left: 30px;
  }
  .is-fixed .l-gnav-new.dir-rtl {
    padding-right: 30px;
  }

  .is-fixed .l-gnav-new .l-gnav-new__title {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 8px 32px 8px 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;
    background: #fff;
  }
}

@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;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    height: auto !important;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .is-fixed .l-gnav-new .l-gnav-new__title {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 8px 32px 8px 0;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

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

  .is-fixed .l-gnav-new .l-nav-new-nav {
    display: grid;
    grid-template-rows: 54% 46%;
    grid-template-columns: 150px 1fr;
  }

  .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
    grid-row: 2 / 3;
    grid-column: 2 / 4;
  }

  .is-fixed .l-gnav-new .l-nav-new-nav .l-gnav-new-tab__list__item {
    padding: 8px 0 10px;
  }

  .is-fixed .l-gnav-new .l-nav-new-nav .l-gnav-new-utility {
    -ms-flex-item-align: center;
    align-self: center;
    grid-row: 1 / 2;
    grid-column: 2 / 4;
  }
}

@media screen and (min-width: 1367px) {
  .l-gnav-new .l-nav-new-nav {
    flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-control__close {
    position: fixed;
    right: 25px;
    top: -86px;
    display: block;
    z-index: 11;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #fff url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_close_red.svg) no-repeat center center / 30px;
    font-size: 0;

    display: none;
  }

  .header.is-fixed .l-gnav-new .l-gnav-new-control__close {
    right: 32px;
    top: -63px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new .l-gnav-new-control__close {
    right: 3.29vw;
    top: -14.97vw;
    width: 11.16vw;
    height: 11.16vw;
    background: #fff url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_close_red.svg) no-repeat center center / 7.61vw;
  }
  .header.is-fixed .l-gnav-new .l-gnav-new-control__close {
    right: 3.29vw;
    top: -17.81170483vw;
  }
}

/*@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/20241228134121im_/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 {
    display: none;
  }
}

@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 {
    display: none;
  }

  .l-gnav-new .l-gnav-new-tab__list {
  }

  .l-gnav-new .l-gnav-new-tab__list__item {
  }
}

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

@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-tab__list__item::after {
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .l-gnav-new .l-gnav-new-tab__list__item::after {
  }

}

@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;
    position: relative;
  }

  .l-gnav-new .l-gnav-new-tab__list__item {
    line-height: 1;
/*    position: relative;*/
    font-size: 16px;
    padding: 10px 0 14px;
  }
  [lang="vi"] .l-gnav-new .l-gnav-new-tab__list__item {
    font-size: 12px;
  }
  .l-gnav-new .l-gnav-new-tab__list__item + .l-gnav-new-tab__list__item {
  }
  .l-gnav-new .l-gnav-new-tab__list__item + .l-gnav-new-tab__list__item:not(.dir-rtl) {
    margin-left: 30px;
  }
  .l-gnav-new .l-gnav-new-tab__list__item + .l-gnav-new-tab__list__item.dir-rtl {
    margin-right: 30px;
  }

/*  .l-gnav-new .l-gnav-new-tab__list__item.is-active::after {
    content: '';
    display: block;
    background: #DB3833;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
  }
*/
  .l-gnav-new-tab__list__border {
    height: 3px;
    background: #DB3833;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: width .3s, left .3s;
  }
}

@media screen and (min-width: 1367px) {
  .l-gnav-new .l-gnav-new-tab__list__item {
    padding: 15px 0 20px;
  }

  .l-gnav-edge:not(.dir-rtl) {
    right: calc((100vw - 1366px) / 2);
  }
  .l-gnav-edge.dir-rtl {
    left: calc((100vw - 1366px) / 2);
  }
}

.l-gnav-new-sp-list {
  border-top: 1px solid #D8D8D8;
}

.l-gnav-new-sp-list__item {
  border-bottom: 1px solid #D8D8D8;
}
.l-gnav-new-sp-list-child__item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.l-gnav-new-sp-list-child {
  background: #F2F2F2;
}

.l-gnav-new-sp-list__text, .l-gnav-new-sp-list-child__text {
  display: flex;
  color: #333;
}

.l-gnav-new .l-gnav-new-sp-list__text {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/header_ico_spmenu.svg);
  background-repeat: no-repeat;
  background-size: 1.625em;
}
.l-gnav-new .l-gnav-new-sp-list__text.js-open {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/header_ico_spmenu_close.svg);
}

.l-gnav-new .l-gnav-new-sp-list-child__text:not(.dir-rtl) {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right 1.95em / 1em;

  &[target="_blank"] {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg) no-repeat center right 2em / .9em;
  }
}
.l-gnav-new .l-gnav-new-sp-list-child__text.dir-rtl {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center left 1.95em / 1em;

  &[target="_blank"] {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg) no-repeat center left 2em / .9em;
  }
}


@media screen and (max-width: 1024px) {
  .l-gnav-new-sp-list__text, .l-gnav-new-sp-list-child__text {
    font-size: 18px;
    padding: 1em 1.66em;
  }
  .l-gnav-new .l-gnav-new-sp-list__text:not(.dir-rtl) {
    background-position: center right 1.66em;
  }
  .l-gnav-new .l-gnav-new-sp-list__text.dir-rtl {
    background-position: center left 1.66em;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new-sp-list__text, .l-gnav-new-sp-list-child__text {
    font-size: 4.06vw;
    padding: 1em 1.3em;
  }
  .l-gnav-new .l-gnav-new-sp-list__text:not(.dir-rtl) {
    background-position: center right 1.3em;
  }
  .l-gnav-new .l-gnav-new-sp-list__text.dir-rtl {
    background-position: center left 1.3em;
  }

  .l-gnav-new .l-gnav-new-sp-list__text.js-open:not(.dir-rtl) {
    background-position: center right 1.3em;
  }
  .l-gnav-new .l-gnav-new-sp-list__text.js-open.dir-rtl {
    background-position: center left 1.3em;
  }

  .l-gnav-new .l-gnav-new-sp-list-child__text:not(.dir-rtl) {
    background-position: center right 1.5em;

    &[target="_blank"] {
      background-size: .9em;
      background-position: center right 1.6em;
    }
  }
  .l-gnav-new .l-gnav-new-sp-list-child__text.dir-rtl {
    background-position: center left 1.5em;

    &[target="_blank"] {
      background-position: center left 1.6em;
    }
  }
}

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

  .l-gnav-new .l-gnav-new-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    column-gap: 15px;
  }
  .l-gnav-new .l-gnav-new-utility:not(.dir-rtl) {
    margin-left: auto;
  }
  .l-gnav-new .l-gnav-new-utility.dir-rtl {
    margin-right: auto;
  }

  .l-gnav-new .l-gnav-new-utility__item {
    display: block;
    color: #DB3833;
    border: 1px solid #DB3833;
    border-radius: 2em;
    font-size: 16px;
    padding: 4px 1.625em;
    min-width: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s;
  }
  [lang="vi"] .l-gnav-new .l-gnav-new-utility__item {
    font-size: 12px;
  }

  .l-gnav-new .l-gnav-new-utility__item:after {
    content: '';
    position: absolute;
    width: 0.5625em;
    height: 0.5625em;
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center;
    background-size: contain;
    top: 50%;
    right: 0.5625em;
    transform: translateY(-50%);
    transition: background-image .5s;
  }
  
  .l-gnav-new .l-gnav-new-utility__item:hover:after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }

  .l-gnav-new .l-gnav-new-utility__item.is-sustainability {
    color: #009C49;
    border-color: #009C49;
  }

  .l-gnav-new .l-gnav-new-utility__item.is-sustainability::before {
    background-color: #009C49;
  }

  .l-gnav-new .l-gnav-new-utility__item.is-sustainability::after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_green.svg);
  }

  .l-gnav-new .l-gnav-new-utility__item.is-sustainability:hover:after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }

  .l-gnav-new .l-gnav-new-utility__item.is-media {
    color: #333;
    border-color: #333;
  }
  
  .l-gnav-new .l-gnav-new-utility__item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB3833;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
    transition-property: transform;
  }
  
  .l-gnav-new .l-gnav-new-utility__item.is-media::before {
    background: #666;
  }

  .l-gnav-new .l-gnav-new-utility__item:hover {
    color: #fff;
    text-decoration: none
  }

  .l-gnav-new .l-gnav-new-utility__item.is-media:hover {
    border-color: #666;
  }

  .l-gnav-new .l-gnav-new-utility__item.is-media:after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_gray.svg);
  }

  .l-gnav-new .l-gnav-new-utility__item.is-media:hover:after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }

  .l-gnav-new .l-gnav-new-utility__item:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }

}



@media screen and (max-width: 1024px) {
  .l-gnav-new .l-gnav-new-utility {
    display: flex;
    font-size: 16px;
    margin: 0 30px;
    gap: 0 30px;
  }

  .l-gnav-new .l-gnav-new-utility__item {
    display: block;
    margin-top: 40px;
  }

  .l-gnav-new .l-gnav-new-utility__text {
    display: inline-block;
    color: #333;
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right / .75em;
    font-size: 16px;
    padding: .5em 1.5em .5em 0;
  }

  .l-gnav-new .l-gnav-new-utility__item.is-stories {
    display: none;
  }

  .l-gnav-new .l-gnav-new-utility__img {
    object-fit: cover;
    width: 100%;
    height: 136px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav-new .l-gnav-new-utility {
    flex-direction: column;
    font-size: 4.4444444444vw;
    margin: 0 5.5555555556vw;
  }

  .l-gnav-new .l-gnav-new-utility__item {
    display: block;
    margin-top: 8.12vw;
  }

  .l-gnav-new .l-gnav-new-utility__text {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right / .75em;
    font-size: 4.06vw;
    padding: .5em 1.5em .5em 0;
  }

  .l-gnav-new .l-gnav-new-utility__img {
    height: auto;
  }
}

@media screen and (min-width: 1025px) {


  .l-gnav-new .l-gnav-new-utility__item:hover {
    box-shadow: 0 0 0 1px #DB3833 inset;
  }

  .l-gnav-new .l-gnav-new-utility__item.is-sustainability:hover {
    box-shadow: 0 0 0 1px #009C49 inset;
  }

  ::-webkit-full-page-media, :future, :root .l-gnav-new .l-gnav-new-utility__item{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;

    &::after {
      transition: none;
    }
  }
  

  .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-media:hover {
    box-shadow: 0 0 0 1px #666 inset;
  }

  .l-gnav-new .l-gnav-new-utility__text {
    position: relative;
  }

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

@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/20241228134121im_/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 {
    position: relative;
  }
  .l-gnav-new .l-gnav-new-contents::before {
    content: '';
    display: block;
    border-top: solid 1px #D8D8D8;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .l-gnav-new .l-gnav-new-contents:not(.dir-rtl)::before {
    left: 0;
  }
  .l-gnav-new .l-gnav-new-contents.dir-rtl::before {
    right: 0;
  }

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

  .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 {
    display: block;
    padding: 18px 18px 18px 0;
    margin: 0 24px 0 0;
    color: #000;
    font-size: 16px;
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right / .6em;

    &.c-link--blank {
      background: none;
      padding: 18px 0px 18px 0;

      &:after {
        background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank2.svg);
        width: .75em;
        height: .75em;
      }
    }
  }
  .l-gnav-new .l-gnav-new-contents__main__list__item.dir-rtl {
    padding: 18px 0 18px 18px;
    margin: 0 0 0 24px;
    background-position: center left;
  }
  [lang="vi"] .l-gnav-new .l-gnav-new-contents__main__list__item {
    font-size: 12px;
  }

  .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/20241228134121im_/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: 1367px) {
}

@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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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
  }
}

.l-gnav-edge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-gnav-edge {
    margin: 0 30px;
    padding: 30px 0;
  }

}

@media screen and (max-width: 767px) {
  .l-gnav-edge {
    margin: 0 5.5555555556vw;
    padding: 10.15vw 0 25.44vw;
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-edge {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
  }
  .l-gnav-edge:not(.dir-rtl) {
    right: 0;
    padding-right: 30px;
  }
  .l-gnav-edge.dir-rtl {
    left: 0;
    padding-left: 30px;
  }

  .is-fixed .l-gnav-edge {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  .l-gnav-edge:not(.dir-rtl) {
    right: calc((100vw - 1366px) / 2);
  }
  .l-gnav-edge.dir-rtl {
    left: calc((100vw - 1366px) / 2);
  }

  .is-fixed .l-gnav-edge {
    display: none;
  }
}

@-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) {
  .header {
/*    overflow: hidden;*/
  }
  .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 {
    height: 20.3vw;
    padding: 0 5.5555555556vw;
  }
}

@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: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

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

.header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 30px 15px;
}

@media screen and (max-width: 1024px) {
  .header .header-title {
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header .header-title {
    gap: 0 2.544529262vw;
  }
}


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

@media screen and (min-width: 768px) {
  .header .header-title__logo {
    display: block;
    width: 100px;
  }
  .header .header-title__logo__img {
    height: 70px
  }
}

@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 {
  line-height: 1.2857142857;
  color: #DB3833;
}


@media screen and (max-width: 1024px) {
  .header .header-title__label {
    font-size: 18px;
    width: 9.5em;
  }
}

@media screen and (max-width: 767px) {
  .header .header-title__label {
    font-size: 3.816793893vw;
  }
  [lang="vi"] .header .header-title__label {
    font-size: 3.076923077vw;
  }
}

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

@media screen and (min-width: 1025px) {
  .header .header-title__label {
    font-size: 14px
  }

  .header.is-fixed .header-title__label {
    display: none;
  }

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

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

.header .header-utilities .header-utility__item.stories {
  display: block;
  min-width: 7.15em;
  border: 1px solid #DB3833;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: .5em 1em;
  position: relative;
  overflow: hidden;
  transition: color .3s, transform .3s, transform-origin .3s, background-image .5s, box-shadow 1s;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB3833;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
    transition-property: transform;
  }

  &::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    transition: background-image .5s;
  }
  
  &:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 1px #DB3833 inset;

    &::before {
      transform: scaleX(1);
      transform-origin: left;
    }

    &::after {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
    }
  }
}
.header .header-utilities .header-utility__item.stories .header-utility__item__text {
  color: #DB3833;
  justify-content: center;
  position: relative;
}
.header .header-utilities .header-utility__item.stories .header-utility__item__text::after {
  display: none;
}
.header .header-utilities .header-utility__item.stories:hover .header-utility__item__text {
  color: #fff;
}


@media screen and (max-width: 1024px) {
  .header .header-utilities .header-utility__item.stories {
    font-size: 18px;
  }
  [lang="vi"] .header .header-utilities .header-utility__item.stories {
    font-size: 13px;
    min-width: auto;
    width: 18.5em;
    padding: .5em .9em;
  }
  .header .header-utilities {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .header .header-utilities .header-utility__item.stories {
    font-size: 3.55vw;
    padding: .25em .5em;
  }
  [lang="vi"] .header .header-utilities .header-utility__item.stories {
    font-size: 2.564102564vw;
    width: 10em;
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utilities {
    display: none;
/*    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;
}
.header .header-utility:not(.dir-rtl) {
  margin-left: 1em;
}
.header .header-utility.dir-rtl {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .header .header-utility__item {
    color: #333;
    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: 20px
  }

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

@media screen and (min-width: 768px) {
  .header-contact:hover {
    text-decoration: none;
  }
}


.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 a.header-utility__item:hover {
    opacity: 1;

    .header-utility__item__text {
      color: #DB3833;
    }
  }
}

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

.header .header-utility__item__text {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #333;
  gap: .5em;
}
.header .header-utility__item:not(.header-langs) .header-utility__item__text::after {
  content: '';
  display: inline-block;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/arrow_bottom.png) no-repeat center / 1em;
  font-size: .6em;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
  .header .header-utility__item__text {
  }
}

@media screen and (min-width: 1025px) {
  .header .header-utility__item__text {
    font-size: 14px;
    gap: .625em;
  }
  [lang="vi"] .header .header-utility__item__text {
    font-size: 12px;
  }
  .header .header-utility__item:not(.header-langs) .header-utility__item__text::after {
    font-size: 6px;
  }
}

.header .header-utility__item.is-trigger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
.header .header-utility__item.js-search {
  display: none;
}

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

.header .trigger-line1 ,
.header .trigger-line2 ,
.header .trigger-line3 {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #DB3833;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.header .trigger-line1 {
  transform: translateY(-8px);
  transition: transform .3s, left .3s, width .3s;
}
.header .trigger-line2 {
  transition: opacity .3s;
}
.header .trigger-line3 {
  transform: translateY(8px);
  transition: transform .3s, left .3s, width .3s;
}

.header .js-open .trigger-line1 {
  width: 120%;
  left: 50%;
  transform: translateX(-50%) rotate(33deg);
}
.header .js-open .trigger-line2 {
  opacity: 0;
}
.header .js-open .trigger-line3 {
  width: 120%;
  left: 50%;
  transform: translateX(-50%) rotate(-33deg);
}

.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-langs {
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

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

@media screen and (max-width: 767px) {

/*  .header .header-langs.dir-rtl {
    left: 4.4444444444vw
  }
*/
}

.header .header-langs__current, .header .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-langs__current, .header .header-langs__item:nth-child(n+2) {
  border-top: 1px solid #F2F2F2;
}


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

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

.header .header-langs__current {
  border: none;
  border-radius: 2px;
  background: #F2F2F2;
  margin: 0 0 0 .5em;
  padding: .4em 3.3333333333vw;
  border-width: 0.5555555556vw
}
.header .header-langs__current.dir-rtl {
  margin: 0 .5em 0 0;
}

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

@media screen and (min-width: 768px) {
  .header .header-langs__current {
    font-size: 13px;
    padding: 4px 12px;
  }
  .header .header-langs__current:not(.dir-rtl) {
    margin: 0 0 0 .3em;
  }
  .header .header-langs__current.dir-rtl {
    margin: 0 .3em 0 0;
  }
}

.header .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/20241228134121im_/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-langs__current::after {
    right: 8px;
    width: 9px;
    height: 4px
  }
}

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

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

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

.header .header-langs__list {
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.header .header-langs__list:not(.dir-rtl) {
  right: 0
}
.header .header-langs__list.dir-rtl {
  left: 0
}

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

@media screen and (max-width: 1024px) {
  .header .header-langs__list.js-splist-open {
    transform: translateY(-100%);
    top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .header .header-langs__list {
    transform: translateY(-100%);
    top: 0 !important;
  }
}

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

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

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

.header .header-search-wide {
  /*  display: none*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #DB3833;
  border-radius: 30px;
  overflow: hidden;
/*  position: absolute;*/
/*  z-index: 11;*/
}

.header .header-search-wide__input {
  flex: 1;
  font-size: 4.06vw;
  padding: .5em .75em;
}

.header .header-search-wide__input::placeholder {
  color: #DB3833;
  opacity: 0;
}

.header .header-search-wide__submit {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-nav-search-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header .header-search-wide-pc {
    display: none;
  }
  .header .header-search-wide__input {
    font-size: 16px;
  }
  .header .header-search-wide__input::placeholder {
    opacity: 1;
  }
  .l-nav-search-sp {
    display: block;
    padding:  20px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-search-wide__input {
    font-size: 4.06vw;
  }

  .l-nav-search-sp {
    padding: 6.106870229vw 5.5555555556vw 10.17811705vw;
  }
}

@media screen and (min-width: 1025px) {
  .header .header-search-wide {
    width: 26px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    transition: width .2s;
  }

  .header .header-search-wide:has(.header-search-wide__input:focus) {
    width: 148px;
  }

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

  .header .header-search-wide__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    width: 26px;*/
    width: 146px;
    max-width: none;
    font-size: 16px;
    padding: 3px 27px 3px 11px;
    line-height: 1;
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_search_header.svg) no-repeat center right 8px / 9px;
/*    transition: width .2s, padding .2s;*/
    color: transparent;
    cursor: pointer;
  }
  .header .header-search-wide__input:not(.dir-rtl) {
    background-position: center right 8px;
  }
  .header .header-search-wide__input.dir-rtl {
    background-position: center left 8px;
  }

  .header .header-search-wide__input:focus {
/*    width: 146px;*/
/*    padding: 3px 27px 3px 11px;*/
    background: none;
    color: inherit;
  }

  .header .header-search-wide__submit {
    display: none;
    position: absolute;
    width: 27px;
    height: 100%;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
  }
  .header .header-search-wide__input:focus + .header-search-wide__submit {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

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

  .header .header-search-wide__submit img {
    width: 9px
  }
}

.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::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;
  z-index: 100000;
  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-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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_vertical.svg)
}

.p-accordion__trigger::after {
  background-image: url(/web/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/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/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_prev-circle.svg)
  }
}

@media screen and (min-width: 768px) {
  .p-recomend__arrow--next {
    background-image: url(/web/20241228134121im_/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/20241228134121im_/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
  }
}
@media screen and (max-width: 767px) {
  .aboutus-nav__item.is-current::before {
    display: none;
  }
}

.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/20241228134121im_/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/20241228134121im_/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: 27px 24px 30px
  }
}

.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: 16px
  }
}

.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;
  position: relative
}

.stories-tbl-contents ul a:hover {
  text-decoration: underline;
}

.stories-tbl-contents ul a::before {
  content: "";
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background: url(/web/20241228134121im_/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
  }

  .c-linkBtn.stories-related-nav__link {
    width: 100%;
    min-width: auto;
  }
}

@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/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_red.svg) 0 0/cover no-repeat
}

.stories-related-nav__search::before {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_search_header.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 {
  margin-top: -50px;
  padding-top: 50px;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/bg_umami-recipes.png) repeat-x 0 0
}

@media screen and (max-width: 767px) {
  .ur-main {
    margin-top: -32px;
    padding-top: 32px;
  }
}


.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/20241228134121im_/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
  }
}

/* ============================== */
/* ======= ×·¼ÓCSS =============== */
/* ============================== */

:root {
  --fs-base: 16px;
  --fs-base-sp: 4.071246819vw;

  --fs-h1: 42px;
  --fs-h2: 36px;
  --fs-h3: 28px;
  --fs-h4: 24px;
  --fs-h5: 20px;
  --fs-h1-sp: 10.6870229vw;
  --fs-h2-sp: 9.160305344vw;
  --fs-h3-sp: 7.124681934vw;
  --fs-h4-sp: 6.106870229vw;
  --fs-h5-sp: 5.089058524vw;
}

/* base */
.l-inner {
  box-sizing: content-box;
  max-width: 1306px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

body,
.p-card__title,
.c-button, .aboutus-button, .c-button--strong,
.p-read-stories__body,
.stories-entry__section__ttl,
.stories-entry__section__ttl.is-featuredm,
.p-navi-local__title{
  font-size: var(--fs-base-sp);
}

a[class*="c-link"] {
  color: #333;
  a:hover {
    color: #DB3833;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: none;
    padding: 0 5.333vw;
  }
}

@media screen and (min-width: 768px) {
  body,
  .p-card__title,
  .c-button, .aboutus-button, .c-button--strong,
  .p-read-stories__body,
  .stories-entry__section__ttl,
  .stories-entry__section__ttl.is-featured,
  .p-navi-local__title{
    font-size: var(--fs-base);
  }

  a:hover .ur-card__figure ,
  a:hover img {
    opacity: .6;
  }
}


/* breadcrumbs */
.p-breadcrumbs {
  position: relative;
  z-index: 1;
  background: #F2F2F2;
  border-top:  none;
}
.p-breadcrumbs:has(+ .p-hero) {
  background: none;
  &::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
  }
}

.p-breadcrumbs__list {
  height: 50px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-breadcrumbs__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.562340967vw;
    padding: 0 20px;
    height: 7.633587786vw;
  }
}

/* hero area */
@media screen and (min-width: 768px) {
  .p-hero {
    margin-top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .p-hero {
    margin-top: -32px;
  }
  .p-hero.is-stories-article {
    margin-top: 0;
  }
}


/* Component: base  */

.aboutus-button,
.ur-explore-select,
.ur-explore-carousel-slide__label,
.c-count__unit,
.ur-card__title,
.p-pagination .page-numbers,
.p-accordion__trigger,
.aboutus-card__text {
  font-size: var(--fs-base-sp);
}

.aboutus-heading-large,
.aboutus-heading-middle,
.ur-option-heading,
.c-count__number {
  font-size: var(--fs-h4-sp);
}

@media screen and (min-width: 768px) {
  .aboutus-button,
  .ur-explore-select,
  .ur-explore-carousel-slide__label,
  .c-count__unit,
  .ur-card__title,
  .p-pagination .page-numbers,
  .p-accordion__trigger,
  .aboutus-card__text {
    font-size: var(--fs-base);
  }
  .aboutus-heading-middle,
  .ur-option-heading,
  .c-count__number {
    font-size: var(--fs-h4);
  }
  .aboutus-heading-large {
    font-size: var(--fs-h1);
  }

}


/* Component: heading  */
.c-heading1 {
  color: #DB3833;
  font-size: var(--fs-h1-sp);
  font-weight: 600;
  line-height: 1.14;
}
.c-heading-01__title {
  color: #DB3833;
  font-size: var(--fs-h1-sp);
}
.c-heading-01__title.c-heading-02 {
  font-size: var(--fs-h2-sp);
}

.c-heading2 {
  font-size: var(--fs-h2-sp);
  font-weight: 700;
  color: #DB3833;
}
.c-heading-02 {
  font-size: var(--fs-h2-sp);
  font-weight: 700;
}

.c-heading-03 {
  font-size: var(--fs-h3-sp);
  font-weight: 700;
}

.c-heading-04 {
  font-size: var(--fs-h4-sp);
}

.c-heading-05 {
  font-size: var(--fs-h5-sp);
}

.p-hero__title,
.p-read-stories__heading{
  font-size: var(--fs-h4-sp);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
  .stories-mv__title .c-heading2 {
    font-size: var(--fs-h2-sp);
    line-height: 1;
  }
  .stories-mv-child__title .c-heading2 {
    font-size: 8.14vw;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) {
  .c-heading1 ,
  .p-hero__title ,
  .c-heading-01__title{
    font-size: var(--fs-h1);
  }

  .c-heading2{
    font-size: var(--fs-h2);
  }
  h1.c-heading2{
    font-size: var(--fs-h1);
  }

  .c-heading-02,
  .c-heading-01__title.c-heading-02,
  .p-read-stories__heading{
    font-size: var(--fs-h2);
  }

  .c-heading-03{
    font-size: var(--fs-h3);
  }

  .c-heading-04 {
    font-size: var(--fs-h4);
  }

  .c-heading-05 {
    font-size: var(--fs-h5);
  }
}


/* Component: link  */
.c-linkWrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

a.c-linkBtn {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 16px 36px;
  text-decoration: none;
  color: #DB3833;
  line-height: 1;
  text-align: center;
  border: 1px solid #DB3833;
  border-radius: 25px;
  overflow: hidden;
  transition: color .3s, transform .3s, transform-origin .3s, background-image .5s;
  
  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB3833;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
    transition-property: transform;
  }

  &::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    transition: background-image .5s;
  }
}

::-webkit-full-page-media, :future, :root .c-linkBtn, .aminoacids-nav__item , .aboutus-nav__item, .l-gnav-new .l-gnav-new-utility__item{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 0 0 1px transparent;

  &::before {
    height: 110%;
  }

  &::after {
    background-size: 10px 7px;
    transition: none;
  }

  span {
    position: relative;
    z-index: 1; 
    transition: none;
  }
}

.c-linkBtn--variable {
  width: auto;
  min-width: 300px;
}

.aboutus-buttons .c-linkBtn {
  min-width: 300px;
  width: auto;
}

.c-button-wrap:has(.c-linkBtn) {
  margin-top: 40px;
}

.c-linkText {
  font-size: 14px;
  color: #333;
  position: relative;

  &::after {
    content: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(20%, -50%);
    transition: right .2s, transform .2s;
  }
}

.c-linkBtn__text {
  position: relative;
}

/*.c-link--none {
  color: #333;
}*/

.c-link--none:after ,
.p-navi-local__list-link:after {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  margin-left: .75em;
/*  width: 1.2em;*/
/*  height: 1.3em;*/
/*  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle.svg) no-repeat center / 95%;*/
  width: .75em;
  height: 1em;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / 95%;
}

@media screen and (max-width: 767px) {
  .c-linkWrap {
    align-items: center;
    flex-direction: column;
    gap: 5.333vw;
  }

  .c-button-wrap:has(.c-linkBtn) {
    margin-top: 8.8888888889vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-linkBtn {
    transition: color .3s, transform .3s, transform-origin .3s, background-image .5s, box-shadow 1s;
    
    &:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: 0 0 0 1px #DB3833 inset;
  
      &::before {
        transform: scaleX(1);
        transform-origin: left;
      }
  
      &::after {
        background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
      }
    }
  }

  /* link icon */
  .c-link--blank:hover::after  {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg);
  }
  .c-link--movie:hover::after  {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_movie_red.svg);
  }
  .c-link--download:hover::after  {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_download_red.svg);
  }
}


/* Components: Related Ccontents  */
.stories-related-list__inner {
  border: none;
  padding: 28px;
}
.stories-related-list--style .stories-related-item__title{
  color: #333;
  position: relative;
}
.stories-related-item .stories-related-item__title {
  color: #333;
}
.stories-related-item .stories-related-item__title h2 {
  margin-bottom: .5em;
}
.stories-related-item .stories-related-item__title .c-linkText {
  font-size: 12px;
}
.stories-related-item .stories-related-item__link {
  /* background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat bottom .2em right .2em / .75em; */
  transition: opacity .2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
.stories-related-item .stories-related-item__link:hover{
  text-decoration: none;

  img{
    opacity: .6;
    transition: opacity .2s cubic-bezier(0.50, 0, 0.54, 1.0);
  }

  .c-linkText {
    color: #DB3833;
  }
}

.stories-related-nav__group a{
  width: 82px;
}
.stories-tbl-contents ul a::before {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle.svg) 0 0 / cover no-repeat;
}
.stories-tbl-contents ul a:hover::before {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_textlink_after.svg) 0 0 / cover no-repeat;
}
.stories-related-list__button {
  font-weight: 300;
  color: #DB3833;
  border-color: #DB3833;
  border-radius: 25px;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right .5em / .5em;
}

/* Components: Horizontal Link Block */
.p-flag__body .c-heading-03 {
  color: #DB3833;
}

/* Components: link icon */
.c-link--blank {

}
.c-link--blank::after {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank2.svg);
  background-size: contain;
  width: .85em;
  height: .9em;
}
.c-link--movie::after  {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_movie2.svg);
}

@media screen and (max-width: 767px) {
  .stories-tbl-contents ul a::before {
    top: .1em;
  }
}

@media screen and (min-width: 768px) {

  .stories-tbl-contents ul a {
    padding-left: 40px;
  }

  .stories-tbl-contents ul a::before {
    width: 28px;
    height: 28px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  
}

/* button link  */
.c-button:not(.p-search-selectbox-submit),
.c-button--strong {
  position: relative;
  border-color: #DB3833;
  color: #DB3833;
  border-radius: 2em;
  padding: 12px 33px;
  min-width: 300px;
  /* background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right 1em / .5em; */
  overflow: hidden;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DB3833;
    border-radius: 2em;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
    transition-property: transform;
  }

  &::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    transition: background-image .5s;
  }

  &.btn-select-location {
    min-width: auto;
    border-radius: 9px;

    &::before {
      border-radius: 9px;
    }
  }
}

.c-button-wrap .c-button--strong {
  background: #DB3833;
  color: #fff;

  &::before {
    background-color: #fff;
  }

  &::after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }
}

.aminoacids-nav__item ,
.aboutus-nav__item {
  position: relative;
  border-color: #DB3833;
  color: #DB3833;
  border-radius: 9px;
  padding: 12px 33px;
  /* background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right 1em / .5em; */
  overflow: hidden;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 105%;
    background-color: #DB3833;
    border-radius: 9px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
    transition-property: transform;
  }

  &::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    transition: background-image .5s;
  }

  &.is-current {
    background-color: #DB3833;
    &::after {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
    }
  }
}

.c-button:not(.p-search-selectbox-submit).is-red {
  padding: 12px 33px;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white2.svg) no-repeat center right 1em / .5em;
}

.c-button:not(.p-search-selectbox-submit).c-button--strong:hover {
  color: #fff;
  background-color: #3251ad;
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white2.svg);
  background-repeat: no-repeat;
  opacity: 1;
}
.c-button:not(.p-search-selectbox-submit, .c-button--strong):hover {
  color: #fff;
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white2.svg);
  background-repeat: no-repeat;
  opacity: 1;
}

.c-button.is-red:not(.p-search-selectbox-submit):hover {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red2.svg);
}

.c-button-wrap .c-button:not(.p-search-selectbox-submit):hover ,
.aminoacids-nav__item:hover ,
.aboutus-nav__item:hover {
  transition: color .3s, transform .3s, transform-origin .3s, background-image .5s, box-shadow 1s;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 0 1px #DB3833 inset;
  z-index: 90;

  &::before {
    transform: scaleX(1);
    transform-origin: left;
    z-index: -1;
  }

  &::after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }

  .aboutus-nav__item__label {
    transition: color .3s;
    color: #fff;
    z-index: 90;
  }

  &.is-current {
    color: #DB3833;
    &::after {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    }
    .aboutus-nav__item__label {
      color: #DB3833;
    }
  }
}

.c-button-wrap .c-button--strong:hover {
  transition: color .3s, transform .3s, transform-origin .3s, background-image .5s, box-shadow 1s;
  color: #DB3833;
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 0 1px #fff inset;
  z-index: 90;

  &::before {
    transform: scaleX(1);
    transform-origin: left;
    z-index: -1;
  }

  &::after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
  }

  .aboutus-nav__item__label {
    transition: color .3s;
    color: #fff;
    z-index: 90;
  }
}

.aminoacids-nav__item ,
.aboutus-nav__item {
  &.is-current {
    background-color: #DB3833;
    &::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 105%;
      background-color: #DB3833;
      border-radius: 9px;
      transform: scaleX(0);
      transform-origin: left;
      transition: all .3s;
      transition-property: transform;
    }
    &::after {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
    }
  }
}


/* c-tag */

.c-tag{
  position: relative
}
.c-tag__select{ 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F2F2F2;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  padding: .785em 2em .785em 1.57em;
  min-width: 10.357em;
}
.c-tag__select.active{
  min-width: 221px;
  border-radius: 4px 4px 0 0;
}
.c-tag__select:before,
.c-tag__link:before{
  content: "#";
  display: inline-block;
  margin-right: 0.714em;
}
.c-tag__select:after{
  content: "";
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_down.svg) no-repeat center / contain;
  width: 7px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 1.1em;
  transform: translateY(-50%);
}
.c-tag__select.active:after{
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_close_stories.svg) no-repeat center / contain;
  width: 10px;
  height: 7px;
}
.c-tag__list{ 
  position: absolute;
  left: 0;
  top: 100%;
  background: #F2F2F2;
  z-index: 100;
  border-radius: 0 0  4px 4px;
}
.c-tag__list:not(.open){
  display: none;
}
.c-tag__link{
  color: #333;
  display: block;
  padding: .785em 2em .785em 1.57em;
  position: relative;
}
.c-tag__link:after{
  content: "";
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 1.1em;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-tag__select{
    font-size: 3.562vw;
  }
  .c-tag__select.active{
    min-width: 15.714em;
  }
  .c-tag__list{
    min-width: 56.234vw;
    font-size: 3.562vw;
  }
}

@media screen and (min-width: 768px) {
  .c-tag__list{
    min-width: 221px;
    font-size: 14px;
  }
  .c-tag__select{
    font-size: 14px;
  }
}

/* c-tag: stories-keys */
.stories-keys .c-tag-lists {
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 18px 15px;
}
.c-tag-lists__tag--concrete::before {
  content: '#';
  display: inline-block;
  margin-right: .5em;
  font-size: 14px;
}
.stories-keys .c-tag-lists__tag--concrete {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.14;
  transition: background 0.2s cubic-bezier(0.50, 0, 0.54, 1.0), color 0.2s;
}
.stories-keys .c-tag-lists__tag--concrete:before ,
.c-tag-lists__tag--yellow:before {
  content: "#";
  margin-right: 9px;
}

@media screen and (min-width: 768px) {
  .c-tag-lists__tag--concrete:hover {
    background: #DB3833;
    color: #fff;
    opacity: 1;
  }
  .stories-keys .c-tag-lists__tag--concrete:hover ,
  .c-tag-lists__tag--yellow:hover {
    text-decoration: none;
    background: #DB3833;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories-keys .c-tag-lists {
    gap: 12px 8px;
  }
}

@media screen and (max-width: 767px) {
  .stories-keys .c-tag-lists {
    margin-top: 8.14vw;
    gap: 4.58vw 3.82vw;
  }
  .stories-keys .c-tag-lists__tag--concrete {
    padding: 3.05vw 3.82vw;
    border-radius: 5.09vw;
    font-size: 3.56vw;
  }
  .stories-keys .c-tag-lists__tag--concrete:before {
    margin-right: 2.29vw;
  }
}

/* ========================== */
/* B parts */
/* ========================== */

.aminoacids-nav__item.aminoacids-nav__item--gray {
  /* background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right 1em / .5em; */
  background-color: #fff;
}

.aminoacids-nav__item.is-current ,
.aboutus-nav__item.is-current {
  background: #DB3833;
  /* background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg); */
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: .5em;

  &::before {
    background-color: #fff;
  }

  &::after {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_white.svg);
  }
}

@media screen and (min-width: 768px) {
  .aminoacids-nav__item.is-current:hover,
  .aboutus-nav__item.is-current:hover {
    color: #DB3833;

    &::before {
      border-radius: 8px;
     }

    &::after {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg);
    }
  }
}


/* aboutus  */
.aboutus-button {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_blue.svg) no-repeat center right 1em / .5em;
}

/* amino acids  */
.aminoacids-nav__item {
  width: calc((100% - 32px* 2) / 3);
}

@media screen and (min-width: 1288px) {
  .aminoacids-nav__item {
    width: calc((100% - 32px* 5) / 6);
  }
}

@media screen and (max-width: 767px) {
  .aminoacids-nav__item ,
  .aboutus-nav__item {
    padding: .6em 1em;
    background-position: center right 1em;
  }
  .aminoacids-nav__item {
    width: 100%;
  }
}


/* post link */
.aminoacids-cat__title {
  color: #333;
}
a:hover .aminoacids-cat__title {
  text-decoration: none;
  color: #DB3833;
}
.aminoacids-cat .col-24 ,
.p-txtblck__link .p-txtblck__body{
}
.aminoacids-cat__desc ,
.p-txtblck__link .c-text p:not(.p-txtblck__readmore) {
  margin-bottom: .75em;
}
.aminoacids-cat .aminoacids-readmore ,
.p-txtblck__readmore {
  display: inline-block;
  color: #333;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center right / .75em;
  padding-right: 1.25em;
}
.aminoacids-cat a.row[target="_blank"] .aminoacids-readmore ,
.p-txtblck__link[target="_blank"] .p-txtblck__readmore {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank2.svg) no-repeat center right / .75em;
}
.aminoacids-cat a.row[target="_blank"]:hover .aminoacids-readmore ,
.p-txtblck__link[target="_blank"]:hover .p-txtblck__readmore {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg);
}

a:hover .aminoacids-readmore ,
a:hover .p-txtblck__readmore {
  color: #DB3833;
}

.p-txtblck__link {
  color: #333;
}
.p-txtblck__link:hover {
  color: inherit;
  text-decoration: none;
}
.p-txtblck__link .c-heading-02 {
  color: #DB3833;
}
.p-txtblck .txt-blue {
  color: #3350AD;
}

/* Components: Related Ccontents - Card 1 */
.p-card__title ,
.ur-card__title {
  color: #333;
  font-weight: 700;
  margin-top: 12px;
  padding: 0 54px 0 0;
  position: relative;
  min-height: 1.75em;
  display: flex;
  align-items: center;
}
.p-card__title:not(.c-link--movie)::after ,
.ur-card__title::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
}
a.p-card__head:hover ,
.ur-card a:hover {
  color: inherit;
  text-decoration: none;
}
a.p-card__head:hover .p-card__title ,
.ur-card a:hover .ur-card__title {
  color: #DB3833;
}
a.p-card__head:hover .p-card__title:not(.c-link--movie)::after,
.ur-card > a:hover .ur-card__title::after {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg)
}

a.p-card__head[target="_blank"] .p-card__title:not(.c-link--movie)::after,
.ur-card[target="_blank"] > a:hover .ur-card__title::after {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank2.svg) no-repeat center / 16px;
}

a.p-card__head[target="_blank"] .p-card__title:not(.c-link--movie):hover::after {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg) no-repeat center / 16px;
}

.p-card__title.c-link--movie::after {
  content: '';
  display: block;
  vertical-align: text-bottom;
  width: 1.1875em;
  height: 1em;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_movie2.svg) no-repeat center / 95%;
  position: absolute;
  top: .06em;
  right: 0;
}

.p-card__head:hover .p-card__title.c-link--movie::after {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_movie_red.svg);
}

.p-card__body {
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .p-card__head[target="_blank"]:hover .p-card__title:not(.c-link--movie)::after,
  .ur-card[target="_blank"]:hover>a:hover .ur-card__title::after {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_blank_red.svg) no-repeat center / 16px;
  }

  .p-card--tag .p-card__head:hover:after {
    background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg) no-repeat center / contain;
  }
}

@media screen and (max-width: 767px) {
  .p-card__title:not(.c-link--movie),
  .ur-card__title {
    margin-top: 3.053vw;
    padding-right: 13.74vw;
  }
}

/* Components: Related Ccontents - Card 2 */
.p-card--tag .p-card__head {
  position: relative;
}
.p-card--tag .p-card__head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .16);
  z-index: 1;
}
.p-card--tag .p-card__head::after {
  content: '';
  margin: auto;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_white.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 1.8em;
  height: auto;
  z-index: 2;
}
.p-card--tag .p-card__figure {
  margin: 0;
}
.p-card--tag .p-card__img,
.stories-entry__thumb img {
  object-fit: cover;
  aspect-ratio: 854 / 480;
}
.p-card--tag .p-related-contents__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  color: #fff;
  font-size: 24px;
  margin: auto;
  height: 4em;
  position: absolute;
  top: 0;
  left: 1.7em;
  right: 1.7em;
  bottom: 0;
  z-index: 3;
}
.p-card--tag .p-related-contents__tag {
  display: inline-block;
  font-size: 0.6667em;
  padding: .5em 1em;
  border: 1px solid currentColor;
  border-radius: 2em;
}
.p-card--tag .p-related-contents__tag::before {
  content: '#';
  display: inline-block;
  margin-right: .75em;
}

@media screen and (max-width: 767px) {
  .p-card--tag .p-related-contents__text {
      font-size: 5.597964377vw;
    }
}

/* Stories: related banner */
.stories-related-nav__back::before {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_allstories.svg) no-repeat center / contain;
}

.stories-related-nav__search::before {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_relatedstories.svg) no-repeat center / contain;

}

/* ========================== */
/* A: Top */
/* ========================== */
/* top */

/* top: parts */
.c-semicircle {
  width: 250px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  text-align: center;
  img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

}
.c-semicircle::before {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  background: #fff;
  clip-path: circle(125px at 50% 50%);
  position: absolute;
  top: 0;
  left: 0;
}

/* top: mv */
.p-mv {
  background-color: #eeeeee;
  position: relative;
}

.p-mvLead ,
.p-mvLead2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  width: 50%;
  padding-left: 9.52%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.p-mvLead {
  color: #fff;
}
.p-mvLead__text1 {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: .1em;
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 1s, transform 1.2s;
}
.p-mvLead__text1.js-show {
  opacity: 1;
}
.p-mvLead__text1.js-animated {
  transform: translateX(0);
}
.p-mvLead__text2 {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  transition: opacity .8s;
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 1s, transform 1.2s;
}
.p-mvLead__text2.js-show {
  opacity: 1;
}
.p-mvLead__text2.js-animated {
  transform: translateX(0);
}
.p-mvLead__text1.dir-rtl ,
.p-mvLead__text2.dir-rtl {
  padding-right: 19%;
}

.p-mvLead2 {
  align-items: flex-start;
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 1s, transform 1.2s;
}
.p-mvLead2.js-show {
  opacity: 1;
}
.p-mvLead2.js-animated {
  transform: translateX(0);
}
.p-mvLead2__text1 {
  font-size: 38px;
  color: #DB3833;
}
.p-mvLead2__text1.dir-rtl {
  padding-right: 19%;
}
.p-mvLead2__text2 {
  font-size: 22px;
  color: #333;
  padding-right: 19%;
}


/* top: slider */
.p-mvSlider {
  height: 400px;
}
.p-mvSlider__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.p-mvSlider__img {
  height: 400px;
  width: 100vw;
}
.p-mvSlider__text {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#mv1 {
  opacity: 0;
  width: 50%;
  z-index: 4;
  transition: left 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv1.js-show {
  opacity: 1;
}
#mv1 .p-mvSlider__img {
  width: 50vw;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img01.png) no-repeat center / cover;
}
#mv1[data-status="1"] {
  left: 100vw;
}
#mv1[data-status="2"] {
  left: 0;
}
#mv1[data-status="3"] {
  left: 0;
  transition: left 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv1[data-status="3"].js-animated {
  left: -70vw;
}

#mv2 {
  opacity: 0;
  overflow: hidden;
  z-index: 3;
/*  transition: width .8s;*/
  transition: left 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv2.js-show {
  opacity: 1;
}
#mv2[data-status="1"] {
  left: 100%;
}
#mv2[data-status="2"] {
  left: 0;
}
#mv2[data-status="3"] {
  left: 0;
  z-index: 1;
}
#mv2[data-status="3"].js-animated {
/*  width: 0;*/
}
#mv2 .p-mvSlider__img {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img02.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  width: 100%;
  transition: left 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv2[data-status="3"] .p-mvSlider__img {
  left: 0;
}

#mv3 {
  opacity: 0;
  z-index: 2;
/*  transition: left 1.2s;*/
  transition: transform 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv3.js-show {
  opacity: 1;
}
#mv3 .p-mvSlider__img {
  width: 50vw;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img03.png) no-repeat center / cover;
}
[lang="ar"] #mv3 .p-mvSlider__img {
  transform: translateX(-100%);
}
#mv3[data-status="1"] {
/*  left: 100%;*/
  transform: translateX(100%);
}
#mv3[data-status="2"] {
/*  left: 0;*/
  transform: translateX(0);
}
#mv3[data-status="3"] {
/*  left: -70vw;*/
  transform: translateX(-70%);
}

#mv4 {
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 1.2s cubic-bezier(0.50, 0, 0.54, 1.0);
}
#mv4.js-show {
  opacity: 1;
}
#mv4.js-animated {
  transform: translateX(0);
}
#mv4 .p-mvSlider__img {
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img04.png) no-repeat center / cover;
}

@media screen and (max-width: 767px) {
  .p-mvSlider ,
  .p-mvSlider__img {
    height: 109vw;
  }
  #mv1 .p-mvSlider__img {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img01_sp.png);
  }
  #mv2 .p-mvSlider__img {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img02_sp.png);
  }
  #mv3 .p-mvSlider__img {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img03_sp.png);
  }
  #mv4 .p-mvSlider__img {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/home/mv_img04_sp.png);
  }
  #mv1 .p-mvSlider__img ,
  #mv3 .p-mvSlider__img {
    width: 82vw;
  }
  #mv1 .p-mvSlider__img.dir-rtl {
    transform: translateX(39%);
  }
  #mv3 .p-mvSlider__img.dir-rtl {
    transform: translateX(-22%);
  }

  .p-mvLead ,
  .p-mvLead2 {
    justify-content: flex-start;
    padding-top: 1.5em;
    padding-left: 5.089058524vw;
    width: 100%;
  }
  .p-mvLead.dir-rtl ,
  .p-mvLead2.dir-rtl {
    padding-left: 0;
    padding-right: 5.089058524vw;
  }

  .p-mvLead__text1 {
    width: 82vw;
    font-size: 6.09vw;
  }
  .p-mvLead__text2 {
    font-size: 5.07vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .p-mvLead__text1.dir-rtl ,
  .p-mvLead__text2.dir-rtl {
    padding-right: 0;
  }
  .p-mvLead2__text1 {
    font-size: 6.09vw;
  }
  .p-mvLead2__text1.dir-rtl {
    padding-right: 25%;
  }
  .p-mvLead2__text2 {
    font-size: 4.071246819vw;
    padding-right: 30%;
  }
  .p-mvLead2__text2.dir-rtl {
    padding-right: 25%;
  }

  #mv1[data-status="3"].js-animated {
    left: -100vw;
  }
  #mv3[data-status="3"] {
/*    left: -100vw;*/
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-mvLead ,
  .p-mvLead2 {
    padding-left: 5%;
  }
  .p-mvLead__text1 {
    font-size: 30px;
  }
  .p-mvLead__text2 {
    font-size: 20px;
  }
  .p-mvLead2__text1 {
    font-size: 34px;
  }
  .p-mvLead2__text2 {
    font-size: 20px;
    padding-right: 13%;
  }
  .p-mvLead2__text1.dir-rtl ,
  .p-mvLead2__text2.dir-rtl {
    padding-right: 18%;
  }
}

/* top: movie  */
.p-movieBtn {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #DB3833;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 10;
  cursor: pointer;
  transform: translate(-50%, 0);
  transition: background-color .2s, color .2s, border-left .2s, transform .2s;

  &:hover {
    background-color: #DB3833;
    transform: translate(-50%, 0) scale(1.1);

    .p-movieBtn__link {
      color: #fff;
      text-decoration: none;

      &::after {
        border-left: 8px solid #fff;
      }
    }
  }
}

.p-movieBtn__link {
  cursor: pointer !important;
  color: #DB3833;
  font-size: 18px;
  text-align: center;
  line-height: 1.3333;
  position: relative;
  padding-bottom: .75em;
  transition: color .2s, border-left .2s;

  &::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #DB3833;
    border-right: 0;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0);
  }
}

[lang="ar"] .p-movieBtn__link {
  font-size: 15px;
  padding-bottom: 1em;

  &::after {
  }
}

@media screen and (max-width: 767px) {
  .p-movieBtn__link {
    font-size: 4.580152672vw;
  }
  [lang="ar"] .p-movieBtn__link {
    font-size: 3.65vw;
  }
}


.p-modal-video2 {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
  z-index: 100001;
  height: 100vh;

  .container--narrow {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  &.js-open {
    display: block;
  }
}

.vjs-control-bar {
  font-size: clamp(7px, 2.5vw, 10px) !important; 
}


/* top: Our Actions */
.p-actions {
  position: relative;
  padding: 35px 0 0;
}

.p-actions .c-linkWrap ,
.stories-short-link {
  margin-top: 36px;
}

.js-swiper-container .swiper-slide{
  display: flex;
  flex-direction: column;
}

.js-swiper-container{
/*  max-width: 1400px;
  width: 1400px;*/
  max-width: 1690px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 72px 0 0;
  overflow: visible;
  position: relative;
}

.stories-short-slider .js-swiper-container{
  padding: 90px 0 0;
}

.swiper-operation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 72px;
}

.stories-short-slider .stories-short-link {
  margin-top: 40px;
}

.stories-short-slider .c-linkText {
  display: inline-block;
  margin-top: .5em;
}

.stories-short-slider .swiper-operation {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .stories-short-slider .swiper-operation {
    margin-top: 3.81vw;
  }
}

.swiper-button-next, .swiper-button-prev {
  position: inherit;
  margin: 0;
  width: 35px;
  height: 35px;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-image .2s;
}

.swiper-container--umami .swiper-button-next,
.swiper-container--umami .swiper-button-prev {
  position: absolute;
  margin: -22px 0 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none;
  display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none;
  display: none;
}

.swiper-button-next {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_button_next.svg);
}

.swiper-button-prev {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_button_prev.svg);
}

.swiper-pagination {
  position: inherit;
  width: 300px !important;
  overflow: hidden;
}

.swiper-container--umami .swiper-pagination {
  width: auto !important;
}

.swiper-pagination-progressbar {
  background-color: #333;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #DB3833;
  height: 5px;
}

.swiper-play-btn {
  width: 35px;
  height: 35px;
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_stop.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-image .2s;

  &.stop {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_stop.svg);
  }

  &.play {
    background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_play.svg);
  }
}

/* .js-swiper-container .swiper-wrapper {
  transition-timing-function: linear;
} */

.js-swiper-container .swiper-wrapper li{
  padding: 0 15px;
}
.stories-short-slider .js-swiper-container .swiper-wrapper li{
  padding: 0 24px;
}

.js-swiper-container .swiper-slide{
/*  width: 400px !important;*/
/*  overflow: hidden;*/
  border-radius: 4px;
  position: relative;
/*  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);*/
}
/*.js-swiper-container .swiper-slide::before {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/
.js-swiper-container .top-swiper-item {
  color: #333;
  border-radius: 4px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  
  img {
    object-fit: cover;
    aspect-ratio: 854 / 480;
  }

  &.js-dummy {
    box-shadow: none;
    pointer-events: none;
  }

  .swiper-slide-textWrap:has(.swiper-slide-title) .swiper-slide-tag{
    color: #DB3833;
  }

  &:hover {
    text-decoration: none;

    img {
      opacity: 0.6;
    }

    .swiper-slide-tag,
    .swiper-slide-title,
    .c-linkText {
      color: #DB3833;
    }
  }
}


.swiper-slide-textWrap {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 20px 12px;

  .c-linkText {
    margin: 1em 1.25em 0 auto;
  }
}

.swiper-slide-tag {
  font-size: 14px;
  font-weight: 700;
}

.swiper-slide-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1666;
  margin-top: .35em;
}

.swiper-slide-text {
  margin-top: .5em;
}

.swiper-slide-inner {
  color: inherit;
}
.swiper-slide-inner:hover {
  text-decoration: none;
}


.js-swiper-container .swiper-wrapper li.odd{
  transform: translate(0,-30px);
}


.stories-short-slider {
  margin-left: -5.5555555556vw;
  margin-right: -5.5555555556vw;
}

.stories-short-slider .js-swiper-container .swiper-wrapper li.odd{
  transform: translate(0,-24px);
}


@media screen and (max-width: 1024px) {
  .js-swiper-container {
    max-width: 100%;
    width: calc(100% - 5px * 2);
    margin-left: 5px;
    margin-right: 5px;
  }

}

@media screen and (max-width: 767px) {
  .js-swiper-container{
    padding: 15.77vw 0 8.8vw;
  }
  .stories-short-slider .js-swiper-container{
    padding-top: 24.42vw;
  }

  .js-swiper-container .swiper-wrapper li.odd{
    transform: translate(0, -6.87vw);
  }
  
  .stories-short-slider .js-swiper-container .swiper-wrapper li.odd{
    transform: translate(0, -9.41vw);
  }

  .swiper-play-btn {
    width: 9.333vw;
    height: 9.333vw;
  }

  .swiper-pagination {
    width: 200px !important;
  }

  .swiper-operation {
    padding: 0 5.333vw;
    gap: 2.8vw;
    margin-top: 16vw;
  }
}

@media screen and (min-width: 768px) {

  .p-actions {
    .l-inner {
      padding: 0;
    }
  }

  .swiper-slide-inner:hover {
    .c-linkText {
      text-decoration: none;
      &::after {
        right: -30%;
        transform: translate(30%, -50%);
      }
    }
  }

  .swiper-button-next {  
    &:hover {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_button_next_hover.svg);
    }
  }
  .swiper-button-prev {
    &:hover {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_button_prev_hover.svg);
    }
  }

  .swiper-container--umami .swiper-button-next,
  .swiper-container--umami .swiper-button-prev {
    &:hover {
      background-image: none;
    }
  }

  .swiper-play-btn {  
    &.stop {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_stop.svg);
  
      &:hover {
        background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_stop_hover.svg);
      }
    }
  
    &.play {
      background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_play.svg);
  
      &:hover {
        background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/icon_swiper_play_hover.svg);
      }
    }
  }

  .footer-add-menu:hover {
    img {
      opacity: 1;
    }
    
    .footer-add-menu__link {
      color: #DB3833;
    }
  }
}

/* top: about */
.p-about {
  margin-top: 85px;
}
.p-about__head {
  text-align: center;
}
.p-about__lead {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-top: .75em;
  max-width: 25em;
}

.p-aboutCol__items {
  max-width: 760px;
  margin: 55px auto 0;
}

.p-aboutCol__text1 {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .p-aboutCol--amino {
    margin-top: -40px;
  }

  .p-aboutCol__item {
    display: flex;
  }
  .p-aboutCol__item--reverse {
    flex-direction: row-reverse;
  }

  .p-aboutCol__img01 {
    width: 373px;
  }
  .p-aboutCol__img02 {
    width: 217px;
  }

  .p-aboutCol__text {
    flex: 1;
    .c-linkWrap {
      justify-content: flex-start;
    }
  }
  .p-aboutCol__textInner {
    width: 360px;
    margin: auto;
  }
  .p-aboutCol--asv .p-aboutCol__textInner {
    margin-top: 4.625em;
  }
  .p-aboutCol--amino .p-aboutCol__textInner {
    margin-top: 6.5625em;
  }

  .p-aboutCol__text1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 15.26717557vw;
  }
  .p-about__lead {
    font-size: 4.267vw;
  }

  .p-aboutCol--amino {
    margin-top: 10.17811705vw;
  }

  .p-aboutCol__items {
    margin-top: 11.19592875vw;
  }

  .p-aboutCol__img01 ,
  .p-aboutCol__img02 {
    display: block;
    margin: auto;
  }
  .p-aboutCol__img01 {
    width: 71.24681934vw;
  }
  .p-aboutCol__img02 {
    width: 67.9389313vw;
  }

  .p-aboutCol__text1 {
    text-align: center;
  }

}

/* top: Latest news */
.p-topNews {
  padding-top: 120px;
}

.p-topNews__items {
  margin-top: 27px;
}

.p-topNews__item {
  display: flex;
  align-items: center;
  border-top: 1px solid #D8D8D8;
  padding: 30px 0;
  gap: 0 45px;

  &:last-child {
    border-bottom: 1px solid #D8D8D8;
  }
}

.p-topNews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  mwx-width: 297px;
  gap: 0 15px;
}

.p-topNews__date {
  color: #DB3833;
  width: 180px;
}

.p-topNews__category {
  color: #DB3833;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #DB3833;
  padding: 4px;
  width: 102px;
  text-align: center;
}

.p-topNews__link {
  color: #333;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-right: 45px;

  &::before {
    display: block;
    position: absolute;
    top: calc(50% - 17.5px);
    right: 0%;
    content: '';
    width: 35px;
    height: 35px;
    background: url("/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_textlink_before.svg") no-repeat center / contain;
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  &[href$=".pdf"] {
    &::before {
      width: 28px;
      background-image: url("/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_pdf_before.svg");
    }
  }
}

.p-topNews__title {
  flex: 1;
  padding: 0 45px 0 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-topNews__link {
    &:hover {
      color: #DB3833;
      text-decoration: none;

      .p-topNews__title {
        text-decoration: underline;
      }

      &::before {
        background-image: url("/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_textlink_after.svg");
      }
    }
  
    &[href$=".pdf"] {
      &:hover {
        &::before {
          background-image: url("/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_pdf_after.svg");
        }
      }
    }
  }

  .p-features__linkItem a:hover {
    text-decoration: none;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 1025px) {
  .p-topNews__head {
    width: 25%;
  }
  .p-topNews__link {
    gap: 45px;
  }
}



/* top: features */
.p-features {
  padding-top: 90px;

  .l-inner {
    max-width: 1120px;
    padding: 0;
  }
}

.p-features__text {
  width: 418px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.25;
}

.text-reg {
  font-size: 75%;
  vertical-align: top;
}

.p-features__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  &:not(:first-child) {
    margin-top: 160px;
  }

  &:nth-child(even) {
    flex-direction: row-reverse;

    .p-features__linkItem {
      &:nth-child(even) {
        margin-top: 100px;
      }
    }
  }

  &:nth-child(odd) {
    .p-features__linkItem {
      &:nth-child(odd) {
        margin-top: 100px;
      }
    }
  }

  &:nth-child(2) {
    .p-features__img {
      img {
        height: 600px;
      }
    }
  }

  &:nth-child(3) {
    .p-features__img {
      img {
/*        height: 600px;*/
      }
    }
  }

  .c-linkBtn {
    margin-top: 30px;
  }
}

.p-features__img {
  width: 48%;
  text-align: center;

  img {
    transition: transform .1s ease-out;
  }
}

.p-features__content {
  width: 48%;
}

.p-features__linkItems {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-features__linkItem {
  width: 47%;

  .c-linkText {
    padding-top: 4px;
    display: inline-block;
  }

  a:hover {
    .p-features__linkTitle,
    .c-linkText {
      color: #DB3833;
    }
  }
}

.p-features__linkImg {
  border-radius: 4px;
}

.p-features__linkTitle {
  font-weight: 700;
  padding-top: 16px;
  color: #333;
}

.p-features__linkDesc {
  padding-top: 4px;
  color: #333;
}


@media screen and (max-width: 767px) {

  /* top: parts */
  .c-semicircle {
    width: 48.34605598vw;
    height: 7.633587786vw;
    top: -28px;

    img {
      bottom: 2px;
    }
  }
  .c-semicircle::before {
    width: 48.34605598vw;
    height: 48.34605598vw;
    clip-path: circle(24.17302799vw at 50% 50%);
  }

  /* top: movie  */
  .p-movieBtn {
    height: 25.19083969vw;
    width: 25.19083969vw;
    bottom: 11.70483461vw;
  }


  /* top: Our Actions */
  .p-actions {
    .l-inner {
      padding: 0;
    }
    .c-linkWrap {
      margin-top: 0;
    }
  }


  /* top: Latest news */
  .p-topNews {
    padding-top: 18.667vw;
  }

  .p-topNews__items {
    margin-top: 5.333vw;
  }

  .p-topNews__item {
    align-items: baseline;
    flex-direction: column;
    padding: 8vw 0;
  }

  .p-topNews__head {
    justify-content: flex-start;
    width: 100%;
  }

  .p-topNews__date {
    width: auto;
    font-size: 3.733vw;
  }
  
  .p-topNews__category {
    font-size: 3.2vw;
    line-height: 1;
    padding: 1.067vw;
  }

  .p-topNews__item {
    padding: 5.333vw 0;
  }

  .p-topNews__link {
    gap: 4.8vw;
    align-items: baseline;
    flex-direction: column;
    margin-top: 4.267vw;
  }

  .p-topNews__title {
    width: 100%;
    padding: 0 14.667vw 0 0;
  }

  /* top: features */
  .p-features {
    padding-top: 19vw;
  
    .l-inner {
      max-width: none;
      padding: 0 5.333vw;
    }
  }

  .p-features__text {
    width: 100%;
    margin-top: 4vw;
    font-size: 4.267vw;
  }

  .p-features__item {
    flex-direction: column-reverse;

    &:not(:first-child) {
      margin-top: 16vw;
    }

    &:nth-child(even) {
      flex-direction: column-reverse;
  
      .p-features__linkItem {
        &:nth-child(even) {
          margin-top: 18.133vw;
        }
      }
    }

    &:nth-child(odd) {
      .p-features__linkItem {
        &:nth-child(odd) {
          margin-top: 18.133vw;
        }
      }
    }

    &:nth-child(2) {
      .p-features__img {
        img {
          height: auto;
        }
      }
    }
  
    &:nth-child(3) {
      .p-features__img {
        img {
          height: auto;
        }
      }
    }

    .c-linkBtn {
      margin-top: 8vw;
    }
  }

  .p-features__content {
    width: 100%;
  }

  .p-features__img {
    width: 100%;
  }
}


/* ========================== */
/* A: Stories */
/* ========================== */

/* ¹Ì¶¨¥Ð¥Ê©` */
.stories-related-nav__back::before {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_allstories.svg);
  background-size: contain;
}
.stories-related-nav__search::before {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_relatedstories.svg);
  background-size: contain;
}

/* ¸÷¥Ú©`¥¸¤´¤È */
.p-title{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.stories-entries{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.stories-entries.row-masonry{
  gap: 52px 90px;
}
.stories-entries:not(:last-child){
  margin-bottom: 40px;
}
.stories-entries.row-masonry .stories-entry{
  background: #fff;
}
.stories-entries .stories-entry:hover .stories-entry__section__ttl{
  color: #DB3833;
  text-decoration: none;
}
.stories-entries .stories-entry__section__ttl{
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.stories-entries .stories-entry__section{
  margin-top: 12px;
  padding: 0 54px 0 0;
  color: #333;
  position: relative;
}
.stories-entries .stories-entry__section:after{
  content: "";
  width: 28px;
  height: 28px;
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
}
.stories-entries .stories-entry:hover .stories-entry__section:after{
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg);
}

@media screen and (max-width: 767px) {
  .stories-entries .stories-entry{
    width: 100%;
  }
  .stories-entries.row-masonry{
    gap: 15.267vw;
  }
  .stories-entries .stories-entry__section__ttl{
    font-size: 4.071vw;
  }
  .stories-entries .stories-entry__section{
    margin-top: 3.053vw;
    padding-right: 13.74vw;
  }
  .stories-entries .stories-entry__section:after{
    width: 8.906vw;
    height: 8.906vw;
  }
  .stories-entries .stories-entry__thumb{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .stories-entries .stories-entry__section__ttl{
    font-size: 16px;
  }
  .stories-entries.row-masonry .stories-entry{
    width: calc((100% - 90px * 2)/3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories-entries.row-masonry{
    gap: 26px;
  }
  .stories-entries.row-masonry .stories-entry {
    width: calc((100% - 26px* 2) / 3);
  }
}


.stories-entry__tag{
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 25px;
  font-size: 14px;
/*  font-weight: 700;*/
  line-height: calc(24/14);
  color: #333;
}
.stories-entry__tag li{
  position: relative;
  padding-left: 17px;
}
.stories-entry__tag li:before{
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .stories-entry__tag{
    margin-top: 1.781vw;
    gap: 0.509vw 6.361vw;
    font-size: 3.562vw;
  }
  .stories-entry__tag li{
    padding-left: 4.326vw;
  }
}

.p-pagination__outer .p-pagination__numbers .page-numbers ,
.p-pagination__outer .p-pagination__transition .page-numbers {
  background: #fff;
  border-radius: 100%;
  padding: 0;
  font-size: 16px;
  color: #DB3833;
  border: 1px solid #DB3833;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__outer .p-pagination__numbers .page-numbers.current,
.p-pagination__outer .p-pagination__numbers .page-numbers:hover,
.p-pagination__outer .p-pagination__transition .page-numbers:hover{
  background: #DB3833;
  color: #fff;
  opacity: 1;
}
.p-pagination .p-pagination__transition {
  display: flex;
  flex-direction: row-reverse;
}
.p-pagination .p-pagination__transition .next,
.p-pagination .p-pagination__transition .prev{
  border: 0;
  font-size: 0;
}
.p-pagination__outer .p-pagination__transition .page-numbers{
/*  width: 12px;
  height: 8px;
*/}
.p-pagination .page-numbers.last,
.p-pagination .page-numbers.first{
/*  display: none;*/
}
.p-pagination__outer .page-numbers.next{  
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / 14px;
  width: 35px;
  height: 35px;
}
.p-pagination__outer .page-numbers.prev{
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_right_red.svg) no-repeat center / 14px;
  transform: rotate(180deg);
  width: 35px;
  height: 35px;
}
.p-pagination__outer .page-numbers.prev:hover{
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg) no-repeat center / contain;
  opacity: 1;
}
.p-pagination__outer .page-numbers.next:hover{  
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/ico_arrow_circle_hover.svg) no-repeat center / contain;
  opacity: 1;
}
.p-pagination__outer .p-pagination__numbers{
  margin: 0;
}
.p-pagination__outer .page-dots{
  color: #DB3833;
  font-weight: bold;
  margin: 0 .2em;
  width: 1.3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-title{
    gap: 3.817vw;
    margin-bottom: 9.16vw;
  }

  .p-pagination__outer{
    margin: 10.178vw 0 30.534vw;
  }
  .p-pagination__outer .p-pagination{
    gap: 0;
    flex-wrap: nowrap;
    position: relative;
  }
  .p-pagination__outer .page-numbers{
    width: 8vw;
    height: 8vw;
    margin: 0 0.509vw;
  }
  .p-pagination__outer .page-numbers.prev,
  .p-pagination__outer .page-numbers.next{
    width: 8vw;
    height: 8vw;
  }
  .p-pagination__outer .p-pagination__numbers,
  .p-pagination__outer .p-pagination__transition{
    width: auto;
    flex-wrap: nowrap;
  }
  .p-pagination__outer .p-pagination__transition.first{
/*    margin-left: -2.544529262vw;*/
/*    margin-right: auto;*/
    order: 1;
  }
  .p-pagination__outer .p-pagination__transition.last{
/*    margin-left: auto;*/
/*    margin-right: -2.544529262vw;*/
    order: 3;
  }
  .p-pagination__outer .p-pagination__numbers{
/*    margin: 0 auto;*/
    /* width: auto; */
/*    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
*/    order: 2;
/*    transform: translate(-50%, 0);*/
  }

  .p-pagination__transition .page-numbers.first {
    order: 1;
  }

  .p-pagination__transition.last .page-dots {
    order: inherit;
  }

}

@media screen and (min-width: 768px) {
  .p-title{
    gap: 14px;
  }
  .p-pagination__outer .page-numbers{
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  .container--stories .p-pagination{
    margin: 65px 0 150px;
  }
}

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


.stories-mv,
.stories-mv-child {
  position: relative;
}
.stories-mv:before,
.stories-mv-child:before {
  content: "";
  background: linear-gradient(180deg, rgb(204, 204, 204) 0%, rgb(250, 250, 250) 60%, rgb(255, 255, 255) 100%);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  margin: auto;
  z-index: -1;
}
.stories-mv {
  margin-top: -50px;
  padding-top: 178px;
  padding-bottom: 38px;
}

[data-stories-bg] {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;

  opacity: 0;
  transform: translateX(50px);
  transition: opacity .8s, transform .8s;
  transition-delay: .4s;
}
[data-stories-bg].js-show {
  opacity: 1;
  transform: translateX(0);
}

[data-stories-bg="1"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_01.png);
  width: 560px;
  height: 480px;
  right: 60%;
  top: 114px;
}
[data-stories-bg="2"] {
  width: 200px;
  aspect-ratio: 1 / 1;
  right: 25.81%;
  top: 394px;
}
[data-stories-bg="3"] {
  width: 200px;
  aspect-ratio: 1 / 1;
  right: 7.95%;
  top: 305px;
}
[data-stories-bg="4"] {
  width: 200px;
  aspect-ratio: 1 / 1;
  right: 0.811%;
  top: 87px;
}

[data-stories-bg-img="2-1"] ,
[data-stories-bg-img="2-2"] ,
[data-stories-bg-img="3-1"] ,
[data-stories-bg-img="3-2"] ,
[data-stories-bg-img="4-1"] ,
[data-stories-bg-img="4-2"] {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s, transform 1s;
}

[data-stories-bg-img="2-1"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_02.png);
}
[data-stories-bg-img="2-2"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_05.png);
}
[data-stories-bg-img="3-1"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_03.png);
  transition-delay: .07s;
}
[data-stories-bg-img="3-2"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_06.png);
  transition-delay: .07s;
}
[data-stories-bg-img="4-1"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_04.png);
  transition-delay: .14s;
}
[data-stories-bg-img="4-2"] {
  background-image: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/bg_mv_07.png);
  transition-delay: .14s;
}

[data-status="1"] [data-stories-bg-img="2-1"] ,
[data-status="1"] [data-stories-bg-img="3-1"] ,
[data-status="1"] [data-stories-bg-img="4-1"] ,
[data-status="3"] [data-stories-bg-img="2-2"] ,
[data-status="3"] [data-stories-bg-img="3-2"] ,
[data-status="3"] [data-stories-bg-img="4-2"] {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}
[data-status="2"] [data-stories-bg-img="2-1"] ,
[data-status="2"] [data-stories-bg-img="3-1"] ,
[data-status="2"] [data-stories-bg-img="4-1"] ,
[data-status="4"] [data-stories-bg-img="2-2"] ,
[data-status="4"] [data-stories-bg-img="3-2"] ,
[data-status="4"] [data-stories-bg-img="4-2"] {
    opacity: 0;
    transform: translateX(-90%);
    z-index: 1;
}
[data-status="3"] [data-stories-bg-img="2-1"] ,
[data-status="4"] [data-stories-bg-img="2-1"] ,
[data-status="3"] [data-stories-bg-img="3-1"] ,
[data-status="4"] [data-stories-bg-img="3-1"] ,
[data-status="3"] [data-stories-bg-img="4-1"] ,
[data-status="4"] [data-stories-bg-img="4-1"] ,
[data-status="1"] [data-stories-bg-img="2-2"] ,
[data-status="2"] [data-stories-bg-img="2-2"] ,
[data-status="1"] [data-stories-bg-img="3-2"] ,
[data-status="2"] [data-stories-bg-img="3-2"] ,
[data-status="1"] [data-stories-bg-img="4-2"] ,
[data-status="2"] [data-stories-bg-img="4-2"] {
    opacity: 0;
    transform: translateX(90%);
    z-index: -1;
}

@media screen and (min-width: 768px) {
  .stories-mv,
  .stories-mv-child {
    height: 682px;
  }
}
@media screen and (max-width: 767px) {
  .stories-mv,
  .stories-mv-child {
    margin-top: -7.633587786vw;
    padding-top: 7.633587786vw;
    padding-bottom: 0;
  }

  .stories-mv:before,
  .stories-mv-child:before {
    height: 96.95vw;
  }

  [data-stories-bg="1"] {
    width: 57.76081425vw;
    height: 49.61832061vw;
    left: -5.5555555556vw;
    top: 12.72264631vw;
  }
  [data-stories-bg="2"] {
    width: 19.84732824vw;
    height: 19.84732824vw;
    left: 39.69465649vw;
    top: 43.25699746vw;
  }
  [data-stories-bg="3"] {
    width: 19.84732824vw;
    height: 19.84732824vw;
    left: 61.06870229vw;
    top: 34.35114504vw;
  }
  [data-stories-bg="4"] {
    width: 19.84732824vw;
    height: 19.84732824vw;
    left: 69.97455471vw;
    top: 12.72264631vw;
  }

}

.stories-mv__inner,
.stories-mv-child__inner {
  position: relative;
}
.stories-mv__inner {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity .8s, transform .8s;
  transition-delay: 1.4s;
}
.stories-mv__inner.js-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .stories-mv__inner,
  .stories-mv-child__inner {
    height: 100%;
    padding: 0 78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories-mv__inner,
  .stories-mv-child__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .stories-mv__inner,
  .stories-mv-child__inner {
    padding: 63.61323155vw 0 12.72vw;
  }
}

.stories-mv__title {
  flex: 0 0 auto;
  text-align: center;
}

.stories-mv__lead {
  font-size: 24px;
  line-height: 1.33;
  margin: .4em auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stories-mv__lead {
    font-size: 4.07vw;
    line-height: 1.5;
    width: 73.79vw;
  }
}

@media screen and (min-width: 768px) {
  .stories-mv-child {
    height: 352px;
    margin-top: -50px;
    padding-top: 150px;
  }
}

.stories-mv-child__inner {
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .stories-mv-child__inner {
    padding: 16.54vw 0 12.72vw;
  }
}

.stories-mv-child__title {
  text-align: center;
}

.stories-mv-child__title-tax {
  display: block;
  font-size: 24px;
  line-height: 1.33;
  color: #DB3833;
}
@media screen and (min-width: 768px) {
  .stories-mv-child__title-tax {
    font-weight: bold;
    margin: 8px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .stories-mv-child__title-tax {
    font-size: 6.11vw;
    line-height: 1.2;
    margin-bottom: 1.78vw;
  }
}

@keyframes illust-floating {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-20px);
  }
  66% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes illust-floating-sp {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-2.5vw);
  }
  66% {
    transform: translateY(2.5vw);
  }
  100% {
    transform: translateY(0);
  }
}

.stories-short {
  width: 100vw;
  margin-left: calc((1232px - 100vw) / 2);
  padding: 105px 39px;
  position: relative;
}
.stories-short:before {
  content: "";
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(250, 250, 250) 60%, rgb(255, 255, 255) 100%);
  width: 100vw;
  height: 299px;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 1312px) {
  .stories-short {
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .stories-short {
    margin-left: -5.5555555556vw;
    padding: 29.01vw 5.5555555556vw 30.28vw;
  }
  .stories-short:before {
    height: 58.27vw;
  }
}


@media screen and (min-width: 768px) {
  .stories-vd {
    max-width: 1032px;
    display: flex;
    margin: 50px auto 0;
    flex-wrap: wrap;
    gap: 72px;
  }
}
@media screen and (max-width: 767px) {
  .stories-vd {
    margin-top: 7.63vw;
  }
}

.stories-vd-item {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .stories-vd-item {
    width: calc((100% - 72px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .stories-vd-item {
    display: block;
    font-size: 4.07vw;
  }
  .stories-vd-item + * {
    margin-top: 9.16vw;
  }
}

.stories-vd-item__figure {
  overflow: hidden;
  position: relative;
}
.stories-vd-item__figure:after {
  content: "";
  background: url(/web/20241228134121im_/https://www.ajinomoto.com/assets/img/stories/ico_play.svg) no-repeat 0 0/100%;
  width: 67px;
  height: 67px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .stories-vd-item__figure {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .stories-vd-item__figure:after {
    width: 17.05vw;
    height: 17.05vw;
  }
}

.stories-vd-item__title {
  font-weight: bold;
  color: #DB3833;
  margin: 20px 0 10px;
}
.stories-short-slider .stories-vd-item__title {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .stories-vd-item__title {
    margin: 4.58vw 0 2.04vw;
  }
}

@media screen and (min-width: 768px) {
  .stories-col2 {
    display: flex;
    gap: 84px;
    padding: 30px 0 60px;
  }
  .stories-col2 > * {
    width: calc((100% - 84px) / 2);
  }
}



.stories-related__figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .stories-related {
    margin-top: 29.01vw;
  }
}
@media screen and (max-width: 767px) {
  .stories-related__figure {
    margin-top: 8.14vw;
  }
}


/* ========================== */
/* utility */
/* ========================== */
.u-width-100 {
  width: 100% !important;
}

.u-ta_center {
  text-align: center !important;
}

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

  .u-ta_center_sp {
    text-align: center !important;
  }
}

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

  .u-ta_center_pc {
    text-align: center !important;
  }
}

/*
     FILE ARCHIVED ON 13:41:21 Dec 28, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:42:02 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.514
  captures_list: 0.462
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.033
  esindex: 0.01
  cdx.remote: 99.661
  LoadShardBlock: 198.808 (3)
  PetaboxLoader3.datanode: 197.715 (5)
  PetaboxLoader3.resolve: 369.074 (2)
  load_resource: 410.648
  loaddict: 34.013
*/