html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}

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

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

:root {
  font-size: 62.5%;
}

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

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #111;
  background: #fff;
}

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

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.font-roboto {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}
@media (max-width: 768px) {
  .u-mt-50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-55 {
    margin-top: 2.75rem !important;
  }
}

.u-mt-60 {
  margin-top: 6rem !important;
}
@media (max-width: 768px) {
  .u-mt-60 {
    margin-top: 3rem !important;
  }
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-65 {
    margin-top: 3.25rem !important;
  }
}

.u-mt-70 {
  margin-top: 7rem !important;
}
@media (max-width: 768px) {
  .u-mt-70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-75 {
    margin-top: 3.75rem !important;
  }
}

.u-mt-80 {
  margin-top: 8rem !important;
}
@media (max-width: 768px) {
  .u-mt-80 {
    margin-top: 4rem !important;
  }
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-85 {
    margin-top: 4.25rem !important;
  }
}

.u-mt-90 {
  margin-top: 9rem !important;
}
@media (max-width: 768px) {
  .u-mt-90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-95 {
    margin-top: 4.75rem !important;
  }
}

.u-mt-100 {
  margin-top: 10rem !important;
}
@media (max-width: 768px) {
  .u-mt-100 {
    margin-top: 5rem !important;
  }
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-105 {
    margin-top: 5.25rem !important;
  }
}

.u-mt-110 {
  margin-top: 11rem !important;
}
@media (max-width: 768px) {
  .u-mt-110 {
    margin-top: 5.5rem !important;
  }
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-115 {
    margin-top: 5.75rem !important;
  }
}

.u-mt-120 {
  margin-top: 12rem !important;
}
@media (max-width: 768px) {
  .u-mt-120 {
    margin-top: 6rem !important;
  }
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-125 {
    margin-top: 6.25rem !important;
  }
}

.u-mt-130 {
  margin-top: 13rem !important;
}
@media (max-width: 768px) {
  .u-mt-130 {
    margin-top: 6.5rem !important;
  }
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-135 {
    margin-top: 6.75rem !important;
  }
}

.u-mt-140 {
  margin-top: 14rem !important;
}
@media (max-width: 768px) {
  .u-mt-140 {
    margin-top: 7rem !important;
  }
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}
@media (max-width: 768px) {
  .u-mt-145 {
    margin-top: 7.25rem !important;
  }
}

.u-mt-150 {
  margin-top: 15rem !important;
}
@media (max-width: 768px) {
  .u-mt-150 {
    margin-top: 7.5rem !important;
  }
}

.page {
  padding: 4rem 2rem 14rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page {
    padding: 2rem 1.5rem 6rem;
  }
}

.layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 1500px) {
  .layout {
    gap: 50px;
  }
}

.sidebar {
  width: 100%;
  max-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .sidebar {
    display: none;
  }
}
.sidebar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.sidebar__logo,
.sidebar__cta {
  text-align: center;
  width: 100%;
}
.sidebar__logo img {
  margin: auto;
}
.sidebar__ctaLink {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: #da4733;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  border: 4px solid #da4733;
  border-radius: 999rem;
  transition: 0.3s;
  text-align: center;
  max-width: 19rem;
  width: 100%;
}
.sidebar__ctaLink::before {
  content: '';
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.7rem solid #da4733;
  z-index: 1;
}
.sidebar__ctaLink::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.7rem;
  height: 1.7rem;
  transform: translateY(-50%);
  border-radius: 999rem;
  background: #fff;
}
.sidebar__ctaLink:hover {
  opacity: 0.6;
}

