@charset "UTF-8";
.artmake-page {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.95;
  color: #5f5954;
}
.artmake-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.artmake-page strong {
  font-weight: 500;
  color: #cf6b82;
}

.artmake-inner {
  width: min(1200px, 100% - 80px);
  margin: 0 auto;
}

.artmake-section {
  padding: 110px 0;
}

.artmake-section--soft {
  background: #f5f1f0;
}

.artmake-section--dark {
  color: #fff;
  background: #8a827b;
}

.artmake-mv {
  margin-top: 62px;
}
.artmake-mv img {
  width: 100%;
}

.artmake-questionnaire {
  padding: 60px 0;
}

.artmake-questionnaire__panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 245px;
  padding: 60px 0;
  background: #f5f1f0;
  border-radius: 15px;
}

.artmake-questionnaire__guide {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.03em;
}
.artmake-questionnaire__guide::before, .artmake-questionnaire__guide::after {
  flex: 0 0 1px;
  width: 1px;
  height: 24px;
  margin: 0 6px;
  content: "";
  background: currentcolor;
}
.artmake-questionnaire__guide::before {
  transform: rotate(-30deg);
}
.artmake-questionnaire__guide::after {
  transform: rotate(30deg);
}

.artmake-questionnaire__cta {
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 520px;
  max-width: 100%;
  height: 76px;
  padding: 20px 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: #c9667a;
  border-radius: 45px;
  transition: transform 0.3s ease-in-out;
}
.artmake-questionnaire__cta:link, .artmake-questionnaire__cta:visited {
  color: #fff;
}
.artmake-questionnaire__cta img {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.artmake-questionnaire__cta span {
  white-space: nowrap;
}
.artmake-questionnaire__cta:hover {
  transform: translateY(-2px);
}
.artmake-questionnaire__cta:focus-visible {
  outline: 3px solid #59524c;
  outline-offset: 4px;
}

.artmake-heading-en {
  margin: 0 0 6px;
  font-family: Lato, serif;
  font-size: 22px;
  line-height: 1.2;
  color: #f2c5ce;
}

.artmake-heading-ja {
  margin: 0;
  font-family: serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.45;
  color: #5f5954;
}

.artmake-lead {
  margin: 28px 0 0;
  text-align: center;
}

.artmake-section-title {
  margin-bottom: 58px;
  text-align: center;
}

.artmake-section-title--light .artmake-heading-ja,
.artmake-section-title--light .artmake-heading-en {
  color: #fff;
}
.artmake-section-title--light .artmake-heading-en {
  opacity: 0.72;
}

@media (width >= 769px) and (prefers-reduced-motion: no-preference) {
  html.is-artmake-motion-ready .artmake-page .artmake-about__text,
  html.is-artmake-motion-ready .artmake-page .artmake-about__figure,
  html.is-artmake-motion-ready .artmake-page .artmake-section-title,
  html.is-artmake-motion-ready .artmake-page .artmake-note-box,
  html.is-artmake-motion-ready .artmake-page .artmake-merit__grid,
  html.is-artmake-motion-ready .artmake-page .artmake-feature__list,
  html.is-artmake-motion-ready .artmake-page .artmake-technique__panel,
  html.is-artmake-motion-ready .artmake-page .artmake-design__list,
  html.is-artmake-motion-ready .artmake-page .artmake-design__message,
  html.is-artmake-motion-ready .artmake-page .artmake-case__rail,
  html.is-artmake-motion-ready .artmake-page .artmake-flow__grid,
  html.is-artmake-motion-ready .artmake-page .artmake-price__groups,
  html.is-artmake-motion-ready .artmake-page .artmake-tabs,
  html.is-artmake-motion-ready .artmake-page .artmake-faq__list,
  html.is-artmake-motion-ready .artmake-page .artmake-nurse__grid,
  html.is-artmake-motion-ready .artmake-page .artmake-message__box,
  html.is-artmake-motion-ready .artmake-page .artmake-message__contact {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translate3d(0, 30px, 0);
    will-change: opacity, transform;
  }
  html.is-artmake-motion-ready .artmake-page .is-artmake-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
  html.is-artmake-motion-ready .google-map,
  html.is-artmake-motion-ready .wrapIndex [id=clinicL] {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translate3d(0, 30px, 0);
    will-change: opacity, transform;
  }
  html.is-artmake-motion-ready .google-map.is-artmake-revealed,
  html.is-artmake-motion-ready .wrapIndex [id=clinicL].is-artmake-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
}
.artmake-about {
  padding-top: 120px;
  padding-bottom: 121px;
}

.artmake-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) 580px;
  gap: 60px;
  align-items: start;
}

.artmake-about__text {
  text-align: left;
}
.artmake-about__text .artmake-heading-en {
  margin-bottom: 6px;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.06em;
}
.artmake-about__text .artmake-heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.5vw, 36px);
  line-height: 1.15;
  text-align: left;
  letter-spacing: 0.06em;
}
.artmake-about__text p:last-child {
  padding-top: 44px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.02em;
  border-top: 1px solid #ddd7d4;
}

.artmake-about__figure {
  width: 580px;
}

.artmake-contra {
  padding-top: 126px;
  padding-bottom: 119px;
  border-top-right-radius: 145px;
}

.artmake-contra .artmake-section-title {
  margin-bottom: 29px;
}

.artmake-contra .artmake-heading-en {
  margin-bottom: 6px;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(18px, 1.667vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-contra .artmake-heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.artmake-contra .artmake-lead {
  margin-top: 51px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.111vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}

.artmake-note-box {
  width: min(800px, 100%);
  padding: 34px 38px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}

.artmake-contra .artmake-note-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(800px, 100%);
  height: 320px;
  padding: 30px;
  border-radius: 15px;
}

.artmake-check-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.artmake-check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
}
.artmake-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #8a827b;
  content: "✓";
}

.artmake-contra .artmake-check-list {
  gap: 10.4px;
}

.artmake-contra .artmake-check-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.03em;
}

