@charset "utf-8";

:root {
  --base-font-gothic: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: "futura-pt","Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/*HelveticaNeue;*//* "Oswald", sans-serif; */
  --base-font-weight: 500;
  --base-txt-color: #000;
  --base-txt-red: #e60000;
  --base-bg-red: #e60000;
  --base-border-gray: #dcdcdc;
  --base-border-gray-d1: #ccc;

  --location-txt-green: #1ea55c;
  --location-txt-purple: #875cea;
  --location-txt-orange: #ff6000;
  --location-txt-blue: #3d9bfd;
  --location-txt-red: #e60315;

  --location-border-green: #1ea55c;
  --location-border-purple: #6941ee;
  --location-border-orange: #ff6000;
  --location-border-blue: #3d9bfd;
  --location-border-red: #e60315;
}

html[lang="de"] *,
html[lang="en"] *,
html[lang="fr"] *,
html[lang="it"] * {
  letter-spacing: normal !important;
}
html[lang="th"] * {
  letter-spacing: 0.02em !important;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic);
  font-optical-sizing: auto;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-color);
}
html[lang="de"] body,
html[lang="en"] body,
html[lang="fr"] body,
html[lang="it"] body,
html[lang="ko"] body,
html[lang="th"] body,
html[lang="zh-CN"] body,
html[lang="zh-TW"] body {
  font-family: var(--base-font-en);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.pageBlendedSeasonings {
  background-image: url('./../../images/design/design-blended-seasonings3.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
@media all and (max-width: 750px){
  body.pageMessage {
    background-image: url('./../../images/design/design-mv-sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/
/*
body.pageBlendedSeasonings .boxLayoutBaseIn {
  min-height: 22290px;
}*/

#container {
  position: relative;
  overflow: hidden;
  /*padding-top: 80px;*/
}
@media all and (max-width: 750px){
  #container {
    /*padding-top: 16.7vw;*/
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  height: auto;
}
html.modeScroll .boxHeader {
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxHeader {
    min-width: auto;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 96.5%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
html.modeScroll .boxHeader01 {
  height: 130px;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
  html.modeScroll .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeaderLogo01 {
  width: 209px;
  margin-top: 0.9em;
}
html.modeScroll .boxHeaderLogo01 {
  margin-top: 0;
}

@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.5vw;
    left: 3.2vw;
    width: 27.2vw;
  }
  html.modeScroll .boxHeader01L .logo01Header {
    top: 2.4vw;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 1.2em;
  padding: 0 5.68em;
  border-radius: 85px;
  background-color: #fff;
}
@media all and (max-width: 1350px){
  .boxHeader01R .ulHeaderMenu01 {
    padding: 0 3.0em 0 3.0em;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu01 {
    padding: 0 2.0em 0 2.0em;
  }
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-right: 2.73em;
  letter-spacing: 0.035em;
  font-family: var(--base-font-en);
  font-size: 1.37rem;
}
.boxHeader01R .ulHeaderMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1350px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 1.5em;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 1.4em;
  }
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5.0em;
  height: 0.32em;
  margin: auto;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  background-color: #e60000;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}

.boxHeader01R .ulHeaderMenu01 > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 85px;
  padding-top: 0.21em;
}
.boxHeader01R .ulHeaderMenu01 > li > a:not(.linkInvalid) {
  position: relative;
  z-index: 3;
}

.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: none;
  min-width: 250px;
  padding: 113px 0 0 0;
  opacity: 0;
  transform: translateX(-50%);
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.33em;
  letter-spacing: 0.01em;
  font-family: var(--base-font-en);
  font-size: 1.4rem;
}
.boxHeader01R .ulHeaderMenu01In > li:last-child {
  margin-bottom: 0;
}

.boxHeader01R .ulHeaderMenu01In > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 2.95em;
  padding: 0.2em 2.8em 0.2em 1.33em;
  border-radius: 2.95em;
  background-color: #e60000;
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 1.17em) center;/*calc(100% - 1.37em) center;*/
  background-size: 1.0em auto;
  color: #fff;
  white-space: nowrap;
}

.boxHeaderLink {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-right: -0.24em;
  padding: 0 0 0 0.1em;
  border-radius: 85px;
  background-color: #fff;
  background-image: url('./../../images/base/base-icn-language01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 73% auto;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 1.05rem;
}
.boxHeaderLink.forSp {
  display: none;
}
@media all and (max-width: 750px){
  .boxHeaderLink.forSp {
    position: fixed;
    top: 4.6vw;
    right: 19.5vw;
    display: -webkit-flex;
    display: flex;
    width: 12.6vw;
    height: 12.6vw;
    margin-right: -0.24em;
    padding: 0 0 0 0.1em;
    border-radius: 12.6vw;
    background-image: url('./../../images/base/base-icn-language01.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 73% auto;
    letter-spacing: 0.07em;
    font-family: var(--base-font-en);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.09em;
    font-size: 0.51rem;
  }
  html.modeScroll .boxHeaderLink.forSp {
    top: 2.3vw;
    background-size: 100% auto;
  }
}

.boxHeaderLink > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 72%;
  cursor: pointer;
}

.ulHeaderLang {
  position: absolute;
  top: 85%;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  min-width: 100%;
  padding: 0.5em 1.5em 0 1.5em;
  background-color: rgba(255,255,255,0.8);
  transform: translateX(-50%);
}
/* PCなど、ホバーができるデバイスだけに適用 */
@media (any-hover: hover) {
  .boxHeaderLink:hover .ulHeaderLang {
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 750px){
  .boxHeaderLink.hover .ulHeaderLang {
    display: none;
  }
  .boxHeaderLink.hover.active .ulHeaderLang {
    display: -webkit-flex;
    display: flex;
  }
  .ulHeaderLang {
    top: 99%;
    padding: 2.8em 1.5em 1.0em 1.5em;
    border-radius: 0.8em;
  }
}

.ulHeaderLang > li {
  min-width: 100%;
  margin-bottom: 0.5em;
  white-space: nowrap;
  cursor: pointer;
}
.ulHeaderLang > li[data-stt-active] {
  position: relative;
  cursor: auto;
}
@media all and (max-width: 750px){
  .ulHeaderLang > li {
    margin-bottom: 1.0em;
    letter-spacing: 0.08em;
    font-size: 1.13rem;
  }
}

.ulHeaderLang > li[data-stt-active]:before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: -0.9em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: var(--base-bg-red);
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 4.6vw;
    right: 4.2vw;
    display: -webkit-flex;
    display: flex;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 12.5vw;
    background-color: var(--base-bg-red);
  }
  html.modeScroll .btnHmbMenu.typeCss01 {
    top: 2.3vw;
  }
}

.btnHmbMenu:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1.4em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-hmb-menu01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 50.59 / 35.51;
  transform: rotate(180deg);
}

/*
.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 5.6vw;
    height: 4.0vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}
*/

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: rgba(255,255,255,1);
  text-align: center;
  color: #000;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 27.0vw 0 5vw 0;/*16.7vw 0 5vw 0;*/
    text-align: left;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 32.1%;/*612px;*/
  background-image: url('./../../images/base/base-mv.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
body.pageCareers .boxMvWrap {
  background-image: url('./../../images/careers/careers-mv.jpg');
}
body.pageBlendedSeasonings .boxMvWrap {
  background-image: url('./../../images/blended-seasonings/blended-seasonings-mv.jpg');
}
body.pageGroupOverview .boxMvWrap {
  background-image: url('./../../images/group-overview/group-overview-mv.jpg');
}
body.pagePartnershipSupport .boxMvWrap {
  background-image: url('./../../images/partnership-support/partnership-support-mv.jpg');
}
body.pageVisionAndMission .boxMvWrap {
  background-image: url('./../../images/vision-and-mission/vision-and-mission-mv.jpg');
}
body.pageMessage .boxMvWrap {
  background-image: url('./../../images/message/message-mv.jpg');
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 74.1%;/*30.6%;*/
    background-image: url('./../../images/base/base-mv-sp.jpg');
    background-size: 100% auto;
  }
  body.pageCareers .boxMvWrap {
    background-image: url('./../../images/careers/careers-mv-sp.jpg');
  }
  body.pageBlendedSeasonings .boxMvWrap {
    background-image: url('./../../images/blended-seasonings/blended-seasonings-mv-sp.jpg');
  }
  body.pageGroupOverview .boxMvWrap {
    background-image: url('./../../images/group-overview/group-overview-mv-sp.jpg');
  }
  body.pagePartnershipSupport .boxMvWrap {
    background-image: url('./../../images/partnership-support/partnership-support-mv-sp.jpg');
  }
  body.pageVisionAndMission .boxMvWrap {
    background-image: url('./../../images/vision-and-mission/vision-and-mission-mv-sp.jpg');
  }
  body.pageMessage .boxMvWrap {
    background-image: url('./../../images/message/message-mv-sp.jpg');
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.ttlMv {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 11.2em;
  min-width: 747px;
  padding: 1.7em 9.4em 1.0em 4.3em;
  border-top-right-radius: 48px;
  background-color: #fff;
}
@media all and (max-width: 1270px){
  .ttlMv {
    padding: 1.7em 4.4em 1.0em 4.3em;
  }
}
@media all and (max-width: 750px){
  .ttlMv {
    bottom: -0.06em;
    min-width: auto;
    min-height: 3.0em;/*4.0em;*//*2.2em;*/
    padding: 1.1em 1.1em 0.3em 1.0em;/*1.1em 3.1em 0.3em 1.0em;*//*0.3em 1.0em 0.3em 1.0em;*/
    border-top-right-radius: 1.5em;/*0.8em;*/
  }
}

.ttlMv:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-image: url('./../../images/base/base-mv-parts01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .ttlMv:after {
    left: 99.9%;
    width: 1.0em;/*1.5em;*/
    height: 1.0em;/*1.5em;*/
    background-size: cover;
  }
}

.ttlMv .ttlParentChild {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParentChild {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.ttlMv .ttlParent {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    display: none;
    font-size: 1.1rem;
  }
}

.ttlMv .ttlParent + .ttlJa:before {
  content: '-';
  margin: 0 0.5em;
}

.ttlMv .ttlJa {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    display: none;
    font-size: 1.4rem;
  }
}

.ttlMv .ttlEn {
  line-height: 1.0;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 7.1rem;
  font-weight: 600;
  color: var(--base-txt-red);
}
@media all and (max-width: 1270px){
  body.pageBlendedSeasonings .ttlMv .ttlEn {
    letter-spacing: -0.03em;
  }
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    margin-bottom: -0.3em;
    line-height: 0.97;
    letter-spacing: 0.01em;
    font-size: 2.3rem;/*3.3rem;*/
  }
  body.pageBlendedSeasonings .ttlMv .ttlEn {
    margin-bottom: -1.25em;
    margin-right: -1.9em;
  }
}

.boxMv .txtMv01 {
  position: absolute;
  bottom: 1.7em;
  right: 2.5%;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}
@media all and (max-width: 1400px){
  html[lang="it"] .boxMv .txtMv01,
  html[lang="th"] .boxMv .txtMv01 {
    bottom: 9.7em;
  }
}
@media all and (max-width: 1370px){
  html[lang="fr"] .boxMv .txtMv01 {
    bottom: 9.7em;
  }
}
@media all and (max-width: 1380px){
  html[lang="en"] .boxMv .txtMv01 {
    bottom: 9.7em;
  }
}
@media all and (max-width: 1170px){
  html[lang="de"] .boxMv .txtMv01 {
    bottom: 9.7em;
  }
}
@media all and (max-width: 1150px){
  html[lang="ko"] .boxMv .txtMv01 {
    right: 1.5%;
  }
}
@media all and (max-width: 750px){
  .boxMv .txtMv01 {
    bottom: 4.5em;
    font-size: 0.75rem;
  }
  html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) .boxMv .txtMv01 {
    bottom: 4.5em;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter {
  padding-top: 5.0em;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 4.62em;
    padding-bottom: 2.0em;
  }
}

.boxFooter01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.4em;/*2.3em;*/
}
@media all and (max-width: 1400px){
  .boxFooter01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.55em;
  }
}

