@charset "UTF-8";
:root {
  --ff--sans: M PLUS 1p, Noto Sans JP, 游ゴシック体, Yu Gothic, YuGothic, sans-serif;
  --ff--serif: Noto Serif JP, 游明朝, Yu Mincho, YuMincho, serif;
  --ff--en: Jost, sans-serif;
  --fs--base: clamp(0.938rem, 0.917rem + 0.1vw, 1rem);
  --fs--xs: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  --fs--sm: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  --fs--md: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  --fs--lg: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  --fs--xl: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  --fs--2xl: clamp(1.375rem, 1.208rem + 0.83vw, 1.875rem);
  --fs--3xl: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
  --fs--4xl: clamp(1.625rem, 1.292rem + 1.67vw, 2.625rem);
  --fs--5xl: clamp(1.75rem, 1.333rem + 2.08vw, 3rem);
  --fs--6xl: clamp(1.875rem, 1.375rem + 2.5vw, 3.375rem);
  --fs--7xl: clamp(2rem, 1.417rem + 2.92vw, 3.75rem);
  --fs--8xl: clamp(2.125rem, 1.5rem + 3.13vw, 4rem);
  --fs--9xl: clamp(2.625rem, 2rem + 3.13vw, 4.5rem);
  --fs--10xl: clamp(4rem, 3.333rem + 3.33vw, 6rem);
}

form input:not([type=submit]), form textarea, form select {
  background-color: #eee;
  border-radius: 4px;
  padding: calc(var(--dynamicScale)*0.4rem) calc(var(--dynamicScale)*0.6rem);
}
form input[type=submit] {
  appearance: none;
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: var(--fs--md);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding: calc(var(--dynamicScale)*0.8rem);
  text-align: center;
  width: 100%;
}
form input[type=submit]:hover {
  background-color: #b790ea;
  color: #fff;
}
.c-form dl {
  display: grid;
}
.c-form dt {
  padding-right: calc(var(--dynamicScale)*0.8rem);
  padding-top: calc(var(--dynamicScale)*1.2rem);
}
.c-form dd {
  padding-top: calc(var(--dynamicScale)*1.2rem);
}
.c-form .has-required::after {
  background-color: #b790ea;
  border-radius: 4px;
  color: #fff !important;
  content: "必須";
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.4em 0.4em;
  transform: scale(0.6) translateX(-1em);
  white-space: nowrap;
}

.p-lineup-rebornsystem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1em;
}
.p-lineup-rebornsystem__item {
  margin: 1em;
  position: relative;
  width: calc(100% - 2em);
}
.p-lineup-rebornsystem__text {
  color: #fff;
  width: 90%;
}
.p-lineup-rebornsystem__item:nth-of-type(1) .p-lineup-rebornsystem__text {
  margin-left: 10%;
}

.p-lineup-rebornsystem__item:nth-of-type(2) .p-lineup-rebornsystem__text {
  margin-right: 10%;
}

.p-lineup-rebornsystem__item:nth-of-type(3) .p-lineup-rebornsystem__text {
  margin-left: 10%;
}

.p-lineup-rebornsystem__item:nth-of-type(4) .p-lineup-rebornsystem__text {
  margin-right: 10%;
}

.p-lineup-rebornsystem__image {
  bottom: -0.6em;
  position: absolute;
  width: 30%;
}
.p-lineup-rebornsystem__item:nth-of-type(1) .p-lineup-rebornsystem__image {
  left: 0;
}

.p-lineup-rebornsystem__item:nth-of-type(2) .p-lineup-rebornsystem__image {
  right: 0;
}

.p-lineup-rebornsystem__item:nth-of-type(3) .p-lineup-rebornsystem__image {
  bottom: 2.6em;
  left: -1em;
  transform: scaleX(-1);
  width: 36%;
}

.p-lineup-rebornsystem__item:nth-of-type(4) .p-lineup-rebornsystem__image {
  bottom: 2.6em;
  right: -1em;
  width: 36%;
}

