@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  font-size: 62.5%; /* 10px = 1rem (0.1rem = 1px) */
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

picture {
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  padding: 0;
  outline: none;
  margin: 0;
  border: none;
}
button:hover {
  opacity: 0.5;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel], input[type=search] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

button, input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

/* --------------------------------------------------
  base
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

main {
  padding-top: 6rem;
}
@media screen and (max-width: 540px) {
  main {
    padding-top: 5.3rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.pc-dn {
  display: none;
}

@media screen and (max-width: 540px) {
  .pc-dn {
    display: block;
  }
  .sp-dn {
    display: none;
  }
}
/* --------------------------------------------------
セクション共通スタイル（余白、セクションタイトル、サブタイトル）
-------------------------------------------------- */
.section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 540px) {
  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.section__inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .section__title {
    margin-bottom: 4rem;
  }
}
.section__title-border {
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 800rem;
  flex-shrink: 0;
}
.section__title-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}
.section__title-jp {
  font-size: 5.6rem;
}
@media screen and (max-width: 540px) {
  .section__title-jp {
    font-size: 2.8rem;
  }
}
.section__title-jp {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.section__title-en {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .section__title-en {
    font-size: 2rem;
  }
}
.section__title-en {
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.section__sub-title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .section__sub-title {
    font-size: 2.8rem;
  }
}
.section__sub-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .section__sub-title {
    margin-bottom: 4rem;
  }
}

/* --------------------------------------------------
下層ページタイトル
-------------------------------------------------- */
.lower-page-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 540px) {
  .lower-page-title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.lower-page-title {
  background-color: #0707BA;
}
.lower-page-title__inner {
  max-width: 102.4rem;
  margin: 0 auto;
}
.lower-page-title__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: #FFFFFF;
  line-height: 1;
}
.lower-page-title__text-jp {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .lower-page-title__text-jp {
    font-size: 2.8rem;
  }
}
.lower-page-title__text-jp {
  font-weight: 500;
}
.lower-page-title__text-en {
  font-size: 1.5rem;
}
@media screen and (max-width: 540px) {
  .lower-page-title__text-en {
    font-size: 1.5rem;
  }
}
.lower-page-title__text-en {
  font-family: "PT Serif", serif;
  font-weight: 400;
}

/* --------------------------------------------------
ボタン共通スタイル
-------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  padding: 2.4rem;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn {
  text-align: center;
  border-radius: 80rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  line-height: 1.4;
}
.btn:hover {
  transform: translateY(-0.2rem);
  filter: brightness(1.2);
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .btn {
    padding: 2rem 2.4rem;
    width: 100%;
  }
}
.btn--primary {
  background-color: #D90000;
  color: #FFFFFF;
}
.btn--secondary {
  background-color: #0707BA;
  color: #FFFFFF;
}

/* --------------------------------------------------
共通ボタンスタイル
-------------------------------------------------- */
.product-detail__button--solid, .products__button--solid, .product-detail__button--outline, .comparison-table__product-button--outline, .products__button--outline {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .product-detail__button--solid, .products__button--solid, .product-detail__button--outline, .comparison-table__product-button--outline, .products__button--outline {
    font-size: 1.4rem;
  }
}
.product-detail__button--solid, .products__button--solid, .product-detail__button--outline, .comparison-table__product-button--outline, .products__button--outline {
  font-weight: 500;
  text-align: center;
  border-radius: 80rem;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.product-detail__button--solid:hover, .products__button--solid:hover, .product-detail__button--outline:hover, .comparison-table__product-button--outline:hover, .products__button--outline:hover {
  transform: translateY(-0.2rem);
  filter: brightness(1.2);
  opacity: 1;
}

.product-detail__button--outline, .comparison-table__product-button--outline, .products__button--outline {
  border: 0.1rem solid #212121;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
}

.product-detail__button--solid, .products__button--solid {
  border: 0.1rem solid #212121;
  background-color: #212121;
  color: #FFFFFF;
}

/* --------------------------------------------------
大鵬薬品共通フッタースタイル
ブランド用スタイルが共通フッタースタイルを上書きしている為、
共通フッターを公式デザインで表示するためのスタイル
-------------------------------------------------- */
.l-footer {
  overflow-y: scroll;
  font-family: "Roboto", "Zen Kaku Gothic Antique", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.785;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}

/* --------------------------------------------------
  PC用ヘッダー
-------------------------------------------------- */
.pc-header {
  background-color: #d90000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 6rem;
}
@media screen and (max-width: 540px) {
  .pc-header {
    display: none;
  }
}
.pc-header__inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.pc-header__logo {
  width: 8.75rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
}
.pc-header__logo > a {
  display: block;
}
.pc-header__logo > a > img {
  display: block;
}
.pc-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.pc-header__menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-header__menu > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.pc-header__menu > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: opacity 0.3s ease;
  position: relative;
  height: 100%;
  padding: 0 1.2rem;
  color: #FFFFFF;
}
.pc-header__menu > li > a:hover {
  opacity: 0.8;
}
.pc-header__menu > li > a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 1.4rem;
  background-color: #FFFFFF;
  border-radius: 0 0 80rem 80rem;
}

