body {
  margin: 0;
  padding: 0;
  background-color: #ecf3f8;
  overflow-x: hidden;
}
h1 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 112%;
  color: #142961;
  margin-bottom: 16px;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 112%;
  color: #142961;
}
h3 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 112%;
  color: #142961;
}
h4 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 112%;
  color: #142961;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #76797f;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #4e5159;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
button {
  all: unset;
}
.masterContainer {
  margin: 0 20%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .masterContainer {
    margin: 0 32px;
  }
}
@media (max-width: 767.98px) {
  .masterContainer {
    margin: 0 20px;
  }
  .masterContainer .nav-menu {
    display: none;
  }
}
.section-label {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0a5dd9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.subheadline {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  color: #76797f;
}
.title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #142961;
}
.body-bold {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #76797f;
}
.body-white {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}
.link-reverse {
  font-family: "outfit", sans-serif;
  color: #fff;
  font-weight: 300;
}
.label {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #76797f;
}
.section-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.display-flex {
  display: flex;
}
.btn-primary {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #142961;
  padding: 8px 16px;
  border-radius: 100px;
  border: none;
  white-space: nowrap;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a5dd9;
  cursor: pointer;
}
.btn-outline-secondary {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #142961;
  border: 1px solid #142961;
  padding: 8px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
.btn-outline-secondary:hover {
  background-color: #0a5dd9;
}
nav {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.nav-menu ul {
  display: flex;
  list-style: none;
}
.nav-menu li {
  font-family: "Outfit", sans-serif;
  font-family: 300;
  color: #76797f;
  margin: 0 8px;
}
#hero {
  background-image: url("/image/hero_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.hero-wrapper {
  padding: 40px 0;
}
.hero-wrapper #hero-content {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hero-wrapper #hero-content.display-flex {
    display: block;
    text-align: center;
  }
  .hero-wrapper #hero-content.display-flex h1 {
    font-size: 36px;
  }
  .hero-wrapper #hero-content.display-flex .subheadline {
    font-size: 16px;
    display: block;
    padding: 0 25%;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper #hero-content.display-flex .subheadline {
    padding: 0 12%;
  }
}
.cta-container {
  margin-top: 24px;
}
#hero-right img {
  max-width: 496px;
}
@media (max-width: 767.98px) {
  #hero-right img {
    width: 100%;
  }
}
#hero-compliant {
  display: inline-flex;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #hero-compliant {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  #hero-compliant {
    margin-bottom: 40px;
  }
}
#hero-compliant .label {
  margin-right: 24px;
}
#hero-compliant img {
  max-height: 72px;
  margin-right: 12px;
}
#problem {
  background-color: #e8e8e5;
  border-radius: 2%;
}
#problem .section-header {
  text-align: center;
  padding: 5% 0%;
  max-width: 594px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #problem .section-header {
    padding: 5% 12%;
  }
}
@media (max-width: 767.98px) {
  #problem .section-header {
    padding: 5% 20px;
    margin-bottom: 40px;
  }
}

.problem-kv img {
  max-width: 100%;
  background-position: bottom;
}
#problem-content {
  margin: 5%;
  margin-bottom: 120px;
  padding-bottom: 6%;
}
@media (max-width: 1024px) {
  #problem-content {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  #problem-content {
    margin-bottom: 40px;
  }
}
#problem-content h4 {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #problem-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #problem-content .title {
    font-size: 16px;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  .grid-container {
    grid-template-columns: none;
    grid-gap: 16px;
  }
}
.grid-container > div {
  display: flex;
  align-items: start;
}
.grid-container > div img {
  padding-right: 12px;
  max-height: 24px;
}
.grid-container > div p {
  margin-top: 6px;
}
#approach {
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
#approach .point-content {
  align-items: start;
}
#approach .section-header {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  #approach.masterContainer {
    padding: 0 12px;
  }
}
.point-item {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 32px;
}
.point-item p {
  margin-top: 6px;
}
#approach-right img {
  max-width: 516px;
  border-radius: 4%;
  align-items: start;
}
@media (max-width: 1024px) {
  #approach-right img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #approach-right img {
    max-width: 100%;
  }
}
#benefits {
  margin-top: 128px;
}
@media (max-width: 1024px) {
  #benefits {
    margin-top: 64px;
  }
}
@media (max-width: 767.98px) {
  #benefits {
    margin-top: 40px;
    overflow: hidden;
    margin: 0;
    padding: 20px;
  }
}
#benefits .section-header {
  text-align: center;
  margin-bottom: 64px;
  padding: 0 25%;
}
@media (max-width: 767.98px) {
  #benefits .section-header {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.grid-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4fr;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .grid-container-2 {
    display: block;
  }
}
.header-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 40px 12px 24px;
}
.label-mg {
  color: #0a5dd9;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 24px;
  white-space: nowrap;
}
.card-1 {
  border-radius: 12px;
  background-color: #e3ebf1;
  overflow: hidden;
}
.card-1 p {
  margin: 0 40px 0 24px;
  grid-row: 1;
  grid-column: 1;
}
.card-1 ul {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 112%;
  color: #76797f;
  list-style-type: none;
  margin: 24px;
}
.card-1 ul li {
  background-image: url(/image/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
  margin-bottom: 16px;
}
#l-theanine-kv img {
  width: 100%;
}
.card-2 {
  background-color: #e7ebf0;
  border-radius: 2%;
  grid-row: 1;
  grid-column: 2;
  overflow: hidden;
}
.card-2 p {
  margin: 0 40px 0 24px;
}
.card-2 ul {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 112%;
  color: #76797f;
  list-style-type: none;
  margin: 24px;
}
.card-2 ul li {
  background-image: url(/image/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
  margin-bottom: 16px;
}
#magnesium-kv img {
  width: 100%;
}
.card-3 {
  background-color: #e2eaf6;
  border-radius: 12px;
  grid-row: 2;
  grid-column: 1 / span 2;
  padding: 24px;
}
.bento-header-left {
  margin-bottom: 28px;
}
.compliance {
  display: flex;
  margin: 16px 0;
  padding: 28px 0;
  padding-right: 48px;
  background-color: #eff4fa;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .compliance {
    flex-wrap: wrap;
    padding: 16px !important;
  }
}
.compliance .code-cert {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .compliance .code-cert {
    display: block;
  }
}
.compliance .code-cert .code {
  display: block;
  width: fit-content;
  margin-right: 20px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .compliance .code-cert .code {
    margin-bottom: 24px;
  }
}
.compliance .code-cert a {
  color: #0a5dd9;
  font-weight: 300;
}
.compliance .code-cert a svg {
  position: relative;
  top: -2px;
}
#compliance-nrpa-logo-container {
  padding: 0 32px;
  display: inline-block;
}