.artmake-alert {
  margin: 22px 0 0;
  font-weight: 700;
  color: #cf6b82;
}

.artmake-contra .artmake-alert {
  padding-left: 1.35em;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.111vw, 16px);
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  text-indent: -1.35em;
  letter-spacing: 0.03em;
}

.artmake-merit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.artmake-merit {
  padding-top: 120px;
  padding-bottom: 120px;
}

.artmake-merit .artmake-section-title {
  width: min(100%, 640px);
  padding-top: 0;
  margin: 0 auto 60px;
}

.artmake-merit .artmake-heading-en {
  width: max-content;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(18px, 1.667vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-merit .artmake-heading-ja {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.artmake-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 420px;
  padding: 45px;
  overflow: visible;
  color: #59524c;
  text-align: left;
  background: #f9f8f7;
  border-radius: 30px 0;
  box-shadow: none;
}
.artmake-card h3 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  padding: 0 10px 4px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 1px solid #847c76;
}
.artmake-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.artmake-card ul li {
  position: relative;
  padding-left: 31px;
  list-style: none;
}
.artmake-card ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  content: "•";
}

.artmake-card--pink {
  color: #c9667a;
  background: #fcecef;
  box-shadow: 0 0 30px rgba(240, 210, 216, 0.5);
}
.artmake-card--pink h3 {
  border-bottom-color: #dbcbce;
}

.artmake-card__watermark {
  position: absolute;
  top: -50px;
  right: -13px;
  z-index: 0;
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.8;
  color: #f2d4da;
  pointer-events: none;
  transform: rotate(5deg);
  transform-origin: center;
}

.artmake-card:not(.artmake-card--pink) .artmake-card__watermark {
  right: -11px;
  color: #e8dfd9;
}

.artmake-card strong {
  font-weight: 700;
  color: inherit;
}

.artmake-feature {
  padding: 120px 0;
  background: #847c76;
  border-top-left-radius: 150px;
}

.artmake-feature .artmake-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 640px);
  margin: 0 auto 60px;
}

.artmake-feature .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  letter-spacing: 0.06em;
  opacity: 1;
}

.artmake-feature .artmake-heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-feature__list {
  display: grid;
  gap: 30px;
}

.artmake-feature-item {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 320px minmax(0, 760px);
  gap: 30px;
  align-items: start;
  height: 260px;
  padding: 30px 45px;
  color: #59524c;
  text-align: left;
  background: #fff;
  border-radius: 15px 0;
  box-shadow: 6px 6px 0 #847c76;
}
.artmake-feature-item__media {
  width: 320px;
  height: 200px;
  overflow: hidden;
}
.artmake-feature-item__media img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.artmake-feature-item__content {
  padding-top: 10px;
}
.artmake-feature-item__number {
  display: flex;
  gap: 0;
  align-items: baseline;
  height: 13px;
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #c9667a;
  letter-spacing: 0.03em;
}
.artmake-feature-item h3 {
  margin: 8px 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #c9667a;
  letter-spacing: 0.06em;
}
.artmake-feature-item p:last-child {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.artmake-feature-item:nth-child(2) .artmake-feature-item__media img {
  width: 102.13%;
  height: 108.93%;
  filter: brightness(1.05);
  object-fit: fill;
  transform: translate(0.06%, -8.41%);
  transform-origin: top left;
}
.artmake-feature-item:nth-child(3) .artmake-feature-item__media img {
  width: 112.85%;
  height: 120.38%;
  object-fit: fill;
  transform: translate(-8.63%, -5.48%);
  transform-origin: top left;
}
.artmake-feature-item:nth-child(4) .artmake-feature-item__media img {
  width: 108.59%;
  height: 115.83%;
  filter: brightness(1.06);
  object-fit: fill;
  transform: translate(-0.06%, -0.02%);
  transform-origin: top left;
}

.artmake-technique {
  padding-top: 120px;
  padding-bottom: 60px;
}
.artmake-technique > .artmake-inner {
  width: min(1240px, 100% - 200px);
}
.artmake-technique .artmake-section-title {
  width: 640px;
  margin: 0 auto 60px;
}
.artmake-technique .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  letter-spacing: 0.06em;
}
.artmake-technique .artmake-heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  color: #59524c;
  letter-spacing: 0.06em;
}

.artmake-technique__panel {
  width: 100%;
  margin: 0 auto;
}
.artmake-technique__panel + .artmake-technique__panel {
  margin-top: 60px;
}
.artmake-technique__panel > h3 {
  padding: 20px 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  color: #fff;
  text-align: center;
  background: #59524c;
  border-radius: 15px 15px 0 0;
}

.artmake-technique__panel--lip > h3 {
  background: #c9667a;
}

.artmake-technique__grid {
  display: grid;
  gap: 30px;
  padding: 40px;
  box-shadow: inset 0 0 0 1px #59524c;
}
.artmake-technique__grid article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 30px;
  color: #59524c;
  background: #f6f3f1;
}
.artmake-technique__grid .artmake-technique__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.artmake-technique__grid img {
  width: 100%;
  height: 180px;
  object-fit: fill;
  background: #fff;
  border-radius: 10px;
}
.artmake-technique__grid h4 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #59524c;
  text-align: left;
  letter-spacing: 0.06em;
}
.artmake-technique__grid p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #59524c;
  text-align: left;
  letter-spacing: 0.03em;
}

.artmake-technique__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.artmake-technique__grid--three article {
  min-height: 418px;
}

.artmake-technique__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: inset 0 0 0 1px #c9667a;
}
.artmake-technique__grid--two article {
  min-height: 360px;
  background: #fcecef;
}
.artmake-technique__grid--two h4 {
  color: #c9667a;
}

.artmake-design {
  min-height: 1819px;
  padding: 120px 0;
  background: #fff;
}
.artmake-design .artmake-section-title {
  margin-bottom: 45px;
}
.artmake-design .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  letter-spacing: 0.06em;
}
.artmake-design .artmake-heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.437;
  color: #59524c;
  letter-spacing: 0.06em;
}
.artmake-design .artmake-lead {
  margin: 73px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #59524c;
  letter-spacing: 0.03em;
}