.toc__title {
  font-size: 1.8rem;
  font-weight: 600;
}
.toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}
.toc__item {
  counter-increment: toc;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.toc__item::before {
  content: counter(toc) '.';
  font-family:
    'Roboto',
    system-ui,
    -apple-system,
    'Segoe UI',
    sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  flex: 0 0 auto;
}
.toc__item.is-active .toc__link {
  color: #da4733;
  font-weight: 600;
}
.toc__link {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  transition: 0.3s;
}
.toc__link.is-active {
  color: #da4733 !important;
}

.content {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .content {
    max-width: 500px;
  }
}
.content__inner {
  width: 100%;
}

.page-title {
  border-bottom: 4px solid #da4733;
  padding: 1.5rem 0;
}
.page-title h1 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 2rem;
  }
}

.publish-date {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.diagnosis-cta {
  margin-top: 5rem;
}
.diagnosis-cta__text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .diagnosis-cta__text {
    font-size: 1.7rem;
  }
}
.diagnosis-cta__banner {
  display: inline-block;
  margin-top: 2rem;
  text-align: center;
  transition: 0.3s;
}
.diagnosis-cta__banner:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .diagnosis-cta__banner {
    margin-top: 1.5rem;
  }
}

.page-toc {
  counter-reset: toc-count;
  margin-top: 9rem;
  padding: 5rem 9rem 6rem;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .page-toc {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
}
.page-toc__separation {
  counter-increment: toc-count;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}
.page-toc__separation::before {
  content: counter(toc-count) '.';
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.2;
  width: 2.5rem;
}
@media (max-width: 768px) {
  .page-toc__separation::before {
    font-size: 1.6rem;
  }
}
.page-toc__separation a {
  transition: 0.3s;
}
.page-toc__separation a:hover {
  opacity: 0.7;
}
.page-toc__main-title {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-toc__main-title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
}
.page-toc__section-title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-toc__section-title {
    font-size: 1.4rem;
  }
}
.page-toc__chapter-title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-toc__chapter-title {
    font-size: 1.4rem;
  }
}

.contents-section {
  margin: 10rem auto 0;
}
@media (max-width: 768px) {
  .contents-section {
    margin-top: 4rem;
  }
}