.p-drspaproAbout__container {
  background: url(/img/drspapro/about_bg.png) no-repeat right 60%/contain;
  display: grid;
  gap: calc(var(--dynamicScale)*2rem);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.p-drspaproPoint__term {
  background-color: #806239;
}
.p-drspaproPoint__disc {
  background-color: #806239;
  color: #fff;
  font-family: var(--ff--serif);
  font-size: var(--fs--xl);
  padding: calc(var(--dynamicScale)*1rem*1);
}
.p-drspaproPoint h2 {
  font-family: var(--ff--serif);
  font-size: var(--fs--5xl);
  letter-spacing: 0;
}
.p-drspaproPoint h2::before, .p-drspaproPoint h2::after {
  display: none;
}

.p-drspaproApproach-cont-1 {
  background: url(/img/drspapro/approach_bg.jpg) no-repeat center/cover;
}
.p-drspaproApproach-cont-1__imagearea {
  background-image: linear-gradient(to right, #e7bb00 0%, #ffe8bd 25%, #b7870c 60%, #dfcd80 85%, #ffe8bd 100%);
}
.p-drspaproApproach-cont-1 h2 {
  display: grid;
  gap: calc(var(--dynamicScale)*1rem);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: calc(var(--dynamicScale)*3rem*1);
  padding-right: calc(var(--dynamicScale)*3rem*1);
}
.p-drspaproApproach-cont-1 h2::before, .p-drspaproApproach-cont-1 h2::after {
  display: none;
}
.p-drspaproEffect {
  background: url(/img/drspapro/effect_bg.jpg) no-repeat center/cover;
  padding-bottom: calc(var(--dynamicScale)*10rem*1);
  padding-top: calc(var(--dynamicScale)*6rem*1);
}

.p-drspaproMenu {
  background-image: linear-gradient(to right, rgba(230, 203, 188, 0.2) 0%, rgba(234, 223, 201, 0.2) 50%, rgba(195, 153, 128, 0.2) 100%);
}
.p-drspaproMenu h2 {
  background-image: linear-gradient(to right, rgba(235, 173, 0, 0.2) 0%, rgba(248, 230, 156, 0.2) 50%, rgba(126, 30, 0, 0.2) 100%);
  font-family: var(--ff--serif);
  font-size: var(--fs--4xl);
  font-weight: 600;
  padding: calc(var(--dynamicScale)*2rem*1) calc(var(--dynamicScale)*1rem*1) 0;
}
.p-drspaproMenu h2::after {
  background-image: linear-gradient(to right, rgba(235, 173, 0, 0.2) 0%, rgba(248, 230, 156, 0.2) 50%, rgba(126, 30, 0, 0.2) 100%);
  bottom: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  display: block;
  left: 0;
  padding: calc(var(--dynamicScale)*2rem*1) 0;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
.p-drspaproMenu h2 span {
  display: inline-flex;
  position: relative;
}
.p-drspaproMenu h2 span::before, .p-drspaproMenu h2 span::after {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}
.p-drspaproMenu h2 span::before {
  transform: translateX(-1em) rotate(-45deg);
}
.p-drspaproMenu h2 span::after {
  transform: translateX(1em) rotate(45deg);
}
.p-drspaproMenu__name {
  background-image: linear-gradient(to right, #eadde3 0%, #e8dee4 10%, #ffebe2 35%, #d2d8e4 70%, #ebdcd4 100%);
  font-family: var(--ff--serif);
  font-size: var(--fs--xl);
  margin: calc(var(--dynamicScale)*1rem*1) auto 0;
  padding: calc(var(--dynamicScale)*0.4rem*1) calc(var(--dynamicScale)*0.6rem*1);
  text-align: center;
  width: 80%;
}

[class*=p-seleblifting] h2 {
  font-weight: 500;
}
[class*=p-seleblifting] h2::after {
  display: none;
}

.p-selebliftingAbout {
  background: no-repeat center top/100% auto #dadadc;
}
.p-selebliftingAbout h2 {
  color: #1483ac;
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--4-xl);
}

.p-selebliftingPoint {
  background: no-repeat center/cover;
}
.p-selebliftingPoint h2 {
  color: #fff;
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--5-xl);
  text-shadow: #000 1px 0 10px;
}

.p-selebliftingFeature-2, .p-selebliftingFeature-3 {
  background: no-repeat center/cover;
}

.p-selebliftingFeature-3 h2 {
  background-color: #c8bb9b;
  color: #666;
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: calc(var(--dynamicScale)*0.8rem) calc(var(--dynamicScale)*1.6rem) calc(var(--dynamicScale)*1rem);
  width: fit-content;
}
.p-selebliftingFeature-3 h2::after {
  display: none;
}

.p-selebliftingPackage p:has(+ h2) {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--xl);
  justify-content: center;
}
.p-selebliftingPackage p:has(+ h2)::before, .p-selebliftingPackage p:has(+ h2)::after {
  background-color: #8dd0dc;
  content: "";
  display: block;
  height: 1em;
  width: 2px;
}
.p-selebliftingPackage p:has(+ h2)::before {
  transform: translate(-0.4em) rotate(-30deg);
}
.p-selebliftingPackage p:has(+ h2)::after {
  transform: translate(0.2em) rotate(30deg);
}
.p-selebliftingPackage h2 {
  background: linear-gradient(transparent 60%, #fdf9e1 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-size: var(--wp--preset--font-size--3-xl);
  margin-left: auto;
  margin-right: auto;
}

[class*=p-splashair] h2::after {
  display: none;
}

[class*=p-splashairFeature] h3 {
  background: linear-gradient(to right, #4c6875 0%, #c2ced5 100%);
  border: 0;
  color: #fff;
  font-size: var(--wp--preset--font-size--xl);
  padding: 0.2em 0.4em;
}

.p-splashairProduct {
  background: no-repeat right 7% bottom 3%/30% auto #b3b3b3;
}
.p-splashairProduct h5 {
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: calc(var(--dynamicScale)*0.6rem);
  margin-top: calc(var(--dynamicScale)*-0.4rem);
  text-align: left;
}

.p-u-eee {
  background: url(/img/product/u-eee-toneup/bg.webp) no-repeat center top/cover;
}

.p-u-eeeMv {
  position: relative;
}
.p-u-eeeMv .__image {
  bottom: -4em;
  position: absolute;
  right: 1em;
  width: min(60%, 600px);
}

.p-u-eeePoint h2 {
  margin-top: calc(var(--dynamicScale)*2rem);
  width: min(60%, 400px);
}
.p-u-eeePoint .__columns {
  gap: calc(var(--dynamicScale)*2rem);
  margin: calc(var(--dynamicScale)*3rem) 0;
}
.p-u-eeePoint .__columns:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.p-u-eeePoint .__columns:first-of-type {
  margin-block-start: 0;
}
.p-u-eeePoint .__columns:last-of-type {
  margin-block-end: 0;
}
.p-u-eeePoint .__columns:nth-of-type(1) h3 img {
  transform: translateX(-80%);
}
.p-u-eeePoint .__columns:nth-of-type(2) h3 img {
  transform: translateX(80%);
}
.p-u-eeePoint .__columns:nth-of-type(3) h3 img {
  transform: translateX(-80%);
}
.p-u-eeePoint .__texts {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 700;
  padding-bottom: calc(var(--dynamicScale)*1rem);
}
.p-u-eeePoint .__texts .__high {
  display: inline-block;
  font-size: 1.4em;
  position: relative;
}
.p-u-eeePoint .__texts .__high::after {
  background: url(/img/product/u-eee-toneup/point_highlight.webp) no-repeat 0/cover;
  content: "";
  display: block;
  height: 2em;
  position: absolute;
  transform: translate(-10%, -70%);
  width: 100%;
}
.p-u-eeePoint h3 {
  border: 0;
  color: #4e7fff;
  font-size: var(--wp--preset--font-size--4-xl);
  font-weight: 700;
  padding: 0;
}
.p-u-eeePoint h3 img {
  width: 30%;
}

.p-u-eeeProduct .__columns {
  display: grid;
  gap: calc(var(--dynamicScale)*2rem);
}
.p-u-eeeProduct h2::after {
  border-top: 1px solid #ccc;
  width: 100%;
}
.p-u-eeeProduct h2 img {
  width: 80%;
}

.p-uvmilk__heading {
  background-color: #efb3af;
  font-family: var(--ff--serif);
  font-size: var(--fs--5xl);
  line-height: 1.2;
  margin-bottom: 0;
  padding: calc(var(--dynamicScale)*2rem*1) 0 calc(var(--dynamicScale)*1rem*1);
}
.p-uvmilk__heading.has-image {
  background: url(/img/partner/uvmilk/ttl_01.svg) no-repeat right top/auto 80%;
}
.p-uvmilk__heading > span {
  background-color: #fff;
  border-radius: 0.6em;
  display: inline-block;
  font-size: var(--fs--xl);
  padding: calc(var(--dynamicScale)*0.6rem*1) calc(var(--dynamicScale)*1.2rem*1);
}
.p-uvmilk__notes {
  background-color: #fff;
  font-family: var(--ff--serif);
  padding: calc(var(--dynamicScale)*3rem*1);
  position: relative;
  z-index: 0;
}
.p-uvmilk__notes::before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: calc(100% - var(--dynamicScale)*2rem);
  left: calc(var(--dynamicScale)*1rem);
  position: absolute;
  top: calc(var(--dynamicScale)*1rem);
  width: calc(100% - var(--dynamicScale)*2rem);
  z-index: -1;
}
.p-uvmilk__button {
  background: linear-gradient(to bottom, #8e6b6e 0%, #fdf3eb 40%, #f4e7df 50%, #8e6b6e 100%);
  border: 1px solid #8e6b6e;
  border-radius: 0.4em;
  color: #8e6b6e;
  display: block;
  font-family: var(--ff--serif);
  font-size: var(--fs--4xl);
  font-weight: 700;
  line-height: 1.2;
  padding: calc(var(--dynamicScale)*1.6rem*1);
  text-align: center;
}
.p-uvmilk__button:hover {
  background: #8e6b6e !important;
  color: #fff !important;
  opacity: 1 !important;
}

.p-partner-u-eee {
  background: url(/img/partner/u-eee-toneup/bg.webp) no-repeat center top/cover;
}

.p-partner-u-eeeMv {
  position: relative;
}
.p-partner-u-eeeMv .__image {
  bottom: -4em;
  position: absolute;
  right: 1em;
  width: min(60%, 600px);
}

.p-partner-u-eeeSec2 {
  position: relative;
}
.p-partner-u-eeeSec2 .__image {
  bottom: -4em;
  position: absolute;
  right: 1em;
  width: min(60%, 600px);
}

.has-border {
  border: 1px solid #000;
}

.p-partner-u-eeeApply {
  background: url(/img/partner/u-eee-toneup/apply_bg.webp) no-repeat center top/cover;
}
.p-partner-u-eeeApply .__columns {
  display: grid;
  gap: calc(var(--dynamicScale)*2rem);
}
.p-partner-u-eeeApply .__button a {
  background: no-repeat 90% center/1em auto;
  background-color: #c8a8ba;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OC40NyIgaGVpZ2h0PSI2MC44IiB2aWV3Qm94PSIwIDAgNDguNDcgNjAuOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjBweDt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgMCA0OC40NyAzMC40IDAgNjAuOCAwIDAiLz48L3N2Zz4=");
  border-radius: 0.6em;
  box-shadow: 0px 6px 0px #9d718a;
  color: #fff !important;
  display: inline-block;
  font-size: var(--wp--preset--font-size--2-xl);
  font-weight: 700;
  padding: 0.6em 3em 0.6em 2em;
}
.p-partner-u-eeeApply .__notes {
  margin-left: auto;
  width: fit-content;
}

/* ====================
base
==================== */
/* ====================
preloader
==================== */
#preloader {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.2s ease;
  width: 100vw;
  z-index: 99999;
}

/* ====================
reCAPTCHA
==================== */
.grecaptcha-badge {
  visibility: hidden;
}

/*
a {
	text-decoration: none !important;
}
*/
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
@media (width > 768px){
  .p-selebliftingPoint {
    background-attachment: fixed;
  }
  .p-selebliftingFeature-2, .p-selebliftingFeature-3 {
    background-attachment: fixed;
  }
  .p-splashairProduct {
    background-position: right 10% bottom 10%;
    background-size: auto 30%;
  }
}
@media (1024px >= width){
  .c-form dt {
    padding-bottom: 0.4em;
    padding-top: 0.8em;
  }
  .c-form dd {
    padding-top: 0;
  }
}
@media (width > 1024px){
  .p-u-eeeMv .__image {
    bottom: -10em;
    right: 4em;
  }
  .p-u-eeePoint .__columns {
    display: flex;
  }
  .p-u-eeePoint .__texts {
    flex-basis: 50%;
    flex-shrink: 0;
    font-size: var(--wp--preset--font-size--xl);
    text-align: center;
  }
  .p-u-eeeProduct .__columns {
    grid-template-columns: 40% auto;
  }
  .p-u-eeeProduct h2 img {
    width: 60%;
  }
  .p-partner-u-eeeMv .__image {
    bottom: -10em;
    right: 4em;
  }
  .p-partner-u-eeeSec2 .__image {
    bottom: -10em;
    right: 4em;
  }
  .p-partner-u-eeeApply .__columns {
    grid-template-columns: 50% auto;
  }
}
@media screen and (min-width: 1025px){
  .c-form dl {
    grid-template-columns: 26% auto;
  }
  .p-lineup-rebornsystem__item {
    width: calc(50% - 2em);
  }
  .p-lineup-rebornsystem__image {
    bottom: -2em;
  }
  .p-lineup-rebornsystem__item:nth-of-type(3) .p-lineup-rebornsystem__image {
    bottom: 0;
    left: -10%;
  }
  .p-lineup-rebornsystem__item:nth-of-type(4) .p-lineup-rebornsystem__image {
    bottom: 0;
    right: -10%;
  }
  .p-drspaproAbout__container {
    grid-template-columns: 40% auto;
  }
  .p-drspaproAbout__container {
    background-position: right top;
    background-size: 60% auto;
  }
  .p-drspaproPoint__dlist {
    display: grid;
    grid-template-columns: 20% auto;
    row-gap: calc(var(--dynamicScale)*2rem*1);
  }
  .p-drspaproApproach-cont-1 {
    background-attachment: fixed;
  }
  .p-drspaproApproach-cont-1 h2 {
    grid-template-columns: auto 40%;
  }
  .p-drspaproEffect {
    background-attachment: fixed;
  }
}
@media (width <= 1024px){
  .p-u-eeeProduct .__image {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
  .p-partner-u-eeeApply .__image {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
}
@media screen and (max-width: 1024px){
  .p-drspaproPoint__term {
    margin-top: calc(var(--dynamicScale)*2rem*1);
  }
  .p-drspaproPoint__term img {
    width: 60%;
  }
}