.artmake-design__list {
  display: grid;
  gap: 30px;
  width: min(960px, 100%);
  margin: 0 auto;
}
.artmake-design__list article {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  height: 230px;
  box-shadow: inset 0 -1px #f5f1f0;
}
.artmake-design__list img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.artmake-design__title {
  display: grid;
  gap: 0;
  text-align: left;
}

.artmake-design__content {
  text-align: left;
}

.artmake-design__number {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #c9667a;
  text-align: left;
  letter-spacing: 0.06em;
}

.artmake-design__content h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #c9667a;
  text-align: left;
  letter-spacing: 0.06em;
}

.artmake-design__description {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #59524c;
  text-align: left;
  letter-spacing: 0.03em;
}

.artmake-design__message {
  position: relative;
  z-index: 0;
  width: min(1140px, 100%);
  margin: 45px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.03em;
  isolation: isolate;
}
.artmake-design__message::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  z-index: -1;
  width: min(879px, 100%);
  height: 10px;
  content: "";
  background: #f4d0d7;
  transform: translateX(-50%);
}

.artmake-case {
  padding: 120px 0 140px;
  background: #f9f8f7;
}
.artmake-case .artmake-section-title {
  width: 640px;
  height: 81px;
  margin: 0 auto;
}
.artmake-case .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  text-align: center;
  letter-spacing: 0.06em;
}
.artmake-case .artmake-heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-case__rail {
  position: relative;
  height: 501px;
  margin-top: 60px;
  overflow: hidden;
}

.artmake-case__track {
  display: flex;
  gap: 30px;
  width: max-content;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(calc(50vw - 1010px));
  will-change: transform;
}
.artmake-case__track article {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 380px;
  flex-direction: column;
  gap: 20px;
  height: 501px;
  padding: 30px 40px;
  background: #69635e;
  border-radius: 15px 0;
  box-shadow: 4px 4px 30px rgba(161, 153, 151, 0.3);
  opacity: 0.5;
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1);
}
.artmake-case__track article.is-active {
  opacity: 1;
}

.artmake-case__image {
  width: 300px;
  height: 360px;
  overflow: hidden;
}
.artmake-case__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artmake-case__meta {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 61px;
  padding: 0;
  margin: 0;
}
.artmake-case__meta span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 32px;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #59524c;
  background: #fff;
  border-radius: 5px;
}
.artmake-case__meta p {
  min-height: 29px;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #f4d0d7;
  text-align: left;
  letter-spacing: 0;
}

.artmake-case__control {
  position: absolute;
  top: 219px;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.artmake-case__control img {
  position: absolute;
  top: -6px;
  left: -6px;
  display: block;
  width: 60px;
  max-width: none !important;
  height: 60px;
  max-height: none !important;
  aspect-ratio: 1;
}

.artmake-case__control--prev {
  left: calc(50% - 210px);
}
.artmake-case__control--prev img {
  transform: rotate(180deg);
}

.artmake-case__control--next {
  right: calc(50% - 210px);
}

.artmake-flow {
  padding: 120px 0;
  background: #847c76;
}
.artmake-flow .artmake-section-title {
  height: 81px;
  margin-bottom: 60px;
}
.artmake-flow .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  letter-spacing: 0.06em;
  opacity: 1;
}
.artmake-flow .artmake-heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.437;
  color: #fff;
  letter-spacing: 0.06em;
}

.artmake-flow__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 380px);
  grid-auto-rows: 409px;
  gap: 30px;
}
.artmake-flow__grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 409px;
  padding: 30px;
  color: #59524c;
  background: #fff;
  border-radius: 15px 0;
}
.artmake-flow__grid > article > .artmake-flow__image {
  width: 320px;
  height: 200px;
}

.artmake-flow__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.artmake-flow__content {
  width: 320px;
  margin-top: 20px;
  text-align: left;
}
.artmake-flow__content h3 {
  height: 34px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #c9667a;
  text-align: left;
}
.artmake-flow__content p {
  height: 87px;
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.03em;
}

.artmake-flow__number {
  position: absolute;
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-top: 18px;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  line-height: 0.8;
  color: #c9667a;
  text-align: center;
  background: #feedf0;
  border-radius: 50%;
}
.artmake-flow__number span:first-child {
  font-size: 18px;
}
.artmake-flow__number span:last-child {
  font-size: 26px;
}

.artmake-flow__arrow {
  position: absolute;
  width: 10px;
  height: 19px;
}

.artmake-flow__arrow--01,
.artmake-flow__arrow--03 {
  left: 390px;
}

.artmake-flow__arrow--02,
.artmake-flow__arrow--04 {
  left: 800px;
}

.artmake-flow__arrow--01,
.artmake-flow__arrow--02 {
  top: 197px;
}

.artmake-flow__arrow--03,
.artmake-flow__arrow--04 {
  top: 634px;
}

.artmake-price {
  padding: 0;
}
.artmake-price .artmake-inner {
  display: flex;
  flex-direction: column;
  width: 1000px;
  padding: 120px 0;
}
.artmake-price .artmake-section-title {
  width: 640px;
  height: 81px;
  margin: 0 auto;
}
.artmake-price .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  text-align: center;
  letter-spacing: 0.06em;
}
.artmake-price .artmake-heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-price__groups {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 60px;
}

.artmake-price__group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.artmake-price__group--brow {
  height: 454px;
}

.artmake-price__group--lip {
  height: 281px;
}

.artmake-price__group-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 10px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #59524c;
  text-align: left;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #847c76;
}