/* --------------------------------------------------
  SP用ヘッダー
-------------------------------------------------- */
.sp-menu__header {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp-menu__header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background-color: #D90000;
    z-index: 1998;
  }
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #D90000;
  z-index: 1997;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media screen and (min-width: 1141px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu.is-active {
  transform: translateY(0);
}
.sp-menu__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sp-menu__toggle:hover {
  opacity: 1;
}
.sp-menu__toggle > span {
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 0.1rem;
}
.sp-menu__toggle.is-active span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.sp-menu__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.sp-menu__toggle.is-active span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
.sp-menu__logo > a {
  display: block;
  width: 12.5rem;
}
.sp-menu__nav {
  padding-top: 7.4rem;
  padding-bottom: 2.4rem;
}
.sp-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-menu__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem 3.2rem 2.4rem 0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .sp-menu__link {
    font-size: 2rem;
  }
}
.sp-menu__link {
  font-weight: 500;
  line-height: 1.5;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1141px) {
  .sp-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.sp-menu__link::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  border-radius: 0 80rem 80rem 0;
  flex-shrink: 0;
}

/* --------------------------------------------------
  アコーディオン共通スタイル
-------------------------------------------------- */
.top-faq__accordion,
.faq-sections__accordion {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 540px) {
  .top-faq__accordion,
  .faq-sections__accordion {
    gap: 1.2rem;
  }
}

.accordion-item__button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 2.8rem 2.4rem;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .accordion-item__button {
    padding: 1.2rem 0.8rem;
  }
}
.accordion-item__button[aria-expanded=true] .accordion-item__icon-vertical,
.accordion-item__button[aria-expanded=true] .accordion-item__toggle-icon-vertical {
  display: none;
}
.accordion-item__button[aria-expanded=false] .accordion-item__icon-vertical,
.accordion-item__button[aria-expanded=false] .accordion-item__toggle-icon-vertical {
  display: block;
}
.accordion-item__question .accordion-item__button {
  background-color: #F5F5F5;
  border-radius: 1.6rem;
}
.accordion-item__question .accordion-item__button[aria-expanded=true] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item__icon-q, .accordion-item__icon-a {
  position: relative;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-item__title {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .accordion-item__title {
    font-size: 1.5rem;
  }
}
.accordion-item__title {
  font-weight: 700;
  color: #212121;
  flex: 1;
  line-height: 1.5;
}
.accordion-item__toggle-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-item__toggle-icon svg {
  width: 100%;
  height: 100%;
}
.accordion-item__toggle-icon-vertical {
  display: block;
}
.accordion-item__content {
  max-height: 0;
  padding: 0 2.4rem;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #FFFFFF;
}
@media screen and (max-width: 540px) {
  .accordion-item__content {
    padding: 0 0.8rem;
  }
}
.accordion-item__content.is-open {
  max-height: 50rem;
  padding: 2.8rem 2.4rem;
}
@media screen and (max-width: 540px) {
  .accordion-item__content.is-open {
    padding: 1.2rem 0.8rem;
  }
}
.accordion-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.accordion-item__answer-text {
  flex: 1;
  padding-top: 0.2rem;
}
.accordion-item__answer-text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .accordion-item__answer-text p {
    font-size: 1.5rem;
  }
}
.accordion-item__answer-text p {
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
.accordion-item__answer-text p:last-child {
  margin-bottom: 0;
}
.accordion-item__answer-text ul {
  margin: 0;
  padding-left: 2.4rem;
}
.accordion-item__answer-text ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .accordion-item__answer-text ul li {
    font-size: 1.5rem;
  }
}
.accordion-item__answer-text ul li {
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
  list-style: disc;
}

/* --------------------------------------------------
商品一覧共通スタイル
-------------------------------------------------- */
.products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.45rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .products__list {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.products__list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 3.2rem 1.6rem;
  width: 32.5rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .products__list > li {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .products__list > li {
    width: 100%;
    max-width: 32.5rem;
  }
}
.products__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 12.8rem;
  height: 12.8rem;
  border: 0.1rem solid #D90000;
  border-radius: 50%;
}
.products__badge-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .products__badge-text {
    font-size: 1.4rem;
  }
}
.products__badge-text {
  color: #D90000;
  text-align: center;
  line-height: 1.3;
  padding: 0 1.2rem;
  letter-spacing: -0.6px;
}
.products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90.1%;
  margin-bottom: 1.6rem;
}
.products__buttons {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}
.products__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  max-width: 85rem;
  height: 21.6rem;
  margin: 0 auto;
  padding: 0 4.8rem 0 6.1rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .products__banner {
    border-radius: 1.6rem;
  }
}
.products__banner {
  background: linear-gradient(321deg, #F0F0F0 -0.02%, #FAFAFA 100%);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.products__banner:hover {
  opacity: 0.8;
}
@media screen and (max-width: 540px) {
  .products__banner {
    flex-direction: column;
    height: auto;
    padding: 2.4rem 3.2rem 0;
  }
}
.products__banner-image {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  bottom: -3.6rem;
  max-width: 39.9rem;
}
@media screen and (max-width: 540px) {
  .products__banner-image {
    order: 0;
    max-width: 100%;
  }
}
.products__banner-header {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 540px) {
  .products__banner-header {
    order: -1;
  }
}
.products__banner-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .products__banner-text {
    font-size: 2rem;
  }
}
.products__banner-text {
  font-weight: 700;
  color: #212121;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .products__banner-text {
    text-align: left;
  }
}
.products__banner-arrow {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/*---------------------------------------------------------------------
PC版固定購入ボタン
---------------------------------------------------------------------*/
.fixed-purchase-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 1000;
  padding: 2.4rem 1.6rem;
  background-color: #D90000;
  box-shadow: 0 0.5rem 1rem 0 rgba(51, 51, 51, 0.24);
  border-radius: 0.8rem 0 0 0.8rem;
}
@media screen and (max-width: 540px) {
  .fixed-purchase-btn {
    display: none;
  }
}
.fixed-purchase-btn svg {
  width: 3.2rem;
  height: 3.2rem;
}
.fixed-purchase-btn-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .fixed-purchase-btn-text {
    font-size: 2rem;
  }
}
.fixed-purchase-btn-text {
  font-weight: bold;
  line-height: 1.05;
  text-align: center;
  color: #FFFFFF;
}

