@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* ======================================

  "LVPro. Premium V-treatment" Styles

====================================== */
body {
  color: #ffffff;
  background-color: #000000;
}

/*
  Section Common
====================================== */
.inner.wide { width: 1200px; }
.sec-heading {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
}
.sec-heading::after {
  content: "LVPRO PREMIUM V-TREATMENT";
  position: absolute;
  right: 0;
  bottom: -1.25em;
  font-size: .5em;
  letter-spacing: .025em;
  opacity: .8;
}
.sec-heading span {
  width: 100%;
  height: 5.5px;
  display: block;
  background: linear-gradient(to right,  rgba(176,124,52,1) 0%,rgba(227,190,117,1) 52%,rgba(176,124,52,1) 100%);
  margin: 10px 0 0;
}

@media screen and (max-width:1200px) {
  .inner.wide { width: 92%; }
  .sec-heading { font-size: calc(32 / 768 * 100vw); }
}

@media screen and (max-width:640px) {
  .sec-heading::after {
    font-size: .6em;
    bottom: -1.5em;
  }
  .sec-heading span { height: 4.5px; }
}

@media screen and (max-width:480px) {
  .sec-heading span { height: 3.5px; }
}

/*
  Main Visual
====================================== */
.main-visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  overflow: hidden;
}
.main-visual video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .main-visual video {
    min-width: initial;
    min-height: initial;
    width: 100%;
    height: 100%;
  }
}

/*
  Section01
====================================== */
.sec01 { padding: 5% 0 0; }
.sec01 {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 728;
  background: url(../images/v-treatment/purple_bg02.png) no-repeat 50% 0;
  background-size: cover;
}
.sec01 .inner > div {
  height: auto;
  aspect-ratio: 1920 / 728;
  background: url(../images/v-treatment/premium_logo.png) no-repeat 50% 50%;
  background-size: 470px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .inner > div p {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.5;
  grid-area: 1 / 1;
}
.sec01 .inner > div p span { font-size: calc(30 / 40 * 1em); }

@media screen and (max-width:1280px) {
  .sec01 { aspect-ratio: auto; }
}

@media screen and (max-width:768px) {
  .sec01 {
    padding: 0;
    margin: 5% 0 0;
  }
  .sec01 { aspect-ratio: 3 / 2; }
  .sec01 .inner > div {
    aspect-ratio: 3 / 2;
    background-size: 45%;
  }
  .sec01 .inner > div p {
    font-size: calc(27 / 768 * 100vw);
    line-height: 1.8;
    margin: -7.5% 0 0;
  }
}

/*
  Section02
====================================== */
.sec02 { padding: 0 0 5%; }
.sec02 .inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0;
}
.sec02 .inner > div p {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.8;
}
.sec02 .inner > div ul { margin: 0 0 0 50px; }
.sec02 .inner > div ul li {
  width: 280px;
  height: auto;
}
.sec02 .inner > div ul li:last-of-type { margin: 30px 0 0; }
.sec02 .inner > div ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  flex-shrink: 0;
}

@media screen and (max-width:768px) {
  .sec02 .inner > div {
    flex-direction: column;
    margin: 7.5% 0 0;
  }
  .sec02 .inner > div p {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .sec02 .inner > div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
    margin: 5% 0 0;
  }
  .sec02 .inner > div ul li { width: calc(250 / 768 * 100vw); }
  .sec02 .inner > div ul li:last-of-type { margin: 0; }
}

@media screen and (max-width:640px) {
  .sec02 .inner > div p { font-size: calc(20 / 640 * 100vw); }
}

/*
  Section03
====================================== */
.sec03 {
  padding: 2.5% 0 5%;
  width: 100%;
  height: auto;
  /*aspect-ratio: 1920 / 728;*/
  background: url(../images/v-treatment/purple_bg02.png) no-repeat 50% 0;
  background-size: cover;
}
.sec03 .inner { height: 100%; }
.sec03 .inner > div {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 70px;
  margin: 75px 0 40px;
  background: url(../images/v-treatment/premium_logo.png) no-repeat 50% 50%;
  background-size: 470px auto;
}
.sec03 .inner > div dl dt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: #d6ab53;
  margin: 0 0 20px;
  padding: 0 0 0 48px;
}

.sec03 .inner > div dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(.75);
  transform-origin: 0 50%;
  width: 48px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec03 .inner > div dl:first-of-type dt::before { background-image: url(../images/v-treatment/num_01.svg); }
.sec03 .inner > div dl:nth-of-type(2) dt::before { background-image: url(../images/v-treatment/num_02.svg); }
.sec03 .inner > div dl:nth-of-type(3) dt::before { background-image: url(../images/v-treatment/num_03.svg); }
.sec03 .inner > div dl:nth-of-type(4) dt::before { background-image: url(../images/v-treatment/num_04.svg); }
.sec03 .inner > div dl:nth-of-type(5) dt::before { background-image: url(../images/v-treatment/num_05.svg); }
.sec03 .inner > div dl:nth-of-type(6) dt::before { background-image: url(../images/v-treatment/num_06.svg); }
.sec03 .inner > div dl:nth-of-type(7) dt::before { background-image: url(../images/v-treatment/num_07.svg); }
.sec03 .inner > div dl:last-of-type dt::before { background-image: url(../images/v-treatment/num_08.svg); }