.artmake-price__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.artmake-price__table {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  padding: 1px;
  font-family: "Noto Sans JP", sans-serif;
  border-spacing: 0;
  border-collapse: separate;
  background: #f5f1f0;
}
.artmake-price__table thead,
.artmake-price__table tbody,
.artmake-price__table tr {
  display: contents;
}
.artmake-price__table th,
.artmake-price__table td {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 20px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.06em;
  background: #fff;
}
.artmake-price__table thead th {
  background: #d1c9c2;
}
.artmake-price__table tbody th {
  padding-right: 40px;
  padding-left: 40px;
  background: #f6f3f1;
}

.artmake-price__table--brow {
  grid-template-rows: 70px repeat(3, 72px);
  grid-template-columns: 376px 310px 310px;
  gap: 1px;
  height: 291px;
}

.artmake-price__table--lip {
  grid-template-rows: repeat(2, 72px);
  grid-template-columns: 376px 621px;
  gap: 1px;
  height: 147px;
}

.artmake-price__amount {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}
.artmake-price__amount > span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.artmake-price__amount small {
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.artmake-price__notes {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  text-align: left !important;
}
.artmake-price__notes p {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #c9667a;
  text-align: left !important;
  letter-spacing: 0.03em;
}

.artmake-checklist {
  padding: 120px 0;
  background: #f5f1f0;
  border-radius: 0 150px 0 0;
}
.artmake-checklist .artmake-section-title {
  height: 81px;
  margin-bottom: 60px;
}
.artmake-checklist .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  letter-spacing: 0.06em;
}
.artmake-checklist .artmake-heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.437;
  color: #59524c;
  letter-spacing: 0.06em;
}

.artmake-checklist .artmake-tabs {
  background: transparent;
  border-radius: 0;
}

.artmake-checklist .artmake-tabs__nav {
  display: flex;
  align-items: flex-end;
  height: 80px;
}
.artmake-checklist .artmake-tabs__nav button {
  flex: 1 1 50%;
  height: 68px;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 10px 10px 0 0;
}
.artmake-checklist .artmake-tabs__nav button[data-tab=eyebrow] {
  color: #59524c;
}
.artmake-checklist .artmake-tabs__nav button[data-tab=lip] {
  color: #c9667a;
}
.artmake-checklist .artmake-tabs__nav button.is-active {
  align-self: stretch;
  height: 80px;
  color: #fff;
}
.artmake-checklist .artmake-tabs__nav button[data-tab=eyebrow].is-active {
  background: #59524c;
}
.artmake-checklist .artmake-tabs__nav button[data-tab=lip].is-active {
  background: #c9667a;
}
.artmake-checklist .artmake-tabs__nav button:focus-visible {
  outline: 3px solid #c9667a;
  outline-offset: -3px;
}

.artmake-checklist .artmake-tabs__panel {
  box-sizing: border-box;
  display: none;
  height: 498px;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  background: #fff;
}
.artmake-checklist .artmake-tabs__panel.is-active {
  display: block;
}
.artmake-checklist .artmake-tabs__panel.is-entering {
  animation: artmake-tabs-panel-enter 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.artmake-checklist .artmake-tabs__panel[hidden] {
  display: none;
}
.artmake-checklist .artmake-tabs__panel[data-panel=eyebrow] {
  box-shadow: inset 0 1px 0 #59524c;
}
.artmake-checklist .artmake-tabs__panel[data-panel=lip] {
  box-shadow: inset 0 1px 0 #c9667a;
}
.artmake-checklist .artmake-tabs__panel ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.artmake-checklist .artmake-tabs__panel li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 52px;
}
.artmake-checklist .artmake-tabs__panel li:last-child {
  height: 78px;
}

@keyframes artmake-tabs-panel-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .artmake-checklist .artmake-tabs__panel.is-entering {
    animation: none;
  }
}
.artmake-checklist .artmake-tabs__panel[data-panel=lip] ul {
  gap: 18px;
}

.artmake-checklist .artmake-tabs__panel[data-panel=lip] li:last-child {
  height: 52px;
}

.artmake-checklist .artmake-checklist__item-title {
  display: flex;
  gap: 4px;
  align-items: center;
  align-self: flex-start;
  height: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #59524c;
  letter-spacing: 0.03em;
}
.artmake-checklist .artmake-checklist__item-title img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.artmake-checklist__item-description {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #59524c;
  letter-spacing: 0.03em;
}

.artmake-checklist .artmake-tabs__panel[data-panel=lip] .artmake-checklist__item-title {
  color: #c9667a;
}

.artmake-faq {
  padding: 120px 0;
}
.artmake-faq > .artmake-inner {
  width: min(960px, 100% - 200px);
}
.artmake-faq .artmake-section-title {
  width: 640px;
  margin: 0 auto 60px;
}
.artmake-faq .artmake-heading-en {
  width: fit-content;
  margin: 0 auto;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  text-align: center;
  letter-spacing: 0.06em;
}
.artmake-faq .artmake-heading-ja {
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  color: #59524c;
  text-align: left;
  letter-spacing: 0.06em;
}

.artmake-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.artmake-faq__list details {
  width: 100%;
}
.artmake-faq__list summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  list-style: none;
  cursor: pointer;
  background: #67605a;
  border-radius: 10px;
}
.artmake-faq__list summary::-webkit-details-marker,
.artmake-faq__list summary::marker {
  display: none;
  content: "";
}

.artmake-faq__question {
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  align-items: center;
  min-width: 0;
  text-align: left;
}

.artmake-faq__question-label {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
}

.artmake-faq__question-text {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.05em;
}