/*---------------------------------------------------------------------
SP版固定バナー（下部）
---------------------------------------------------------------------*/
.fixed-banner-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 540px) {
  .fixed-banner-sp {
    display: block;
  }
}
.fixed-banner-sp.is-visible {
  transform: translateY(0);
}
.fixed-banner-sp.is-hidden {
  transform: translateY(100%);
}
.fixed-banner-sp-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  gap: 1.2rem;
}
.fixed-banner-sp-text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.fixed-banner-sp-btn {
  position: relative;
  width: 15.2rem;
  padding: 1.2rem 1.6rem;
}
.fixed-banner-sp-btn > svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
}

/* --------------------------------------------------
購入モーダル
-------------------------------------------------- */
.purchase-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  align-items: center;
  justify-content: center;
}
.purchase-modal.is-open {
  display: flex;
}
.purchase-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.purchase-modal__content {
  position: relative;
  z-index: 1;
  width: 102.4rem;
  padding: 6.4rem;
  background-color: #D90000;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .purchase-modal__content {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase-modal__content {
    width: calc(100% - 4rem);
    padding: 2rem;
  }
}
.purchase-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.purchase-modal__close:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
@media screen and (max-width: 540px) {
  .purchase-modal__close {
    top: -2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.purchase-modal__close svg {
  width: 100%;
  height: 100%;
}
.purchase-modal__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  width: 100%;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 540px) {
  .purchase-modal__header {
    margin-bottom: 3rem;
  }
}
.purchase-modal__title {
  font-size: 5.6rem;
}
@media screen and (max-width: 540px) {
  .purchase-modal__title {
    font-size: 2.8rem;
  }
}
.purchase-modal__title {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin: 0;
}
.purchase-modal__description {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif, sans-serif;
}
.purchase-modal__list {
  display: flex;
  justify-content: center;
  gap: 2.45rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .purchase-modal__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.purchase-modal__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.2rem 4.1rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .purchase-modal__item {
    border-radius: 1.6rem;
  }
}
.purchase-modal__item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.purchase-modal__item:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 540px) {
  .purchase-modal__item {
    width: 100%;
    padding: 2rem;
  }
}
.purchase-modal__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 20rem;
  height: 10rem;
  position: relative;
}
.purchase-modal__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.purchase-modal__logo img {
  width: 100%;
  height: auto;
  max-width: 20rem;
  object-fit: contain;
}
.purchase-modal__external-icon {
  position: absolute;
  bottom: 1.59rem;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase-modal__external-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
/* --------------------------------------------------
メインビジュアル（ヒーローセクション）
-------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.hero__inner > li {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero__inner > li picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero__inner > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------
疲れについて
-------------------------------------------------- */
.fatigue {
  background-color: #FFFFFF;
}

.fatigue-scenarios__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.45rem;
}
@media screen and (max-width: 540px) {
  .fatigue-scenarios__list {
    grid-template-columns: 1fr;
  }
}
.fatigue-scenarios__list > li {
  position: relative;
  padding-top: 2rem;
}
.fatigue-scenarios__bubble {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8rem 1.6rem;
  background-color: #D90000;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 0.8rem;
}
@media screen and (max-width: 540px) {
  .fatigue-scenarios__bubble {
    border-radius: 1.6rem;
  }
}
.fatigue-scenarios__bubble:before {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 5.6rem;
  width: 2rem;
  height: 2rem;
  background-color: #D90000;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.fatigue-scenarios__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F9FF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .fatigue-scenarios__image {
    border-radius: 1.6rem;
  }
}
.fatigue-scenarios__text {
  margin-top: 0.8rem;
  text-align: center;
}

