@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* -------------------------------------------*/
/* -------------------------------------------*/
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 {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.noscroll {
  overflow: hidden;
}

body {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 2.2;
  min-width: 320px;
  overflow-x: hidden;
  word-break: break-word;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}
small {
  font-size: 80%;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.eventnone {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb56 {
  margin-bottom: 5.6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.eventnone {
  opacity: 0.5;
  pointer-events: none;
}

.scroll-up {
  opacity: 0;
  transform: translateY(50px);
}

.l-footer {
  background-color: #fff;
  padding: 4rem 6vw;
  position: relative;
}

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

.l-footer-logo {
  width: 35.4rem;
}
.l-footer-logo img {
  height: auto;
  width: 100%;
}

.l-footer-nav {
  display: flex;
  gap: 1.4rem;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0.5rem;
}
.l-footer-nav a {
  color: #663D27;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}

.l-footer-subnav {
  display: flex;
  justify-content: flex-end;
}
.l-footer-subnav a {
  color: #663D27;
  font-size: 1.3rem;
  font-weight: 300;
}

.l-footer-subnav-wrap {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  padding-bottom: 2.4rem;
}

.l-footer-address {
  color: #663D27;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 1rem;
  text-align: right;
}

.copy {
  font-size: 1.2rem;
  margin-top: 3rem;
  text-align: center;
}

html {
  margin-top: 0 !important;
}

.l-header {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2rem 2vw 0;
}

.l-header__hamburger {
  display: none;
  position: absolute;
  right: 8px;
  top: 0;
  width: 50px;
  z-index: 100;
}

.l-header__logo {
  position: relative;
  z-index: 100;
}
.l-header__logo a {
  display: block;
  width: 27rem;
}
.l-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.l-header.fixed .l-header__logo a {
  width: 185px;
}
.l-header.fixed .l-header__inner {
  padding: 1vw 2vw;
}

.l-header__nav {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 3rem;
  justify-content: flex-end;
  transition: all 0.3s;
}

.l-nav__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  width: 100%;
}

.l-nav__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.l-nav__link {
  color: #663D27;
  line-height: 1;
  padding: 0 1vw;
  transition: all 0.5s;
}
.l-nav__link:hover {
  color: #bb4607;
  opacity: 1;
}

.l-header-language {
  border: 1px solid #000;
  display: flex;
}
.l-header-language a {
  font-size: 1.2rem;
  padding: 0 0.5vw;
}
.l-header-language .l-header-language__link {
  background-color: #fff;
  color: #000;
}
.l-header-language .l-header-language__link.--active {
  background-color: #000;
  color: #fff;
}
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  margin-top: 10.5rem;
  position: relative;
  width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 0 2vw;
  width: min(120rem, 100%);
}

.c-accordion {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
}

.c-accordion-title {
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1.7;
  padding: 0 4rem 0 5.8rem;
  position: relative;
}
.c-accordion-title:before {
  background: url(../images/svg/icon-q.svg) no-repeat center center/contain;
  content: "";
  height: 4.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.3rem;
}
.c-accordion-title .icon-arrow-down {
  aspect-ratio: 1;
  width: 2.8rem;
  fill: #663D27;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: all 250ms ease;
}
.c-accordion-title.open .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.c-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.c-accordion-body p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 6rem;
  position: relative;
}
.c-accordion-body p:before {
  align-items: center;
  background: #663D27;
  border-radius: 100vmax;
  color: #fff;
  content: "A";
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 3.8rem;
  justify-content: center;
  left: -5.2rem;
  position: absolute;
  top: 0.5rem;
  width: 3.8rem;
}

.c-accordion-body.show {
  grid-template-rows: 1fr;
  padding: 1.6rem 0;
}

.c-accordion-body > div {
  overflow: hidden;
}

.curtain {
  position: relative;
  z-index: 1;
}

.curtain p {
  clip-path: inset(0 100% 0 0);
  text-align: center;
}

.curtain.is-loaded p {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.animate-once-first {
  animation: colorChangeSubtitle 1.5s ease-in-out forwards;
  filter: blur(4px);
}

.animate-once-second {
  animation: colorChangeTitle 1.5s ease-in-out 0.4s forwards;
  filter: blur(4px);
}

@keyframes colorChangeSubtitle {
  to {
    filter: blur(0px);
  }
}
@keyframes colorChangeTitle {
  to {
    filter: blur(0px);
  }
}
.fadeInUp {
  animation: fadeInUp 0.8s ease-in-out forwards;
  filter: blur(4px);
  opacity: 0;
  transform: translateY(40px);
}

@keyframes fadeInUp {
  to {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
.c-breadcrumbs {
  align-items: center;
  background: url(../images/common/breadcrumb-bg.svg) center bottom no-repeat;
  background-size: cover;
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-start;
  margin-top: 14rem;
  padding: 1rem 4rem;
  padding-top: 14.37%;
  position: relative;
}
.c-breadcrumbs:before {
  background: url(../images/common/cloud.webp) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  left: 4vw;
  position: absolute;
  top: 60%;
  width: 336px;
  z-index: 1;
}
.c-breadcrumbs:after {
  background: url(../images/common/cloud.webp) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  right: 2vw;
  top: 77%;
  width: 336px;
  z-index: 1;
}
.c-breadcrumbs .inner {
  align-items: center;
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  left: 50%;
  padding: 1rem 4rem;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-breadcrumbs a {
  color: #000;
  font-size: 1.3rem;
  margin-right: 0.6rem;
  text-decoration: underline;
}
.c-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin-left: 0.6rem;
  text-decoration: none;
}

.c-btn {
  background-color: #fff;
  background-size: 2.2rem;
  border: 1px solid #663D27;
  border-radius: 100vmax;
  color: #663D27;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  min-width: 30rem;
  padding: 1.5rem 4rem;
  text-align: center;
  transition: all 0.3s ease;
}
.c-btn:hover {
  background-color: #B58233;
  border-color: #B58233;
  color: #fff;
  opacity: 1;
}

.c-more__btn {
  align-items: center;
  color: #663D27;
  display: inline-flex;
  gap: 1.6rem;
}
.c-more__btn img {
  height: 2.4rem;
  width: 2rem;
}

.c-sec-title {
  color: #663D27;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
}

.c-sec-subtitle {
  color: #DBB67D;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

#consent-popup {
  display: none;
  /* Default hide */
}

.cookie-popup {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.cookie-popup__inner {
  display: flex;
  gap: 1rem 8rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
}

.cookie-popup__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.cookie-popup__text a {
  color: #ED6837;
  text-decoration: underline;
}

.cookie-popup__button {
  display: flex;
  gap: 1rem 2rem;
  justify-content: center;
}

.cookie-popup__button-reject {
  background-color: #fff;
  border: 1px solid #663D27;
  border-radius: 100vmax;
  color: #663D27;
  padding: 0.5rem 0;
  text-align: center;
  width: 20rem;
}
.cookie-popup__button-reject:hover {
  background-color: #ED6837;
  color: #fff;
}

.cookie-popup__button-accept {
  background-color: #fff;
  border: 1px solid #663D27;
  border-radius: 100vmax;
  color: #663D27;
  padding: 0.5rem 0;
  text-align: center;
  width: 20rem;
}
.cookie-popup__button-accept:hover {
  background-color: #ED6837;
  color: #fff;
}

.c-hamburger {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  height: 56px;
  margin: 0;
  padding: 0;
  position: relative;
  width: inherit;
}

.c-hamburger span {
  background: #000;
  display: block;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: all 0.4s;
  width: 25px;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -6px;
  transform: translateX(-50%) rotate(-225deg);
}

.c-line-dot-wrap {
  height: 8rem;
}

.c-line-dot {
  animation: lineDotGrow 1.2s cubic-bezier(0.77, 0, 0.175, 1) 1.2s forwards;
  background-color: #DBB67D;
  height: 8rem;
  height: 0;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 1px;
}
.c-line-dot:before {
  background-color: #DBB67D;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 10px);
  transform: translate(-50%, 0);
  width: 10px;
}

@keyframes lineDotGrow {
  to {
    height: 8rem;
  }
}
@keyframes dotFadeIn {
  to {
    opacity: 1;
  }
}
.c-page-header.--image {
  padding-top: 20rem;
}

.c-page-header__image {
  height: 37rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-page-header__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-page-header__inner {
  background-color: #fff;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
  width: min(97.2rem, 96%);
}

.c-page-header__title-sub {
  color: #DBB67D;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 2.4;
}

.c-page-header__title-main {
  color: #663D27;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.c-page-header__text {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

/*/ company
///////////////////////////////////////////////////*/
.company-box {
  padding: 10rem 0;
}

.company-box-inner {
  align-items: center;
  display: flex;
}

.company-content {
  align-items: center;
  display: flex;
  gap: 4rem 8rem;
  width: min(130rem, 96%);
}

.company-box01 .company-box-inner {
  justify-content: flex-end;
}
.company-box01 .company-content {
  flex-direction: row-reverse;
}

.company-box02 {
  background-color: #FAF7EF;
}
.company-box02 .company-box-inner {
  justify-content: flex-start;
}

.company-content__img {
  flex: 1;
  max-width: 52.8rem;
}

.company-content__text {
  flex: 1;
}

.company-business-text {
  margin-bottom: 4rem;
  text-align: center;
}

.company-features__list {
  margin: 0 auto;
  margin-top: 4rem;
  width: min(88.8rem, 100%);
}

.company-features__item-title {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-left: 4rem;
  position: relative;
}
.company-features__item-title:before {
  color: #DBB67D;
  content: "●";
  font-size: 2.4rem;
  left: 0;
  position: absolute;
  top: 0;
}

.company-features__item-text {
  padding-left: 4rem;
  position: relative;
}

.company-profile {
  display: flex;
  margin-bottom: 2rem;
}
.company-profile .company-profile-title {
  border-right: 1px solid #DBB67D;
  color: #DBB67D;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 4rem;
  text-align: right;
  width: 30rem;
}
.company-profile dd {
  flex: 1;
  padding-left: 4rem;
}

/*/ distributors
///////////////////////////////////////////////////*/
.distributors-box {
  background-color: #FAF7EF;
  margin-top: 8rem;
  padding: 8rem 0;
}

.distributors-text {
  margin: 0 auto 8rem;
  text-align: center;
}

.distributors-list {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 4rem 6rem;
  margin: 0 auto 4rem;
  padding: 4rem;
  position: relative;
  width: min(90rem, 100%);
}

.distributors-list__image {
  background-color: #efefef;
  height: 13.4rem;
  width: 28rem;
}
.distributors-list__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.distributors-list__text {
  flex: 1;
}
.distributors-list__text .country {
  color: #DBB67D;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.distributors-list__text .company-name {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.distributors-list__text .url {
  font-size: 1.8rem;
}
.distributors-list__text a {
  inset: 0;
  position: absolute;
}

/*/ faq
///////////////////////////////////////////////////*/
.faq {
  padding: 10rem 0;
}

.faq__box {
  border-bottom: 1px solid #DBB67D;
  padding: 4rem 0;
}

.faq__title {
  color: #663D27;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 5.2rem;
  padding-right: 3.2rem;
  position: relative;
}
.faq__title::before {
  color: #ED6837;
  content: "Q.";
  font-size: 2.4rem;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: -4px;
}
.faq__title::after {
  border-right: 2px solid #DBB67D;
  border-top: 2px solid #DBB67D;
  content: "";
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
  width: 1.6rem;
}

.faq__content {
  backface-visibility: hidden;
  font-size: 1.6rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 6rem 0;
  transform: translateZ(0);
  transition: all 0.3s;
}

.faq__title.active::after {
  transform: rotate(315deg);
}
.faq__title.active ~ .faq__content {
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

.privacy__list {
  margin-bottom: 4rem;
}

.privacy__item-title {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
}

.privacy__item-text {
  font-size: 1.7rem;
}

.lineup-category-section {
  margin-bottom: 8rem;
}

.products-category-title {
  border-bottom: 1px solid #DBB67D;
  color: #663D27;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 4rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.lineup-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
}

.lineup-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.3s;
}

.lineup-image {
  height: 200px;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 225px;
  text-align: center;
}

.lineup-image img {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lineup-title-en {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lineup-title {
  font-size: 14px;
  margin-bottom: 10px;
}

/*/ process
///////////////////////////////////////////////////*/
.process-read {
  margin: 6rem auto;
  padding: 0 2vw;
  width: min(68.8rem, 96%);
}

.process-read__text {
  letter-spacing: 0.4px;
  line-height: 2.2;
  margin-bottom: 3.6rem;
}

.process-sec01 {
  background-color: #FAF7EF;
  padding: 8rem 0;
}

.process-sec02 {
  padding: 8rem 0;
}

.process-sec01__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.process-sec02__inner {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.process__content {
  display: flex;
  gap: 4rem 8rem;
  width: min(130rem, 96%);
}

.process__content__spimage {
  display: none;
}

.process-sec02__inner .process__content {
  flex-direction: row-reverse;
}

.process__content-text {
  flex: 1;
}

.process__content-image {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 52.8rem;
}

.process__content-text-list {
  margin-bottom: 5rem;
}

.process__content-text-list-title {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.7;
  margin-bottom: 2rem;
  padding-left: 4rem;
  position: relative;
}
.process__content-text-list-title:before {
  color: #DBB67D;
  content: "●";
  font-size: 2.4rem;
  left: 0;
  position: absolute;
  top: 0;
}

.process__content-text-list-text {
  padding-left: 4rem;
  position: relative;
}
.process__content-text-list-text:before {
  border-left: 1px solid #DBB67D;
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
}

.process__content-text-note {
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-left: 4rem;
}

.process-info {
  background-color: #FAF7EF;
  padding: 8.6rem 0;
  text-align: center;
}
.process-info .c-sec-title {
  margin-bottom: 3rem;
}

.process-info__btnWrap {
  align-items: center;
  display: flex;
  gap: 2rem 4rem;
  justify-content: center;
  margin-top: 4rem;
}

/*/ products
///////////////////////////////////////////////////*/
.products-read {
  margin: 0 auto 6rem auto;
  padding: 0 2vw;
  width: min(68.8rem, 96%);
}

.products-sec {
  background-color: #FAF7EF;
  padding: 22rem 0 1px 0;
}

.products__content01 {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 8rem;
  margin-bottom: 16rem;
  padding: 4rem 6rem;
}

.products__content02 {
  background-color: #fff;
  display: flex;
  gap: 4rem 8rem;
  margin-bottom: 16rem;
  padding: 4rem 6rem;
}

.products__content-text {
  flex: 1;
  position: relative;
}

.products__content-image {
  flex: 1;
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
}
.products__content-image img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.products__title {
  color: #DBB67D;
  font-size: 4.8rem;
  left: 0;
  letter-spacing: 2.4px;
  position: absolute;
  top: -13rem;
}

.products__content-title {
  border-bottom: 1px solid #DBB67D;
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.7;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.products-features__inner {
  padding: 12rem 0 8rem;
}

.products-features__list {
  margin: 0 auto;
  margin-top: 4rem;
  width: min(88.8rem, 100%);
}

.products-features__item-title {
  color: #663D27;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-left: 4rem;
  position: relative;
}
.products-features__item-title:before {
  color: #DBB67D;
  content: "●";
  font-size: 2.4rem;
  left: 0;
  position: absolute;
  top: 0;
}

.products-features__item-text {
  padding-left: 4rem;
  position: relative;
}

.products-specification {
  background-color: #FAF7EF;
  padding: 8rem 0;
}

.products-specification__features {
  margin: 6rem auto;
  width: min(88.8rem, 100%);
}

.products-specification__features-title {
  color: #663D27;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: center;
}

.products-specification__features-list {
  display: flex;
  margin-bottom: 2rem;
}
.products-specification__features-list .products-specification__features-item-title {
  border-right: 1px solid #DBB67D;
  color: #DBB67D;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 4rem;
  text-align: right;
  width: 20rem;
}
.products-specification__features-list dd {
  flex: 1;
  padding-left: 4rem;
}

.products-specification__text {
  text-align: center;
}

.products-specification__btnWrap {
  margin-top: 4rem;
  text-align: center;
}

.top-mainvisual {
  height: 68vh;
  position: relative;
}

.top-mainvisual__image {
  height: 100%;
  width: 100%;
}
.top-mainvisual__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-mainvisual__inner {
  color: #FAF7EF;
  left: 0;
  padding-left: 7.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-mainvisual__title {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.4;
}
.top-mainvisual__title span {
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: 6.5px;
  line-height: 1.5;
}

.top-mainvisual__subtitle {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.top-mainvisual__text {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.5;
}
.top-mainvisual__text:last-of-type {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  margin-top: 2rem;
}

.top-mainvisual__icon {
  bottom: 4rem;
  position: absolute;
  right: 4vw;
  width: 18.9rem;
}

/*/ loopscroll
///////////////////////////////////////////////////*/
.top-loopscroll {
  display: flex;
  gap: 2rem;
  margin: 9rem 0;
  position: relative;
}

.top-loopscroll__item {
  height: 20rem;
  width: 34rem;
}
.top-loopscroll__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*/ about
///////////////////////////////////////////////////*/
.top-about {
  background: url(../images/top/wheat.webp) no-repeat top center;
  background-size: contain;
  margin-bottom: 9rem;
  padding-top: 22rem;
}

.top-about__content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.7rem;
}
.top-about__content.--reverse {
  flex-direction: row-reverse;
}

.top-about__image {
  align-items: flex-end;
  display: flex;
  height: 55.2rem;
  justify-content: flex-end;
  position: relative;
  width: 48.6rem;
}
.top-about__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about__image .products01 {
  left: 0;
  position: absolute;
  top: -8rem;
  width: 40.7rem;
  z-index: -1;
}
.top-about__image .products02 {
  width: 38rem;
}

.top-about__text {
  width: 60rem;
}
.top-about__text .top-about__subtitle {
  color: #DBB67D;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.top-about__text .top-about__title {
  border-bottom: 1px solid #DBB67D;
  color: #663D27;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.top-about__text .top-about__btn {
  margin-top: 2rem;
  text-align: right;
}

.top-noodles {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.top-noodles li {
  height: 30rem;
  width: 31rem;
}
.top-noodles li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-noodles__sp {
  display: none;
}

/*/ history
///////////////////////////////////////////////////*/
.top-history {
  background: url(../images/top/history.webp) no-repeat top center;
  background-size: cover;
  color: #FAF7EF;
  padding: 12rem 0;
  position: relative;
  text-align: center;
}
.top-history:before {
  background-color: rgba(134, 125, 112, 0.7);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-history__inner {
  position: relative;
  z-index: 3;
}

.top-history__subtitle {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.top-history__title {
  border-bottom: 1px solid #FAF7EF;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.top-history__text {
  font-size: 1.8rem;
}

.top-history__more-btn {
  background-color: rgba(65, 60, 45, 0.3019607843);
  border: 1px solid #FAF7EF;
  border-radius: 100vmax;
  color: #FAF7EF;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-top: 4rem;
  padding: 1.1rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  width: 22rem;
}
.top-history__more-btn:hover {
  background-color: #fff;
  border: 1px solid #413C2D;
  color: #413C2D;
  opacity: 1;
}

/*/ buy
///////////////////////////////////////////////////*/
.top-buy {
  background-color: #FAF7EF;
  padding: 8rem 0;
  text-align: center;
}

.top-buy__subtitle {
  color: #DBB67D;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.top-buy__title {
  color: #663D27;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.top-buy__text {
  font-size: 1.8rem;
}

.top-buy__btn {
  background-color: #fff;
  border: 1px solid #663D27;
  border-radius: 100vmax;
  color: #663D27;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-top: 4rem;
  padding: 1.1rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  width: 28rem;
}
.top-buy__btn:hover {
  background-color: #413C2D;
  border: 1px solid #413C2D;
  color: #fff;
  opacity: 1;
}
@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
@media screen and (768px <= width <= 1200px){
  html {
    font-size: 52%;
  }
  .l-footer {
    padding: 4rem 2vw;
  }
  .l-header__logo {
    align-items: center;
    padding-right: 0;
  }
  .l-header__logo a {
    width: 21.9rem;
  }
  .l-main {
    margin-top: 8rem;
  }
  .c-accordion-title {
    font-size: 2.2rem;
    line-height: 1.7;
    padding: 0 2rem 0 4.2rem;
  }
  .c-accordion-title:before {
    height: 3.3rem;
    top: 0rem;
    width: 3.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.6rem;
    height: 3.2rem;
    left: -4.8rem;
    top: 0.5rem;
    width: 3.2rem;
  }
  .top-mainvisual {
    height: 70vh;
  }
  .top-mainvisual__inner {
    padding-left: 4vw;
  }
  .top-mainvisual__icon {
    bottom: 2rem;
    width: 12.9rem;
  }
}
@media screen and (width <= 767px){
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pcnone {
    display: block;
  }
  .spnone {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-footer {
    padding: 4rem 2vw;
  }
  .l-footer-info {
    display: block;
    padding: 0;
  }
  .l-footer-logo {
    width: 25rem;
  }
  .l-footer-nav {
    display: none;
  }
  .copy {
    font-size: 1.2rem;
    padding-bottom: 3rem;
    text-align: center;
  }
  .l-header.fixed .l-header__inner {
    padding: 2vw 2vw;
  }
  .l-header__inner {
    height: inherit;
    padding: 10px;
  }
  .l-header.fixed .l-header__nav {
    padding: 0;
  }
  .l-header__logo {
    align-items: center;
    padding-right: 0;
  }
  .l-header__logo a {
    width: 11.9rem;
  }
  .l-header__hamburger {
    display: block;
  }
  .l-header__logo-text {
    font-size: 1.4rem;
  }
  .l-header__nav {
    align-items: center;
    background: transparent;
    display: flex;
    gap: 0;
    justify-content: flex-end;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.6s, opacity 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .l-header__nav.is-active {
    align-items: center;
    background: linear-gradient(201deg, #FAF7EF 0%, rgb(248, 248, 248) 100%);
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    opacity: 1;
    overflow-y: scroll;
    padding: 0px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    visibility: visible;
  }
  .l-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 6.4rem;
    padding-bottom: 2rem;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 4rem;
    width: 100%;
  }
  .l-nav__item {
    font-size: 1.4rem;
    position: relative;
    width: 100%;
  }
  .l-nav__item:not(:first-of-type) {
    border-top: 1px solid #d3d3d3;
  }
  .l-nav__link {
    border: none;
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 0;
    text-align: left;
    white-space: nowrap;
    width: 100%;
  }
  .l-main {
    margin-top: 6.5rem;
  }
  .inner {
    padding: 0 6vw;
  }
  .c-accordion-title {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 2rem 0 3.2rem;
  }
  .c-accordion-title:before {
    height: 2.3rem;
    top: 0.7rem;
    width: 2.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.5rem;
    margin-left: 3rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.3rem;
    height: 2.2rem;
    left: -2.8rem;
    top: 0.5rem;
    width: 2.2rem;
  }
  .c-breadcrumbs {
    margin-top: 5rem;
  }
  .c-breadcrumbs:before {
    background: url(../images/common/cloud.webp) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 120px;
    left: 4vw;
    position: absolute;
    top: 60%;
    width: 116px;
    z-index: 1;
  }
  .c-breadcrumbs:after {
    background: url(../images/common/cloud.webp) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    right: 2vw;
    top: 77%;
    width: 116px;
    z-index: 1;
  }
  .c-breadcrumbs .inner {
    display: none;
  }
  .c-sec-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .c-sec-subtitle {
    font-size: 1.8rem;
  }
  .cookie-popup__inner {
    flex-direction: column;
    gap: 1rem;
  }
  @keyframes lineDotGrow {
    to {
      height: 5rem;
    }
  }
  .c-page-header.--image {
    padding-top: 10rem;
  }
  .c-page-header__image {
    height: 24rem;
  }
  .c-page-header__inner {
    padding: 2rem;
  }
  .c-page-header__title-sub {
    font-size: 1.8rem;
  }
  .c-page-header__title-main {
    font-size: 2.4rem;
  }
  .c-page-header__text {
    font-size: 1.8rem;
  }
  .company-box {
    padding: 4rem 0;
  }
  .company-box-inner {
    flex-direction: column;
  }
  .company-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0 6vw;
    width: 100%;
  }
  .company-box01 .company-content {
    flex-direction: column;
  }
  .company-features__item-title {
    font-size: 1.8rem;
    letter-spacing: 0.8px;
    padding-left: 3rem;
  }
  .company-features__item-title:before {
    font-size: 1.8rem;
    top: 0.1rem;
  }
  .company-features__item-text {
    padding-left: 0;
  }
  .company-profile {
    align-items: flex-start;
    flex-direction: column;
  }
  .company-profile .company-profile-title {
    border-bottom: 1px solid #DBB67D;
    border-right: none;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
  .company-profile dd {
    padding-left: 0;
  }
  .distributors-box {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .distributors-text {
    margin: 0 auto 4rem;
    text-align: left;
  }
  .distributors-list {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
  }
  .distributors-list__image {
    aspect-ratio: 28/13.4;
    width: 100%;
  }
  .distributors-list__text {
    width: 100%;
  }
  .distributors-list__text .country {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .distributors-list__text .company-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .distributors-list__text .url {
    font-size: 1.6rem;
  }
  .faq {
    padding: 4rem 0;
  }
  .faq__box {
    padding: 2rem 0;
  }
  .faq__title {
    font-size: 1.8rem;
    padding-left: 3rem;
    padding-right: 2rem;
  }
  .faq__title::before {
    font-size: 2rem;
  }
  .faq__title::after {
    height: 1.2rem;
    right: 0;
    width: 1.2rem;
  }
  .faq__content {
    font-size: 1.4rem;
    margin-top: 2rem;
    padding: 0;
  }
  .privacy__item-title {
    font-size: 2rem;
  }
  .privacy__item-text {
    font-size: 1.4rem;
  }
  .products-category-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .lineup-image {
    height: 15rem;
  }
  .process-read {
    margin: 3rem auto 0;
    padding: 0 6vw;
    width: 100%;
  }
  .process-read__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .process-sec01 {
    padding: 4rem 0;
  }
  .process-sec02 {
    padding: 4rem 0;
  }
  .process-sec01__inner {
    flex-direction: column;
    justify-content: center;
    padding: 0 4vw;
  }
  .process-sec02__inner {
    flex-direction: column;
    justify-content: center;
    padding: 0 4vw;
  }
  .process__content {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .process__content__spimage {
    display: block;
    margin: 4rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .process-sec02__inner .process__content {
    flex-direction: column;
  }
  .process__content-image {
    display: none;
  }
  .process__content-text-list {
    margin-bottom: 3rem;
  }
  .process__content-text-list-title {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
  .process__content-text-list-title:before {
    font-size: 1.8rem;
  }
  .process__content-text-list-text {
    padding-left: 3rem;
  }
  .process__content-text-note {
    padding-left: 0;
  }
  .process-info {
    padding: 4rem 0;
  }
  .process-info p:not(.c-sec-subtitle) {
    text-align: left;
  }
  .process-info__btnWrap {
    flex-direction: column;
    gap: 1rem;
  }
  .process-info__btnWrap .c-btn {
    width: 100%;
  }
  .products-read {
    margin: 0 auto 3rem auto;
    padding: 0 6vw;
    width: 100%;
  }
  .products-sec {
    padding: 4rem 0;
  }
  .products__content01 {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 2rem;
  }
  .products__content02 {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 2rem;
  }
  .products__content-image {
    width: 100%;
  }
  .products__content-image img {
    position: relative;
  }
  .products__title {
    font-size: 3.2rem;
    position: relative;
    top: 0;
  }
  .products__content-title {
    font-size: 2rem;
    letter-spacing: 0.8px;
    padding-bottom: 1rem;
  }
  .products-features__inner {
    padding: 4rem 0 2rem;
  }
  .products-features__item-title {
    font-size: 2rem;
    letter-spacing: 0.8px;
    padding-left: 3rem;
  }
  .products-features__item-title:before {
    font-size: 1.8rem;
    top: 0.3rem;
  }
  .products-features__item-text {
    padding-left: 0;
  }
  .products-specification {
    padding: 4rem 0;
  }
  .products-specification__features {
    margin: 3rem auto;
    width: 100%;
  }
  .products-specification__features-list .products-specification__features-item-title {
    font-size: 1.6rem;
    padding-right: 2rem;
    text-align: right;
    width: 17.8rem;
  }
  .products-specification__features-list dd {
    padding-left: 2rem;
  }
  .products-specification__text {
    text-align: left;
  }
  .top-mainvisual {
    height: 80vh;
  }
  .top-mainvisual__inner {
    padding-left: 4vw;
  }
  .top-mainvisual__title {
    font-size: 3.45rem;
  }
  .top-mainvisual__title span {
    font-size: 5rem;
  }
  .top-mainvisual__subtitle {
    font-size: 3.45rem;
  }
  .top-mainvisual__text {
    font-size: 2rem;
  }
  .top-mainvisual__text:last-of-type {
    font-size: 1.6rem;
  }
  .top-mainvisual__icon {
    bottom: 1rem;
    width: 7.9rem;
  }
  .top-loopscroll {
    gap: 1rem;
    margin: 4rem 0;
  }
  .top-loopscroll__item {
    height: 12rem;
  }
  .top-loopscroll__item:nth-of-type(5) {
    display: none;
  }
  .top-about {
    background: url(../images/top/wheat-sp.webp) no-repeat top center;
    background-size: contain;
    margin-bottom: 6rem;
    padding-top: 48%;
  }
  .top-about__content {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .top-about__content.--reverse {
    flex-direction: column;
  }
  .top-about__image .products01 {
    display: none;
  }
  .top-about__image {
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .top-about__image img {
    display: block;
    margin: 0 auto;
  }
  .top-about__image .products01 {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .top-about__image .products02 {
    width: 100%;
  }
  .top-about__text {
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
  }
  .top-about__text .top-about__subtitle {
    font-size: 1.8rem;
  }
  .top-about__text .top-about__title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .top-noodles {
    display: none;
  }
  .top-noodles__sp {
    display: block;
  }
  .top-history {
    padding: 4rem 0;
  }
  .top-history__subtitle {
    font-size: 1.8rem;
  }
  .top-history__title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .top-history__text {
    font-size: 1.6rem;
  }
  .top-buy {
    padding: 4rem 0;
  }
  .top-buy__subtitle {
    font-size: 1.8rem;
  }
  .top-buy__title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }
  .top-buy__text {
    font-size: 1.6rem;
  }
}
@media (hover: hover){
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (width <= 767px) and (width <= 767px){
  .l-header__logo a {
    width: 18.9rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  .inner {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1201px){
  @keyframes lineDotGrow {
    to {
      height: 8rem;
    }
  }
}
/*# sourceMappingURL=maps/styles.css.map */
