@charset "UTF-8";
@layer reset {
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, dialog {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
  }

  body {
    line-height: 1;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
  }

  ul,
ol {
    list-style: none;
  }

  blockquote,
q {
    quotes: none;
  }

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

  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
  }

  picture {
    font-size: 0;
  }

  sub,
sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 50%;
  }

  /* change colours to suit your needs */
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }

  /* change colours to suit your needs */
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }

  del {
    text-decoration: line-through;
  }

  abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* change border colour to suit your needs */
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }

  input,
select {
    vertical-align: middle;
  }

  * {
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
  }
  *::before, *::after {
    box-sizing: border-box;
  }
}
html {
  font-size: 10px;
  overflow-y: unset;
  scroll-padding-top: 85px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.5;
  min-width: unset;
}
body .l-header, body .l-pagebody, body .l-contact {
  font-family: "Noto Sans JP", sans-serif;
}
body.is-fixed {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
a:hover {
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

label {
  cursor: pointer;
}

dialog {
  color: inherit;
}

sub {
  display: inline-block;
  font-size: 1em;
  line-height: 0.2;
  vertical-align: -0.4em;
}

sup {
  display: inline-block;
  font-size: 0.65em;
  vertical-align: 0.4em;
}

section {
  padding: 0;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(90deg, #ec7992 0%, #d74568 100%);
  padding: 8px 20px 8px 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header {
    padding: 6px 12px 8px 8px;
  }
}
.l-header__inr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
@media screen and (min-width: 1025px) and (max-width: 1275px) {
  .l-header__inr {
    gap: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__inr {
    justify-content: space-between;
  }
}
.l-header__logo {
  margin-right: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1275px) {
  .l-header__logo {
    max-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__logo {
    margin: 0;
    max-width: 240px;
  }
}
.l-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 190px;
  height: 55px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1275px) {
  .l-header__contact {
    width: 170px;
  }
}
.l-header__contact::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: #ec7992;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-mail-icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: background 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header__contact::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ec7992;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header__contact span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ec7992;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) {
  .l-header__contact:hover::before {
    background: #fff;
  }
  .l-header__contact:hover::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .l-header__contact:hover span {
    color: #fff;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu {
    gap: 3px;
    width: 32px;
    height: 32px;
  }
}
.l-header__menu::before, .l-header__menu::after {
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #ec7992;
  width: 4px;
  height: 4px;
  content: "";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu::before, .l-header__menu::after {
    width: 2px;
    height: 2px;
  }
}
.l-header__menu span {
  width: 4px;
  height: 4px;
  background: #ec7992;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu span {
    width: 2px;
    height: 2px;
  }
}
.l-header__menu.is-open::before, .l-header__menu.is-open::after {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 21px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu.is-open::before, .l-header__menu.is-open::after {
    width: 11px;
  }
}
.l-header__menu.is-open::before {
  transform: rotate(45deg);
}
.l-header__menu.is-open::after {
  transform: rotate(-45deg);
}
.l-header__menu.is-open span {
  display: none;
}

.l-contact {
  padding-top: 100px;
  padding-bottom: 120px;
  background: linear-gradient(93deg, #ffe1ef 25.41%, #f1f1ff 48.42%, #d9f8ff 77.17%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.l-contact__inr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.l-contact__info {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact__info {
    font-size: 1.5rem;
  }
}
.l-contact__gt > a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.l-contact__gt > a span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: #fff;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-mail-icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: background 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) {
  .l-contact__gt > a:hover span::before {
    background: #ec7992;
  }
}
.l-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact__tel {
    gap: 8px;
  }
}
.l-contact__tel::before {
  content: "";
  width: 45px;
  height: 44px;
  background: url("/med_nutrition/archives/tumguide/images/common/cmn-contact-tel.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact__tel::before {
    width: 30px;
    height: 29px;
  }
}
.l-contact__tel span {
  color: #ec7992;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1145px) {
  .l-contact__tel span {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact__tel span {
    font-size: 4rem;
  }
}
.l-contact__time {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-contact__time {
    font-size: 1.1rem;
  }
}

.l-pagetop {
  display: block;
  margin: 5px 30px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ec7992 0%, #d74568 100%);
  position: sticky;
  bottom: 30px;
  left: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagetop {
    transform: translateY(-50%);
    bottom: 20px;
    margin: 0 20px 0 0;
    width: 42px;
    height: 42px;
  }
}
.l-pagetop::before {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  content: "";
  transition: background 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagetop::before {
    display: none;
  }
}
.l-pagetop::after {
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-arrow-icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 18px;
  content: "";
  transform: rotate(-90deg);
  transition: background 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagetop::after {
    width: 14px;
    height: 13px;
  }
}
@media (hover: hover) {
  .l-pagetop:hover::before {
    background: #fff;
  }
  .l-pagetop:hover::after {
    background: #ec7992;
  }
}
.l-pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

#footer {
  margin-top: -35px;
  font-size: 16px;
  font-family: "I-OTF-UDゴ本文Pro L", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #footer {
    margin-top: -42px;
  }
}
#footer *::before, #footer *::after {
  box-sizing: content-box;
}
#footer a:hover {
  text-decoration: underline;
}

