@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

#page-rules .main {
  background-color: #748F9D;
  padding: 100px 50px;
  color: #717171;
}
@media screen and (max-width: 640px) {
  #page-rules .main {
    padding: 30px 25px;
  }
}
#page-rules .main .inner {
  max-width: 1050px;
  width: 100%;
  padding: 100px 5.7%;
  margin: 0 auto;
  font-size: 1.4rem;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.0862745098);
  letter-spacing: 0.025em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  #page-rules .main .inner {
    padding: 40px 25px;
  }
}
#page-rules .main h1 {
  text-align: center;
  font-size: 4rem;
  color: #748F9D;
}
@media screen and (max-width: 640px) {
  #page-rules .main h1 {
    font-size: 1.8rem;
  }
}
#page-rules .main section {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #page-rules .main section {
    margin-top: 50px;
  }
}
#page-rules .main section h2 {
  font-size: 1.8rem;
  color: #748F9D;
}
@media screen and (max-width: 640px) {
  #page-rules .main section h2 {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
#page-rules .main section h2 + p {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #page-rules .main section h2 + p {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
#page-rules .main section dt {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #page-rules .main section dt {
    font-size: 1.4rem;
  }
}
#page-rules .main section dd {
  font-size: 1.2rem;
  margin-top: 15px;
}
#page-rules .main section dd p + p {
  margin-top: 30px;
}
#page-rules .main section div + div {
  margin-top: 40px;
}
#page-rules .main section div p + p {
  margin-top: 25px;
}
#page-rules .main section dl + p {
  margin-top: 50px;
  font-size: 1.2rem;
}
#page-rules .main section ol {
  margin-top: 30px;
}
#page-rules .main section ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-rules .main section ol span {
  display: inline-block;
  width: 15px;
}
#page-rules .main section ul {
  margin-top: 30px;
}
#page-rules .main section a {
  display: inline-block;
  font-weight: normal;
  color: #748F9D;
  text-decoration: underline;
}
#page-rules .main .sec-lesson p {
  font-size: 1.2rem;
}
#page-rules .main .sec-lesson ol .num {
  margin-right: 8px;
}
#page-rules .main .sec-lesson ol li + li {
  margin-top: 8px;
}

#page-aesthetic main {
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic main {
    margin: 0 auto 11px;
  }
}
#page-aesthetic main section h2 {
  font-size: 3.2rem;
  color: #717781;
  padding-left: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 600;
  left: 53px;
}
@media (max-width: 780px) {
  #page-aesthetic main section h2 {
    left: 30px;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic main section h2 {
    font-size: 2.9rem;
    left: 0;
    padding-left: 35px;
  }
}
#page-aesthetic main section h2::before {
  content: "";
  background: url(../../img/aesthetic/title-dotted.png) center center no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-aesthetic main section h2::before {
    width: 25px;
    top: 23px;
  }
}
#page-aesthetic main section .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 11px 7px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  color: #575757;
  border: 2px solid #575757;
  border-radius: 3px 3px 3px 15px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic main section .label {
    font-size: 1.1rem;
    padding: 7px 14px 3px;
  }
}
#page-aesthetic main .animate-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#page-aesthetic main .animate-fadein.action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#page-aesthetic footer {
  background-color: #fff;
  padding: 5.5% 5.5% 3%;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer {
    padding: 47px 23px 26px;
    border-radius: 25px 25px 0 0;
    margin-top: 35px;
  }
}
#page-aesthetic footer .f-inner {
  display: grid;
  grid-template: "logo menu insta" 15px "logo bottom insta" auto/220px 1fr 22px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner {
    grid-template: "logo menu" 142px "bottom insta" auto/200px 1fr;
  }
}
#page-aesthetic footer .f-inner__logo {
  grid-area: logo;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__logo {
    width: 158px;
  }
}
#page-aesthetic footer .f-inner__head {
  grid-area: menu;
  margin-left: 11%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__head {
    margin-left: 0;
  }
}
#page-aesthetic footer .f-inner__head ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__head ul {
    display: block;
  }
}
#page-aesthetic footer .f-inner__head li + li {
  margin-left: 19px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__head li + li {
    margin-left: 0;
    margin-top: 14px;
  }
}
#page-aesthetic footer .f-inner__head a {
  color: #B8BBC0;
  font-size: 1.5rem;
  padding-left: 12px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__head a {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#page-aesthetic footer .f-inner__head a::before {
  content: "";
  background: url(/img/aesthetic/side-menu-dotted.png) center center no-repeat;
  width: 4px;
  height: 12px;
  background-size: contain;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-aesthetic footer .f-inner__head a:hover {
  color: #717781;
  text-decoration: underline;
}
#page-aesthetic footer .f-inner__head a:hover::before {
  opacity: 1;
}
#page-aesthetic footer .f-inner__buttom {
  grid-area: bottom;
  margin-top: 139px;
  margin-left: 11%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__buttom {
    margin-top: 55px;
    margin-left: 0;
  }
}
#page-aesthetic footer .f-inner__buttom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__buttom ul {
    display: block;
  }
}
#page-aesthetic footer .f-inner__buttom ul li + li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__buttom ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
#page-aesthetic footer .f-inner__buttom ul a {
  color: #717781;
  font-size: 1.3rem;
}
#page-aesthetic footer .f-inner__buttom p {
  color: #717781;
  margin-top: 7px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__buttom p {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
#page-aesthetic footer .f-inner__insta {
  grid-area: insta;
  width: 22px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic footer .f-inner__insta {
    width: 18px;
    margin-left: 12px;
    margin-top: 60px;
  }
}