#compliance-npra-logo {
  max-width: 32px;
}

#compliance-gss-icon-container {
  padding: 0 34px;
  display: inline-block;
}

#compliance-gss-icon {
  max-width: 45px;
}

.compliance-content span .title {
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  #compliance-nrpa-logo-container {
    min-width: 100px;
    padding-left: 0;
    padding-bottom: 12px;
  }

  #compliance-gss-icon-container {
    padding-left: 0;
    padding-bottom: 12px;
  }
}

.code-cert {
  margin-top: 12px;
}
.code {
  background-color: #dae8f1;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 24px;
}
#order-menu {
  background-color: #e8e8e5;
  height: 500px;
  margin-bottom: 80px;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #order-menu {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  #order-menu {
    height: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .order-menu-kv {
    width: 100%;
  }
}
.order-menu-kv img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .order-menu-kv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.order-menu-copy {
  align-self: center;
  padding: 0 62px;
}
.order-menu-copy h2 {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .order-menu-copy h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .order-menu-copy {
    padding: 24px 22px;
  }
  .order-menu-copy .cta-container {
    margin-top: 24px;
    display: flex;
  }
  .order-menu-copy .cta-container button {
    width: 100%;
  }
}
#footer {
  background-color: #142961;
}
.footer-top {
  display: flex;
  align-content: space-between;
  padding: 32px 0;
}
@media (max-width: 767.98px) {
  .footer-top {
    display: block;
  }
}
.footer-top .footer-top-left img {
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .footer-top .footer-top-right {
    margin-top: 24px;
  }
}
.footer-top .footer-top-right a {
  display: inline-block;
}
.footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.16);
  padding: 16px 0;
}
.mobile-line .two-line {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-line .two-line {
    display: block;
  }
}
.mobile-line .one-line {
  display: block;
}
@media (max-width: 1024px) {
  .mobile-line .one-line {
    display: none;
  }
}
.hero-left .two-line {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-left .two-line {
    display: none;
  }
}
.hero-left .one-line {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-left .one-line {
    display: block;
  }
}
.hero-left .cta-container {
  display: flex;
  gap: 7px;
}
@media (max-width: 1024px) {
  .hero-left .cta-container {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .hero-left .cta-container {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 403px) {
  .hero-left .cta-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.hero-left .cta-container a {
  display: block;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .hero-left .cta-container a {
    width: 100%;
    display: flex;
  }
  .hero-left .cta-container a button {
    width: 100%;
  }
}
.benefit-section {
  width: 100%;
  margin-bottom: 22px;
}
.benefit-section ul li {
  padding-left: 0;
  display: flex;
  align-items: normal;
  gap: 8px;
}
.benefit-section ul li span {
  display: block;
}
.benefit-section ul li svg {
  position: relative;
  top: -4px;
  min-width: 24px;
  height: 24px;
}
.benefit-section .benefitSwiper .swiper-wrapper {
  display: flex;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .benefit-section .benefitSwiper .swiper-wrapper {
    display: inline-flex;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .benefit-section .benefitSwiper {
    padding-left: 0;
  }
}
.benefit-section .card-1,
.benefit-section .card-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.faq-accordion {
  max-width: 692px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .faq-accordion {
    padding: 0 20px;
  }
}
.faq-accordion .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #dae8f1;
}
.faq-accordion .accordion-button {
  width: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dae8f1;
  color: #142961;
  font-size: 18px;
}
.faq-accordion .accordion-button .accor-title {
  width: 100%;
  padding-right: 20px;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.faq-accordion .accordion-button::after {
  display: none;
}
.faq-accordion .accordion-button .plus {
  display: none;
}
.faq-accordion .accordion-button .minus {
  display: block;
}
.faq-accordion .collapsed .plus {
  display: block;
}
.faq-accordion .collapsed .minus {
  display: none;
}
.faq-accordion .accordion-item {
  margin-bottom: 12px;
  border-bottom: none;
  background: #dae8f1;
  border-radius: 12px;
  overflow: hidden;
}
.faq-accordion .accordion-item .table > :not(caption) > * > * {
  padding-left: 0;
  background-color: #dae8f1;
}
.faq-accordion .accordion-item .table {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .table thead {
  border-bottom: 1px solid #cfcfcf;
}

.faq-accordion .accordion-item .table tbody tr td {
  padding-bottom: 0;
}
.faq-accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-accordion .accordion-item .accordion-body p {
  color: #4e5159;
  font-size: 16px;
}
.table thead tr th {
  color: #142961;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.table tr td {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #76797f;
}

.modal-body {
  background-color: #eaeaea;
}

.modal-header {
  padding: 8px 16px;
}

.modal-title {
  font-family: "Outfit", san-serif;
  font-weight: 400;
  font-size: 20px;
  color: #4e5159;
}