.ptop {
  display: none !important;
}

@media print, screen and (min-width: 1025px) {
  .l-gnavi {
    display: block !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 20px;
    background: #ee849d;
    width: 100%;
    height: calc(100dvh - 101px);
    overflow-y: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnavi {
    height: calc(100dvh - 55px);
  }
}
.l-gnavi__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (min-width: 1025px) and (max-width: 1275px) {
  .l-gnavi__list {
    gap: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list {
    display: block;
  }
}
.l-gnavi__list > li {
  position: relative;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1275px) {
  .l-gnavi__list > li {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    border-bottom: 1px solid #f7c1ce;
    padding: 28px 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnavi__list > li {
    font-size: 1.7rem;
  }
}
.l-gnavi__list > li > a,
.l-gnavi__list > li > span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #fff;
}
@media (hover: hover) {
  .l-gnavi__list > li > a:after,
.l-gnavi__list > li > span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #f2a1b3;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media (hover: hover) {
  .l-gnavi__list > li > a:hover:after,
.l-gnavi__list > li > span:hover:after {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
.l-gnavi__list > li > button {
  flex: none;
  position: relative;
  width: 29px;
  height: 29px;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnavi__list > li > button {
    width: 19px;
    height: 19px;
  }
}
.l-gnavi__list > li > button::before, .l-gnavi__list > li > button::after {
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnavi__list > li > button::before, .l-gnavi__list > li > button::after {
    width: 13px;
    height: 2px;
  }
}
.l-gnavi__list > li > button::after {
  transform: rotate(90deg);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-gnavi__list > li.is-open > button::after {
  transform: rotate(0);
}
.l-gnavi__list__sub {
  display: none;
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  border-radius: 30px;
  padding: 36px 40px;
  background: #fff;
  width: max-content;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list__sub {
    display: block !important;
    transform: translateX(0);
    position: static;
    border: none;
    padding: 0;
    background: none;
    margin-top: 14px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-gnavi__list__sub::before {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
  }
}
.l-gnavi__list__sub > li {
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list__sub > li {
    font-size: 1.6rem;
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnavi__list__sub > li {
    font-size: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list__sub > li::before {
    margin-right: 0.4286em;
    content: "-";
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-gnavi__list__sub > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .l-gnavi__list__sub > li > a {
    color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-gnavi__list__sub > li > a::after {
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    flex: none;
    background: #ec7992;
    mask: url("/med_nutrition/archives/tumguide/images/common/cmn-arrow-icon02.svg") 0 0 no-repeat;
    width: 15px;
    height: 13px;
    content: "";
    will-change: transform;
  }
}
@media (hover: hover) {
  .l-gnavi__list__sub > li > a:hover::after {
    transform: translateX(10px);
  }
}
.l-gnavi__list__sub > li:not(:last-child) {
  margin-bottom: 1em;
}

.l-breadcrumb {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.l-breadcrumb ol {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-breadcrumb ol li {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.l-breadcrumb ol li a {
  color: #afb0b0;
}
@media (hover: hover) {
  .l-breadcrumb ol li a:hover {
    text-decoration: underline;
  }
}
.l-breadcrumb ol li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.3em;
  color: #afb0b0;
  content: "/";
}

.l-pagenavi {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi {
    margin-top: 40px;
  }
}
.l-pagenavi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul {
    gap: 10px;
  }
}
.l-pagenavi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li a {
    width: 40px;
    height: 40px;
  }
}
.l-pagenavi ul li a:not([aria-label], [aria-current]) {
  border: 1px solid #d9d9d9;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li a:not([aria-label], [aria-current]) {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .l-pagenavi ul li a:not([aria-label], [aria-current]):hover {
    background: #c9caca;
  }
}
.l-pagenavi ul li a[aria-label]::before {
  display: inline-block;
  border-top: 3px solid #666;
  border-left: 3px solid #666;
  width: 10px;
  height: 10px;
  content: "";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li a[aria-label]::before {
    border-width: 2px;
    width: 8px;
    height: 8px;
  }
}
.l-pagenavi ul li a[aria-label=prev] {
  transform: rotate(-45deg);
}
.l-pagenavi ul li a[aria-label=next] {
  transform: rotate(135deg);
}
@media (hover: hover) {
  .l-pagenavi ul li a:hover {
    opacity: 0.5;
  }
}
.l-pagenavi ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ec7992 0%, #d74568 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.l-pagenavi ul li:has([aria-label=prev]) {
  margin-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li:has([aria-label=prev]) {
    margin-right: 0;
  }
}
.l-pagenavi ul li:has([aria-label=next]) {
  margin-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagenavi ul li:has([aria-label=next]) {
    margin-left: 0;
  }
}

.l-content {
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-content {
    margin-bottom: 60px;
  }
}

.l-mv {
  background: url("/med_nutrition/archives/tumguide/images/page/page-mv-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  height: 240px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv {
    height: 120px;
  }
}
.l-mv__inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.l-mv__inr :is(hgroup, div) :first-child {
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv__inr :is(hgroup, div) :first-child {
    font-size: 2.4rem;
  }
}
.l-mv__inr :is(hgroup, div) :first-child sub {
  font-size: smaller;
  line-height: 1;
  vertical-align: -0.45em;
}
.l-mv__inr :is(hgroup, div) :last-child {
  margin-top: 5px;
  color: #ec7992;
  font-weight: 300;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv__inr :is(hgroup, div) :last-child {
    font-size: 1.3rem;
  }
}

.l-wrap {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.l-box {
  margin-top: 60px;
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-box {
    margin-top: 40px;
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-box__inr {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}

.l-page-sec {
  padding-top: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-page-sec {
    padding-top: 40px;
  }
}
.l-page-sec::before {
  content: "";
  display: inline-block;
  width: 61.1875vw;
  height: 23.25vw;
  background: url("/med_nutrition/archives/tumguide/images/top/top-sec-bg.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-page-sec::before {
    width: 73.0666666667vw;
    height: 44.8vw;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  min-width: max-content;
  background: linear-gradient(90deg, #ec7992 0%, #d74568 100%);
  padding: 22px 30px 22px 40px;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn {
    padding: 16px 25px 16px 28px;
  }
}
.c-btn span {
  font-size: 2rem;
  color: #fff;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn span {
    font-size: 1.4rem;
  }
}
.c-btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #ec7992;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-btn::after {
  content: "";
  flex: none;
  width: 30px;
  height: 15px;
  background: #fff;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-arrow-icon.svg") 0 0 no-repeat;
  transition: background 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn::after {
    width: 21px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-btn:hover span {
    color: #ec7992;
  }
  .c-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .c-btn:hover::after {
    background: #ec7992;
    transform: translateX(10px);
  }
}
.c-btn[target=_blank]::after {
  width: 22px;
  height: 22px;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-blank-icon.svg") 0 0 no-repeat;
  transform: translateX(0) !important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn[target=_blank]::after {
    width: 13px;
    height: 13px;
  }
}
.c-btn[target=_blank][href*=".pdf"]::after {
  width: 38px;
  height: 17px;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-pdf-icon.svg") 0 0 no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn[target=_blank][href*=".pdf"]::after {
    width: 28px;
    height: 12px;
  }
}
.c-btn--base {
  max-width: 400px;
  margin-top: 85px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--base {
    margin-top: 30px;
  }
}

.c-bh {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bh {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.c-bh::before {
  content: "";
  flex: none;
  width: 10px;
  background: linear-gradient(#ec7992 0%, #d74568 100%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bh::before {
    width: 7px;
  }
}
.c-bh span {
  font-weight: inherit;
}

.js-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.44s cubic-bezier(0.41, 0.2, 0.38, 0.8), transform 0.44s cubic-bezier(0.41, 0.2, 0.38, 0.8);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.11, 0.2, 0.48, 1), transform 1s cubic-bezier(0.11, 0.2, 0.48, 1);
}
.js-fadein02[data-delay] {
  transition-delay: var(--delay, 0s);
}
.js-fadein02.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-top-sec {
  padding-top: 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.p-top-sec::before {
  content: "";
  display: inline-block;
  width: 61.1875vw;
  height: 23.25vw;
  background: url("/med_nutrition/archives/tumguide/images/top/top-sec-bg.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-sec::before {
    width: 73.0666666667vw;
    height: 44.8vw;
  }
}
.p-top-ttl {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-ttl {
    margin-bottom: 30px;
  }
}
.p-top-ttl h2 {
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-ttl h2 {
    font-size: 2rem;
  }
}
.p-top-ttl h2 sub {
  font-size: smaller;
  line-height: 1;
  vertical-align: -0.45em;
}
.p-top-ttl p {
  margin-top: 5px;
  color: #ec7992;
  font-weight: 300;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-ttl p {
    font-size: 1.3rem;
  }
}
.p-top-bh {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-bh {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.p-top-bh::before {
  content: "";
  flex: none;
  width: 10px;
  background: linear-gradient(#ec7992 0%, #d74568 100%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-bh::before {
    width: 7px;
  }
}
.p-top-bh span {
  font-weight: inherit;
}
.p-top-mv {
  position: relative;
  background: #d8f7fc;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-mv {
    overflow: hidden;
    height: 140vw;
  }
}
.p-top-mv picture img {
  width: 100%;
}
.p-top-mv__inr {
  position: absolute;
  top: 6.25vw;
  left: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-mv__inr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    left: 0;
    padding: 7.2vw 20px 5.3333333333vw;
    width: 100%;
    height: 100%;
  }
}
.p-top-mv__inr figure {
  width: 28vw;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-mv__inr figure {
    width: 70.1333333333vw;
    margin: 0 auto;
  }
}
.p-top-mv__inr p {
  font-size: 1.125vw;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-mv__inr p {
    font-size: 1.4rem;
    margin-top: 98.6666666667vw;
  }
}
.p-top-mv__inr p span {
  font-weight: 700;
}
.p-top-about__intro {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__intro {
    display: block;
  }
}
.p-top-about__intro > p {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__intro > p {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__intro > p {
    font-size: 1.4rem;
  }
}
.p-top-about__intro > p span {
  font-weight: 700;
}
.p-top-about__intro > figure {
  position: relative;
  width: 48.9844%;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__intro > figure {
    width: 100%;
    text-align: center;
  }
}
.p-top-about__intro > figure img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeAnime 2s linear 1s infinite;
}
.p-top-about__simu {
  position: relative;
  margin-top: 120px;
  min-height: 434px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__simu {
    min-height: unset;
    margin-top: 40px;
  }
}
.p-top-about__simu > div {
  width: 31.25%;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__simu > div {
    width: 100%;
  }
}
.p-top-about__simu > div > p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__simu > div > p {
    font-size: 1.4rem;
  }
}
.p-top-about__simu > div > a {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__simu > div > a {
    margin-top: 25px;
  }
}
.p-top-about__simu > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.1563%;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__simu > figure {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__simu > figure {
    border-radius: 15px;
  }
}
.p-top-about__simu > figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p-top-about__simu > figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-about__contact {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  margin-top: 85px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-about__contact {
    margin-top: 54px;
    padding: 38px 25px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact {
    border-radius: 15px;
  }
}
.p-top-about__contact__inr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__inr {
    display: block;
  }
}
.p-top-about__contact__inr > div {
  flex: 1;
  text-align: center;
}
.p-top-about__contact__inr > div a {
  margin-top: 35px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__inr > div a {
    margin-top: 20px;
  }
}
.p-top-about__contact__inr > div:not(:last-child) {
  margin-right: 30px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__inr > div:not(:last-child) {
    margin: 0 0 30px 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 30px 0;
  }
}
.p-top-about__contact__ttl {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__ttl {
    font-size: 1.5rem;
  }
}
.p-top-about__contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__tel {
    gap: 8px;
    margin-top: 10px;
  }
}
.p-top-about__contact__tel::before {
  content: "";
  flex: none;
  width: 35px;
  height: 34px;
  background: url("/med_nutrition/archives/tumguide/images/common/cmn-contact-tel.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__tel::before {
    width: 25px;
    height: 24px;
  }
}
.p-top-about__contact__tel span {
  font-weight: 700;
  color: #ec7992;
  font-size: 4.4rem;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__tel span {
    font-size: 3rem;
  }
}
.p-top-about__contact__time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-about__contact__time {
    margin-top: 5px;
    font-size: 1.1rem;
  }
}
.p-top-point__lead {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__lead {
    font-size: 1.4rem;
  }
}
.p-top-point__list {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__list {
    margin: 33px 0 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__list::after {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #e5e5e5;
    content: "";
  }
}
.p-top-point__list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 435px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-point__list li {
    display: block;
    min-height: unset;
  }
}
.p-top-point__list li > div {
  width: 33.5938%;
  margin-left: auto;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-point__list li > div {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-point__list li > div > p {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__list li > div > p {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-point__list li > div > a {
    margin-top: 28px;
  }
}
.p-top-point__list li > figure {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding: 16px 28px;
  background: #fff;
  width: 60.1563%;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-point__list li > figure {
    position: static;
    transform: none;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__list li > figure {
    border-radius: 15px;
    padding: 5px 12px;
  }
}
.p-top-point__list li > figure a {
  display: inline-block;
}
.p-top-point__list li > figure a img {
  transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) {
  .p-top-point__list li > figure a:hover img {
    opacity: 0.5;
    transform: scale(1.085);
  }
}
.p-top-point__list li:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-point__list li:not(:last-child) {
    margin-bottom: 45px;
  }
}
.p-top-report {
  overflow: hidden;
}
.p-top-report__slide {
  position: relative;
}
.p-top-report__slide ul li {
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  background: #fff;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li {
    border-radius: 15px;
  }
}
.p-top-report__slide ul li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding: 65px 30px 40px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li > a {
    padding: 45px 32px 28px;
  }
}
.p-top-report__slide ul li > a article {
  padding: 0;
}
.p-top-report__slide ul li > a article figure {
  height: 279px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li > a article figure {
    height: 159px;
  }
}
.p-top-report__slide ul li > a article figure img {
  width: 94%;
  max-height: 100%;
  object-fit: contain;
}
.p-top-report__slide ul li > a article time {
  display: inline-block;
  margin-top: 50px;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li > a article time {
    margin-top: 38px;
    font-size: 1.2rem;
  }
}
.p-top-report__slide ul li > a article h3 {
  font-size: 1.6rem;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li > a article h3 {
    font-size: 1.2rem;
  }
}
.p-top-report__slide ul li:last-child > a {
  justify-content: center;
  background: #fbe4e9;
  color: #ec7992;
}
.p-top-report__slide ul li:last-child > a p {
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide ul li:last-child > a p {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .p-top-report__slide ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(41, 0, 43, 0.3);
  }
}
.p-top-report__slide .swiper-button-prev,
.p-top-report__slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(115, 152, 169, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.p-top-report__slide .swiper-button-prev::after,
.p-top-report__slide .swiper-button-next::after {
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  font-size: 0;
}
.p-top-report__slide .swiper-button-prev.swiper-button-disabled,
.p-top-report__slide .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-top-report__slide .swiper-button-prev::after {
  transform: translateX(3px) rotate(-135deg);
}
.p-top-report__slide .swiper-button-next::after {
  transform: translateX(-3px) rotate(45deg);
}
.p-top-report__slide__link {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#ec7992 0%, #d74568 100%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
.p-top-report__slide__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: #fff;
  mask: url("/med_nutrition/archives/tumguide/images/common/cmn-arrow-icon02.svg") 0 0 no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-report__slide__link::before {
    width: 14px;
    height: 12px;
  }
}
.p-top-product__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__lead {
    font-size: 1.4rem;
  }
}
.p-top-product__note {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__note {
    margin-bottom: 35px;
  }
}
.p-top-product__note li {
  padding-left: 1.4em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  text-indent: -1.4em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__note li {
    font-size: 1rem;
  }
}
.p-top-product__note li::before {
  content: "-";
  font-weight: inherit;
  margin-right: 1em;
}
.p-top-product__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list {
    gap: 36px;
    margin-bottom: 42px;
  }
}
.p-top-product__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding: 65px 0 0;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list li {
    align-items: stretch;
    padding: 32px 0 0;
    border-radius: 15px;
  }
}
.p-top-product__list li > figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__list li > figure {
    margin: 0 auto;
    text-align: center;
  }
}
.p-top-product__list li > div {
  flex: 1;
  padding: 0 48px 65px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list li > div {
    padding: 0 25px 38px;
  }
}
.p-top-product__list li > div > a {
  margin-top: 40px;
}
.p-top-product__list li:nth-child(2) .p-top-product__list__info {
  margin-top: 35px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__list li:nth-child(2) .p-top-product__list__info {
    margin-top: 1em;
  }
}
.p-top-product__list__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list__txt {
    font-size: 1.2rem;
  }
}
.p-top-product__list__note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list__note {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
.p-top-product__list__info {
  margin-bottom: 40px;
  padding: 28px 30px;
  background: #ebf1f3;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__list__info {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list__info {
    margin-bottom: 30px;
    padding: 18px 16px 24px;
  }
}
.p-top-product__list__info p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__list__info p {
    font-size: 1.1rem;
  }
}
.p-top-product__guide > p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__guide > p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.p-top-product__guide__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__guide__link {
    display: block;
  }
}
.p-top-product__guide__link > figure {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  width: 65.2344%;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-product__guide__link > figure {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__guide__link > figure {
    border-radius: 15px;
  }
}
.p-top-product__guide__link > figure a {
  display: inline-block;
}
.p-top-product__guide__link > figure a img {
  transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) {
  .p-top-product__guide__link > figure a:hover img {
    opacity: 0.5;
    transform: scale(1.085);
  }
}
.p-top-product__guide__link > div a:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-product__guide__link > div a:not(:last-child) {
    margin-bottom: 28px;
  }
}
.p-top-step__flow {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-step__flow {
    border-radius: 15px;
    padding: 36px 30px 38px;
  }
}
.p-top-step__flow ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 13.28125%;
  max-width: 1094px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul {
    flex-direction: column;
    gap: 80px;
  }
}
.p-top-step__flow ul li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul li {
    text-align: left;
  }
}
.p-top-step__flow ul li dl dt {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul li dl dt {
    margin: 0 0 10px auto;
    width: 67.3333%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-step__flow ul li dl dt {
    font-size: 1.8rem;
  }
}
.p-top-step__flow ul li dl div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul li dl div {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-top-step__flow ul li dl div::before {
  content: "";
  display: inline-block;
  width: 102px;
  max-width: 100%;
  height: 102px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-step__flow ul li dl div::before {
    width: 68px;
    height: 68px;
  }
}
.p-top-step__flow ul li dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul li dl dd {
    margin-left: auto;
    width: 67.3333%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-step__flow ul li dl dd {
    font-size: 1.2rem;
  }
}
.p-top-step__flow ul li:nth-child(1) dl div::before {
  background-image: url("/med_nutrition/archives/tumguide/images/top/top-step-icon01.svg");
}
.p-top-step__flow ul li:nth-child(2) dl div::before {
  background-image: url("/med_nutrition/archives/tumguide/images/top/top-step-icon02.svg");
}
.p-top-step__flow ul li:nth-child(3) dl div::before {
  background-image: url("/med_nutrition/archives/tumguide/images/top/top-step-icon03.svg");
}
.p-top-step__flow ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -33%;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 44px;
  background-color: #ec7992;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-step__flow ul li:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -47px;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 15px;
    background-color: #ec7992;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-top-faq__item {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item {
    border-radius: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.p-top-faq__item__inr {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-faq__item__inr dl dt {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 25px;
  cursor: pointer;
  user-select: none;
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item__inr dl dt {
    padding: 22px 0;
    font-size: 1.3rem;
  }
}
.p-top-faq__item__inr dl dt::before {
  flex: none;
  content: "Q.";
  color: #7398a9;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  font-family: "Lexend", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item__inr dl dt::before {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.p-top-faq__item__inr dl dt button {
  flex: none;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0.5em 0 0 auto;
}
.p-top-faq__item__inr dl dt button::before, .p-top-faq__item__inr dl dt button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-top-faq__item__inr dl dt button::after {
  transform: rotate(90deg);
}
.p-top-faq__item__inr dl dt.is-open button::after {
  transform: rotate(0);
}
.p-top-faq__item__inr dl dd {
  display: none;
  width: 88%;
  padding: 25px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item__inr dl dd {
    padding: 22px 0;
  }
}
.p-top-faq__item__inr dl dd p {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 25px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item__inr dl dd p {
    font-size: 1.3rem;
  }
}
.p-top-faq__item__inr dl dd p::before {
  flex: none;
  content: "A.";
  color: #ec7992;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  font-family: "Lexend", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-faq__item__inr dl dd p::before {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.p-top-faq__item__inr dl:not(:last-child) {
  border-bottom: 1px solid #e3eaee;
}
.p-top-news__item {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__item {
    border-radius: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.p-top-news__item__inr {
  max-height: 350px;
  overflow-y: auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__item__inr {
    max-height: 364px;
  }
}
.p-top-news__list {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-news__list li article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  padding: 46px 0;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-news__list li article {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list li article {
    gap: 15px;
    padding: 25px 0;
  }
}
.p-top-news__list li article time {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list li article time {
    font-size: 1.3rem;
  }
}
.p-top-news__list li article h3 {
  flex: 1;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .p-top-news__list li article h3 {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list li article h3 {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-top-news__list li article h3 a:hover {
    text-decoration: underline;
  }
}
.p-top-news__list li:not(:last-child) {
  border-bottom: 1px solid #e3eaee;
}
.p-top-news__list__cat {
  flex: none;
  width: 150px;
  margin-right: 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list__cat {
    width: auto;
    margin-right: 0;
  }
}
.p-top-news__list__cat span {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list__cat span {
    padding: 1px 8px;
    font-size: 1rem;
  }
}
.p-top-news__list__cat--seminar span {
  background: #9db7c3;
  color: #fff;
}
.p-top-news__list__cat--paper span {
  border: 1px solid #ec7992;
  color: #ec7992;
}
.p-top-news__list__cat--news span {
  background: #ec7992;
  color: #fff;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-reports__lead {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}
.p-reports__list li {
  box-shadow: 0 0 10px rgba(41, 0, 43, 0.2);
  border-radius: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list li {
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-reports__list li article {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  min-height: 276px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list li article {
    display: block;
    min-height: unset;
  }
}
.p-reports__list li article > div {
  margin-left: auto;
  width: 76.5766%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list li article > div {
    width: 100%;
  }
}
.p-reports__list li article > div > a {
  margin-top: auto;
  max-width: 300px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list li article > div > a {
    margin: 20px auto 0;
  }
}
.p-reports__list li article > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5676%;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list li article > figure {
    position: static;
    width: 100%;
  }
}
.p-reports__list li:not(:last-child) {
  margin-bottom: 40px;
}
.p-reports__list__hd > h2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__hd > h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.p-reports__list__hd > h2::before {
  content: "";
  flex: none;
  width: 10px;
  background: linear-gradient(#ec7992 0%, #d74568 100%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__hd > h2::before {
    width: 7px;
  }
}
.p-reports__list__hd > h2 span {
  font-weight: inherit;
}
.p-reports__list__hd > p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__hd > p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__content {
    margin: 20px 0 0;
  }
}
.p-reports__list__content > h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__content > h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.p-reports__list__content > p:not([class]) {
  margin: 1em 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__content > p:not([class]) {
    font-size: 1.4rem;
  }
}
.p-reports__list__note {
  margin-top: 2em;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-reports__list__note {
    font-size: 1.2rem;
  }
}

.p-medical {
  padding-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical {
    padding-top: 40px;
  }
}
.p-medical__hd {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__hd {
    margin-bottom: 40px;
  }
}
.p-medical__hd > p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__hd > p {
    font-size: 1.4rem;
  }
}
.p-medical .l-box {
  margin-bottom: 75px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical .l-box {
    margin-bottom: 40px;
  }
}
.p-medical__content > p {
  margin-top: 50px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__content > p {
    font-size: 1.4rem;
  }
}
.p-medical__content > p a {
  color: #ec7992;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-medical__content > p a:hover {
    text-decoration: none;
  }
}
.p-medical__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 75px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__item {
    flex-direction: column;
    gap: 40px;
  }
}
.p-medical__item figure {
  text-align: center;
}
.p-medical__item figure figcaption {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__item figure figcaption {
    font-size: 1.4rem;
  }
}
.p-medical__item figure a {
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__item figure a {
    width: 75%;
  }
}
.p-medical__colmun {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__colmun {
    display: block;
  }
}
.p-medical__colmun .l-box {
  margin-top: 0;
  margin-bottom: 0;
}
.p-medical__colmun li {
  width: 45%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__colmun li {
    width: 100%;
  }
}
.p-medical__colmun figure {
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medical__colmun figure img {
    width: 75%;
  }
}
.p-medical__colmun .c-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p-medicalfee__ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__ttl {
    margin-bottom: 30px;
  }
}
.p-medicalfee__ttl h2 {
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__ttl h2 {
    font-size: 2.2rem;
  }
}
.p-medicalfee__ttl h2 sub {
  font-size: smaller;
  line-height: 1;
  vertical-align: -0.45em;
}
.p-medicalfee__ttl > p {
  margin-top: 5px;
  color: #ec7992;
  font-weight: 300;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__ttl > p {
    font-size: 1.3rem;
  }
}
.p-medicalfee__hd > p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__hd > p {
    font-size: 1.4rem;
  }
}
.p-medicalfee__content > ol {
  counter-reset: number;
}
.p-medicalfee__content > ol li {
  text-indent: -2.6em;
  padding-left: 2.6em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__content > ol li {
    font-size: 1.4rem;
  }
}
.p-medicalfee__content > ol li span {
  font-weight: inherit;
  text-decoration: underline;
}
.p-medicalfee__content > ol li:not(:last-child) {
  margin-bottom: 2em;
}
.p-medicalfee__content > ol li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  font-weight: 700;
}
.p-medicalfee__hd02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__hd02 {
    margin-bottom: 30px;
  }
}
.p-medicalfee__hd02 > h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__hd02 > h4 {
    font-size: 2rem;
  }
}
.p-medicalfee__hd02 > h4 span {
  color: #ec7992;
  font-weight: inherit;
}
.p-medicalfee__hd02 > p {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__hd02 > p {
    font-size: 1.4rem;
  }
}
.p-medicalfee__source {
  margin-top: 60px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-medicalfee__source {
    font-size: 1.4rem;
  }
}
.p-medicalfee__source a {
  color: #ec7992;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-medicalfee__source a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-tab,
.u-sp {
    display: none !important;
  }

  .u-pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc,
.u-sp {
    display: none !important;
  }

  .u-tab-none {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc,
.u-tab {
    display: none !important;
  }

  .u-sp-none {
    display: none !important;
  }
}
.u-f-lexend {
  font-family: "Lexend", sans-serif !important;
}

.fp {
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-t-mt0 {
    margin-top: 0px !important;
  }

  .u-t-mb0 {
    margin-bottom: 0px !important;
  }

  .u-t-mt5 {
    margin-top: 5px !important;
  }

  .u-t-mb5 {
    margin-bottom: 5px !important;
  }

  .u-t-mt10 {
    margin-top: 10px !important;
  }

  .u-t-mb10 {
    margin-bottom: 10px !important;
  }

  .u-t-mt15 {
    margin-top: 15px !important;
  }

  .u-t-mb15 {
    margin-bottom: 15px !important;
  }

  .u-t-mt20 {
    margin-top: 20px !important;
  }

  .u-t-mb20 {
    margin-bottom: 20px !important;
  }

  .u-t-mt25 {
    margin-top: 25px !important;
  }

  .u-t-mb25 {
    margin-bottom: 25px !important;
  }

  .u-t-mt30 {
    margin-top: 30px !important;
  }

  .u-t-mb30 {
    margin-bottom: 30px !important;
  }

  .u-t-mt35 {
    margin-top: 35px !important;
  }

  .u-t-mb35 {
    margin-bottom: 35px !important;
  }

  .u-t-mt40 {
    margin-top: 40px !important;
  }

  .u-t-mb40 {
    margin-bottom: 40px !important;
  }

  .u-t-mt45 {
    margin-top: 45px !important;
  }

  .u-t-mb45 {
    margin-bottom: 45px !important;
  }

  .u-t-mt50 {
    margin-top: 50px !important;
  }

  .u-t-mb50 {
    margin-bottom: 50px !important;
  }

  .u-t-mt55 {
    margin-top: 55px !important;
  }

  .u-t-mb55 {
    margin-bottom: 55px !important;
  }

  .u-t-mt60 {
    margin-top: 60px !important;
  }

  .u-t-mb60 {
    margin-bottom: 60px !important;
  }

  .u-t-mt65 {
    margin-top: 65px !important;
  }

  .u-t-mb65 {
    margin-bottom: 65px !important;
  }

  .u-t-mt70 {
    margin-top: 70px !important;
  }

  .u-t-mb70 {
    margin-bottom: 70px !important;
  }

  .u-t-mt75 {
    margin-top: 75px !important;
  }

  .u-t-mb75 {
    margin-bottom: 75px !important;
  }

  .u-t-mt80 {
    margin-top: 80px !important;
  }

  .u-t-mb80 {
    margin-bottom: 80px !important;
  }

  .u-t-mt85 {
    margin-top: 85px !important;
  }

  .u-t-mb85 {
    margin-bottom: 85px !important;
  }

  .u-t-mt90 {
    margin-top: 90px !important;
  }

  .u-t-mb90 {
    margin-bottom: 90px !important;
  }

  .u-t-mt95 {
    margin-top: 95px !important;
  }

  .u-t-mb95 {
    margin-bottom: 95px !important;
  }

  .u-t-mt100 {
    margin-top: 100px !important;
  }

  .u-t-mb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-s-mt0 {
    margin-top: 0px !important;
  }

  .u-s-mb0 {
    margin-bottom: 0px !important;
  }

  .u-s-mt5 {
    margin-top: 5px !important;
  }

  .u-s-mb5 {
    margin-bottom: 5px !important;
  }

  .u-s-mt10 {
    margin-top: 10px !important;
  }

  .u-s-mb10 {
    margin-bottom: 10px !important;
  }

  .u-s-mt15 {
    margin-top: 15px !important;
  }

  .u-s-mb15 {
    margin-bottom: 15px !important;
  }

  .u-s-mt20 {
    margin-top: 20px !important;
  }

  .u-s-mb20 {
    margin-bottom: 20px !important;
  }

  .u-s-mt25 {
    margin-top: 25px !important;
  }

  .u-s-mb25 {
    margin-bottom: 25px !important;
  }

  .u-s-mt30 {
    margin-top: 30px !important;
  }

  .u-s-mb30 {
    margin-bottom: 30px !important;
  }

  .u-s-mt35 {
    margin-top: 35px !important;
  }

  .u-s-mb35 {
    margin-bottom: 35px !important;
  }

  .u-s-mt40 {
    margin-top: 40px !important;
  }

  .u-s-mb40 {
    margin-bottom: 40px !important;
  }

  .u-s-mt45 {
    margin-top: 45px !important;
  }

  .u-s-mb45 {
    margin-bottom: 45px !important;
  }

  .u-s-mt50 {
    margin-top: 50px !important;
  }

  .u-s-mb50 {
    margin-bottom: 50px !important;
  }

  .u-s-mt55 {
    margin-top: 55px !important;
  }

  .u-s-mb55 {
    margin-bottom: 55px !important;
  }

  .u-s-mt60 {
    margin-top: 60px !important;
  }

  .u-s-mb60 {
    margin-bottom: 60px !important;
  }

  .u-s-mt65 {
    margin-top: 65px !important;
  }

  .u-s-mb65 {
    margin-bottom: 65px !important;
  }

  .u-s-mt70 {
    margin-top: 70px !important;
  }

  .u-s-mb70 {
    margin-bottom: 70px !important;
  }

  .u-s-mt75 {
    margin-top: 75px !important;
  }

  .u-s-mb75 {
    margin-bottom: 75px !important;
  }

  .u-s-mt80 {
    margin-top: 80px !important;
  }

  .u-s-mb80 {
    margin-bottom: 80px !important;
  }

  .u-s-mt85 {
    margin-top: 85px !important;
  }

  .u-s-mb85 {
    margin-bottom: 85px !important;
  }

  .u-s-mt90 {
    margin-top: 90px !important;
  }

  .u-s-mb90 {
    margin-bottom: 90px !important;
  }

  .u-s-mt95 {
    margin-top: 95px !important;
  }

  .u-s-mb95 {
    margin-bottom: 95px !important;
  }

  .u-s-mt100 {
    margin-top: 100px !important;
  }

  .u-s-mb100 {
    margin-bottom: 100px !important;
  }
}
.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */

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