.sec03 .inner > div dl dt small { font-size: .55em; }
.sec03 .inner > div dl dt span {
  width: 48px;
  height: 32px;
  transform: scale(.75);
  transform-origin: 0 50%;
  display: none;
}
.sec03 .inner > div dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.8;
}
.asterisk {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
  .sec03 { padding: 5% 0; }
  .sec03 .inner > div {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px 6%;
    margin: 10% 0 5%;
    background-size: 45%;
  }
  .sec03 .inner > div dl { width: 47%; }
  .sec03 .inner > div dl dt {
    font-size: calc(20 / 768 * 100vw);
    margin: 0 0 15px;
    padding: 0 0 0 45px;
  }
  .sec03 .inner > div dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .sec03 .inner > div dl dt { font-size: calc(22 / 640 * 100vw); }
  .sec03 .inner > div dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .asterisk {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width:480px) {
  .sec03 .inner > div {
    flex-direction: column;
  }
  .sec03 .inner > div dl { width: 100%; }
  .sec03 .inner > div dl dt { padding: 0 0 0 40px; }
  .sec03 .inner > div dl dt::before { transform: translateY(-50%) scale(.65); }
  .sec03 .inner > div dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .asterisk {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

/*
  Section04
====================================== */
.sec04 { padding: 2.5% 0; }
.sec04 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
}

@media screen and (max-width:768px) {
  .sec04 { padding: 5% 0; }
  .sec04 ul { gap: 0 6%; }
}

@media screen and (max-width:640px) {
  .sec04 ul { gap: 0 3%; }
}

/*
  Section05
====================================== */
.sec05 { padding: 2.5% 0; }
.howtouse {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 70px;
  padding: 0 65px;
  margin: 90px 0 0;
}
.flow { display: grid; }
.flow > div {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
}

/*
.flow > div::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  transform: scale(.75);
  transform-origin: 0 50%;
  width: 48px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.flow:first-of-type > div::before { background-image: url(../images/v-treatment/num_01.svg); }
.flow:nth-of-type(2) > div::before { background-image: url(../images/v-treatment/num_02.svg); }
.flow:nth-of-type(3) > div::before { background-image: url(../images/v-treatment/num_03.svg); }
.flow:nth-of-type(4) > div::before { background-image: url(../images/v-treatment/num_04.svg); }
.flow:nth-of-type(5) > div::before { background-image: url(../images/v-treatment/num_05.svg); }
.flow:nth-of-type(6) > div::before { background-image: url(../images/v-treatment/num_06.svg); }
.flow:nth-of-type(7) > div::before { background-image: url(../images/v-treatment/num_07.svg); }

.flow > div p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #ffffff;
}
.flow > div p small {
  font-size: calc(12 / 16 * 1em);
  display: block;
  margin: .75em 0 0;
}
*/
.flow > figure { grid-area: 1 / 1; }

@media screen and (max-width:768px) {
  .sec05 { padding: 5% 0; }
  .howtouse {
    padding: 0;
    gap: 45px 7%;
    margin: 10% 0 0;
  }
}
@media screen and (max-width:640px) {
  .howtouse {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    padding: 0 5%;
  }
}

/*
  Section06
====================================== */
.sec06 { padding: 0 0 2.5%; }

/*
  Section07
====================================== */
.sec07 { padding: 5% 0; }
.sec07 ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
}
.sec07 ul li {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 960;
  overflow: hidden;
}
.sec07 ul li video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .sec07 { padding: 0 0 10%; }
  .sec07 ul { gap: 0 5%; }
  .sec07 ul li { width: 45%; }
}

/*
  Sample Set Summary
====================================== */
.ss-summary {
  padding: 5% 0;
  width: 100%;
  height: auto;
  background: url(../images/v-treatment/purple_bg02.png) no-repeat 50% 50%;
  background-size: cover;
}
.ss-summary h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1em;
}
.ss-summary figure { overflow: hidden; }
.ss-summary figure img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ss-summary dl {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2em 0 3em;
}
.ss-summary dl dt {
  text-align: center;
  margin: 0 0 .5em;
}
.ss-summary dl dd { line-height: 1.8; }
.ss-summary dl dd ul li::before { content: "・"; }
.ss-summary dl dd ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.ss-summary p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 2.0;
}
.ss-summary p span {
  font-size: 1.1em;
  font-weight: 700;
}
.ss-summary p small { font-size: .85em; }

@media screen and (max-width:768px) {
  .ss-summary .inner { width: 90%; }
  .ss-summary h2 { font-size: calc(30 / 768 * 100vw); }
  .ss-summary h2 span { display: block; }
  .ss-summary dl, .ss-summary p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width:640px) {
  .ss-summary dl, .ss-summary p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .ss-summary dl dd { line-height: 1.5; }
  .ss-summary dl { font-size: calc(15 / 480 * 100vw); }
  .ss-summary p {
    font-size: calc(15 / 480 * 100vw);
    line-height: 1.8;
  }
}

/*
  Inquiry
====================================== */
#inquiry { color: #342a27; }
#inquiry .heading { font-weight: 400; }