.boxFooter01L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 405px);
  padding-left: 0.4em;
}
@media all and (max-width: 1400px){
  .boxFooter01L {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
}
@media all and (max-width: 1470px){
  .boxFooter01L {
    padding-left: 0;
  }
}
@media all and (max-width: 750px){
  .boxFooter01L {
    margin-bottom: 4.1em;
  }
  .boxHmbMenu .boxFooter01L {
    margin-bottom: 2.1em;
  }
}

.ulFooterMenu01 {
  margin-right: 4.45%;
  margin-bottom: 2.0em;
}
@media all and (max-width: 1400px){
  .ulFooterMenu01 {
    margin-right: 3.6%;
  }
  .ulFooterMenu01:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 {
    width: 91%;
    margin-bottom: 1.53em;
    margin-right: 0;
  }
  .ulFooterMenu01.typeHome {
    display: none;
  }
}

.ulFooterMenu01 > li {
  position: relative;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 1.34rem;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    letter-spacing: 0.024em;
    font-size: 1.24rem;
  }
}

@media all and (max-width: 750px){
  .ulFooterMenu01 > li > a {
    position: relative;
    display: block;
    width: calc(100% - 1.75em);
  }
}

@media all and (max-width: 750px){
  .ulFooterMenu01 > li > a:not(.noLink):after {
    content: '';
    position: absolute;
    top: 0.05em;
    right: 0;
    display: block;
    width: 1.24em;
    border: 2px var(--base-bg-red) solid;
    border-radius: 1.24em;
    background-image: url('./../../images/base/base-icn-arrow01-red.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55% auto;
    aspect-ratio: 1 / 1;
  }
}

.ulFooterMenu01 > li > a.noLink {
  pointer-events: none;
}

.ulFooterMenu0101 {
  margin-top: 2.5em;
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 {
    margin-top: 1.0em;
    padding-left: 0.6em;
  }
}

.ulFooterMenu0101 > li {
  position: relative;
  margin-bottom: 2.12em;
  font-size: 1.1rem;
  color: #555;
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 > li {
    margin-bottom: 1.2em;
    font-size: 1.0rem;
  }
  .ulFooterMenu0101 > li:last-child {
    margin-bottom: 0;
  }
}

.boxFooter01R {
  position: relative;
  top: -0.97em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 405px;
}
@media all and (max-width: 750px){
  .boxFooter01R {
    top: auto;
    display: block;
    width: 100%;
  }
}

.dlFooterLang {
  width: 230px;
  margin-right: 1.8em;
}
@media all and (max-width: 750px){
  .dlFooterLang {
    width: 100%;
    margin-right: 0;
  }
}

.dlFooterLang > dt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 2.85em;
  padding: 0.2em 3.0em 0.2em 1.45em;
  border-radius: 2.85em;
  background-color: #e6e6e6;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 1.35rem;
}

.dlFooterLang > dt .icnAccordion {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 2.6em);
  width: 1.78em;
  height: 1.78em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-language01-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.dlFooterLang > dt .icnAccordion:before {
  content: '';
  position: absolute;
  top: -0.1em;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.6em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-arrow02.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transform: rotate(-90deg);
  aspect-ratio: 1 / 1;
}
.dlFooterLang.statusOpen > dt .icnAccordion:before {
  transform: rotate(90deg);
}

.dlFooterLang > dd {
  padding: 1.0em 2.0em;
}
@media all and (max-width: 750px){
  .dlFooterLang > dd {
    padding: 0 1.0em 0 1.0em;
  }
}

@media all and (max-width: 750px){
  .dlFooterLang > dd .ulFooterLang {
    padding: 1.0em 2.0em;
    background-color: #fff;
  }
}


.dlFooterLang > dd .ulFooterLang > li {
  position: relative;
  margin-bottom: 0.8em;
  cursor: pointer;
}
.dlFooterLang > dd .ulFooterLang > li[data-stt-active] {
  cursor: auto;
}

.dlFooterLang > dd .ulFooterLang > li[data-stt-active]:before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: -0.9em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: var(--base-bg-red);
}

@media all and (max-width: 750px){
  .link01Footer {
    width: 35.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.22em;
  }
}

.logoFooter01 {
  width: 152px;
}
@media all and (max-width: 750px){
  .logoFooter01 {
    width: 100%;
  }
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 6.0em;
}
@media all and (max-width: 750px){
  .boxCopyright {
    -webkit-justify-content: center;
    justify-content: center;
    height: 3.0em;
  }
}

.boxCopyright > p {
  letter-spacing: 0.083em;
  font-family: var(--base-font-en);
  font-size: 0.95rem;
  color: var(--base-txt-red);
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5.0em 0 5.4em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.5em 0 2.5em 0;
  }
  body.pageBlendedSeasonings .boxPageWrap {
    padding: 6.0em 0 2.5em 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.boxBottomContactWrap {
  padding-bottom: 5.3em;
}
@media all and (max-width: 750px){
  .boxBottomContactWrap {
    margin-top: 1.0em;
    padding-bottom: 4.2em;
    background-color: #f1f1f1;
  }
}

.boxBottomContact .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 17.2em;
  padding: 3.0em 5.4%;
  border-radius: 48px;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01LR {
    display: block;
    min-height: auto;
    padding: 4.1em 0 0 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.boxBottomContact .boxCont01L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 420px);/*calc(100% - 335px);*/
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01L {
    display: block;
    width: 100%;
    margin-bottom: 1.8em;
  }
}

