:root {
  --font-color: #111111;
  --primary-color: #74aed4;
  --secondary-color: #808080;
  --tertiary-color: #edebf3;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  touch-action: manipulation;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: normal;
  color: var(--font-color);
  font-kerning: auto;
}
*::before, *::after {
  display: block;
}

picture,
img {
  display: block;
  width: auto;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
  background-color: #ccc;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}

a:has(picture), a:has(img) {
  display: block;
}

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

table {
  border-collapse: collapse;
}

:target {
  scroll-margin-top: 100px;
}

#face-muscle {
  overflow-x: clip;
}
#face-muscle .container {
  width: min(1200px, 100%);
  margin: 0 auto;
}
#face-muscle .mv {
  width: 100%;
  max-width: 100%;
}
#face-muscle .mv img {
  width: 100%;
}
#face-muscle .lead h1 {
  text-align: center;
  font-weight: bold;
  color: var(--primary-color);
}
#face-muscle .lead h1 span {
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
#face-muscle .lead p {
  color: #666666;
  font-weight: bold;
}
#face-muscle .face-muscle__check {
  position: relative;
}
#face-muscle .face-muscle__check .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#face-muscle .face-muscle__check .container {
  position: relative;
  z-index: 2;
}
#face-muscle .face-muscle__check h2 {
  font-weight: bold;
  color: var(--primary-color);
  line-height: 120%;
}
#face-muscle .face-muscle__check h2 span {
  font-weight: inherit;
  color: inherit;
}
#face-muscle h2.has-line {
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#face-muscle h2.has-line span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: linear-gradient(to bottom, transparent 0% 90%, #eec1d4 90% 100%);
}
#face-muscle hgroup:has(h3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#face-muscle hgroup:has(h3) h3 {
  color: var(--primary-color);
}
#face-muscle section p span.has-line {
  background: linear-gradient(to bottom, transparent 0% 90%, var(--primary-color) 90% 100%);
}
#face-muscle .face-muscle__details h3 {
  font-weight: bold;
  color: var(--primary-color);
}
#face-muscle .face-muscle__ex__lead {
  color: #666666;
}
#face-muscle .face-muscle__ex__box {
  display: flex;
  flex-direction: column;
}
#face-muscle .face-muscle__ex__one h4 {
  background: linear-gradient(103deg, #9bd2e6 3.97%, #d4cfe4 68.41%, #e7bed3 96.03%);
  color: #fff;
  font-weight: bold;
  border-radius: 100vw;
}
#face-muscle .face-muscle__ex__one p {
  color: #666666;
}
#face-muscle .face-muscle__oil {
  position: relative;
  background-color: #f2f5f2;
  overflow: hidden;
}
#face-muscle .face-muscle__oil > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#face-muscle .face-muscle__oil .container {
  position: relative;
  z-index: 2;
}
#face-muscle .face-muscle__oil__details p span, #face-muscle .face-muscle__oil__others p span {
  color: var(--primary-color);
  font-size: inherit;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #face-muscle .container {
    padding: 0 100px;
  }
  #face-muscle .lead {
    margin-top: 72px;
  }
  #face-muscle .lead h1 {
    font-size: 34px;
    line-height: 130%;
  }
  #face-muscle .lead h1 span {
    font-size: 22px;
  }
  #face-muscle .lead p {
    line-height: 190%;
    font-size: 1.8rem;
    margin-top: 16px;
  }
  #face-muscle section .container {
    padding: 0 100px;
  }
  #face-muscle .face-muscle__details {
    margin-top: 110px;
  }
  #face-muscle .face-muscle__details .container {
    width: min(1100px, 100%);
  }
  #face-muscle .face-muscle__details p {
    font-size: 16px;
    line-height: 200%;
    margin-top: 38px;
  }
  #face-muscle .face-muscle__details p + p {
    margin-top: 24px;
  }
  #face-muscle .face-muscle__details h3 {
    font-size: 22px;
    line-height: 150%;
  }
  #face-muscle .face-muscle__details h3 + p {
    margin-top: 16px;
  }
  #face-muscle .face-muscle__details__inner {
    margin-top: 40px;
  }
  #face-muscle .face-muscle__details__inner:has(img) {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    gap: 40px;
  }
  #face-muscle .face-muscle__details__inner:has(img):nth-of-type(even) {
    grid-template-columns: auto 200px;
  }
  #face-muscle .face-muscle__details__inner:has(img):nth-of-type(even) img {
    order: 2;
  }
  #face-muscle .face-muscle__details__inner:has(img):nth-of-type(even) div {
    order: 1;
  }
  #face-muscle .face-muscle__details__inner img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #face-muscle .face-muscle__book .face-muscle__details__inner {
    grid-template-columns: auto 200px;
  }
  #face-muscle .face-muscle__check {
    margin-top: 120px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  #face-muscle .face-muscle__check__txt {
    background-color: #fff;
    padding: 48px 64px 56px;
    border-radius: 16px;
  }
  #face-muscle .face-muscle__check__txt h2 {
    font-size: 30px;
  }
  #face-muscle .face-muscle__check__txt h2 span {
    font-size: 20px;
  }
  #face-muscle .face-muscle__check__txt p {
    font-size: 16px;
    line-height: 220%;
    margin-top: 24px;
  }
  #face-muscle .face-muscle__check__list {
    margin-top: 48px;
  }
  #face-muscle .face-muscle__check__list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  #face-muscle .face-muscle__check__list ul li:nth-of-type(4) {
    grid-column: 1/4;
    display: flex;
    align-items: end;
    position: relative;
  }
  #face-muscle .face-muscle__check__list ul li:nth-of-type(4) > img {
    width: 42vw;
  }
  #face-muscle .face-muscle__check__list ul li:nth-of-type(4) > div {
    width: 38vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -50px;
    padding: 40px 56px 48px;
    border-radius: 16px;
  }
  #face-muscle .face-muscle__check__list ul li:nth-of-type(4) > div p {
    font-size: 16px;
    line-height: 200%;
  }
  #face-muscle h2.has-line {
    font-size: 30px;
  }
  #face-muscle hgroup:has(h3) {
    gap: 32px;
  }
  #face-muscle hgroup:has(h3) img {
    height: 100px;
    width: auto;
  }
  #face-muscle hgroup:has(h3) h3 {
    font-size: 28px;
  }
  #face-muscle .face-muscle__ex {
    margin-top: 100px;
  }
  #face-muscle .face-muscle__ex h2 {
    margin-bottom: 90px;
  }
  #face-muscle .face-muscle__ex hgroup:has(h3) {
    position: relative;
  }
  #face-muscle .face-muscle__ex hgroup:has(h3) img:last-of-type {
    height: 200px;
  }
  #face-muscle .face-muscle__ex__lead {
    font-size: 17px;
    line-height: 200%;
    margin-top: 40px;
  }
  #face-muscle .face-muscle__ex__box {
    gap: 80px;
    margin-top: 100px;
  }
  #face-muscle .face-muscle__ex__one {
    display: grid;
    align-items: center;
    gap: 48px;
  }
  #face-muscle .face-muscle__ex__one:nth-of-type(odd) {
    grid-template-columns: 570px auto;
  }
  #face-muscle .face-muscle__ex__one:nth-of-type(even) {
    grid-template-columns: auto 570px;
  }
  #face-muscle .face-muscle__ex__one:nth-of-type(even) > img {
    order: 2;
  }
  #face-muscle .face-muscle__ex__one:nth-of-type(even) > div {
    order: 1;
  }
  #face-muscle .face-muscle__ex__one h4 {
    font-size: 22px;
    padding: 10px 24px;
    line-height: 120%;
  }
  #face-muscle .face-muscle__ex__one p {
    font-size: 16px;
    margin-top: 20px;
  }
  #face-muscle .face-muscle__ex__cmnt {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
  }
  #face-muscle .face-muscle__ex__cmnt > img {
    height: 200px;
    width: 200px;
  }
  #face-muscle .face-muscle__ex__cmnt div {
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    padding: 40px 48px;
    position: relative;
  }
  #face-muscle .face-muscle__ex__cmnt div::before {
    content: "";
    border-left: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg) skew(-46deg);
    width: 52px;
    height: 26px;
    position: absolute;
    left: -27px;
    top: 30px;
    background-color: #fff;
  }
  #face-muscle .face-muscle__ex__cmnt div p {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 200%;
  }
  #face-muscle .face-muscle__oil {
    padding-top: 120px;
    margin-top: 120px;
    padding-bottom: 120vw;
  }
  #face-muscle .face-muscle__oil .container p {
    font-size: 17px;
    line-height: 200%;
    margin-top: 40px;
  }
  #face-muscle .face-muscle__oil__details {
    margin-top: 40px;
  }
  #face-muscle .face-muscle__oil__details .container {
    padding: 0 10px;
    width: min(1780px, 100%);
  }
  #face-muscle .face-muscle__oil__details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 5%;
  }
  #face-muscle .face-muscle__oil__details li {
    width: 23.3333333333%;
  }
  #face-muscle .face-muscle__oil__details p {
    font-size: 14px;
  }
  #face-muscle .face-muscle__oil__others {
    margin-top: 120px;
  }
  #face-muscle .face-muscle__oil__others ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
    margin-top: 80px;
  }
  #face-muscle .face-muscle__oil__others p {
    font-size: 14px;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner {
    grid-template-columns: 300px auto;
    align-items: start;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner:nth-of-type(even) {
    grid-template-columns: auto 300px;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner p + h3 {
    margin-top: 40px;
  }
  #face-muscle .show_pc {
    display: block;
  }
  #face-muscle .show_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #face-muscle .container {
    padding: 0 25px;
  }
  #face-muscle .lead {
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
  #face-muscle .lead h1 {
    font-size: min(3.9vw, 20px);
  }
  #face-muscle .lead p {
    font-size: min(15px, 3.6vw);
    margin-top: 3vw;
    line-height: 200%;
  }
  #face-muscle .face-muscle__details {
    margin-bottom: 10vw;
  }
  #face-muscle .face-muscle__details h2 {
    margin-bottom: 5vw;
    font-size: min(5.1vw, 26px);
  }
  #face-muscle .face-muscle__details p {
    font-size: min(3.6vw, 15px);
    line-height: 220%;
  }
  #face-muscle h2.has-line {
    font-size: min(4vw, 26px);
  }
  #face-muscle .face-muscle__details__inner h3 {
    font-size: min(4vw, 18px);
    margin-bottom: 2vw;
  }
  #face-muscle .face-muscle__guest .face-muscle__details__inner {
    display: flex;
    gap: min(3vw, 15px);
  }
  #face-muscle .face-muscle__guest .face-muscle__details__inner > img {
    width: 20vw;
  }
  #face-muscle .face-muscle__book .face-muscle__details__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3vw;
  }
  #face-muscle .face-muscle__book .face-muscle__details__inner img {
    width: 40%;
  }
  #face-muscle .face-muscle__check {
    padding: 6vw 0;
  }
  #face-muscle .face-muscle__check .container {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  #face-muscle .face-muscle__check__txt {
    background-color: #fff;
    border-radius: 3vw;
    padding: 5vw 5vw;
  }
  #face-muscle .face-muscle__check__txt h2 {
    margin-bottom: 3vw;
    line-height: 160%;
    font-size: min(4.8vw, 26px);
  }
  #face-muscle .face-muscle__check__txt p {
    line-height: 190%;
    font-size: min(3.6vw, 15px);
  }
  #face-muscle .face-muscle__check__list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  #face-muscle .face-muscle__check__list li:nth-of-type(4) {
    grid-column: 1/4;
  }
  #face-muscle .face-muscle__check__list li:nth-of-type(4) img {
    width: 100%;
    height: auto;
  }
  #face-muscle .face-muscle__check__list li:nth-of-type(4) p {
    font-size: min(3.6vw, 15px);
    margin-top: 3vw;
  }
  #face-muscle .face-muscle__ex hgroup:has(h3) {
    gap: 1.5vw;
    margin-top: 7vw;
    margin-bottom: 4vw;
  }
  #face-muscle .face-muscle__ex hgroup:has(h3) img {
    width: min(16vw, 100px);
  }
  #face-muscle .face-muscle__ex hgroup:has(h3) h3 {
    font-size: min(5vw, 20px);
  }
  #face-muscle .face-muscle__ex__first {
    padding-top: 10vw;
  }
  #face-muscle .face-muscle__ex__lead {
    font-size: min(3.6vw, 15px);
  }
  #face-muscle .face-muscle__ex__one {
    display: flex;
    flex-direction: column;
  }
  #face-muscle .face-muscle__ex__one > div {
    display: contents;
  }
  #face-muscle .face-muscle__ex__one h4 {
    font-size: min(4.5vw, 20px);
    padding: 10px 25px;
    order: 1;
    margin-top: 5vw;
    margin-bottom: 4vw;
    line-height: 130%;
  }
  #face-muscle .face-muscle__ex__one p {
    font-size: min(3.6vw, 15px);
    order: 3;
    margin-top: 4vw;
  }
  #face-muscle .face-muscle__ex__one > img {
    order: 2;
  }
  #face-muscle .face-muscle__ex__cmnt {
    display: grid;
    grid-template-columns: 20vw auto;
    align-items: center;
    gap: 15px;
    margin-top: 8vw;
  }
  #face-muscle .face-muscle__ex__cmnt img {
    width: 100%;
    height: auto;
  }
  #face-muscle .face-muscle__ex__cmnt p {
    font-size: min(3.6vw, 15px);
  }
  #face-muscle .face-muscle__oil {
    padding-top: 10vw;
    margin-top: 10vw;
    padding-bottom: 124vw;
  }
  #face-muscle .face-muscle__oil p {
    font-size: min(3.6vw, 15px);
    margin-top: 3vw;
  }
  #face-muscle .face-muscle__oil__details ul {
    display: flex;
    flex-direction: column;
  }
  #face-muscle .face-muscle__oil__details ul li:first-of-type {
    order: 1;
  }
  #face-muscle .face-muscle__oil__details ul li:nth-of-type(2) {
    order: 3;
  }
  #face-muscle .face-muscle__oil__details ul li:nth-of-type(3) {
    order: 5;
  }
  #face-muscle .face-muscle__oil__details ul li:nth-of-type(4) {
    order: 2;
  }
  #face-muscle .face-muscle__oil__details ul li:nth-of-type(5) {
    order: 4;
  }
  #face-muscle .face-muscle__oil__details p {
    font-size: min(3.6vw, 15px);
    margin-top: 3vw;
  }
  #face-muscle .face-muscle__oil__others {
    margin-top: 10vw;
  }
  #face-muscle .face-muscle__oil__others p {
    font-size: min(3.6vw, 15px);
    margin-top: 3vw;
  }
  #face-muscle .face-muscle__end {
    margin-top: 10vw;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner p + h3 {
    margin-top: 4vw;
  }
  #face-muscle .face-muscle__end .face-muscle__details__inner + .face-muscle__details__inner {
    margin-top: 9vw;
  }
  #face-muscle hgroup:has(h3) {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */