:root {
  --myq-black: #1d1d1d;
  --myq-black-light: #555;
  --myq-brown: #743600; 
  --myq-brown-light: rgb(116, 54, 0,0.05); 
  --text: #1d1d1d;
  --line-dark: #8d8d8d;
  --myq-font: "Noto Sans JP", "Noto Sans Medium", "Yu Gothic", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", sans-serif;
  --myq-page-min: 390px;
  --myq-page-max: 560px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

body {
  margin: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  color: var(--text);
  background: #eeeeee;
  letter-spacing: 0;
  overflow-x: clip;
}

#wrapper,
#contents,
#main,
#main_middle,
.cd-main-content,
.page-shell {
  max-width: 100%;
}

#header {
  z-index: 1000 !important;
}

.page-shell {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.section-white {
  padding-top : 70px;
  padding-inline: 22px;
  background: #ffffff;
}
@media screen and (min-width: 560px) {
  .section-white  {
    padding-inline: 44px;
  }
}

.eyebrow {
  margin: 0;
  color: var(--myq-brown);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}

.eyebrow.dark {
  color: var(--myq-brown);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--myq-font);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.65;
  text-align: left;
}

h2 {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: var(--myq-black);
}

h2 span{
  color: var(--myq-brown);
}

h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.7;
  text-align: left;
}

p {
  color: var(--text);
  font-size: 15px;
  font-weight: 300;
  line-height: 2.05;
}

.short-line {
  display: block;
  width: 40px;
  height: 1px;
  margin: 30px auto;
  background: var(--line-dark);
}

.hero {
  border-top: 50px solid var(--myq-black);
  padding: 80px 22px 50px;
  background-image: url(/template/default/img/AiSkinNavi/kv_bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  text-align: left;
}

@media screen and (min-width: 560px) {
  .hero  {
    padding: 80px 44px 50px;
  }
}

.hero span {
  color: var(--myq-brown);
}

.hero .eyebrow {
  text-align: left;
  margin-bottom: 40px;
  color: var(--myq-black);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hero h1 {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  color: #222222;
  font-size: 23px;
  line-height: 40px;
  text-align: left;s
  font-weight: 500;
  text-indent: -13px;
}

.hero .skin-age-arrow {
  margin-bottom: 0;
}

.doctor-intro {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 10px;
  text-align: left;
}

.doctor-intro img {
  width: 100px;
  height: 100px;
}

.doctor-intro p,
.doctor-intro strong,
.doctor-intro span {
  display: block;
}

.doctor-intro p {
  margin-bottom: 3px;
  color: var(--myq-brown);
  font-size: 11px;
  line-height: 1.4;
}

.doctor-intro p.detail {
  margin-bottom: 5px;
  color: var(--myq-black-light);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 2px;
}

.doctor-intro strong {
  color: var(--myq-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

@media screen and (min-width: 560px) {
  .doctor-intro strong {
    font-size: 18px;
  }
}

.hero-lead {
  margin: 0 0 30px;
  color: var(--myq-black);
  font-size: 15px;
  line-height: 2.05;
}

.hero .short-line {
  margin: 28px auto 34px;
}

.hero-quote {
  max-width: 560px;
  margin: 28px auto 0;
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

.problem {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid var(--myq-line);
}

h2.test_start {
  margin-bottom: 0;
	
}

.problem .short-line { 
  margin: 30px auto 50px;
}

.problem p {
  width: min(100%, 560px);
  margin-inline: auto;
  text-align: left;
}

.problem p + p {
  margin-top: clamp(24px, 5.58vw, 42px);
}

.probrem-box {
  background-color: var(--myq-brown-light);
  padding: 14px;
}

.probrem-last {
  font-size: 17px;
}

}

.start {
  padding-top: 110px;
  padding-bottom: 90px;
  background: #ffffff;
}

.skin-age-arrow {
  margin: 40px auto 0;
}

.skin-age-arrow img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.start-copy {
  margin-top: 0;
  text-align: center;
}

.start-copy p {
  margin: 18px auto 0;
  color: #555555;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

/*
.problem h2,
.start-copy h2 {
  animation: none;
}
*/

.is-ad1-heading-reveal-ready .ad1-fade-title {
  opacity: 0;
}

.ad1-fade-title.is-visible {
  animation: introButtonFadeIn 0.72s ease-out both;
}

@keyframes introButtonFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