.artmake-faq__list .artmake-faq__icon {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.artmake-faq__icon--minus {
  opacity: 0;
}

.artmake-faq__list details[open] .artmake-faq__icon--plus,
.artmake-faq__list details[open] .artmake-faq__icon--minus {
  opacity: 1;
}

.artmake-faq__list details[open] .artmake-faq__icon--plus {
  opacity: 0;
}

.artmake-faq__list details.is-closing .artmake-faq__icon--plus {
  opacity: 1;
}

.artmake-faq__list details.is-closing .artmake-faq__icon--minus {
  opacity: 0;
}

.artmake-faq__answer {
  min-height: 98px;
  padding: 20px 30px;
  color: #59524c;
  text-align: left;
  border-bottom: 1px solid #f5f1f0;
}

.artmake-faq__answer-content {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.artmake-faq__answer-label {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.artmake-faq__answer p {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.05em;
}

@media (prefers-reduced-motion: reduce) {
  .artmake-faq__list .artmake-faq__icon {
    transition: none;
  }
}
.artmake-nurse {
  padding: 0;
  background: #f5f1f0;
  border-top-left-radius: 150px;
}
.artmake-nurse .artmake-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  width: 1200px;
  padding: 120px 0;
}
.artmake-nurse .artmake-section-title {
  width: 640px;
  height: 81px;
  margin: 0;
}
.artmake-nurse .artmake-heading-en {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4d0d7;
  text-align: center;
  letter-spacing: 0.06em;
}
.artmake-nurse .artmake-heading-ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  color: #59524c;
  text-align: center;
  letter-spacing: 0.06em;
}

.artmake-nurse__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 370px;
}

.artmake-nurse__figure {
  position: relative;
  flex: 0 0 350px;
  width: 350px;
  height: 370px;
  margin: 0;
}
.artmake-nurse__figure::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  width: 340px;
  height: 360px;
  content: "";
  background: #fff;
  border-radius: 0 15px;
}

.artmake-nurse__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 340px;
  height: 360px;
  overflow: hidden;
  border-radius: 0 15px;
}
.artmake-nurse__photo img {
  position: absolute;
  top: 0.11%;
  left: -0.99%;
  display: block;
  width: 101.49%;
  max-width: none !important;
  height: auto;
}

.artmake-nurse__content {
  display: flex;
  flex: 0 0 779px;
  flex-direction: column;
  gap: 16px;
  width: 779px;
  height: 231px;
  text-align: left;
}