#page-aesthetic {
  background-color: #F5E4E4;
  margin: 0 auto;
  color: #5D5D5D;
}
#page-aesthetic .p-kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}
#page-aesthetic .p-kv__text {
  position: absolute;
  z-index: 80;
  bottom: -12px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv__text {
    left: 24px;
    bottom: -7px;
  }
}
#page-aesthetic .p-kv__text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv__text ul {
    font-size: 1rem;
  }
}
#page-aesthetic .p-kv__text ul li {
  position: relative;
  color: #FFFFFF;
}
#page-aesthetic .p-kv__text ul li + li {
  margin-left: 25px;
}
#page-aesthetic .p-kv__text ul li + li::before {
  content: "";
  background: url(../../img/aesthetic/right-arrow.svg) center center no-repeat;
  width: 4px;
  height: 9px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-aesthetic .p-kv__text ul li a {
  color: #FFFFFF;
}
#page-aesthetic .p-kv__text h1 {
  color: #FFFFFF;
  font-size: 10.4rem;
  letter-spacing: 0.03em;
  margin-top: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv__text h1 {
    font-size: 7rem;
    margin-top: 3px;
  }
}
#page-aesthetic .p-kv__image {
  width: 88%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv__image {
    width: 90%;
  }
}
#page-aesthetic .p-kv__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  border-radius: 0 0 0 300px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-kv__picture img {
    border-radius: 0 0 0 100px;
  }
}
@media screen and (min-width: 1600px) {
  #page-aesthetic .p-kv__picture img {
    height: 910px;
  }
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  #page-aesthetic .p-kv__picture img {
    border-radius: 0 0 0 200px;
  }
}
#page-aesthetic .p-main {
  margin-top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main {
    display: block;
    margin-top: 37px;
  }
}
#page-aesthetic .p-main .side-nav {
  width: 22%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1200px) {
  #page-aesthetic .p-main .side-nav {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
#page-aesthetic .p-main .side-nav #btn-check {
  position: absolute;
  left: -50vh;
}
#page-aesthetic .p-main .side-nav__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav__wrapper {
    width: 100%;
    text-align: unset;
  }
}
#page-aesthetic .p-main .side-nav__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 45%;
  left: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav__inner {
    position: static;
    padding-bottom: unset;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .nav-menu {
    z-index: 90;
    height: 100vh;
    width: 94%;
    border-radius: 100px 0 0 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100vh;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .nav-menu__inner {
    width: 75%;
    position: relative;
    top: 55%;
    margin: 0 23px 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#page-aesthetic .p-main .side-nav .nav-menu__list li {
  padding-left: 10px;
  position: relative;
}
#page-aesthetic .p-main .side-nav .nav-menu__list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .nav-menu__list li + li {
    margin-top: 50px;
  }
}
#page-aesthetic .p-main .side-nav .nav-menu__list a {
  color: #9FA5AC;
  -webkit-transition: none;
  transition: none;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .nav-menu__list a {
    font-size: 2rem;
  }
}
#page-aesthetic .p-main .side-nav .nav-menu__list .current {
  color: #5D5D5D;
  font-weight: 600;
  text-decoration: underline;
}
#page-aesthetic .p-main .side-nav .nav-menu__list .current::before {
  content: "";
  background: url(../../img/aesthetic/side-menu-dotted.png) center center no-repeat;
  width: 3px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-aesthetic .p-main .side-nav .nav-menu__button {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .nav-menu__button {
    display: block;
    margin-top: 90px;
  }
}
#page-aesthetic .p-main .side-nav .nav-menu__button div + div {
  margin-top: 12px;
}
#page-aesthetic .p-main .side-nav .nav-menu__button div a {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  color: #717781;
  border: 1px solid #717781;
  border-radius: 30px;
  padding: 11px 0;
  text-align: center;
  position: relative;
}
#page-aesthetic .p-main .side-nav .nav-menu__button div a::after {
  content: "";
  background: url(../../img/aesthetic/arrow-right-gray.svg) center center no-repeat;
  width: 21px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main .side-nav .sp-menu-btn {
    position: absolute;
    top: 30px;
    right: 21px;
    height: 93px;
    width: 93px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 100;
  }
  #page-aesthetic .p-main .side-nav .sp-menu-btn span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #page-aesthetic .p-main .side-nav .sp-menu-btn span::after {
    content: "Menu";
    font-size: 1.8rem;
    font-family: "Noto Serif", serif;
    display: block;
    color: #fff;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  #page-aesthetic .p-main .side-nav #btn-check:checked ~ .sp-menu-btn {
    border: 1px solid #727272;
    position: fixed;
  }
  #page-aesthetic .p-main .side-nav #btn-check:checked ~ .sp-menu-btn span::after {
    content: "Close";
    color: #727272;
  }
  #page-aesthetic .p-main .side-nav #btn-check:checked ~ .nav-menu {
    top: 0;
    right: 0;
    opacity: 1;
  }
}
#page-aesthetic .p-main__contents {
  width: 78%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents {
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1200px) {
  #page-aesthetic .p-main__contents {
    width: 70%;
  }
}
#page-aesthetic .p-main__contents .sec-about {
  max-width: 960px;
  margin-right: 7.3%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about {
    padding: 0 23px;
    margin-right: 0;
  }
}
#page-aesthetic .p-main__contents .sec-about__detail {
  margin-top: 70px;
  margin-left: 95px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about__detail {
    margin-left: 0;
    margin-top: 36px;
  }
}
#page-aesthetic .p-main__contents .sec-about__detail .title {
  font-size: 2.7rem;
  color: #717781;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about__detail .title {
    font-size: 2.4rem;
  }
}
#page-aesthetic .p-main__contents .sec-about__detail .text {
  color: #717781;
  font-size: 1.7rem;
  line-height: 1.58;
  font-weight: 400;
  margin-top: 34px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about__detail .text {
    margin-top: 33px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.025em;
  }
}
#page-aesthetic .p-main__contents .sec-about__detail .text p + p {
  margin-top: 27px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about__detail .text p + p {
    margin-top: 25px;
  }
}
#page-aesthetic .p-main__contents .sec-about__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 900px) {
  #page-aesthetic .p-main__contents .sec-about__contents {
    display: block;
  }
}
#page-aesthetic .p-main__contents .sec-about__contents .image {
  max-width: 284px;
}
#page-aesthetic .p-main__contents .sec-about__contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  border-radius: 20px 20px 20px 120px;
}
#page-aesthetic .p-main__contents .sec-about__contents .text {
  margin-left: 52px;
  width: calc(100% - 284px - 52px);
  line-height: 2.47;
  margin-top: 7px;
}
@media (max-width: 900px) {
  #page-aesthetic .p-main__contents .sec-about__contents .text {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-about__contents .text {
    line-height: 2;
  }
}
#page-aesthetic .p-main__contents .sec-menu {
  margin-top: 152px;
  background-color: #fff;
  padding: 8.7% 7.3% 10.3% 8.9%;
  border-radius: 30px 0 0 200px;
}
@media screen and (min-width: 640px) and (max-width: 950px) {
  #page-aesthetic .p-main__contents .sec-menu {
    padding-bottom: 15%;
  }
  #page-aesthetic .p-main__contents .sec-menu h2::before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu {
    margin-left: 23px;
    margin-top: 64px;
    padding: 52px 22px 67px;
    border-radius: 20px 0 0 100px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__inner {
  max-width: 957px;
  width: 90%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__inner {
    width: 100%;
  }
}
#page-aesthetic .p-main__contents .sec-menu__inner h2 {
  left: -45px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__inner h2 {
    left: 0;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body {
    margin-top: 70px;
    padding-top: 70px;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.5rem;
  font-weight: 500;
  color: #5D5D5D;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body h3 {
    display: block;
    font-size: 2rem;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body h3 div {
  width: 214px;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body h3 div {
    width: 175px;
    margin-right: unset;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body h3 span {
    margin-top: 5px;
    display: block;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body__machine {
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body__machine {
    margin-top: 50px;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body__machine h4 {
  margin-top: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body__machine h4 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#page-aesthetic .p-main__contents .sec-menu-body__machine .detail {
  margin-top: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu-body__machine .detail {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__image {
  margin-top: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__image {
    display: block;
  }
}
#page-aesthetic .p-main__contents .sec-menu__image .menu-image {
  width: 47%;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__image .menu-image {
    width: 100%;
  }
  #page-aesthetic .p-main__contents .sec-menu__image .menu-image + .menu-image {
    margin-top: 30px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__image .menu-image img {
  border-radius: 20px;
}
#page-aesthetic .p-main__contents .sec-menu__price ul {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul {
    margin-top: 20px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li {
    padding-top: 15px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .term {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .term {
    font-size: 1.7rem;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .term span {
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .term span {
    font-size: 1.2rem;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .term .detail {
  font-size: 1.7rem;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .term .detail {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .desc {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .desc {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .desc span {
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .desc span {
    font-size: 1.7rem;
    font-weight: 600;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li .line {
  padding: 0;
  border: 0;
  outline: 0;
  background: -webkit-radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  background: radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  background: -ms-radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 7px;
  margin: 0 22px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li .line {
    display: none;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul li + li {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul li + li {
    margin-top: 15px;
    border-top: dotted 2px #707070;
  }
}
#page-aesthetic .p-main__contents .sec-menu__price ul + .label {
  margin-top: 25px;
}
#page-aesthetic .p-main__contents .sec-menu__price ul + .detail {
  margin-top: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__price ul + .detail {
    font-size: 1.4rem;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial {
    margin-top: 60px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #5D5D5D;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial h3 {
    display: block;
    font-size: 2rem;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial h3 div {
  width: 231px;
  margin-right: 27px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial h3 div {
    width: 188px;
    margin-right: unset;
    margin-bottom: 5px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial-price ul {
  margin-top: 130px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial-price ul {
    margin-top: 30px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial-price ul li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page-aesthetic .p-main__contents .sec-menu__facial-price ul li + li {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial-price ul li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial-price ul li {
    padding-top: unset;
    display: block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page-aesthetic .p-main__contents .sec-menu__facial-price ul li .desc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial-price ul li:last-child {
    padding-bottom: 60px;
  }
}
#page-aesthetic .p-main__contents .sec-menu__facial-price ul li .term {
  max-width: 420px;
  width: 50%;
}
#page-aesthetic .p-main__contents .sec-menu__facial-price ul li .line {
  max-width: 364px;
  margin-top: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu__facial-price + .sec-menu__facial-price {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 2px dotted #707070;
  }
}
#page-aesthetic .p-main__contents .sec-menu .machine {
  width: 121px;
  height: 40px;
  border: 1px solid #5D5D5D;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .machine {
    width: 102px;
    height: 34px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .machine img {
  width: 75px;
  display: block;
  margin: 0 auto;
  padding-top: 9px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .machine img {
    width: 61px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .price {
  width: 121px;
  height: 40px;
  border: 1px solid #5D5D5D;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .price {
    margin-top: 30px;
    width: 102px;
    height: 34px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .price img {
  width: 43px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .price img {
    width: 33px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .forcecutter {
  width: 202px;
  height: 40px;
  border: 1px solid #5D5D5D;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .forcecutter {
    width: 167px;
    height: 34px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .forcecutter img {
  width: 158px;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .forcecutter img {
    width: 128px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .exosome {
  margin-top: 67px;
  width: 128px;
  height: 40px;
  border: 1px solid #5D5D5D;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .exosome {
    margin-top: unset;
    width: 100px;
    height: 34px;
  }
}
#page-aesthetic .p-main__contents .sec-menu .exosome img {
  width: 77px;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-menu .exosome img {
    width: 63px;
  }
}
#page-aesthetic .p-main__contents .sec-facility {
  margin-top: 145px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility__title {
    padding: 0 23px;
  }
}
#page-aesthetic .p-main__contents .sec-facility__title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility__title h2 {
    width: 100%;
  }
}
#page-aesthetic .p-main__contents .sec-facility__head {
  margin: 40px 0 0 auto;
  width: 100%;
  height: 860px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility__head {
    padding-right: 23px;
    height: auto;
    margin-top: 47px;
    width: 100%;
  }
}
#page-aesthetic .p-main__contents .sec-facility__head img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 200px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility__head img {
    height: unset;
    border-radius: 0 20px 100px 0;
  }
}
#page-aesthetic .p-main__contents .sec-facility__contents {
  width: 100%;
  margin: 60px 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility__contents {
    width: 100%;
    margin-top: 61px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide {
    width: calc(50% - 14px);
    margin: 15px 7px;
  }
}
#page-aesthetic .p-main__contents .sec-facility .facility-slide__image {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide__image {
    max-width: unset;
  }
}
#page-aesthetic .p-main__contents .sec-facility .facility-slide__image::before {
  content: "";
  background: url(../../img/aesthetic/icon-plus.png) center center no-repeat;
  width: 46px;
  height: 46px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 80;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide__image::before {
    background: url(../../img/aesthetic/icon-plus-sp.png) center center no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide__image {
    border-radius: 10px 10px 40px 10px;
  }
}
#page-aesthetic .p-main__contents .sec-facility .facility-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/200;
  border-radius: 20px 20px 80px 20px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide__image img {
    border-radius: 10px 10px 40px 10px;
    aspect-ratio: 158/99;
  }
}
#page-aesthetic .p-main__contents .sec-facility .facility-slide p {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 400;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .facility-slide p {
    font-size: 1.1rem;
    margin-top: 12px;
  }
}
#page-aesthetic .p-main__contents .sec-facility .slider__scrollbar {
  margin-top: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-facility .slider__scrollbar {
    display: none;
  }
}
#page-aesthetic .p-main__contents .sec-facility .slider__scrollbar::before {
  content: "";
  background: -webkit-radial-gradient(circle farthest-side, rgba(116, 143, 157, 0.6274509804), rgba(116, 143, 157, 0.6274509804) 40%, transparent 40%, transparent);
  background: radial-gradient(circle farthest-side, rgba(116, 143, 157, 0.6274509804), rgba(116, 143, 157, 0.6274509804) 40%, transparent 40%, transparent);
  background-size: 6px;
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-aesthetic .p-main__contents .sec-facility .slider__btn {
  cursor: pointer;
  position: relative;
  background: url(../../img/aesthetic/slide-scroll.png) center center no-repeat;
  width: 38px;
  height: 38px;
  background-size: contain;
}
#page-aesthetic .p-main__contents .sec-access {
  margin-top: 165px;
  margin-bottom: 40px;
  margin-right: 7.3%;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-access {
    margin-right: 0;
    margin-top: 73px;
  }
  #page-aesthetic .p-main__contents .sec-access h2 {
    margin: 0 23px;
  }
}
#page-aesthetic .p-main__contents .sec-access__wrapper {
  margin-left: 55px;
  margin-top: 30px;
  font-size: 1.7rem;
  color: #717781;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-access__wrapper {
    margin-left: 0;
    font-size: 1.4rem;
    margin-top: 45px;
  }
  #page-aesthetic .p-main__contents .sec-access__wrapper p {
    padding: 0 23px;
  }
}
#page-aesthetic .p-main__contents .sec-access__wrapper p + p {
  margin-top: 25px;
}
#page-aesthetic .p-main__contents .sec-access__map {
  margin-top: 23px;
  aspect-ratio: 961/512;
  max-width: 961px;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-access__map {
    aspect-ratio: 375/209;
    border-radius: 0;
  }
}
#page-aesthetic .p-main__contents .sec-access__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sec-access__map iframe {
    border-radius: 0;
  }
}
#page-aesthetic .p-main__contents .sticky-button {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  padding-right: 7.3%;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sticky-button {
    padding: 0 23px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page-aesthetic .p-main__contents .sticky-button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1013px;
  width: 100%;
}
#page-aesthetic .p-main__contents .sticky-button__inner div {
  max-width: 285px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sticky-button__inner div {
    max-width: unset;
  }
}
#page-aesthetic .p-main__contents .sticky-button__inner div + div {
  margin-left: 10px;
}
#page-aesthetic .p-main__contents .sticky-button__inner div a {
  padding: 13px 0;
  letter-spacing: 0.04em;
  color: #717781;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 28px;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sticky-button__inner div a {
    padding-right: 20px;
    font-size: 1.2rem;
    padding: 11px;
  }
}
#page-aesthetic .p-main__contents .sticky-button__inner div a::after {
  content: "";
  background: url(../../img/aesthetic/arrow-right-gray.svg) center center no-repeat;
  width: 27px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-aesthetic .p-main__contents .sticky-button__inner div a::after {
    background: url(../../img/aesthetic/arrow-right-gray-sp.svg) center center no-repeat;
    width: 12px;
    height: 10px;
    right: 10px;
  }
}
#page-aesthetic .modal-contents {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#page-aesthetic .modal-contents.active {
  display: block;
}
#page-aesthetic .modal-contents .contents {
  max-width: 810px;
  padding: 0 35px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .modal-contents .contents {
    padding: 0 23px;
  }
}
#page-aesthetic .modal-contents .contents #popup {
  border-radius: 20px;
}
#page-aesthetic .modal-contents .close {
  width: 28px;
  position: absolute;
  top: -40px;
  right: 35px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .modal-contents .close {
    right: 23px;
  }
}
#page-aesthetic .campaign-modal {
  display: none;
}
#page-aesthetic .campaign-modal-back {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#page-aesthetic .campaign-modal .modal {
  position: fixed;
  z-index: 99999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal {
    height: 100%;
    overflow: scroll;
  }
}
#page-aesthetic .campaign-modal .modal__contents {
  padding: 80px 0;
  height: auto;
  margin: 0 auto;
  max-height: 80%;
  max-width: 87%;
  background-color: #D0D5D8;
  border-radius: 30px 30px 30px 200px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal__contents {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 45px 43px;
    border-radius: 30px;
    overflow: scroll;
  }
}
#page-aesthetic .campaign-modal .modal__close {
  width: 41px;
  position: absolute;
  top: -30px;
  right: 23px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal__close {
    right: 10px;
    top: 45px;
    width: 30px;
  }
}
#page-aesthetic .campaign-modal .modal__inner {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}
#page-aesthetic .campaign-modal .modal__title {
  text-align: center;
  font-size: 5.4rem;
  letter-spacing: 0.03em;
  font-family: "Noto Serif", serif;
  color: #717781;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal__title {
    font-size: 4rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