.fatigue-causes {
  margin-top: 8rem;
}
@media screen and (max-width: 540px) {
  .fatigue-causes .section__sub-title {
    margin-bottom: 2rem;
  }
}
.fatigue-causes__image {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .fatigue-causes__image {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.fatigue-causes__accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fatigue-causes__accordion > li + li {
  margin-top: 1.6rem;
}
.fatigue-causes__accordion .accordion-item__button {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
}

/* --------------------------------------------------
チオビタの特徴ヘッダー
-------------------------------------------------- */
.features-heading {
  position: relative;
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 540px) {
  .features-heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.features-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 12rem;
  background-color: #0707BA;
}
@media screen and (max-width: 540px) {
  .features-heading:after {
    height: 6rem;
  }
}
.features-heading__title {
  width: 35rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 540px) {
  .features-heading__title {
    width: 24rem;
  }
}
.features-heading__text {
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .features-heading__text {
    margin-bottom: 2rem;
  }
}
.features-heading__image {
  max-width: 92rem;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .features-heading__image {
    max-width: 100%;
  }
}

/* --------------------------------------------------
チオビタの特徴
-------------------------------------------------- */
.top-features {
  padding-top: 7.2rem;
  background-color: #0707BA;
}
@media screen and (max-width: 540px) {
  .top-features .section__title {
    margin-bottom: 2rem;
  }
}
.top-features .section__title-border {
  background-color: #FFFFFF;
}
.top-features .section__title-text {
  color: #FFFFFF;
}
.top-features-ingredients__title, .top-features-calories__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0707BA;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 4rem 0.8rem;
  border-radius: 0 0 1.6rem 1.6rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients__title, .top-features-calories__title {
    font-size: 2.4rem;
    padding: 0 3rem 0.8rem;
  }
}
.top-features-ingredients {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  margin-bottom: 4rem;
  padding: 10.8rem 0 4.8rem;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients {
    margin-bottom: 2rem;
    padding: 6.4rem 1.6rem 4.8rem;
  }
}
.top-features-ingredients__content {
  max-width: 85rem;
  margin: 0 auto;
}
.top-features-ingredients__list {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients__list {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
    padding: 0 1.25rem;
  }
}
.top-features-ingredients__list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  width: 26.8rem;
  background-color: #F5F5F5;
  border-radius: 50%;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients__list > li {
    width: 100%;
  }
}
.top-features-ingredients__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.2rem;
}
.top-features-ingredients__badge {
  background-color: #D90000;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients__badge {
    font-size: 2rem;
  }
}
.top-features-ingredients__badge {
  font-weight: 700;
  padding: 0.7rem 1.2rem 0.6rem;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.top-features-ingredients__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .top-features-ingredients__text {
    font-size: 1.4rem;
  }
}
.top-features-ingredients__text {
  font-weight: 700;
  color: #212121;
  line-height: 1.4;
  margin: 0;
}
.top-features-ingredients__button {
  text-align: center;
}
.top-features-calories {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  padding: 16rem 0 4.8rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories {
    padding: 11.2rem 1.6rem 4.8rem;
  }
}
.top-features-calories__content {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__content {
    max-width: none;
    padding: 0;
  }
}
.top-features-calories__list {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__list {
    flex-direction: column;
    align-items: center;
    gap: 5.6rem;
    margin-bottom: 2rem;
  }
}
.top-features-calories__list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 6.6rem 1.6rem 2.8rem;
  border: 0.6rem solid #0707BA;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__list > li {
    width: 100%;
    padding: 5.8rem 1.6rem 2.8rem;
  }
}
.top-features-calories__list > li:first-child .top-features-calories__item-image {
  width: 26.4rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__list > li:first-child .top-features-calories__item-image {
    width: 19.2rem;
    margin: 1.526rem auto 0;
  }
}
.top-features-calories__list > li:last-child .top-features-calories__item-image {
  width: 15rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__list > li:last-child .top-features-calories__item-image {
    width: 10.2rem;
    margin: 1.249rem auto 0;
  }
}
.top-features-calories__item-title {
  position: absolute;
  top: -5.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  height: auto;
  padding: 0 1.6rem;
  background-color: #FFFFFF;
}
.top-features-calories__item-title > img {
  width: auto;
  height: auto;
  max-height: 12.3rem;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 540px) {
  .top-features-calories__item-title > img {
    max-height: 11.2rem;
  }
}
.top-features-calories__item-text {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__item-text {
    font-size: 1.5rem;
  }
}
.top-features-calories__item-text {
  text-align: center;
}
.top-features-calories__item-text > p > span {
  position: relative;
  z-index: 0;
}
.top-features-calories__item-text > p > span::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0.4rem;
  background-color: #FFDD00;
}
.top-features-calories__item-image {
  margin: 2.6rem auto 0;
}
.top-features-calories__description {
  text-align: center;
  margin-bottom: 4rem;
}
.top-features-calories__description > p:first-child {
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__description > p:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .top-features-calories__description {
    margin-top: 2rem;
  }
}
.top-features-calories__reference {
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .top-features-calories__reference {
    font-size: 1.2rem;
  }
}
.top-features-calories__reference {
  color: #777777;
}
.top-features-calories__button {
  text-align: center;
}

/* --------------------------------------------------
商品情報
-------------------------------------------------- */
.top-products {
  position: relative;
  padding-top: 24rem;
  background: linear-gradient(321deg, #F0F0F0 -0.02%, #FAFAFA 100%);
}
@media screen and (max-width: 540px) {
  .top-products {
    padding-top: 12rem;
  }
}
.top-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.8rem;
  background-color: #0707BA;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 540px) {
  .top-products::before {
    height: 3.6rem;
  }
}
.top-products .section__title {
  color: #0707BA;
}
.top-products .section__title-border {
  background-color: #0707BA;
}
.top-products__description {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .top-products__description {
    font-size: 2rem;
  }
}
.top-products__description {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .top-products__description {
    margin-bottom: 2rem;
  }
}
.top-products .products__banner {
  background: #FFFFFF;
}

/* --------------------------------------------------
よくあるご質問
-------------------------------------------------- */
.top-faq .section__title {
  color: #0707BA;
}
.top-faq .section__title-border {
  background-color: #0707BA;
}
.top-faq__accordion {
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .top-faq__accordion {
    margin-bottom: 2rem;
  }
}
.top-faq__button {
  text-align: center;
}