.artmake-nurse__identity {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 77px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.artmake-nurse__role,
.artmake-nurse__name h3,
.artmake-nurse__name p,
.artmake-nurse__description,
.artmake-nurse__cta span,
.artmake-nurse__instagram {
  margin: 0;
  color: #59524c;
  text-align: left;
}

.artmake-nurse__role {
  width: 100%;
  height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.artmake-nurse__name {
  display: flex;
  gap: 11px;
  align-items: flex-end;
  width: 100%;
  height: 39px;
  white-space: nowrap;
}
.artmake-nurse__name h3 {
  width: 96px;
  height: 39px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.artmake-nurse__name p {
  width: 175px;
  height: 34px;
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #c9667a;
  letter-spacing: 0.06em;
}

.artmake-nurse__description {
  width: 100%;
  height: 87px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.artmake-nurse__actions {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 479px;
  height: 35px;
}

.artmake-nurse__cta {
  position: relative;
  flex: 0 0 231px;
  width: 231px;
  height: 35px;
}
.artmake-nurse__cta > span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 227px;
  height: 35px;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.168px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background: #c9667a;
  border-radius: 5px;
}
.artmake-nurse__cta::after {
  position: absolute;
  top: 12px;
  left: 227px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #c9667a;
  border-style: solid;
  border-width: 4px 0 4px 4px;
}

.artmake-nurse__instagram {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: 228px;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #59524c;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap;
}
.artmake-nurse__instagram > img {
  flex: 0 0 35px;
  width: 35px;
  max-width: none !important;
  height: 35px;
}

.artmake-message {
  padding-top: 80px;
}

.artmake-message__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 45px 60px;
  color: #59524c;
  background: #fee7ec;
  border-radius: 30px 0;
}
.artmake-message__box h2 {
  box-sizing: border-box;
  width: 515px;
  max-width: 100%;
  height: 47px;
  padding: 0 30px 4px;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.06em;
  white-space: nowrap;
  border-bottom: 1px solid #847c76;
}

.artmake-message__copy {
  width: 795px;
  max-width: 100%;
  height: 96px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.artmake-message__copy p {
  margin: 0;
  text-align: left;
}

.artmake-message__contact {
  position: relative;
  width: 677px;
  max-width: 100%;
  height: 82px;
  margin: 100px auto 0;
  transform: translateX(13.5px);
}
.artmake-message__contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artmake-message__contact-link {
  position: absolute;
  top: 0;
  bottom: 0;
}

.artmake-message__contact-link--tel {
  left: 0;
  width: 47.2674%;
}

.artmake-message__contact-link--reservation {
  right: 0;
  width: 47.1196%;
  border-radius: 100px;
  transition: transform 0.3s ease-in-out;
}
.artmake-message__contact-link--reservation::before {
  position: absolute;
  inset: 5px 4px 5px 1px;
  pointer-events: none;
  content: "";
  background: #f09b99;
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.artmake-message__contact-link--reservation:hover {
  transform: translateY(-2px);
}
.artmake-message__contact-link--reservation:hover::before {
  opacity: 0.16;
}

@media print, screen and (width <= 1024px) {
  .artmake-mv {
    margin-top: 0;
  }
  .artmake-inner {
    width: min(100% - 48px, 760px);
  }
  .artmake-questionnaire {
    padding: 48px 0;
  }
  .artmake-questionnaire__panel {
    height: auto;
    min-height: 245px;
    padding: 40px;
  }
  .artmake-faq > .artmake-inner {
    width: min(100% - 48px, 760px);
  }
  .artmake-section {
    padding: 74px 0;
  }
  .artmake-price .artmake-inner {
    width: calc(100% - 48px);
    padding: 90px 0;
  }
  .artmake-price__table--brow {
    grid-template-columns: 376fr 310fr 310fr;
  }
  .artmake-price__table--lip {
    grid-template-columns: 376fr 621fr;
  }
  .artmake-design {
    min-height: 0;
    padding: 74px 0;
  }
  .artmake-design .artmake-section-title {
    margin-bottom: 58px;
  }
  .artmake-design .artmake-lead {
    margin-top: 28px;
  }
  .artmake-about__grid,
  .artmake-merit__grid,
  .artmake-feature-item,
  .artmake-technique__grid--three,
  .artmake-technique__grid--two,
  .artmake-design__list article,
  .artmake-nurse__grid {
    grid-template-columns: 1fr;
  }
  .artmake-nurse {
    padding: 0;
  }
  .artmake-nurse .artmake-inner {
    gap: 48px;
    width: calc(100% - 48px);
    padding: 90px 0;
  }
  .artmake-nurse__grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
    height: auto;
  }
  .artmake-nurse__content {
    flex-basis: auto;
    width: min(100%, 779px);
  }
  .artmake-design__list article {
    height: auto;
    padding-bottom: 30px;
  }
  .artmake-design__list img {
    width: 100%;
    height: auto;
  }
  .artmake-design__pc-break {
    display: none;
  }
  .artmake-about__figure {
    width: min(100%, 580px);
  }
  .artmake-contra .artmake-section-title {
    margin-bottom: 36px;
  }
  .artmake-contra .artmake-lead {
    margin-top: 28px;
  }
  .artmake-contra .artmake-note-box {
    height: auto;
  }
  .artmake-contra,
  .artmake-feature,
  .artmake-nurse {
    border-top-left-radius: 0;
    border-top-right-radius: 72px;
  }
  .artmake-card {
    padding: 34px 28px;
  }
  .artmake-page .artmake-feature-item {
    grid-template-columns: 1fr;
    gap: 24px;
    height: auto;
    min-height: 0;
    padding: 30px;
  }
  .artmake-page .artmake-feature-item__media {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 8/5;
  }
  .artmake-page .artmake-feature-item__content {
    padding-top: 0;
  }
  .artmake-page .artmake-feature-item__pc-break {
    display: none;
  }
  .artmake-technique__grid {
    gap: 22px;
    padding: 24px;
  }
  .artmake-flow {
    padding: 74px 0;
  }
  .artmake-flow .artmake-section-title {
    margin-bottom: 36px;
  }
  .artmake-flow .artmake-heading-ja {
    font-size: 30px;
  }
  .artmake-flow__grid {
    grid-template-columns: 380px;
    grid-auto-rows: 409px;
    gap: 24px;
    width: 380px;
    margin: 0 auto;
  }
  .artmake-flow__grid .artmake-flow__arrow {
    display: none;
  }
  .artmake-checklist .artmake-tabs__panel {
    height: auto;
  }
  .artmake-checklist .artmake-tabs__panel li,
  .artmake-checklist .artmake-tabs__panel li:last-child {
    height: auto;
    min-height: 52px;
  }
  .artmake-checklist .artmake-tabs__panel[data-panel=lip] li:last-child {
    height: auto;
  }
  .artmake-technique > .artmake-inner {
    width: calc(100% - 48px);
  }
  .artmake-technique__grid--three article,
  .artmake-technique__grid--two article {
    min-height: 0;
  }
}
@media print, screen and (width <= 768px) {
  .artmake-inner {
    width: min(100% - 40px, 520px);
  }
  .artmake-questionnaire {
    padding: 32px 0;
  }
  .artmake-questionnaire__panel {
    height: auto;
    min-height: 245px;
    padding: 32px 20px;
  }
  .artmake-questionnaire__guide {
    gap: 15px;
    font-size: 14px;
  }
  .artmake-questionnaire__cta {
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 14px 20px;
    font-size: 16px;
  }
  .artmake-questionnaire__cta img {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .artmake-questionnaire__cta span {
    min-width: 0;
    white-space: normal;
  }
  .artmake-faq > .artmake-inner {
    width: min(100% - 40px, 520px);
  }
  .artmake-faq .artmake-section-title {
    width: 100%;
  }
  .artmake-faq .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-faq .artmake-heading-ja {
    font-size: 30px;
  }
  .artmake-technique > .artmake-inner {
    width: calc(100% - 40px);
  }
  .artmake-flow__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    width: 100%;
  }
  .artmake-flow__grid article {
    width: 100%;
    height: auto;
    min-height: 409px;
  }
  .artmake-flow__grid > article > .artmake-flow__image,
  .artmake-flow__content {
    width: 100%;
  }
  .artmake-flow__content p {
    height: auto;
  }
  .artmake-checklist .artmake-section-title {
    height: auto;
    margin-bottom: 36px;
  }
  .artmake-checklist .artmake-heading-ja {
    font-size: 24px;
    line-height: 1.45;
  }
  .artmake-checklist .artmake-tabs__nav {
    height: 62px;
  }
  .artmake-checklist .artmake-tabs__nav button {
    height: 54px;
    min-height: 0;
    font-size: 18px;
  }
  .artmake-checklist .artmake-tabs__nav button.is-active {
    height: 62px;
  }
  .artmake-checklist .artmake-tabs__panel {
    padding: 24px;
  }
  .artmake-checklist .artmake-tabs__panel ul {
    gap: 18px;
  }
  .artmake-checklist .artmake-tabs__panel li,
  .artmake-checklist .artmake-tabs__panel li:last-child {
    min-height: 0;
  }
  .artmake-checklist .artmake-checklist__item-title {
    height: auto;
    min-height: 18px;
    font-size: 18px;
    line-height: 1.4;
  }
  .artmake-technique .artmake-section-title {
    width: 100%;
  }
  .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-heading-ja {
    font-size: 30px;
  }
  .artmake-design .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-design .artmake-heading-ja {
    font-size: 30px;
  }
  .artmake-merit .artmake-heading-ja {
    text-align: center;
    white-space: normal;
  }
  .artmake-section-title {
    margin-bottom: 36px;
  }
  .artmake-feature {
    padding: 72px 0;
  }
  .artmake-case {
    padding: 74px 0;
  }
  .artmake-case .artmake-section-title {
    width: min(100% - 40px, 640px);
  }
  .artmake-case .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-case .artmake-heading-ja {
    font-size: 30px;
  }
  .artmake-case__rail {
    height: auto;
    margin-top: 36px;
  }
  .artmake-case__track {
    gap: 20px;
  }
  .artmake-case__track article {
    flex-basis: min(80vw, 380px);
    gap: 16px;
    height: auto;
    padding: 20px;
  }
  .artmake-case__image,
  .artmake-case__meta {
    width: 100%;
  }
  .artmake-case__image {
    height: auto;
    aspect-ratio: 5/6;
  }
  .artmake-case__control {
    top: clamp(142px, 38vw, 219px);
  }
  .artmake-case__control--prev {
    left: max(12px, 50% - min(40vw, 190px));
  }
  .artmake-case__control--next {
    right: max(12px, 50% - min(40vw, 190px));
  }
  .artmake-feature .artmake-section-title {
    margin-bottom: 36px;
  }
  .artmake-feature .artmake-heading-en {
    font-size: 20px;
  }
  .artmake-feature .artmake-heading-ja {
    font-size: 24px;
    line-height: 1.45;
    white-space: nowrap;
  }
  .artmake-feature-item {
    gap: 20px;
    padding: 20px;
    box-shadow: 4px 4px 0 #847c76;
  }
  .artmake-feature-item__media {
    width: 100%;
  }
  .artmake-feature-item h3 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.4;
  }
  .artmake-feature-item p:last-child,
  .artmake-technique__grid p,
  .artmake-design__list p:last-child,
  .artmake-flow__grid p {
    font-size: 15px;
  }
  .artmake-note-box {
    padding: 26px 22px;
  }
  .artmake-contra .artmake-note-box {
    padding: 26px 22px;
  }
  .artmake-contra .artmake-check-list {
    gap: 8px;
  }
  .artmake-check-list li {
    font-size: 16px;
  }
  .artmake-card h3,
  .artmake-feature-item h3,
  .artmake-technique__grid h4,
  .artmake-design__list h3,
  .artmake-flow__grid h3 {
    font-size: 23px;
  }
  .artmake-card ul {
    font-size: 16px;
  }
  .artmake-card__watermark {
    font-size: 54px;
  }
  .artmake-price .artmake-inner {
    width: min(100% - 40px, 520px);
    padding: 74px 0;
  }
  .artmake-price .artmake-section-title {
    width: 100%;
    height: auto;
  }
  .artmake-price .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-price .artmake-heading-ja {
    font-size: 30px;
    line-height: 1.35;
  }
  .artmake-price__groups {
    gap: 36px;
    margin-top: 36px;
  }
  .artmake-price__group {
    gap: 20px;
    height: auto;
  }
  .artmake-price__group-title {
    height: auto;
    min-height: 50px;
    padding: 10px;
    font-size: 20px;
  }
  .artmake-price__details {
    gap: 14px;
  }
  .artmake-price__table th,
  .artmake-price__table td {
    min-height: 64px;
    padding: 10px 6px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .artmake-price__table tbody th {
    padding-right: 6px;
    padding-left: 6px;
  }
  .artmake-price__table--brow {
    grid-template-rows: 56px repeat(3, minmax(64px, auto));
    height: auto;
  }
  .artmake-price__table--lip {
    grid-template-rows: repeat(2, minmax(64px, auto));
    height: auto;
  }
  .artmake-price__amount > span {
    font-size: 20px;
    line-height: 1.5;
  }
  .artmake-price__amount small {
    font-size: 15px;
    line-height: 1.5;
  }
  .artmake-price__notes p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .artmake-tabs__nav button {
    min-height: 62px;
    font-size: 18px;
  }
  .artmake-faq__list summary {
    height: auto;
    min-height: 62px;
    padding: 12px 18px;
  }
  .artmake-faq__question {
    padding-right: 32px;
  }
  .artmake-faq__question-label {
    font-size: 20px;
  }
  .artmake-faq__question-text {
    font-size: 16px;
  }
  .artmake-faq__list .artmake-faq__icon {
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  .artmake-faq__answer {
    padding: 18px;
  }
  .artmake-faq__answer-label {
    font-size: 20px;
  }
  .artmake-faq__answer p {
    font-size: 15px;
  }
  .artmake-nurse .artmake-inner {
    gap: 36px;
    width: min(100% - 40px, 520px);
    padding: 74px 0;
  }
  .artmake-nurse .artmake-section-title {
    width: 100%;
    height: auto;
  }
  .artmake-nurse .artmake-heading-en {
    font-size: 18px;
  }
  .artmake-nurse .artmake-heading-ja {
    font-size: 30px;
    line-height: 1.35;
  }
  .artmake-nurse__grid {
    gap: 32px;
    align-items: stretch;
  }
  .artmake-nurse__figure {
    flex-basis: auto;
    width: min(350px, 100%);
    height: auto;
    aspect-ratio: 35/37;
    margin: 0 auto;
  }
  .artmake-nurse__figure::after {
    width: calc(100% - 10px);
    height: auto;
    aspect-ratio: 17/18;
  }
  .artmake-nurse__photo {
    width: calc(100% - 10px);
    height: auto;
    aspect-ratio: 17/18;
  }
  .artmake-nurse__content {
    width: 100%;
    height: auto;
  }
  .artmake-nurse__description {
    height: auto;
  }
  .artmake-nurse__actions {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .artmake-message__box {
    padding: 34px 24px;
  }
  .artmake-message__box h2 {
    height: auto;
    font-size: 21px;
    white-space: normal;
  }
  .artmake-message__copy {
    height: auto;
  }
  .artmake-message__contact {
    margin-top: 74px;
    transform: none;
  }
  .artmake-page .artmake-heading-en {
    font-size: 16px;
  }
  .artmake-page .artmake-heading-ja {
    font-size: 24px;
    line-height: 1.4;
  }
  .artmake-page {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .artmake-page .artmake-inner {
    width: 90%;
  }
  .artmake-page .artmake-section {
    padding: 40px 0 50px;
  }
  .artmake-page .artmake-section-title {
    height: auto;
    margin-bottom: 30px;
  }
  .artmake-page .artmake-heading-en {
    font-size: 11px;
    line-height: 1.5;
  }
  .artmake-page .artmake-heading-ja {
    font-size: 22px;
    line-height: 1.5;
  }
  .artmake-page h3 {
    padding: 0;
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }
  .artmake-page h4 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  .artmake-page .artmake-lead,
  .artmake-page .artmake-about__text p:last-child,
  .artmake-page .artmake-feature-item p:last-child,
  .artmake-page .artmake-technique__grid p,
  .artmake-page .artmake-design__list p:last-child,
  .artmake-page .artmake-flow__grid p,
  .artmake-page .artmake-price__notes p,
  .artmake-page .artmake-faq__answer p,
  .artmake-page .artmake-nurse__description,
  .artmake-page .artmake-message__copy,
  .artmake-page .artmake-checklist__item-description,
  .artmake-page li,
  .artmake-page th,
  .artmake-page td {
    font-size: 12px;
    line-height: 2;
  }
  .artmake-page .artmake-about__grid {
    gap: 30px;
  }
  .artmake-page .artmake-merit__grid,
  .artmake-page .artmake-feature__list,
  .artmake-page .artmake-technique__grid,
  .artmake-page .artmake-design__list,
  .artmake-page .artmake-flow__grid,
  .artmake-page .artmake-price__groups {
    gap: 20px;
  }
  .artmake-page .artmake-card,
  .artmake-page .artmake-feature-item,
  .artmake-page .artmake-technique__grid article,
  .artmake-page .artmake-flow__grid article {
    gap: 10px;
    height: auto;
    min-height: 0;
    padding: 20px;
  }
  .artmake-page .artmake-design__list article {
    gap: 10px;
    padding-bottom: 20px;
  }
  .artmake-page .artmake-tabs__panel {
    padding: 20px;
  }
  .artmake-page .artmake-faq__list summary {
    min-height: 54px;
    padding: 10px 12px;
  }
  .artmake-page .artmake-faq__answer {
    padding: 12px;
  }
  .artmake-price .artmake-inner,
  .artmake-nurse .artmake-inner {
    gap: 30px;
    padding: 40px 0 50px;
  }
  .artmake-page .artmake-about__text p:last-child {
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .artmake-page .artmake-lead {
    margin-top: 20px;
  }
  .artmake-page .artmake-heading-en {
    font-size: 16px;
  }
  .artmake-page .artmake-card__watermark {
    top: -35px;
    font-size: 40px;
  }
  .artmake-page .artmake-card h3 {
    height: 38px;
    padding-bottom: 0;
  }
  .artmake-page .artmake-feature-item__number {
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .artmake-page .artmake-technique__panel > h3 {
    height: auto;
    padding-block: 6px;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .artmake-page .artmake-design__message {
    font-size: 16px;
    line-height: 1.5;
  }
  .artmake-page .artmake-flow__grid > article > .artmake-flow__image {
    height: auto;
    aspect-ratio: 8/5;
  }
  .artmake-page .artmake-flow__image img {
    height: auto;
    aspect-ratio: 8/5;
    object-fit: cover;
  }
  .artmake-page .artmake-technique__grid--two img {
    height: auto;
    aspect-ratio: 101/36;
    object-fit: cover;
  }
  .artmake-page .artmake-technique__grid--three img {
    height: auto;
    aspect-ratio: 307/180;
    object-fit: cover;
  }
  .artmake-page .artmake-price__groups {
    margin-top: 0;
  }
  .artmake-page .artmake-tabs__nav button {
    font-size: 15px;
  }
  .artmake-page .artmake-nurse__name {
    height: auto;
    margin-top: 10px;
  }
  .artmake-page .artmake-nurse__name h3,
  .artmake-page .artmake-nurse__name p {
    height: auto;
    font-size: 20px;
  }
  .artmake-page .artmake-nurse__cta::after {
    top: auto;
    bottom: -4px;
    left: 50%;
    border-color: #c9667a transparent transparent;
    border-width: 4px 4px 0;
    transform: translateX(-50%);
  }
  .artmake-page .artmake-inner {
    gap: 0;
    padding-bottom: 0;
  }
  .artmake-page .artmake-message__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
  }
  .artmake-page .artmake-message__contact > img {
    display: none;
  }
  .artmake-page .artmake-message__contact-link {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 810/208;
    background-image: url("../images/contact-artmake.Bah_adGe.webp");
    background-repeat: no-repeat;
    background-size: 212.3457% auto;
  }
  .artmake-page .artmake-message__contact-link--tel {
    background-position: left top;
  }
  .artmake-page .artmake-message__contact-link--reservation {
    background-position: right top;
  }
}
@media screen and (width >= 768px) and (width <= 1024px) {
  .artmake-technique__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .artmake-technique__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .artmake-page .artmake-feature-item {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 30px;
    height: 260px;
    min-height: 0;
    padding: 30px 45px;
  }
  .artmake-page .artmake-feature-item__media {
    width: 320px;
    height: 200px;
    aspect-ratio: auto;
  }
  .artmake-page .artmake-feature-item__content {
    padding-top: 10px;
  }
  .artmake-page .artmake-feature-item__content h3 {
    font-size: 20px;
  }
  .artmake-page .artmake-feature-item__content p {
    font-size: 16px;
  }
  .artmake-page .artmake-design__list {
    gap: 30px;
  }
  .artmake-page .artmake-design__list article {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
    height: 230px;
    padding-bottom: 0;
  }
  .artmake-page .artmake-design__list img {
    width: 300px;
    height: 200px;
  }
  .artmake-page .artmake-design__pc-break {
    display: inline;
  }
  .artmake-page .artmake-message__copy p {
    font-size: 16px;
  }
  .artmake-page .artmake-message__box {
    padding-inline: 20px;
  }
}
@media screen and (width >= 769px) and (width <= 1024px) {
  .artmake-page .artmake-design__message {
    font-size: 17px;
  }
}