.contents-title__main {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 2rem;
  border-left: 0.8rem solid #da4733;
  margin: 0;
}
@media (max-width: 768px) {
  .contents-title__main {
    padding-left: 1rem;
    font-size: 1.8rem;
  }
}
.contents-title__speech {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #da4733;
  background: #fff;
  position: relative;
  border: 4px solid #da4733;
  filter: drop-shadow(5px 8px 0 rgb(214, 214, 214));
}
.contents-title__speech::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.5rem 0 1.5rem;
  border-color: #da4733 transparent transparent transparent;
  z-index: 1;
}
.contents-title__speech::after {
  content: '';
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1.3rem 0 1.3rem;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
@media (max-width: 768px) {
  .contents-title__speech {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.contents-title__sub--product {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contents-title__sub--product {
    font-size: 1.8rem;
  }
}
.contents-title__sub--border {
  border-bottom: 0.2rem solid #da4733;
  margin-top: 5rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .contents-title__sub--border {
    font-size: 1.8rem;
  }
}
.contents-title__sub--icon {
  text-align: center;
  color: #da4733;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 2rem 0 0 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .contents-title__sub--icon {
    font-size: 2rem;
  }
}
.contents-title__genre {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #da4733;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contents-title__genre {
    font-size: 1.6rem;
  }
}
.contents-title__ico {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: #da4733;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  line-height: 1.3;
  width: 100%;
}
@media (max-width: 768px) {
  .contents-title__ico {
    font-size: 1.6rem;
  }
}
.contents-title__ico--power img {
  max-width: 3.4rem;
}
.contents-title__ico--handgrip img {
  max-width: 3rem;
}
.contents-title__ico--protein img {
  max-width: 4rem;
}
.contents-title__ico--milk img {
  max-width: 1.9rem;
}
.contents-title__ico span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
}
.contents-title__ico-small {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contents-title__ico-small {
    font-size: 1.6rem;
  }
}
.contents-title__ico-small--star,
.contents-title__ico-small--chat,
.contents-title__ico-small--user {
  max-width: 2.8rem;
}
.contents-title__ico-small span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
}
.contents-title__timing {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.contents-text--main {
  margin: 3rem 0 0 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-text--main {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.contents-text--detail {
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-text--detail {
    font-size: 1.4rem;
  }
}
.contents-text--accent {
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe643 65%);
}
.contents-text--phrase {
  margin-top: 5rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #da4733;
}
@media (max-width: 768px) {
  .contents-text--phrase {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.contents-text--border {
  margin: 4rem 0 0 0;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  border-top: 1px solid #989898;
}
@media (max-width: 768px) {
  .contents-text--border {
    font-size: 1.4rem;
  }
}

.contents-link__text {
  color: #da4733;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
  -webkit-text-decoration-color: #da4733;
  text-decoration-color: #da4733;
  transition: 0.3s;
}
.contents-link__text:hover {
  opacity: 0.6;
}

.contents-table {
  width: min(100rem, 100%);
  margin: 3rem auto 0;
  background: #fff;
  border-radius: 2rem;
}
.contents-table__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .contents-table__split {
    grid-template-columns: 1fr;
  }
}
.contents-table__left {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: start;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
}
.contents-table__image {
  position: relative;
}
.contents-table__image-product {
  width: min(42rem, 100%);
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .contents-table__image-product {
    max-width: 25rem;
  }
}
.contents-table__right {
  display: grid;
  width: 100%;
}
.contents-table__brand {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.contents-table__name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .contents-table__name {
    font-size: 1.8rem;
  }
}
.contents-table__introduction {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-table__introduction {
    font-size: 1.4rem;
  }
}
.contents-table .nutrition {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #e1dfd6;
  margin-top: 2rem;
}
.contents-table .nutrition th,
.contents-table .nutrition td {
  border: 0.1rem solid #e1dfd6;
  height: 3.5rem;
  vertical-align: middle;
}
.contents-table .nutrition th {
  width: 12rem;
  background: #fffbef;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.contents-table .nutrition td {
  width: 28rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.contents-table .nutrition td span {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.contents-table .nutrition-note {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.contents-table__desc {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.8;
}
.contents-table .product-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  max-width: 35rem;
  width: 100%;
  background: #228d27;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 3rem auto;
  padding: 1.4rem 2.4rem;
  border-radius: 999rem;
  box-shadow: 0.3rem 0.5rem 0 #000;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-align: center;
}
.contents-table .product-btn:hover {
  transform: translateY(0.3rem);
  box-shadow: 0 0 0 #000;
}
.contents-table .product-btn:active {
  transform: translateY(0);
}
.contents-table .product-btn::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
  border-radius: 999rem;
  background: #fff;
}
.contents-table .product-btn::before {
  content: '';
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1.1rem solid #228d27;
  z-index: 1;
}
@media (max-width: 768px) {
  .contents-table .product-btn {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    max-width: 25rem;
    font-size: 1.6rem;
  }
}
.contents-table__explanation {
  margin-top: 3.5rem;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  background-color: #faf9f7;
}
@media (max-width: 768px) {
  .contents-table__explanation {
    margin-top: 0;
    padding: 2rem;
    font-size: 1.4rem;
  }
}

.contents-recommend-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .contents-recommend-table {
    margin-top: 2.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.contents-recommend-table__main {
  border-collapse: collapse;
  width: 100%;
  min-width: 80rem;
}
.contents-recommend-table__main col:nth-child(1) {
  width: 28rem;
}
.contents-recommend-table__main col:nth-child(2) {
  width: 14rem;
}
.contents-recommend-table__main col:nth-child(3) {
  width: 14rem;
}
.contents-recommend-table__main col:nth-child(4) {
  width: 24rem;
}
@media (max-width: 900px) {
  .contents-recommend-table__main {
    table-layout: fixed;
  }
}
@media (max-width: 768px) {
  .contents-recommend-table__main {
    min-width: 60rem;
  }
  .contents-recommend-table__main col:nth-child(1) {
    width: 20rem;
  }
  .contents-recommend-table__main col:nth-child(2) {
    width: 12rem;
  }
  .contents-recommend-table__main col:nth-child(3) {
    width: 12rem;
  }
  .contents-recommend-table__main col:nth-child(4) {
    width: 16rem;
  }
}
.contents-recommend-table__main th,
.contents-recommend-table__main td {
  border: 1px solid #e0e0e0;
  padding: 1.5rem 0;
  vertical-align: middle;
  line-height: 1.5;
  word-break: break-all;
}
.contents-recommend-table__main td {
  padding: 1.5rem 1rem;
}
@media (max-width: 768px) {
  .contents-recommend-table__main td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.contents-recommend-table__main thead th {
  background-color: #fffbef;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contents-recommend-table__main thead th {
    font-size: 1.4rem;
  }
}
.contents-recommend-table__main tbody tr:nth-child(odd) {
  background-color: #fff;
}
.contents-recommend-table__main tbody tr:nth-child(even) {
  background-color: #faf9f6;
}
.contents-recommend-table__main tbody td {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .contents-recommend-table__main tbody td {
    font-size: 1.2rem;
  }
}
.contents-recommend-table__product {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  transition: 0.4s;
}
.contents-recommend-table__product:hover {
  opacity: 0.7;
}
.contents-recommend-table__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  max-width: 36px;
  width: 100%;
}
.contents-recommend-table__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contents-recommend-table__name {
  font-weight: 600;
}
.contents-recommend-table__features {
  text-align: left !important;
}

.contents-list__genre {
  position: relative;
  display: inline-block;
  margin-top: 3.5rem;
  padding: 2.5rem;
  width: 100%;
  background-color: #faf9f6;
  list-style: none;
}
.contents-list__genre li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.contents-list__genre li::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  max-width: 0.8rem;
  max-height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #da4733;
  border-radius: 50%;
}
.contents-list__purpose {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 2.5rem;
  width: 100%;
  background-color: #faf9f6;
  list-style: none;
}
.contents-list__purpose li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contents-list__purpose li {
    align-items: baseline;
    font-size: 1.4rem;
  }
}
.contents-list__purpose li::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  max-width: 0.8rem;
  max-height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #da4733;
  border-radius: 50%;
}
.contents-image__purpose {
  margin: auto;
  max-width: 53.9rem;
  width: 100%;
}
.contents-image__ornament {
  margin: auto;
  width: 100%;
}
.contents-image__ornament--01 {
  margin-top: 2rem;
  max-width: 21.4rem;
}
@media (max-width: 768px) {
  .contents-image__ornament--01 {
    max-width: 15rem;
  }
}
.contents-image__ornament--02 {
  margin-top: 5em;
  max-width: 32.2rem;
}
@media (max-width: 768px) {
  .contents-image__ornament--02 {
    margin-top: 2rem;
    max-width: 22.5rem;
  }
}
.contents-image__ornament--03 {
  margin-top: 5rem;
  max-width: 21.5rem;
}
@media (max-width: 768px) {
  .contents-image__ornament--03 {
    margin-top: 2rem;
    max-width: 15rem;
  }
}
.contents-image__ornament--04 {
  margin-top: 3rem;
  max-width: 28.6rem;
}
@media (max-width: 768px) {
  .contents-image__ornament--04 {
    margin-top: 2rem;
    max-width: 19.5rem;
  }
}

.contents-box {
  width: min(100rem, 100%);
  margin: 2.5rem auto 0;
  padding: 3rem 5rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 0.2rem solid #ebebeb;
}
@media (max-width: 768px) {
  .contents-box {
    padding: 2.5rem 1.5rem;
  }
}
.contents-box__split {
  display: grid;
  grid-template-columns: 5fr 11fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .contents-box__split {
    grid-template-columns: 1fr;
  }
}
.contents-box__left {
  position: relative;
  display: grid;
  justify-items: start;
  align-items: start;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .contents-box__left {
    justify-items: center;
    align-items: center;
  }
}
.contents-box__image {
  position: relative;
}
.contents-box__image-product {
  max-width: 16rem;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.contents-box__right {
  display: grid;
  width: 100%;
}
.contents-box__brand {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.contents-box__name {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contents-box__name {
    font-size: 1.6rem;
  }
}
.contents-box__introduction {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-box__introduction {
    font-size: 1.4rem;
  }
}
.contents-box .product-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  max-width: 22rem;
  width: 100%;
  background: #228d27;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 3rem 0 0 auto;
  padding: 0.7rem 2.4rem;
  border-radius: 999rem;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #228d27;
}
.contents-box .product-btn::before {
  content: '';
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #228d27;
  z-index: 1;
  transition: 0.3s;
}
.contents-box .product-btn::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(-50%);
  border-radius: 999rem;
  background: #fff;
  transition: 0.3s;
}
.contents-box .product-btn:hover {
  color: #228d27;
  background: #fff;
}
.contents-box .product-btn:hover::before {
  border-left: 1rem solid #fff;
}
.contents-box .product-btn:hover::after {
  background: #228d27;
}
@media (max-width: 768px) {
  .contents-box .product-btn {
    margin: 2rem auto 0;
  }
}
.contents-box .product-btn--left {
  margin: 3rem auto 0 0;
}
.contents-box__item {
  position: relative;
  margin-top: 1.5rem;
  padding: 2rem 2.5rem;
  width: 100%;
  background-color: #faf9f6;
}
@media (max-width: 768px) {
  .contents-box__item {
    padding: 1.5rem;
  }
}
.contents-box__list {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #faf9f6;
  list-style: none;
}
.contents-box__list li {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 500;
}
.contents-box__list li::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  max-width: 0.8rem;
  max-height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #bcbcbc;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .contents-box__list li {
    font-size: 1.4rem;
  }
}