/* --------------------------------------------------
取り組み
-------------------------------------------------- */
.top-action {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #F0F9FF;
  border-radius: 4.8rem;
}
@media screen and (max-width: 1140px) {
  .top-action {
    overflow: hidden;
    border-radius: 0;
  }
}
@media screen and (max-width: 540px) {
  .top-action {
    padding-bottom: 0;
  }
}
.top-action .section__inner {
  position: relative;
  max-width: 78.4rem;
}
.top-action__decoration {
  position: absolute;
  z-index: 0;
}
.top-action__decoration--left {
  top: 0;
  left: -1.2rem;
  width: 20rem;
}
@media screen and (max-width: 540px) {
  .top-action__decoration--left {
    top: 0;
    left: -2.8rem;
    width: 12rem;
  }
}
.top-action__decoration--right {
  top: 0;
  right: -3.8rem;
  width: 23rem;
}
@media screen and (max-width: 540px) {
  .top-action__decoration--right {
    top: 0;
    right: -1.2rem;
    width: 13.1rem;
  }
}
.top-action__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.top-action__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.top-action .section__title {
  align-items: flex-start;
  margin-bottom: 0;
  color: #0707BA;
}
@media screen and (max-width: 540px) {
  .top-action .section__title {
    align-items: center;
  }
}
.top-action .section__title-border {
  background-color: #0707BA;
}
.top-action .section__title-text {
  align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .top-action .section__title-text {
    align-items: center;
  }
}
.top-action__description {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .top-action__description {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .top-action__description {
    text-align: center;
  }
}
.top-action__button {
  text-align: left;
}
.top-action__button > .btn {
  color: #0707BA;
  border: 0.2rem solid #0707BA;
}
.top-action__image {
  position: absolute;
  bottom: 0;
  right: 8.8rem;
  width: 41.3rem;
  height: 42rem;
  z-index: 0;
}
@media screen and (max-width: 540px) {
  .top-action__image {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
}
.top-action__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 540px) {
  .top-action__image img {
    object-fit: contain;
  }
}

/* --------------------------------------------------
CM
-------------------------------------------------- */
.top-cm .section__title {
  color: #0707BA;
}
.top-cm .section__title-border {
  background-color: #0707BA;
}
.top-cm__video {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 540px) {
  .top-cm__video {
    margin-bottom: 2rem;
  }
}
.top-cm__thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
  background-color: #A9A9A9;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .top-cm__thumbnail {
    border-radius: 1.6rem;
  }
}
.top-cm__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16.2rem;
  height: 16.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  .top-cm__play {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.top-cm__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.top-cm__caption {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .top-cm__caption {
    font-size: 2rem;
  }
}
.top-cm__caption {
  line-height: 1;
  text-align: center;
}
.top-cm__button {
  text-align: center;
}

/* --------------------------------------------------
オンラインで購入
-------------------------------------------------- */
.online-purchase {
  background-color: #D90000;
}
.online-purchase__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}
.online-purchase__title {
  font-size: 5.6rem;
}
@media screen and (max-width: 540px) {
  .online-purchase__title {
    font-size: 2.8rem;
  }
}
.online-purchase__title {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin: 0;
}
.online-purchase__description {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif, sans-serif;
}
.online-purchase__list {
  display: flex;
  justify-content: center;
  gap: 2.45rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .online-purchase__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.online-purchase__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.5rem;
  height: 18.3rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .online-purchase__item {
    border-radius: 1.6rem;
  }
}
.online-purchase__item {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .online-purchase__item {
    width: 100%;
    max-width: 32.5rem;
  }
}
.online-purchase__item:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
}
.online-purchase__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 20rem;
  height: 10rem;
  position: relative;
}
.online-purchase__item-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #777777;
  margin: 0 0 0.8rem 0;
  text-align: center;
}
.online-purchase__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.online-purchase__logo img {
  width: 100%;
  height: auto;
  max-width: 20rem;
  object-fit: contain;
}
.online-purchase__external-icon {
  position: absolute;
  bottom: 1.59rem;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------
商品詳細
-------------------------------------------------- */
.product-detail {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .product-detail {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.product-detail__header {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  max-width: 102.2rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 540px) {
  .product-detail__header {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.product-detail__image {
  flex-shrink: 0;
  width: 49.8rem;
  height: 34.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 540px) {
  .product-detail__image {
    width: 100%;
    max-width: 49.8rem;
    height: auto;
    aspect-ratio: 498/347;
  }
}
.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.product-detail__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3.2rem;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
  z-index: 0;
}
.product-detail__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 0;
}
@media screen and (max-width: 540px) {
  .product-detail__info {
    width: 100%;
  }
}
.product-detail__title {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.product-detail__catch {
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .product-detail__catch {
    font-size: 2rem;
  }
}
.product-detail__catch {
  font-weight: 500;
  color: #D90000;
  line-height: 1.6;
}
.product-detail__name {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .product-detail__name {
    font-size: 2.4rem;
  }
}
.product-detail__name {
  font-weight: 700;
  color: #0707BA;
  line-height: 1;
}
.product-detail__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #212121;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .product-detail__badge {
    font-size: 1.4rem;
  }
}
.product-detail__badge {
  font-weight: 400;
  color: #212121;
  line-height: 1;
  width: fit-content;
}
.product-detail__features {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.product-detail__features-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .product-detail__features-title {
    font-size: 1.5rem;
  }
}
.product-detail__features-title {
  font-weight: 700;
  color: #212121;
  line-height: 1.6;
}
.product-detail__features-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail__feature-item {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.product-detail__feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
}
.product-detail__feature-icon svg {
  width: 100%;
  height: 100%;
}
.product-detail__feature-text {
  flex: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .product-detail__feature-text {
    font-size: 1.5rem;
  }
}
.product-detail__feature-text {
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
}
.product-detail__buttons {
  display: flex;
  gap: 0.4rem;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 540px) {
  .product-detail__buttons {
    max-width: 100%;
  }
}
.product-detail__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.product-detail__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.product-detail__item-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .product-detail__item-title {
    font-size: 2rem;
  }
}
.product-detail__item-title {
  font-weight: 500;
  color: #0707BA;
  line-height: 1.6;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #0707BA;
}
.product-detail__item-body {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .product-detail__item-body {
    font-size: 1.5rem;
  }
}
.product-detail__item-body {
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
}
.product-detail__item-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .product-detail__item-list {
    font-size: 1.5rem;
  }
}
.product-detail__item-list {
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: product-detail-item-counter;
}
.product-detail__item-list > li {
  position: relative;
  padding-left: 2.4rem;
  counter-increment: product-detail-item-counter;
}
.product-detail__item-list > li::before {
  content: counter(product-detail-item-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 500;
  color: #212121;
}

.products-lineup {
  padding-top: 0;
}
.products-lineup .section__title {
  color: #0707BA;
}
.products-lineup .section__title-border {
  background-color: #0707BA;
}

/* --------------------------------------------------
成分比較表
-------------------------------------------------- */
.comparison-table {
  padding-top: 0;
  scroll-margin-top: 8.4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table {
    scroll-margin-top: 7.8rem;
  }
}
.comparison-table__title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table__title {
    font-size: 2.8rem;
  }
}
.comparison-table__title {
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 4rem;
  white-space: pre-wrap;
}
@media screen and (max-width: 540px) {
  .comparison-table__title {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .comparison-table__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 calc(2.5rem * -1);
    padding: 0 2.5rem;
  }
}
.comparison-table__table {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
}
@media screen and (max-width: 540px) {
  .comparison-table__table {
    font-size: 1.2rem;
    width: auto;
    min-width: 120rem;
  }
}
.comparison-table th {
  padding: 2.4rem 1.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table th {
    font-size: 1.4rem;
  }
}
.comparison-table th {
  font-weight: 700;
  color: #0707BA;
  text-align: left;
  background-color: #FFFFFF;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 540px) {
  .comparison-table th {
    padding: 1.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
.comparison-table th + th,
.comparison-table th + td {
  border-left: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.comparison-table td {
  padding: 2.4rem 1.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table td {
    font-size: 1.4rem;
  }
}
.comparison-table td {
  font-weight: 500;
  color: #212121;
  text-align: center;
  background-color: #FFFFFF;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 540px) {
  .comparison-table td {
    padding: 1.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
.comparison-table td + td {
  border-left: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.comparison-table__th--product {
  width: 20rem;
  min-width: 20rem;
}
@media screen and (max-width: 540px) {
  .comparison-table__th--product {
    width: 15rem;
    min-width: 15rem;
  }
}
.comparison-table__th--label {
  background-color: #F0F9FF;
}
.comparison-table__row--highlight th,
.comparison-table__row--highlight td {
  background-color: #F0F9FF;
}
.comparison-table__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.comparison-table__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table__product-image {
    width: 12rem;
  }
}
.comparison-table__product-button--outline {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}
.comparison-table__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #212121;
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .comparison-table__badge {
    font-size: 1.4rem;
  }
}
.comparison-table__badge {
  font-weight: 500;
  color: #212121;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .comparison-table__badge {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
.comparison-table__note {
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .comparison-table__note {
    font-size: 1.2rem;
  }
}
.comparison-table__note {
  color: #777777;
  display: block;
  margin-top: 0.4rem;
}
.comparison-table tbody tr:not(.comparison-table__row--highlight) th,
.comparison-table tbody tr:not(.comparison-table__row--highlight) td {
  background-color: #FFFFFF;
}
.comparison-table sub {
  font-size: 0.9rem;
  vertical-align: baseline;
  position: relative;
  bottom: -0.2em;
}

/* --------------------------------------------------
FAQページ
-------------------------------------------------- */
.faq {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* --------------------------------------------------
FAQナビゲーション
-------------------------------------------------- */
.faq-nav {
  margin-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .faq-nav {
    margin-bottom: 6rem;
  }
}
.faq-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 0.2rem solid #D90000;
}
@media screen and (max-width: 540px) {
  .faq-nav__list {
    flex-wrap: wrap;
    border-bottom: none;
  }
}
.faq-nav__item {
  flex: 1;
  min-width: 0;
  max-width: 20.48rem;
}
@media screen and (max-width: 540px) {
  .faq-nav__item {
    flex: 0 0 50%;
    max-width: none;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  }
}
.faq-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.4rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .faq-nav__link {
    font-size: 1.5rem;
  }
}
.faq-nav__link {
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  border-bottom: 0.2rem solid transparent;
  margin-bottom: -0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .faq-nav__link {
    padding: 1.2rem 0.8rem;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.faq-nav__link:hover {
  opacity: 0.8;
}
.faq-nav__link--active {
  border-bottom-color: #D90000;
  color: #212121;
}
@media screen and (max-width: 540px) {
  .faq-nav__link--active {
    border-bottom: none;
    background-color: #F5F5F5;
  }
}

/* --------------------------------------------------
FAQセクション
-------------------------------------------------- */
.faq-sections {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 540px) {
  .faq-sections {
    gap: 6rem;
  }
}

.faq-section {
  scroll-margin-top: 2rem;
}
.faq-section__title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .faq-section__title {
    font-size: 2.8rem;
  }
}
.faq-section__title {
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .faq-section__title {
    margin-bottom: 4rem;
  }
}

/* --------------------------------------------------
栄養素セクション
-------------------------------------------------- */
.features-nutrition {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .features-nutrition {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.features-ingredients__title,
.features-calories__title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__title,
  .features-calories__title {
    font-size: 2.8rem;
  }
}
.features-ingredients__title,
.features-calories__title {
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__title,
  .features-calories__title {
    margin-bottom: 4rem;
  }
}

/* --------------------------------------------------
成分
-------------------------------------------------- */
.features-ingredients {
  margin-bottom: 8rem;
  scroll-margin-top: 8.4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients {
    margin-bottom: 4rem;
    scroll-margin-top: 7.8rem;
  }
}
.features-ingredients__main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__main {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.features-ingredients__main > li {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 4rem;
  background-color: #F0F9FF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__main > li {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .features-ingredients__main > li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.features-ingredients__others {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__others {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.features-ingredients__others > li {
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  gap: 1.6rem;
  background-color: #F0F9FF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients__others > li {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .features-ingredients__others > li {
    padding: 1.6rem;
  }
}
.features-ingredients-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  padding: 1.8rem;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.features-ingredients-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.features-ingredients-card__name {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients-card__name {
    font-size: 2.8rem;
  }
}
.features-ingredients-card__name {
  color: #D90000;
  line-height: 1;
  padding-bottom: 1.6rem;
}
.features-ingredients-card-small__title {
  margin-bottom: 1.6rem;
  padding: 0.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients-card-small__title {
    font-size: 2rem;
  }
}
.features-ingredients-card-small__title {
  text-align: center;
  font-weight: 700;
  color: #D90000;
  line-height: 1;
  border-radius: 0.8rem;
  border: 0.1rem solid #D90000;
}
@media screen and (max-width: 540px) {
  .features-ingredients-card-small__title {
    border-radius: 1.6rem;
  }
}
.features-ingredients-card-small__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  .features-ingredients-card-small__description {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
カロリー
-------------------------------------------------- */
.features-calories {
  scroll-margin-top: 8.4rem;
}
@media screen and (max-width: 540px) {
  .features-calories {
    scroll-margin-top: 7.8rem;
  }
}
.features-calories__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .features-calories__content {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
.features-calories__note {
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .features-calories__note {
    font-size: 1.2rem;
  }
}
.features-calories__note {
  text-align: center;
  color: #777777;
}

/* --------------------------------------------------
カロリーセクションアイテム
-------------------------------------------------- */
.features-calorie-section {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-calorie-section__header {
  display: flex;
  align-items: center;
}
.features-calorie-section__image {
  flex-shrink: 0;
  width: 31rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 540px) {
  .features-calorie-section__image {
    width: 20.2rem;
  }
}
.features-calorie-section__description {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .features-calorie-section__description {
    font-size: 2rem;
  }
}
.features-calorie-section__example-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.8rem;
}
@media screen and (max-width: 540px) {
  .features-calorie-section__example-image {
    height: auto;
  }
  .features-calorie-section__example-image.example-image-drink {
    width: 28.8rem;
  }
  .features-calorie-section__example-image.example-image-aibitasuzero {
    width: 15.3rem;
  }
}
.features-calorie-section__example-image img {
  width: auto;
  height: 100%;
}

/* --------------------------------------------------
歴史セクション
-------------------------------------------------- */
.features-history {
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-right: 0;
  padding-left: 0;
  background: linear-gradient(321deg, #F0F0F0 -0.02%, #FAFAFA 100%);
}
@media screen and (max-width: 540px) {
  .features-history {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.features-history .section__inner {
  max-width: 100%;
}
.features-history .section__title {
  color: #0707BA;
}
.features-history .section__title-border {
  background-color: #0707BA;
}
.features-history__wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 540px) {
  .features-history__wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.features-history__wrapper::-webkit-scrollbar {
  height: 0.8rem;
}
.features-history__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.features-history__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.4rem;
}
.features-history__timeline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
  position: relative;
  width: max-content;
  min-width: 100%;
}
@media screen and (max-width: 540px) {
  .features-history__timeline {
    gap: 4rem;
  }
}
.features-history__timeline::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 0;
}

.features-timeline-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 32.5rem;
}
@media screen and (max-width: 540px) {
  .features-timeline-item {
    width: 20rem;
  }
}
.features-timeline-item__dot {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #D90000;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-bottom: 2.4rem;
}
.features-timeline-item__year {
  margin-bottom: 1.6rem;
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .features-timeline-item__year {
    font-size: 2.8rem;
  }
}
.features-timeline-item__year {
  line-height: 1;
  font-family: "PT Serif", serif;
}
.features-timeline-item__description {
  min-height: 4.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 540px) {
  .features-timeline-item__description {
    min-height: 7.2rem;
  }
}
.features-timeline-item__card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .features-timeline-item__card {
    border-radius: 1.6rem;
  }
}
.features-timeline-item__card {
  width: 100%;
}
.features-timeline-item__card--anniversary {
  background-color: #0707BA;
  padding: 2.4rem;
}
@media screen and (max-width: 540px) {
  .features-timeline-item__card--anniversary {
    padding: 2rem;
  }
}
.features-timeline-item__card--anniversary img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* --------------------------------------------------
Actionページ
-------------------------------------------------- */
.action-sustainability {
  position: relative;
  padding-top: 4rem;
  padding-bottom: #F0F9FF;
  background: linear-gradient(180deg, #E8F4F8 0%, #F0F9FF 100%);
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .action-sustainability {
    padding-bottom: 6rem;
  }
}
.action-sustainability__decoration {
  position: absolute;
  z-index: 0;
}
.action-sustainability__decoration--left {
  top: -2.6rem;
  left: -5.6rem;
  width: 28rem;
  height: 24.6rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__decoration--left {
    top: -2rem;
    left: -5rem;
    width: 14rem;
    height: 12rem;
  }
}
.action-sustainability__decoration--right {
  top: -5rem;
  right: -2.4rem;
  width: 26.2rem;
  height: 25.9rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__decoration--right {
    top: -3.5rem;
    right: -5rem;
    width: 13rem;
    height: 13rem;
  }
}
.action-sustainability__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__header {
    margin-bottom: 3.6rem;
  }
}
.action-sustainability__catchphrase {
  display: inline-block;
  padding: 0.8rem 4rem;
  border-radius: 4rem;
  margin-bottom: 1.2rem;
  background-color: #0707BA;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__catchphrase {
    font-size: 2rem;
  }
}
.action-sustainability__catchphrase {
  color: #FFFFFF;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .action-sustainability__catchphrase {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .action-sustainability__catchphrase {
    font-size: 1.4rem;
  }
}
.action-sustainability__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__title {
    font-size: 2.4rem;
  }
}
.action-sustainability__title {
  font-weight: 700;
  color: #0707BA;
  line-height: 1;
}
.action-sustainability__title img {
  width: 11rem;
  height: auto;
  object-fit: contain;
}
.action-sustainability__content {
  position: relative;
  z-index: 1;
  min-height: 60rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__content {
    min-height: auto;
  }
}
.action-sustainability__list-illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 51.3rem;
}
@media screen and (max-width: 540px) {
  .action-sustainability__list-illust {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.action-sustainability__list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 60rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 6rem 2.4rem;
  align-items: start;
}
@media screen and (max-width: 540px) {
  .action-sustainability__list {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }
}
.action-sustainability__list > li {
  width: 100%;
  text-align: center;
}
.action-sustainability__list > li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.action-sustainability__list > li:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.action-sustainability__list > li:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.action-sustainability__list > li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.action-sustainability__list > li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 540px) {
  .action-sustainability__list > li:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
}
.action-sustainability__item-illust {
  margin-bottom: 0.8rem;
}
.action-sustainability__item-description {
  text-align: center;
  letter-spacing: 0.032rem;
  line-height: 1.5;
}
.action-sustainability__item-description > span {
  position: relative;
  z-index: 0;
}
.action-sustainability__item-description > span::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0.4rem;
  background-color: #FFDD00;
}
.action-sustainability__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.action-sustainability__bg > img {
  display: block;
}

/* --------------------------------------------------
Action Productionページ
-------------------------------------------------- */
.action-production {
  background-color: #FFFFFF;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .action-production {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.action-production__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 540px) {
  .action-production__list {
    gap: 2.4rem;
  }
}
.action-production__item {
  display: flex;
  flex-direction: column;
}
.action-production__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 540px) {
  .action-production__header {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.action-production__title {
  width: 100%;
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .action-production__title {
    font-size: 2.8rem;
  }
}
.action-production__title {
  color: #0707BA;
  line-height: 1.3;
  flex: 1;
}
.action-production__subtitle {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .action-production__subtitle {
    font-size: 2.8rem;
  }
}
.action-production__subtitle {
  font-weight: 700;
  color: #0707BA;
  margin-bottom: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .action-production__subtitle {
    margin-bottom: 1.6rem;
  }
}
.action-production__image {
  flex-shrink: 0;
  width: 41.3rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .action-production__image {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .action-production__image {
    width: 100%;
  }
}

/* --------------------------------------------------
CMページ
-------------------------------------------------- */
.cm {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 540px) {
  .cm {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* --------------------------------------------------
CMセクション
-------------------------------------------------- */
.cm-section + .cm-section {
  margin-top: 8rem;
}
@media screen and (max-width: 540px) {
  .cm-section + .cm-section {
    margin-top: 4rem;
  }
}
.cm-section__title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .cm-section__title {
    font-size: 2.8rem;
  }
}
.cm-section__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  color: #212121;
}
@media screen and (max-width: 540px) {
  .cm-section__title {
    margin-bottom: 4rem;
  }
}
.cm-section__video {
  margin-bottom: 2.4rem;
}
.cm-section__thumbnail {
  position: relative;
  width: 100%;
  background-color: #A9A9A9;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .cm-section__thumbnail {
    border-radius: 1.6rem;
  }
}
.cm-section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.8rem;
  height: 12.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  .cm-section__play {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.cm-section__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.cm-section__description {
  text-align: center;
  line-height: 1.6;
}

/* --------------------------------------------------
CMタレント（女優プロフィール）
-------------------------------------------------- */
.cm-talent {
  display: flex;
  gap: 2.4rem;
  margin-top: 12rem;
  padding: 4rem;
  background-color: #F0F9FF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .cm-talent {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .cm-talent {
    flex-direction: column;
    margin-top: 6rem;
    padding: 1.6rem;
  }
}
.cm-talent__image {
  flex-shrink: 0;
  width: 32.5rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .cm-talent__image {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .cm-talent__image {
    width: 100%;
  }
}
.cm-talent__name {
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .cm-talent__name {
    font-size: 2rem;
  }
}
.cm-talent__name {
  color: #0707BA;
  border-bottom: 0.2rem solid #0707BA;
}
.cm-talent__info {
  margin-bottom: 1.6rem;
}

/* --------------------------------------------------
YouTube動画モーダル
-------------------------------------------------- */
.cm-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.cm-video-modal.is-open {
  display: flex;
}
.cm-video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.cm-video-modal__content {
  position: relative;
  z-index: 1;
  width: 102.4rem;
  max-width: 90%;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
@media screen and (max-width: 540px) {
  .cm-video-modal__content {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .cm-video-modal__content {
    width: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }
}
.cm-video-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.cm-video-modal__close:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
@media screen and (max-width: 540px) {
  .cm-video-modal__close {
    top: -2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.cm-video-modal__close svg {
  width: 100%;
  height: 100%;
}
.cm-video-modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.cm-video-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*# sourceMappingURL=style.css.map */