#page-aesthetic .campaign-modal .modal__point {
  text-align: center;
  font-size: 2.2rem;
  max-width: 514px;
  width: 100%;
  margin: 35px auto 0;
  line-height: 1;
  color: #717781;
  font-weight: 600;
  padding: 12px 10px 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #717781;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal__point {
    font-size: 1.6rem;
    padding: 14px 15px 13px;
    line-height: 1.375;
  }
}
#page-aesthetic .campaign-modal .modal ul {
  margin-top: 30px;
  color: #717781;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal ul {
    font-size: 1.3rem;
  }
}
#page-aesthetic .campaign-modal .modal ul li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal ul li {
    padding-left: 30px;
  }
}
#page-aesthetic .campaign-modal .modal ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
#page-aesthetic .campaign-modal .modal ul + p {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #717781;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal ul + p {
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
#page-aesthetic .campaign-modal .modal .button {
  max-width: 514px;
  width: 100%;
  margin: 40px auto 0;
}
#page-aesthetic .campaign-modal .modal .button a {
  background-color: #748F9D;
  border-radius: 35px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal .button a {
    font-size: 1.4rem;
    padding: 16px 0 15px;
  }
}
#page-aesthetic .campaign-modal .modal .button a::after {
  content: "";
  background: url(../../img/arrow-right.png) center center no-repeat;
  width: 27px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 640px) {
  #page-aesthetic .campaign-modal .modal .button a::after {
    width: 20px;
    height: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */