@charset "UTF-8";
/*style.cssはsassにてコンパイルされていますので、sassでの編集をお願いいたします*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-----------------------*/
/*共通(common)*/
/*-----------------------*/
/*共通変数*/
:root {
  --font-family-noto:"Noto Sans JP", sans-serif;
  --font-family-jost: "Jost", sans-serif;
  --font-family-shippori:"Shippori Mincho B1", serif;
  --font-family-roboto:"Roboto", sans-serif;
  --color_01:#F27C98;
  --color_02:#F8E2EC;
  --color_03:#F499C2;
  --color_04:#FFF1F7;
}

/*使用する時は
font-family:var(--font-family-noto);
font-family:var(--font-family-jost);
font-family:var(--font-family-shippori);
font-family:var(--font-family-roboto);
color:var(--color_01);
color:var(--color_02);
color:var(--color_03);
color:var(--color_04);
*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

/*レスポンシブ&写真下の隙間を埋める*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*アコーディオン実装用CSS*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: solid solid #000;
}

.section-wrapper-bg {
  background-image: url(../../../../static/image/menu/hyaluronic/pc/bg_01.png);
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-wrapper-bg {
    background-image: url(../../../../static/image/menu/hyaluronic/sp/bg_01.png);
  }
}
@media screen and (max-width: 467px) {
  .section-wrapper-bg {
    background: url(../../../../static/image/menu/hyaluronic/sp/bg_01-1.png);
  }
}
@media screen and (max-width: 375px) {
  .section-wrapper-bg {
    background: url(../../../../static/image/menu/hyaluronic/sp/bg_01-2.png);
  }
}
.section-wrapper-bg__inner {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 2vw;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br-sp {
    display: block;
  }
}

.common-header-spacef {
  margin-top: 117px;
}

.top-kv__br_tab-xl {
  display: block;
}
@media screen and (max-width: 1079px) {
  .top-kv__br_tab-xl {
    display: none;
  }
}

.top-kv {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  /*margin-top: 100px;*/
  background-image: url(../../../../static/image/menu/hyaluronic/pc/top-kv-bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 108px;
  overflow-x: hidden;
}
.top-kv__inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .top-kv__inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__inner {
    max-width: 375px;
  }
}
.top-kv__people {
  position: absolute;
  right: 0;
  bottom: 60px;
  max-width: 898px;
}
@media screen and (max-width: 1919px) {
  .top-kv__people {
    max-width: 746px;
    right: -90px;
  }
}
@media screen and (max-width: 1535px) {
  .top-kv__people {
    max-width: 696px;
    right: -56px;
  }
}
@media screen and (max-width: 1279px) {
  .top-kv__people {
    max-width: 676px;
    right: -152px;
    bottom: 26px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__people {
    max-width: 494px;
    right: -54px;
    bottom: 306px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__people {
    max-width: 374px;
    right: -110px;
    bottom: 230px;
  }
}
@media screen and (max-width: 374px) {
  .top-kv__people {
    max-width: 360px;
    right: -100px;
    bottom: 244px;
  }
}
.top-kv__box {
  max-width: 1566px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 1919px) {
  .top-kv__box {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__box {
    max-width: 1020px;
  }
}
.top-kv__box--title {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .top-kv__box--title {
    text-align: center;
  }
}
.top-kv__box--title img {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .top-kv__box--title img {
    max-width: 700px;
  }
}
@media screen and (max-width: 1535px) {
  .top-kv__box--title img {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__box--title img {
    max-width: 375px;
  }
}
.top-kv__box__inner {
  max-width: 1496px;
  width: 100%;
  margin: 0 auto;
  padding-left: 200px;
  background-image: url(../../../../static/image/menu/hyaluronic/pc/top-kv-bg_02.png);
  background-repeat: no-repeat;
  background-size: 60% 75%;
  background-position: 6% 25%;
}
@media screen and (max-width: 1919px) {
  .top-kv__box__inner {
    max-width: 1240px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1535px) {
  .top-kv__box__inner {
    max-width: 1340px;
    background-size: 52% 70%;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__box__inner {
    background: none;
    padding-left: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__box__inner {
    max-width: 375px;
  }
}
.top-kv__box__lead {
  max-width: 1270px;
  margin: 0 auto;
}
@media screen and (max-width: 1919px) {
  .top-kv__box__lead {
    max-width: 1070px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead {
    max-width: 560px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__box__lead {
    max-width: 296px;
  }
}
.top-kv__box__lead__text {
  font-family: var(--font-family-shippori);
  width: 100%;
  font-size: 34px;
  color: var(--color_01);
  letter-spacing: 0.04em;
  padding-left: 2.6em;
}
@media screen and (max-width: 1919px) {
  .top-kv__box__lead__text {
    max-width: 400px;
    padding-left: 0em;
  }
}
@media screen and (max-width: 1535px) {
  .top-kv__box__lead__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text {
    background-image: url(../../../../static/image/menu/hyaluronic/sp/top-kv-bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 510px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__box__lead__text {
    font-size: 20px;
    padding-top: 1.4em;
    padding-bottom: 2.4em;
  }
}
.top-kv__box__lead__text__main {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__main {
    margin-left: 12px;
  }
}
.top-kv__box__lead__text__main_first {
  padding-left: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__main_first {
    margin-bottom: 0;
  }
}
.top-kv__box__lead__text__main_second {
  margin-left: 6.4em;
  white-space: nowrap;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__main_second {
    margin-left: 0em;
    margin-top: 4.5em;
  }
}
.top-kv__box__lead__text__main--icon {
  position: absolute;
  top: -24px;
  left: -18px;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__main--icon_2 {
    text-align: center;
    max-width: 40px;
  }
}
.top-kv__box__lead__text__main--icon_2 img {
  max-width: 40px;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__main--icon_2 img {
    margin-left: 4px;
    max-width: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__box__lead__text__main--icon_2 img {
    max-width: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text__box {
    margin-top: 2em;
  }
}
.top-kv__box__lead__text--bg {
  display: inline-block;
  background-color: var(--color_01);
  color: #fff;
  line-height: 1;
  margin-left: 3em;
}
@media screen and (max-width: 1079px) {
  .top-kv__box__lead__text--bg {
    margin-left: 0.5em;
  }
}
.top-kv__list {
  max-width: 677px;
  height: 288px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1535px) {
  .top-kv__list {
    max-width: 508px;
    height: 232px;
  }
}
@media screen and (max-width: 1079px) {
  .top-kv__list {
    position: relative;
    z-index: 1;
    margin-top: 64px;
    margin: 64px auto 24px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__list {
    max-width: 360px;
    height: 154px;
    margin: 12px auto 24px auto;
  }
}
.top-kv__list__item {
  max-width: 192px;
  width: 100%;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1535px) {
  .top-kv__list__item {
    max-width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__list__item {
    max-width: 110px;
    height: 110px;
  }
}
.top-kv__list__item:nth-of-type(1) {
  background-image: url(../../../../static/image/menu/hyaluronic/pc/top-kv_02-1.png);
}
.top-kv__list__item:nth-of-type(2) {
  background-image: url(../../../../static/image/menu/hyaluronic/pc/top-kv_02-2.png);
  margin-top: auto;
}
.top-kv__list__item:nth-of-type(3) {
  background-image: url(../../../../static/image/menu/hyaluronic/pc/top-kv_02-3.png);
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .top-kv__list__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.top-kv__list__item__box {
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1535px) {
  .top-kv__list__item__box {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__list__item__box {
    font-size: 14px;
    line-height: 1.5;
  }
}
.top-kv__list__item--r-text {
  font-size: 32px;
  color: var(--color_01);
  font-weight: bold;
}
@media screen and (max-width: 1535px) {
  .top-kv__list__item--r-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-kv__list__item--r-text {
    font-size: 18px;
    margin: 0 -4px 0 -2px;
  }
}
.top-kv__bottom-box {
  max-width: 1100px;
  margin: 0 auto;
}
.top-kv__bottom-box__inner {
  max-width: 448px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .top-kv__bottom-box__inner {
    margin: 0 auto;
  }
}
.top-kv__bottom-box__title {
  font-size: 26px;
  letter-spacing: 0.17em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .top-kv__bottom-box__title {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
}
.top-kv__bottom-box__title--money {
  font-family: var(--font-family-roboto);
  color: var(--color_01);
  font-size: 69px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0em;
  margin-left: 36px;
}
@media screen and (max-width: 599px) {
  .top-kv__bottom-box__title--money {
    font-size: 56px;
    margin-left: 12px;
  }
}
.top-kv__bottom-box__title--tax {
  display: inline-block;
  font-size: 18px;
  margin-top: auto;
  margin-left: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .top-kv__bottom-box__title--tax {
    letter-spacing: 0em;
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 6px;
  }
}
.top-kv__bottom-box--notice {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .top-kv__bottom-box--notice {
    font-size: 10px;
  }
}

.reserve {
  max-width: 370px;
  width: 100%;
  margin: 24px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reserve {
    max-width: 262px;
    margin: 32px auto;
  }
}
.reserve__text {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .reserve__text {
    font-size: 12px;
  }
}
.reserve__text::before, .reserve__text::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.reserve__text::before {
  transform: rotate(-25deg);
  left: 0;
}
.reserve__text::after {
  transform: rotate(25deg);
  right: 0;
}
.reserve__button--link {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  line-height: 52px;
  letter-spacing: 0.06em;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(180deg, #05ED64 0%, #0BBA53 100%);
  background-blend-mode: multiply;
  border-radius: 7px;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .reserve__button--link {
    font-size: 18px;
  }
}
.reserve__button--link:hover {
  opacity: 0.6;
  filter: brightness(100%);
}

.menu {
  padding: 32px 0 128px;
}
@media screen and (max-width: 599px) {
  .menu {
    padding: 32px 0 64px;
  }
}
.menu .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: left;
  margin-left: -8px;
}
@media screen and (max-width: 1919px) {
  .menu .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .menu .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .menu .hyalu-section-title {
    font-weight: bold;
  }
}
.menu .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .menu .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .menu .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .menu .hyalu-section-title {
    margin-left: 0px;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu__list__item {
  width: 20%;
  background-color: #fff;
  border: solid 1px var(--color_01);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .menu__list__item {
    width: 25%;
  }
}
@media screen and (max-width: 1079px) {
  .menu__list__item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 767px) {
  .menu__list__item {
    width: 50%;
  }
}
.menu__list__item__link {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 95px;
  padding: 0 22px 0 20px;
  transition: 0.3s;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .menu__list__item__link {
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .menu__list__item__link {
    font-size: 12px;
    height: 40px;
    padding: 0 4px 0 4px;
  }
}
@media screen and (max-width: 374px) {
  .menu__list__item__link {
    font-size: 11px;
  }
}
.menu__list__item__link::after {
  display: inline-block;
  content: "";
  background-image: url(../../../../static/image/menu/hyaluronic/icon/icon_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .menu__list__item__link::after {
    top: calc((100% - 6px) / 2);
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 599px) {
  .menu__list__item__link::after {
    right: 4px;
  }
}
.menu__list__item__link:hover {
  background-color: var(--color_02);
}
.menu__list__item:nth-of-type(-n + 5) {
  margin-bottom: -1px;
}
@media screen and (max-width: 1279px) {
  .menu__list__item:nth-of-type(-n + 7) {
    margin: -1px -1px -1px 0;
  }
}
.menu__list__item:nth-of-type(-n + 10) {
  margin-right: -1px;
}
.menu__list__item:last-of-type {
  margin-top: -1px;
}
.menu__list__item:last-of-type {
  margin-top: -1px;
}
@media screen and (max-width: 1279px) {
  .menu__list__item:nth-last-of-type(-n+3) {
    margin-top: -1px;
  }
}

.about {
  padding-bottom: 128px;
}
@media screen and (max-width: 599px) {
  .about {
    padding-bottom: 80px;
  }
}
.about .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1919px) {
  .about .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .about .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .about .hyalu-section-title {
    font-weight: bold;
  }
}
.about .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .about .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .about .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .about .hyalu-section-title {
    margin-bottom: 32px;
  }
}
.about__t-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 96px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 1279px) {
  .about__t-box {
    width: 88%;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 599px) {
  .about__t-box {
    font-size: 14px;
    padding-bottom: 40px;
  }
}
.about__t-box--text:nth-of-type(1) {
  margin-bottom: 1em;
}
.about__pic-box {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.recommend {
  padding-bottom: 128px;
}
@media screen and (max-width: 599px) {
  .recommend {
    padding-bottom: 64px;
  }
}
.recommend .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 1919px) {
  .recommend .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recommend .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .recommend .hyalu-section-title {
    font-weight: bold;
  }
}
.recommend .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .recommend .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .recommend .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .recommend .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .recommend .hyalu-section-title {
    margin-bottom: 24px;
  }
}
.recommend__pic-box {
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4vw;
}
@media screen and (max-width: 1535px) {
  .recommend__pic-box {
    max-width: 868px;
  }
}
@media screen and (max-width: 599px) {
  .recommend__pic-box {
    padding: 0;
  }
}

.parts {
  padding-bottom: 128px;
}
@media screen and (max-width: 599px) {
  .parts {
    padding-bottom: 80px;
  }
}
.parts .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 128px;
}
@media screen and (max-width: 1919px) {
  .parts .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .parts .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .parts .hyalu-section-title {
    font-weight: bold;
  }
}
.parts .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .parts .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .parts .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .parts .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .parts .hyalu-section-title {
    margin-bottom: 32px;
  }
}
.parts__contents {
  background-image: url(../../../../static/image/menu/hyaluronic/pc/parts_01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1040px;
  height: 840px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1535px) {
  .parts__contents {
    width: 760px;
    height: 600px;
  }
}
@media screen and (max-width: 1079px) {
  .parts__contents {
    width: 574px;
    height: 446px;
  }
}
@media screen and (max-width: 599px) {
  .parts__contents {
    background-image: url(../../../../static/image/menu/hyaluronic/sp/parts_01.png);
    width: 337px;
    height: 419px;
  }
}

.common-buttons {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 1px #FFB7B7;
  position: absolute;
}
@media screen and (max-width: 1535px) {
  .common-buttons {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .common-buttons {
    width: 14px;
    height: 14px;
  }
}
.common-buttons_1 {
  top: calc(35% - 14px);
  left: calc(50% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_1 {
    top: calc(35% - 10px);
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_1 {
    top: calc(35% - 7px);
    left: calc(50% - 7px);
  }
}
.common-buttons_2 {
  top: calc(55% - 14px);
  left: calc(39% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_2 {
    top: calc(55% - 10px);
    left: calc(39% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_2 {
    top: calc(55% - 7px);
    left: calc(32% - 7px);
  }
}
.common-buttons_3 {
  top: calc(54% - 14px);
  left: calc(46% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_3 {
    top: calc(54% - 10px);
    left: calc(46% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_3 {
    top: calc(54% - 7px);
    left: calc(44% - 7px);
  }
}
.common-buttons_4 {
  top: calc(58% - 14px);
  left: calc(50% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_4 {
    top: calc(58% - 10px);
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_4 {
    top: calc(58% - 7px);
    left: calc(50% - 7px);
  }
}
.common-buttons_5 {
  top: calc(50% - 14px);
  right: calc(36% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_5 {
    top: calc(50% - 10px);
    right: calc(36% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_5 {
    top: calc(50% - 7px);
    right: calc(28% - 7px);
  }
}
.common-buttons_6 {
  top: calc(59% - 14px);
  right: calc(37% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_6 {
    top: calc(59% - 10px);
    right: calc(37% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_6 {
    top: calc(59% - 7px);
    right: calc(30% - 7px);
  }
}
.common-buttons_7 {
  top: calc(66% - 14px);
  right: calc(44% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_7 {
    top: calc(66% - 10px);
    right: calc(44% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_7 {
    top: calc(66% - 7px);
    right: calc(40% - 7px);
  }
}
.common-buttons_8 {
  top: calc(71% - 14px);
  left: calc(50% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_8 {
    top: calc(71% - 10px);
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_8 {
    top: calc(71% - 7px);
    left: calc(50% - 7px);
  }
}
.common-buttons_9 {
  top: calc(69% - 14px);
  left: calc(44% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_9 {
    top: calc(69% - 10px);
    left: calc(44% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_9 {
    top: calc(69% - 7px);
    left: calc(41% - 7px);
  }
}
.common-buttons_10 {
  top: calc(80% - 14px);
  left: calc(50% - 14px);
}
@media screen and (max-width: 1535px) {
  .common-buttons_10 {
    top: calc(80% - 10px);
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .common-buttons_10 {
    top: calc(80% - 7px);
    left: calc(50% - 7px);
  }
}
.common-buttons__circle {
  width: 15px;
  height: 15px;
  background-color: #FFB7B7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1535px) {
  .common-buttons__circle {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 599px) {
  .common-buttons__circle {
    width: 7px;
    height: 7px;
  }
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.25;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: absolute;
  max-width: 614px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000;
}

.md-inner {
  padding: 70px 16px;
  text-align: center;
  background: #fff;
  height: auto;
  border-radius: 13px;
}
@media screen and (max-width: 599px) {
  .md-inner {
    padding: 20px 16px;
  }
}
.md-inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 24px 0 24px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.md-inner__title {
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .md-inner__title {
    font-size: 20px;
  }
}
.md-inner__sub-title {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .md-inner__sub-title {
    font-size: 16px;
  }
}
.md-inner__text {
  font-size: 24px;
  letter-spacing: 0.11em;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .md-inner__text {
    font-size: 14px;
  }
}
.md-inner__line {
  display: inline-block;
  width: 54px;
  height: 3px;
  background-color: #000;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 599px) {
  .md-inner__line {
    height: 1px;
    margin: 0 auto 12px auto;
  }
}

.md-xmark {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.insta {
  padding-bottom: 128px;
}
@media screen and (max-width: 599px) {
  .insta {
    padding-bottom: 80px;
  }
}
.insta .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 1919px) {
  .insta .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .insta .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .insta .hyalu-section-title {
    font-weight: bold;
  }
}
.insta .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .insta .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .insta .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .insta .hyalu-section-title {
    padding-bottom: 32px;
  }
}
.insta__contents {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.point {
  padding-bottom: 128px;
}
.point .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .point .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .point .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .point .hyalu-section-title {
    font-weight: bold;
  }
}
.point .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .point .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .point .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .point .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .point .hyalu-section-title {
    margin-bottom: 48px;
  }
}
.point__list {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .point__list {
    max-width: 824px;
  }
}
@media screen and (max-width: 767px) {
  .point__list {
    max-width: 600px;
  }
}
.point__list__item {
  margin-bottom: 124px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 96px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1279px) {
  .point__list__item {
    gap: 32px;
    align-items: center;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .point__list__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .point__list__item {
    margin-bottom: 32px;
  }
}
.point__list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .point__list__item_even {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.point__list__item__textarea {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point__list__item__textarea {
    max-width: 100%;
  }
}
.point__list__item__textarea_even {
  text-align: left;
}
.point__list__item__textarea--num {
  font-family: var(--font-family-jost);
  color: var(--color_02);
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .point__list__item__textarea--num {
    font-size: 64px;
  }
}
@media screen and (max-width: 599px) {
  .point__list__item__textarea--num {
    font-size: 46px;
  }
}
.point__list__item__textarea--title {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .point__list__item__textarea--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 467px) {
  .point__list__item__textarea--title {
    font-size: 22px;
  }
}
.point__list__item__textarea--text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .point__list__item__textarea--text {
    font-size: 14px;
  }
}
.point__list__item--pic {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point__list__item--pic {
    max-width: 100%;
    text-align: center;
  }
}

.type {
  padding-bottom: 128px;
}
@media screen and (max-width: 599px) {
  .type {
    padding-bottom: 64px;
  }
}
.type .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .type .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .type .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .type .hyalu-section-title {
    font-weight: bold;
  }
}
.type .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .type .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .type .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1079px) {
  .type .hyalu-section-title {
    margin-bottom: 32px;
  }
}
.type__box {
  border: solid 1px #000;
  background-color: #fff;
  padding: 64px 16px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .type__box {
    padding: 24px 16px;
  }
}
.type__box--image {
  max-width: 498px;
  width: 100%;
  margin: 0 auto 12px auto;
}
@media screen and (max-width: 1079px) {
  .type__box--image {
    max-width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .type__box--image {
    max-width: 294px;
  }
}
.type__box__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .type__box__title {
    font-size: 21px;
    margin-bottom: 34px;
  }
}
.type__box__title--country {
  display: inline-block;
  font-size: 18px;
  padding: 8px 12px;
  border: solid 1px #000;
  margin-left: 12px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1079px) {
  .type__box__title--country {
    font-size: 14px;
    padding: 4px 8px;
    margin-top: 6px;
  }
}
.type__box__t-title {
  display: inline-block;
  font-size: 30px;
  border-bottom: solid 4px var(--color_03);
  margin: 64px auto 36px auto;
}
@media screen and (max-width: 599px) {
  .type__box__t-title {
    font-size: 24px;
    margin: 32px auto 24px auto;
  }
}
.type__t-price {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.type__t-price--unit {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.045em;
  padding: 4px 8px;
  border: solid 1px #000;
}
@media screen and (max-width: 599px) {
  .type__t-price--unit {
    font-size: 14px;
  }
}
.type__t-price--money {
  font-family: var(--font-family-roboto);
  color: var(--color_03);
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0em;
  margin-left: 18px;
}
@media screen and (max-width: 599px) {
  .type__t-price--money {
    font-size: 42px;
  }
}
.type__t-price--tax {
  display: inline-block;
  font-size: 18px;
  margin-top: auto;
  margin-left: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .type__t-price--tax {
    font-size: 14px;
  }
}
.type__t-price--tax_in {
  font-size: 14px;
}
.type__b-textarea {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 64px 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .type__b-textarea {
    padding: 48px 16px;
  }
}
.type__b-textarea_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .type__b-textarea_br {
    display: block;
  }
}
.type__b-textarea__title {
  font-size: 30px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .type__b-textarea__title {
    font-size: 24px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .type__b-textarea__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 374px) {
  .type__b-textarea__title {
    font-size: 20px;
  }
}
.type__b-textarea__text {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  line-height: 2.6;
}
@media screen and (max-width: 599px) {
  .type__b-textarea__text {
    font-size: 14px;
    line-height: 2;
  }
}
.type__b-textarea__text--line {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.type__box {
  /* アイコンのバーのスタイル */
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  /* is-openedクラスが付与されたときのスタイル */
}
.type__box__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .type__box__list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.type__box__list__item {
  max-width: 420px;
  width: 100%;
}
.type__box__in-box__table {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.type__box__in-box__table_1 {
  border-left: solid 2px #FFD0D3;
  border-right: solid 2px #FFD0D3;
  border-bottom: solid 2px #FFD0D3;
}
.type__box__in-box__table_2 {
  border-left: solid 2px #FFAEB3;
  border-right: solid 2px #FFAEB3;
  border-bottom: solid 2px #FFAEB3;
}
.type__box__in-box__table_3 {
  border-left: solid 2px #FF959B;
  border-right: solid 2px #FF959B;
  border-bottom: solid 2px #FF959B;
}
.type__box__in-box__table_4 {
  border-left: solid 2px #D4A0C6;
  border-right: solid 2px #D4A0C6;
  border-bottom: solid 2px #D4A0C6;
}
.type__box__in-box__table_5 {
  border-left: solid 2px #D77DBE;
  border-right: solid 2px #D77DBE;
  border-bottom: solid 2px #D77DBE;
}
.type__box__in-box__table__tr_1 {
  border-bottom: solid 2px #FFD0D3;
}
.type__box__in-box__table__tr_2 {
  border-bottom: solid 2px #FFAEB3;
}
.type__box__in-box__table__tr_3 {
  border-bottom: solid 2px #FF959B;
}
.type__box__in-box__table__tr_4 {
  border-bottom: solid 2px #D4A0C6;
}
.type__box__in-box__table__tr_5 {
  border-bottom: solid 2px #D77DBE;
}
.type__box__in-box__table__tr:last-of-type {
  border: none;
}
.type__box__in-box__table__td {
  padding: 6px 10px;
}
@media screen and (max-width: 599px) {
  .type__box__in-box__table__td {
    font-size: 14px;
  }
}
.type__box__in-box__table__td:nth-of-type(1) {
  width: 30%;
  background-color: #FFF8FE;
}
.type__box__in-box__table__td:nth-of-type(2) {
  width: 70%;
}
.type__box .summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 46px 4px 10px;
  font-weight: 500;
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .type__box .summary_inner {
    font-size: 20px;
    padding: 4px 46px 4px 16px;
  }
}
@media screen and (max-width: 599px) {
  .type__box .summary_inner {
    font-size: 18px;
  }
}
.type__box .summary_inner_1 {
  border: solid 2px #FFD0D3;
  color: #FFD0D3;
}
.type__box .summary_inner_2 {
  border: solid 2px #FFAEB3;
  color: #FFAEB3;
}
.type__box .summary_inner_3 {
  border: solid 2px #FF959B;
  color: #FF959B;
}
.type__box .summary_inner_4 {
  border: solid 2px #D4A0C6;
  color: #D4A0C6;
}
.type__box .summary_inner_5 {
  border: solid 2px #D77DBE;
  color: #D77DBE;
}
.type__box .icon-bg {
  position: absolute;
  width: 46px;
  height: 100%;
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .type__box .icon-bg {
    width: 35px;
  }
}
.type__box .icon-bg_1 {
  background-color: #FFD0D3;
}
.type__box .icon-bg_2 {
  background-color: #FFAEB3;
}
.type__box .icon-bg_3 {
  background-color: #FF959B;
}
.type__box .icon-bg_4 {
  background-color: #D4A0C6;
}
.type__box .icon-bg_5 {
  background-color: #D77DBE;
}
.type__box .icon {
  display: block;
  position: absolute;
  top: 22px;
  right: 10px;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 0%;
  transition: transform 0.4s;
}
@media screen and (max-width: 1079px) {
  .type__box .icon {
    top: 18px;
    right: 4px;
  }
}
.type__box details.is-opened .icon {
  transform: rotate(180deg);
}
.type__box .icon::before,
.type__box .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}
.type__box .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.type__box .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.scroll-in.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.scroll-in.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-in.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 219, 234);
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgextend {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.hyalu {
  padding-bottom: 128px;
  margin: 0 auto;
}
.hyalu .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .hyalu .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hyalu .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .hyalu .hyalu-section-title {
    font-weight: bold;
  }
}
.hyalu .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .hyalu .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .hyalu .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .hyalu .hyalu-section-title {
    font-size: 56px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1079px) {
  .hyalu .hyalu-section-title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .hyalu .hyalu-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .hyalu .hyalu-section-title {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .hyalu .hyalu-section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .hyalu__sp-bg {
    background-image: url(../../../../static/image/menu/hyaluronic/sp/hyalu_01.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-top: 48px;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__sp-bg {
    background-position: 147% 6%;
  }
}
@media screen and (max-width: 467px) {
  .hyalu__sp-bg {
    background-image: url(../../../../static/image/menu/hyaluronic/sp/hyalu_01-1.png);
    background-position: center;
    background-size: contain;
    background-position: right center;
  }
}
@media screen and (max-width: 1079px) {
  .hyalu__sp-bg__in-box {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 32px 16px;
    max-width: 468px;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__sp-bg__container {
    padding: 0 4vw;
  }
}
.hyalu__box {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../../../../static/image/menu/hyaluronic/pc/hyalu_01.png);
  background-position: center top;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 2vw;
}
@media screen and (max-width: 1079px) {
  .hyalu__box {
    background: none;
    padding: 0;
  }
}
.hyalu__box__contents {
  max-width: 732px;
  width: 100%;
  padding: 48px 0 0 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
  }
}
.hyalu__box__contents--text {
  line-height: 2;
  letter-spacing: 0.13em;
  text-align: justify;
  margin-bottom: 40px;
  max-width: 556px;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents--text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__box__contents--text {
    font-size: 14px;
    padding: 0 4vw;
  }
}
.hyalu__box__contents--title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 24px;
  margin-bottom: 32px;
}
.hyalu__box__contents__list {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__list {
    margin: 0 auto;
  }
}
.hyalu__box__contents__list__item {
  margin-bottom: 22px;
}
.hyalu__box__contents__list__item:last-of-type {
  margin-bottom: 0;
}
.hyalu__box__contents__list__item--text {
  padding-left: 1em;
  text-indent: -1.7em;
}
@media screen and (max-width: 599px) {
  .hyalu__box__contents__list__item--text {
    font-size: 14px;
  }
}
.hyalu__box__contents__list__item--text::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../static/image/menu/hyaluronic/icon/icon_04.png);
  width: 21px;
  height: 21px;
  vertical-align: text-top;
}
.hyalu__box__contents__b-box {
  background-color: rgba(255, 219, 234, 0.7);
  padding: 14px 0 14px 0;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box {
    max-width: 468px;
    margin: 0 auto;
  }
}
.hyalu__box__contents__b-box--title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.14em;
  margin: 0 auto 18px auto;
  padding-left: 12px;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box--title {
    padding-left: 0px;
  }
}
.hyalu__box__contents__b-box__price {
  max-width: 516px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hyalu__box__contents__b-box__price--line {
  display: inline-block;
  width: 1px;
  height: 108px;
  background-color: #000;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price--line {
    width: 100%;
    max-width: 360px;
    height: 1px;
    margin: 8px auto;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__box__contents__b-box__price--line {
    max-width: 302px;
  }
}
.hyalu__box__contents__b-box__price__our {
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__our {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__box__contents__b-box__price__our {
    max-width: 302px;
  }
}
.hyalu__box__contents__b-box__price__our--title {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__our--title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.hyalu__box__contents__b-box__price__our--cost {
  font-size: 38px;
  font-weight: 600;
  font-family: var(--font-family-jost);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__our--cost {
    font-size: 31px;
  }
}
.hyalu__box__contents__b-box__price__our--cost_tax {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-family-noto);
  margin-left: -8px;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__our--cost_tax {
    font-size: 14px;
  }
}
.hyalu__box__contents__b-box__price__other {
  width: 183px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .hyalu__box__contents__b-box__price__other {
    max-width: 302px;
  }
}
.hyalu__box__contents__b-box__price__other--title {
  margin-bottom: 28px;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__other--title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.hyalu__box__contents__b-box__price__other--cost {
  font-size: 23px;
  font-family: var(--font-family-jost);
  letter-spacing: 0;
}
.hyalu__box__contents__b-box__price__other--cost_tax {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-family-noto);
  margin-left: -2px;
}
@media screen and (max-width: 1079px) {
  .hyalu__box__contents__b-box__price__other--cost_tax {
    font-size: 14px;
  }
}

.overview {
  padding-bottom: 128px;
}
.overview .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
  font-size: 90px;
}
@media screen and (max-width: 1919px) {
  .overview .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .overview .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .overview .hyalu-section-title {
    font-weight: bold;
  }
}
.overview .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .overview .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .overview .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1919px) {
  .overview .hyalu-section-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 1535px) {
  .overview .hyalu-section-title {
    margin-bottom: 64px;
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .overview .hyalu-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .overview .hyalu-section-title {
    margin-bottom: 48px;
    font-size: 28px;
  }
}
@media screen and (max-width: 467px) {
  .overview .hyalu-section-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 374px) {
  .overview .hyalu-section-title {
    font-size: 26px;
  }
}
.overview__list {
  max-width: 770px;
  margin: 0 auto;
}
.overview__list__item {
  margin-top: -1px;
  border: 1px solid #000;
}
.overview__summary {
  position: relative;
}
.overview__summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .overview__summary_inner {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.overview__icon {
  display: block;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 599px) {
  .overview__icon {
    width: 12px;
  }
}
.overview__icon::before, .overview__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .overview__icon::before, .overview__icon::after {
    width: 8px;
  }
}
.overview__icon::before {
  left: 0;
  transform: rotate(45deg);
}
.overview__icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.overview details.is-opened .overview__icon {
  transform: rotate(180deg);
}
.overview__content {
  overflow: hidden;
  background-color: var(--color_04);
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .overview__content {
    font-size: 14px;
  }
}
.overview__content_inner {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .overview__content_inner {
    padding: 8px 12px;
  }
}
.overview__content_inner--first {
  align-items: center;
  justify-content: center;
}

details.is-opened .overview__content_inner {
  border-top: solid 1px #000;
}

.text p {
  font-size: 16px;
  letter-spacing: 0.5em;
  margin-bottom: 64px;
}

@media screen and (max-width: 600px) {
  .text p {
    font-size: 14px;
  }
}
.faq-br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .faq-br-sp {
    display: block;
  }
}

.faq {
  padding-bottom: 128px;
  max-width: 770px;
  margin: 0 auto;
  /* アイコンのバーのスタイル */
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  /* is-openedクラスが付与されたときのスタイル */
}
.faq .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .faq .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .faq .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .faq .hyalu-section-title {
    font-weight: bold;
  }
}
.faq .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .faq .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .faq .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .faq .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .faq .hyalu-section-title {
    margin-bottom: 48px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.faq__list__item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.faq__list__item__box__que {
  background-color: rgba(255, 255, 255, 0.73);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .faq__list__item__box__que {
    padding: 8px 12px;
  }
}
.faq__list__item__box__que::before {
  content: "Q.";
  display: inline-block;
  font-size: 27px;
  font-family: var(--font-family-jost);
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .faq__list__item__box__que::before {
    font-size: 16px;
    margin-top: 6px;
  }
}
.faq__list__item__box__answer {
  background-color: rgba(253, 255, 240, 0.74);
  color: #FE9BBA;
  display: flex;
  line-height: 1.8;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: justify;
}
.faq__list__item__box__answer::before {
  content: "A.";
  display: inline-block;
  font-size: 27px;
  font-family: var(--font-family-jost);
  margin-left: 22px;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .faq__list__item__box__answer::before {
    font-size: 16px;
    margin-left: 13px;
  }
}
.faq__list__item__box__answer--text {
  line-height: 1.8;
  margin-top: 8px;
  margin-left: 16px;
  padding: 8px 20px 16px 0px;
}
@media screen and (max-width: 599px) {
  .faq__list__item__box__answer--text {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .faq__list__item__box__answer {
    font-size: 12px;
  }
}
.faq .summary_inner {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 38px 20px 16px;
  font-weight: 500;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1079px) {
  .faq .summary_inner {
    padding: 6px 44px 6px 16px;
  }
}
@media screen and (max-width: 599px) {
  .faq .summary_inner {
    font-size: 14px;
    padding: 6px 26px 6px 6px;
  }
}
.faq .icon-bg {
  position: absolute;
  width: 14px;
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FCBDC9;
  border-radius: 50%;
}
@media screen and (max-width: 1079px) {
  .faq .icon-bg {
    width: 35px;
  }
}
.faq .icon {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 0%;
  transition: transform 0.4s;
  background-color: #FCBDC9;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .faq .icon {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.faq details.is-opened .icon::before {
  display: none;
  transition: 0.3s;
}
.faq .icon::before,
.faq .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .faq .icon::before,
  .faq .icon::after {
    width: 12px;
  }
}
.faq .icon::before {
  transform: rotate(90deg);
  position: absolute;
  left: 28%;
}
@media screen and (max-width: 1079px) {
  .faq .icon::before {
    left: 25%;
  }
}
@media screen and (max-width: 599px) {
  .faq .icon::before {
    left: 20%;
    top: 45%;
  }
}

.doctor {
  padding-bottom: 128px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .doctor {
    padding-bottom: 48px;
  }
}
.doctor .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .doctor .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .doctor .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .doctor .hyalu-section-title {
    font-weight: bold;
  }
}
.doctor .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .doctor .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .doctor .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .doctor .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .doctor .hyalu-section-title {
    margin-bottom: 48px;
  }
}
.doctor__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .doctor__box {
    flex-direction: column-reverse;
    margin-bottom: 32px;
    gap: 18px;
  }
}
.doctor__box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .doctor__box:last-of-type {
    flex-direction: column;
  }
}
.doctor__box__textarea {
  max-width: 60%;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .doctor__box__textarea {
    max-width: 100%;
  }
}
.doctor__box__textarea--text {
  margin-bottom: 42px;
  letter-spacing: 0.01em;
}
.doctor__box__textarea--name {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .doctor__box__textarea--name {
    display: none;
  }
}
.doctor__box__textarea--name_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .doctor__box__textarea--name_sp {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}
.doctor__box__textarea--name_sp_takayama {
  margin-top: 24px;
}
.doctor__box__textarea--name_takayama {
  text-align: left;
}
.doctor__box__textarea--name_dots {
  display: none;
}
@media screen and (max-width: 767px) {
  .doctor__box__textarea--name_dots {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .doctor__box__textarea--name_dots img {
    display: inline-block;
    width: 5px;
    height: 30px;
    margin: 18px auto 0 auto;
  }
}
.doctor__box__pic {
  max-width: 322px;
}
@media screen and (max-width: 767px) {
  .doctor__box__pic {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .doctor__box__pic img {
    max-width: 178px;
  }
}
.doctor__dots-box {
  margin: 0px auto -36px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .doctor__dots-box {
    display: none;
  }
}
.doctor__dots-box--dots {
  display: inline-block;
  width: 12px;
  height: 120px;
}

.access {
  padding-bottom: 128px;
  max-width: 920px;
  margin: 0 auto;
}
.access .hyalu-section-title {
  font-family: var(--font-family-jost);
  font-size: 100px;
  text-transform: uppercase;
  color: var(--color_02);
  line-height: 1;
  font-weight: 600;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1919px) {
  .access .hyalu-section-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .access .hyalu-section-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #f7bbd6;
  }
}
@media screen and (max-width: 374px) {
  .access .hyalu-section-title {
    font-weight: bold;
  }
}
.access .hyalu-section-title__main {
  font-family: var(--font-family-noto);
  font-size: 30px;
  letter-spacing: 0.09em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1919px) {
  .access .hyalu-section-title__main {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .access .hyalu-section-title__main {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 1535px) {
  .access .hyalu-section-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .access .hyalu-section-title {
    margin-bottom: 48px;
  }
}
.access__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 599px) {
  .access__list {
    gap: 48px;
  }
}
.access__list__item--title {
  font-size: 28px;
  letter-spacing: 0.065em;
  border: solid 1px #000;
  max-width: 172px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 599px) {
  .access__list__item--title {
    max-width: 100px;
    font-size: 16px;
  }
}
.access__list__item--title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .access__list__item--title::before {
    border-width: 10px 10px 0 0;
  }
}
.access__list__item__contents {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1079px) {
  .access__list__item__contents {
    flex-direction: column;
  }
}
.access__list__item__contents__dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .access__list__item__contents__dl {
    margin-bottom: 32px;
  }
}
.access__list__item__contents__dt {
  min-width: 104px;
  margin-right: 16px;
  padding: 8px 12px;
  background-color: #E9C5D8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .access__list__item__contents__dt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.access__list__item__contents__dt:last-of-type {
  margin-bottom: 0;
}
.access__list__item__contents__dd {
  width: calc(100% - 16px - 112px);
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .access__list__item__contents__dd {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.access__list__item__contents__dd:last-of-type {
  margin-bottom: 0;
}
.access__list__item__contents__dd--link {
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.access__list__item__contents__g-map {
  max-width: 50%;
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 28%;
}
@media screen and (max-width: 1079px) {
  .access__list__item__contents__g-map {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .access__list__item__contents__g-map {
    padding-top: 60%;
  }
}
.access__list__item__contents__g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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