.boxBottomContact .boxCont01L .ttl01 {
  position: relative;
  top: -0.06em;
  left: -0.05em;
  margin-right: 0.67em;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-size: 4.4rem;
  font-weight: 700;
}
@media all and (max-width: 1630px){
  .boxBottomContact .boxCont01L .ttl01 {
    margin-right: 0.4em;
  }
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01L .ttl01 {
    top: auto;
    left: auto;
    margin-right: 0;
    margin-bottom: 0.67em;
    text-align: center;
    font-size: 2.4rem;
  }
}

.boxBottomContact .boxCont01L .boxBaseCom {
  padding: 0.5em 2% 0.5em 0;
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01L .boxBaseCom {
    padding: 0;
  }
}

.boxBottomContact .boxCont01L .boxBaseCom > p {
  line-height: 1.95;
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01L .boxBaseCom > p {
    line-height: 1.8;
  }
}

.boxBottomContact .boxCont01R {
  width: 420px;/*335px;*/
}
@media all and (max-width: 750px){
  .boxBottomContact .boxCont01R {
    width: 100%;
  }
}

.boxBottom01Wrap {
  margin-bottom: 2.6em;
  padding-bottom: 4.2em;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxBottom01Wrap {
    margin-bottom: 0;
    padding-bottom: 3.0em;
  }
}

@media all and (max-width: 750px){
  html[lang="it"] .boxBottom01 .ttlBase02.typeSmall {
    font-size: 1.4rem;
  }
}

.boxBottom01 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (max-width: 750px){
  .boxBottom01 .ul01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

.boxBottom01 .ul01 > li {
  width: 100%;
  max-width: 335px;
  margin-right: 2.2%;
  margin-bottom: 0.33em;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxBottom01 .ul01 > li {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 1.0em;
    font-size: 1.0rem;
  }
}

.boxBottom01 .ul01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxBottom01 .ul01 > li:last-child {
    margin-bottom: 0;
  }
}

.boxBottom01 .ul01 > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 4.1em;
  padding: 0.2em 4.2em 0.2em 2.7em;
  border-radius: 4.1em;
  background-color: var(--base-bg-red);
  background-image: url('./../../images/base/base-icn-arrow01.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 2.37em) center;
  background-size: 1.5em auto;
  color: #fff;
}
.boxBottom01 .ul01 > li.current > a {
  background-color: #bcbcbc;
  pointer-events: none;
}
@media all and (max-width: 750px){
  .boxBottom01 .ul01 > li > a {
    height: 3.5em;
    border-radius: 3.5em;
  }
}