.contents-timing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  margin-top: 2rem;
}
.contents-timing__img--training {
  max-width: 25rem;
}
@media (max-width: 768px) {
  .contents-timing__img--training {
    max-width: 12.5rem;
  }
}
.contents-timing__img--morning {
  max-width: 26.6rem;
}
@media (max-width: 768px) {
  .contents-timing__img--morning {
    max-width: 13.3rem;
  }
}
.contents-timing__img--night {
  max-width: 38.3rem;
}
@media (max-width: 768px) {
  .contents-timing__img--night {
    max-width: 19.2rem;
  }
}
.contents-timing__img--diet {
  max-width: 25.3rem;
}
@media (max-width: 768px) {
  .contents-timing__img--diet {
    max-width: 12.6rem;
  }
}
.contents-timing__left {
  max-width: 7.3rem;
  width: 100%;
}
.contents-timing__name {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contents-timing__name {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.contents-timing__text {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-timing__text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.contents-faq {
  position: relative;
}
.contents-faq__question {
  margin-top: 3rem;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  background-color: #faf9f6;
}
@media (max-width: 768px) {
  .contents-faq__question {
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
  }
}
.contents-faq__question span {
  color: #da4733;
}
.contents-faq__answer {
  padding: 1.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-faq__answer {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.contents-brand-list {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .contents-brand-list {
    margin-top: 2.5rem;
  }
}
.contents-brand-list dl {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .contents-brand-list dl {
    margin-top: 1.5rem;
  }
}
.contents-brand-list dl dt {
  font-size: 1.6rem;
  font-weight: 600;
}
.contents-brand-list dl dt span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #da4733;
}
.contents-brand-list dl dd {
  margin-left: 2.1rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contents-brand-list dl dd {
    margin-left: 1.9rem;
    font-size: 1.4rem;
  }
}

.banner-contents {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}
.banner-contents a {
  display: inline-block;
  max-width: 480px;
  transition: 0.3s;
}
.banner-contents a:hover {
  opacity: 0.6;
}

.js-fade {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
  will-change: opacity, transform;
}
.js-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
}
