@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..700&family=Noto+Serif:wght@100&display=swap");
/* ------------------------------------------------
 vars
------------------------------------------------ */
:root {
  --nvw: 1vw;
  --ff-base: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --ff-en: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  --color-base: #976D73;
  --color-menu-base: #b78791;
  --color-menu-active: #8a6d73;
  --color-moist-1: #f9e6df;
  --color-moist-2: #e8dddc;
  --color-moist-3: #F7F2F0;
  --color-moist-4: #BC989A;
  --color-moist-5: #806B70;
  --color-moist-base: #806B70;
  --color-moist-primary: #BC989A;
  --color-smooth-1: #E6E0F0;
  --color-smooth-2: #DBD8E5;
  --color-smooth-3: #F5F3F9;
  --color-smooth-4: #B295A5;
  --color-smooth-5: #766870;
  --color-smooth-base: #766870;
  --color-smooth-primary: #B295A5;
  --color-deep-1: #f4e8d1;
  --color-deep-2: #e5d5bd;
  --color-deep-3: #b0917e;
  --color-deep-4: #B295A5;
  --color-deep-5: #866d5c;
  --color-deep-base: #866d5c;
  --color-deep-primary: #B295A5;
}
/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

area {
  border: none;
  outline: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

strong {
  font-weight: inherit;
}

/* ------------------------------------------------
  common
------------------------------------------------ */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /* 	scroll-behavior: smooth; */
  /* 		font-size: 3.74vw; */
}

@media screen and (max-width: 1920px) and (min-width: 1201px) {
  html {
    font-size: 0.520834vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  html {
    font-size: 6.25px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/*html.lock,*/
html.lock body {
  height: 100vh;
  /*overflow: hidden;*/
}

body {
  color: #1A1A1A;
  font-family: var(--ff-base);
  font-weight: 500;
  line-height: 1.4;
  font-size: 1em;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #B78791;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 3.74vw;
    letter-spacing: 0;
  }
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

a:hover,
a:hover span {
  text-decoration: none;
  outline: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  opacity: 0.7;
}

a:hover span {
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
}

a.comingsoon {
  pointer-events: none;
  opacity: 0.5;
}

a.comingsoon::after {
  display: none !important;
}

.ff-en {
  font-family: var(--ff-en);
}

@media screen and (min-width: 641px) {
  .fade {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .fade:hover {
    opacity: 0.6;
  }
}
a.eac {
  display: block;
}

a.eac img {
  transition: transform 1.4s ease;
}

a.eac:hover img {
  transform: scale(1.03);
}

.cf::before,
.cf::after,
.clearfix::after {
  content: " ";
  display: table;
}

.cf::after,
.clearfix::after {
  clear: both;
}

.cb {
  clear: both;
}

img.liquid {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
 ver2
------------------------------------------------ */
#stage.v2 {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  #stage.v2 {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767.9px) {
  #stage.v2 {
    font-size: 4.6875vw;
    font-size: 4vw;
  }
}

/* ------------------------------------------------
  ベース色パターン
------------------------------------------------ */
body.color-type2 #stage:not(.top) #header,
body.color-type2 #wrapper,
body.color-type2 #fixed_menu {
  background-color: #e6e0f0;
}
body.color-type2 #main_head .main,
body.color-type2 #last_introduction .inner,
body.color-type2 .remodal.item .body,
body.color-type2 #method {
  background-color: #DBD8E5;
}
body.color-type2 #parallel .inner {
  background-color: #f9e6df;
}
@media screen and (max-width: 640px) {
  body.color-type2 #main_head .main {
    background-color: transparent;
  }
}

body.color-type3 #stage:not(.top) #header,
body.color-type3 #wrapper,
body.color-type3 #menu,
body.color-type3 #fixed_menu {
  background-color: #e9c9a3;
}
body.color-type3, body.color-type3 #footer {
  background-color: #532d23;
}
body.color-type3 #menu .btn_mkm a {
  background-color: #926865;
}
body.color-type3 #menu .m_copy {
  color: #8a6d73;
}
body.color-type3 #article .date,
body.color-type3 #article h1,
body.color-type3 #article .txt,
body.color-type3 #article .btn_back a {
  color: #532d23;
}
body.color-type3 #article .btn_back a:hover {
  background-color: #532d23 !important;
}

body.color-type4 #stage:not(.top) #header,
body.color-type4 #menu,
body.color-type4 #fixed_menu {
  background-color: #feebe2;
}
body.color-type4 #wrapper {
  background-color: #FFF;
  background-image: linear-gradient(0deg, rgba(180, 208, 213, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(254, 227, 214, 0.7) 100%);
}
body.color-type4 #footer {
  background-color: #FFF;
  background-image: linear-gradient(0deg, rgba(186, 216, 222, 0.9) 0%, rgba(250, 218, 200, 0.9) 47%, rgba(251, 200, 192, 0.9) 100%);
}
body.color-type4 #footer * {
  color: #693947 !important;
  font-weight: 600;
}
body.color-type4 #menu .btn_mkm a {
  background-color: #926865;
}
body.color-type4 #menu .m_copy {
  color: #693947;
}
body.color-type4 #article .date,
body.color-type4 #article h1,
body.color-type4 #article .txt,
body.color-type4 #article .btn_back a {
  color: #693947;
}
body.color-type4 #article .btn_back a:hover {
  background-color: #532d23 !important;
}
@media screen and (min-width: 641px) {
  body.color-type4 #footer .menu a::after,
  body.color-type4 #footer .sub_menu a::after {
    background-color: #693947;
  }
}

body.color-deep #header,
body.color-deep #wrapper,
body.color-deep #fixed_menu {
  background-color: #f4e8d1;
}
body.color-deep #main_head .main,
body.color-deep #last_introduction .inner,
body.color-deep .remodal.item .body,
body.color-deep #method {
  background-color: #e5d5bd;
}
@media screen and (max-width: 640px) {
  body.color-deep #main_head .main {
    background-color: transparent;
  }
}

/* ------------------------------------------------
 link_more
------------------------------------------------ */
.link_more {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.link_more a, .link_more .btn {
  color: #806B70;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #8A6C73;
  border-radius: 100rem;
  padding: 2.1rem 5rem;
  min-width: 25rem;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.link_more a::after, .link_more .btn::after {
  content: "";
  background-color: #8A6C73;
  -webkit-mask: url(/https/meltbeauty.jp/images/common/link_arrow3.svg) no-repeat;
          mask: url(/https/meltbeauty.jp/images/common/link_arrow3.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1rem;
  aspect-ratio: 13/16;
  display: block;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 3rem;
  z-index: 100;
  transition: right 0.15s ease;
}
.link_more a {
  transition: all 0.2s ease;
}
@media screen and (any-hover: hover) {
  .link_more a:hover {
    text-decoration: none;
    color: #FFF !important;
    border-color: #8a6d73 !important;
    background-color: #8a6d73 !important;
  }
  .link_more a:hover::after {
    background-color: #fff !important;
    right: 2rem;
  }
}
.link_more a.smooth {
  color: #766870 !important;
  border-color: #766870 !important;
}
.link_more a.smooth::after {
  background-color: #766870;
}
@media screen and (any-hover: hover) {
  .link_more a.smooth:hover {
    color: #fff !important;
    background-color: #766870 !important;
  }
}
.link_more a.primary {
  color: #fff;
  background-color: #806B70;
}
.link_more a.primary .txt {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .link_more a, .link_more .btn {
    min-width: 17.2rem;
    font-size: 1.4rem;
    padding: 1.3rem 3rem 1.4rem;
  }
  .link_more a::after, .link_more .btn::after {
    width: 0.7rem;
    height: 0.8rem;
    right: 1.5rem;
    top: calc(50% - 0.4rem);
  }
}

/* ------------------------------------------------
 btn_mkm
------------------------------------------------ */
.btn_mkm {
  width: 16.8rem;
}
.btn_mkm a {
  display: block;
  width: 100%;
  height: 1.5rem;
  padding: 1.8rem 0;
  background-color: #BB9799;
  border-radius: 10rem;
  font-size: 0;
}
.btn_mkm img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 640px) {
  .btn_mkm {
    width: 8.4rem;
  }
  .btn_mkm a {
    height: 0.75rem;
    padding: 0.9rem 0;
  }
}

/* ------------------------------------------------
 btn_buy
------------------------------------------------ */
.btn_buy {
  width: 22rem;
  margin: 0 auto;
}
.btn_buy a, .btn_buy .btn {
  color: #f9e6df;
  font-family: inherit;
  font-size: 2rem;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 10rem;
  background-color: #BB9799;
  padding: 2.2rem 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
}
.btn_buy a .txt, .btn_buy .btn .txt {
  line-height: inherit !important;
}
.btn_buy a::after, .btn_buy .btn::after {
  content: "";
  background-color: #fff;
  -webkit-mask: url(../images/common/link_arrow0.svg) center no-repeat;
          mask: url(../images/common/link_arrow0.svg) center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.9rem;
  aspect-ratio: 13/16;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 100;
  transition: right 0.2s ease;
  transform: translateY(-50%);
}
@media screen and (any-hover: hover) {
  .btn_buy a:hover, .btn_buy .btn:hover {
    background-color: #8a6d73 !important;
  }
  .btn_buy a:hover::after, .btn_buy .btn:hover::after {
    right: 2rem;
  }
}
.btn_buy a.soon, .btn_buy .btn.soon {
  pointer-events: none;
  opacity: 0.8;
}
.btn_buy a.soon::after, .btn_buy .btn.soon::after {
  content: "coming soon";
  text-align: center;
  background-color: transparent !important;
  padding: 0 0 0.1em;
  width: auto;
  height: auto;
  aspect-ratio: unset;
  position: static;
  transform: none;
  -webkit-mask: none;
          mask: none;
}
.btn_buy a.soon > *, .btn_buy .btn.soon > * {
  display: none;
}
.btn_buy button {
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn_buy {
    width: 9.4rem;
  }
  .btn_buy a, .btn_buy .btn {
    font-size: 1.2rem;
    padding: 1rem 0 1.1rem;
  }
  .btn_buy a::after, .btn_buy .btn::after {
    width: 0.6rem;
    padding-top: 0.8rem;
    right: 1rem;
  }
}

/* ------------------------------------------------
 btn > comming soon
------------------------------------------------ */
.link_more *.soon, .btn_buy *.soon {
  pointer-events: none;
  opacity: 0.8;
}
.link_more *.soon::after, .btn_buy *.soon::after {
  content: "coming soon";
  text-align: center;
  background-color: transparent !important;
  padding: 0 0 0.1em;
  width: auto;
  height: auto;
  aspect-ratio: unset;
  position: static;
  transform: none;
  -webkit-mask: none;
          mask: none;
}
.link_more *.soon > *, .btn_buy *.soon > * {
  display: none;
}

/*----- header / footer -----*/
/* ------------------------------------------------
 main_header
------------------------------------------------ */
.main_header {
  background-color: #f9e6df;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.main_header .inner {
  display: flex;
  justify-content: space-between;
}
.main_header .logo a, .main_header .logo span {
  background-color: #976D73;
  width: 18.8rem;
  aspect-ratio: 188/66;
  display: block;
  -webkit-mask: url(../images/common/header_logo.svg) center no-repeat;
          mask: url(../images/common/header_logo.svg) center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.color-type2 .main_header .logo a, .color-type2 .main_header .logo span {
  background-color: #766870;
}
.color-deep .main_header .logo a, .color-deep .main_header .logo span {
  background-color: #866d5c;
}
@media screen and (max-width: 640px) {
  .main_header .logo a, .main_header .logo span {
    width: 6.5rem;
  }
}

/* ----------------------------
 menu_inner
------------------------------*/
.menu_inner > ul {
  display: flex;
}
.menu_inner > ul li {
  margin: 0 1.4rem;
}
.menu_inner > ul li a {
  position: relative;
}
.menu_inner > ul li a .txt {
  background-color: #b78791;
  height: 1.5rem;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 0.6s ease;
}
.menu_inner > ul li a.current .txt, .menu_inner > ul li a:hover .txt {
  background-color: #8a6d73;
}
.menu_inner > ul li.m0 a .txt {
  -webkit-mask-image: url(../images/common/m0.svg);
          mask-image: url(../images/common/m0.svg);
  aspect-ratio: 49/15;
}
.menu_inner > ul li.m1 a .txt {
  -webkit-mask-image: url(../images/common/m1.svg);
          mask-image: url(../images/common/m1.svg);
  aspect-ratio: 117/15;
}
.menu_inner > ul li.m2 a .txt {
  -webkit-mask-image: url(../images/common/m2.svg);
          mask-image: url(../images/common/m2.svg);
  aspect-ratio: 120/15;
}
.menu_inner > ul li.m3 a .txt {
  -webkit-mask-image: url(../images/common/m3.svg);
          mask-image: url(../images/common/m3.svg);
  aspect-ratio: 106/15;
}
.menu_inner > ul li.m4 a .txt {
  -webkit-mask-image: url(../images/common/m4.svg);
          mask-image: url(../images/common/m4.svg);
  aspect-ratio: 92/15;
}
.menu_inner > ul li.m5 a .txt {
  -webkit-mask-image: url(../images/common/m5.svg);
          mask-image: url(../images/common/m5.svg);
  aspect-ratio: 67/15;
}
@media screen and (min-width: 641px) {
  .menu_inner a::after {
    content: "";
    background-color: #8a6d73;
    margin: 0 auto;
    width: 0;
    height: 1px;
    display: block;
    transition: width 0.6s ease, opacity 0.6s ease 0.1s;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .menu_inner a:hover::after {
    width: 100%;
    opacity: 1;
  }
  .color-type2 .menu_inner a::after {
    background-color: #B295A5;
  }
  .color-type2 .menu_inner > ul li a .txt {
    background-color: #766870;
  }
  .color-type2 .menu_inner > ul li a.current .txt, .color-type2 .menu_inner > ul li a:hover .txt {
    background-color: #B295A5;
  }
  .color-deep .menu_inner a::after {
    background-color: #B295A5;
  }
  .color-deep .menu_inner > ul li a .txt {
    background-color: #866d5c;
  }
  .color-deep .menu_inner > ul li a.current .txt, .color-deep .menu_inner > ul li a:hover .txt {
    background-color: #B295A5;
  }
}
@media screen and (max-width: 640px) {
  .menu_inner {
    padding-top: 0;
  }
  .menu_inner > ul {
    flex-direction: column;
    row-gap: 3.5dvh;
  }
  .menu_inner > ul li {
    margin: 0;
  }
  .menu_inner > ul li a .txt {
    height: 2.25rem;
  }
}

/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#stage.top #header {
  background-color: transparent;
}
#stage.top #header .inner {
  padding: 5rem 6.3rem;
}
@media screen and (max-width: 640px) {
  #stage.top #header .inner {
    padding: 1.8rem 1.3rem 1.4rem 2.2rem;
  }
}

#header .inner {
  padding: 3.5rem 6.3rem;
}
#header .logo {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s;
}
#header.start .logo {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 640.1px) {
  #header #menu {
    padding-top: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  #header {
    min-width: 375px;
  }
  #header .inner {
    padding: 2.5rem 1.3rem 2.5rem 2.2rem;
  }
  #header .logo {
    filter: blur(10px);
  }
  #header.start + #btn_menu {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

/* ------------------------------------------------
 btn_menu
------------------------------------------------ */
#btn_menu {
  display: none;
}
@media screen and (max-width: 640px) {
  #btn_menu {
    border: none;
    background: transparent;
    padding: 0;
    width: 3.8rem;
    height: 4rem;
    display: block;
    cursor: pointer;
    position: fixed;
    top: 1.6rem;
    right: 1.2rem;
    z-index: 990;
    opacity: 0;
    filter: blur(20px);
    transform: translateY(2rem);
    will-change: filter;
    transition: opacity 0.2s ease, filter 1s ease 0.2s, transform 1s ease 0.2s;
  }
  #btn_menu span {
    background-color: #976D73;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    transition: opacity 0.6s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #btn_menu .open {
    -webkit-mask-image: url(../images/common/menu_open.svg);
            mask-image: url(../images/common/menu_open.svg);
  }
  #btn_menu .close {
    -webkit-mask-image: url(../images/common/menu_close.svg);
            mask-image: url(../images/common/menu_close.svg);
    opacity: 0;
  }
  #btn_menu.open .open {
    opacity: 0;
  }
  #btn_menu.open .close {
    opacity: 1;
  }
}
.color-type2 #btn_menu .open {
  background-color: #766870;
}
.color-deep #btn_menu .open {
  background-color: #866d5c;
}

/* ------------------------------------------------
  メニュー
------------------------------------------------ */
#menu .menu_inner {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 1s ease 0.2s, transform 1s ease 0.2s;
}
#header.start #menu .menu_inner {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (min-width: 640.1px) {
  #menu {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  #menu {
    background-color: #F7E4DD;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    padding: 0 3.65rem;
    padding-top: 12.19dvh;
    box-sizing: border-box;
    display: none;
  }
  #stage:not(.top) #menu {
    padding-top: 12.19dvh;
  }
  #menu .menu_inner {
    filter: blur(10px);
  }
  #menu .logo {
    margin-top: 5dvh;
  }
  #menu .logo a {
    background-color: #b78791;
    width: 13.5rem;
  }
  #menu .m_copy {
    color: #b78791;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-top: 2dvh;
  }
  #menu .btn_mkm {
    width: 19rem;
    margin-top: 6dvh;
  }
  #menu .btn_mkm a {
    height: 1.6rem;
    padding: 1.8rem 0;
    background-color: #b78791;
  }
}

/* ------------------------------------------------
 SNS
------------------------------------------------ */
#sp_equipment {
  display: none;
}
@media screen and (max-width: 640px) {
  #sp_equipment {
    display: block;
  }
  #sp_equipment ul {
    display: flex;
    margin-top: 4.5dvh;
  }
  #sp_equipment ul li + li {
    margin-left: 2.5rem;
  }
  #sp_equipment ul img,
  #sp_equipment ul object {
    width: auto;
    height: 3.8rem;
  }
}

/* ------------------------------------------------
  固定ヘッダー
------------------------------------------------ */
.remodal-is-locked #fixed_menu {
  left: -19px;
}

#fixed_menu {
  max-width: 1920px;
  position: fixed;
  right: 0;
  will-change: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
#fixed_menu.show {
  opacity: 1;
  pointer-events: visible;
}
#fixed_menu .inner {
  padding: 3.5rem 6.3rem;
}
#fixed_menu .menu_inner {
  padding-top: 3.6rem;
}
@media screen and (max-width: 640px) {
  #fixed_menu {
    display: none;
  }
}

/* ------------------------------------------------
  フッター
------------------------------------------------ */
#footer {
  background-color: #b78791;
  padding: 6rem 9rem 5rem;
}

#footer .logo {
  width: 18.8rem;
  margin-bottom: 4.2rem;
}

#footer .logo a {
  display: block;
}

#footer .group {
  display: flex;
  justify-content: space-between;
}

#footer .left .menu,
#footer .left .sub_menu {
  display: flex;
}

#footer .left .sub_menu {
  margin-top: 4rem;
}

#footer .left .menu li + li {
  margin-left: 8.4rem;
}

#footer .left .sub_menu li + li {
  margin-left: 6.4rem;
}

#footer .left .menu a {
  font-size: 2.8rem;
  color: #f9e6df;
  letter-spacing: 0.1em;
}

#footer .left .menu a span {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 2rem;
}

#footer .left .sub_menu a {
  font-size: 1.6rem;
  color: #f9e6df;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) {
  #footer ul a {
    position: relative;
  }
  #footer .menu a::after,
  #footer .sub_menu a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #f9e6df;
    transition: width 0.6s ease, opacity 0.6s ease 0.1s;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
  }
  #footer ul a:hover::after {
    width: 100%;
    opacity: 1;
  }
}
#footer .right .social_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

#footer .right .social_menu .social_x {
  width: 5.1rem;
}

#footer .right .social_menu .social_instagram {
  width: 4.6rem;
}

#footer .right .social_menu .social_tiktok {
  width: 4.1rem;
}

#footer .right .social_menu .social_youtube {
  width: 7.3rem;
}

#footer .right .social_menu li + li {
  margin-left: 3.5rem;
}

#footer .right .copyright {
  font-size: 1.6rem;
  color: #f9e6df;
  letter-spacing: 0.1em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 3rem 2.3rem 5rem;
  }
  #footer .logo {
    width: 9.4rem;
    margin-bottom: 2.2rem;
  }
  #footer .group {
    display: block;
  }
  #footer .left .menu,
  #footer .left .sub_menu {
    display: block;
  }
  #footer .left .sub_menu {
    margin-top: 1.5rem;
  }
  #footer .left .menu li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  #footer .left .sub_menu li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  #footer .left .menu a {
    font-size: 1.6rem;
  }
  #footer .left .menu a span {
    font-size: 1rem;
    margin-left: 1rem;
  }
  #footer .left .sub_menu a {
    font-size: 1rem;
  }
  #footer .right .social_menu {
    justify-content: flex-start;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #footer .right .social_menu .social_x {
    width: 3.7rem;
  }
  #footer .right .social_menu .social_instagram {
    width: 3.5rem;
  }
  #footer .right .social_menu .social_tiktok {
    width: 3rem;
  }
  #footer .right .social_menu .social_youtube {
    width: 5.4rem;
  }
  #footer .right .social_menu li + li {
    margin-left: 2.2rem;
  }
  #footer .right .copyright {
    font-size: 1rem;
    text-align: left;
  }
}
.movie.desabled {
  pointer-events: none;
  opacity: 0.2;
}

.movie.off img {
  filter: brightness(0);
}
.movie.off::before {
  opacity: 0.5;
}

/* ------------------------------------------------
 stage/wrapper
------------------------------------------------ */
#stage {
  min-width: 1200px;
  background-color: #FFF;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#stage:not(.top) #wrapper {
  padding-top: 13.4rem;
}

#wrapper {
  max-width: 1920px;
  width: 100%;
  background-color: #f9e6df;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#wrapper section {
  position: relative;
  z-index: 10;
  padding: 0;
}
#wrapper .inner {
  margin: 0 auto;
  box-sizing: border-box;
}
#wrapper img,
#wrapper object {
  width: 100%;
  height: auto;
}

#contents {
  position: relative;
}

@media screen and (max-width: 640px) {
  #stage {
    min-width: 375px;
  }
  #stage:not(.top) #wrapper {
    padding-top: 7.3rem;
  }
  #wrapper {
    width: auto;
  }
  #wrapper .inner {
    width: auto;
  }
}
/* ------------------------------------------------
 scrollSet
------------------------------------------------ */
.scrollSet.blurIn {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}

.scrollIn.blurIn {
  opacity: 1;
  filter: blur(0);
}

.scrollSet.blurSlideIn {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}

.scrollIn.blurSlideIn {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  .scrollSet.blurIn {
    filter: blur(10px);
    transition: opacity 0.5s ease, filter 0.5s ease 0.2s, transform 0.5s ease 0.2s;
  }
  .scrollIn.blurIn {
    filter: blur(0);
  }
  .scrollSet.blurSlideIn {
    filter: blur(10px);
    transition: opacity 0.5s ease, filter 0.5s ease 0.2s, transform 0.5s ease 0.2s;
  }
  .scrollIn.blurSlideIn {
    filter: blur(0);
  }
}
/* ------------------------------------------------
 movie.icon
------------------------------------------------ */
.movie.has_icon {
  position: relative;
  margin-top: 7rem;
}
.movie.has_icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  display: block;
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  transition: transform 1.4s ease;
}
.movie.has_icon:hover::before {
  transform: scale(0.95);
}
.movie.has_icon.movie_howto::before {
  background-image: url(/https/meltbeauty.jp/images/product/common/movie_attachment.png);
  width: 27.6rem;
  height: 20.3rem;
}
@media screen and (max-width: 640px) {
  .movie.has_icon {
    margin-top: 4.3rem;
  }
  .movie.has_icon.movie_howto::before {
    width: 10.28rem;
    height: 8.09rem;
  }
}

/* ------------------------------------------------
 movie（インライン再生用）
------------------------------------------------ */
.inline_movie {
  margin: 0 auto;
  width: 111.6rem;
  height: 62.775rem;
  position: relative;
}
.inline_movie > * {
  width: 100%;
  height: 100%;
  display: block;
}
.inline_movie.disabled > * {
  background-color: #777;
  position: relative;
}
.inline_movie.disabled > *::after {
  content: "差し替え&自動再生";
  color: #fff;
  font-family: sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 640px) {
  .inline_movie {
    width: 30rem;
    height: auto;
    aspect-ratio: 16/9;
  }
  .inline_movie.disabled > *::after {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------
 とろけるテキスト
------------------------------------------------ */
#contents .meltytext {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#contents .meltytext > span {
  position: relative;
  opacity: 0;
}
#contents .meltytext .b-canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: filter;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* ------------------------------------------------
  モーダル
------------------------------------------------ */
@media screen and (max-width: 640px) {
  .remodal-wrapper {
    padding-top: 3rem;
  }
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.remodal .btn_close {
  border: none;
  background: url(/https/meltbeauty.jp/images/common/modal_close.svg) 0 0/contain no-repeat;
  padding: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -6rem;
  right: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .remodal .btn_close {
    width: 2rem;
    top: -2.5rem;
  }
}

.remodal {
  width: 100% !important;
  font-size: 0;
  position: relative;
  outline: none;
}

/* ------------------------------------------------
 .remodal.item
------------------------------------------------ */
.remodal.item {
  max-width: 75rem;
}
.remodal.item .body {
  color: #8a6c73;
  background-color: #e8dddc;
  padding: 4rem;
}
.remodal.item .body .category {
  font-size: 2.4rem;
  font-weight: bold;
}
.remodal.item .body .name {
  font-size: 3.4rem;
  margin-top: 1rem;
}
.remodal.item .body .name .s {
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  margin-top: 0.5em;
  margin-left: 0.5em;
  padding: 0.3em 0.4em;
  display: inline-block;
  vertical-align: top;
}
.remodal.item .body .capacity {
  font-size: 1.8rem;
}
.remodal.item .body .guide {
  font-size: 2rem;
  margin-top: 4rem;
}
.remodal.item .body .guide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.3rem;
  height: 2.8rem;
  background-image: url(/https/meltbeauty.jp/images/common/ico_cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -0.8rem;
  margin-right: 1rem;
}
.remodal.item .body .group {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}
.remodal.item .body .group li {
  margin: 0 1.5rem;
}
.remodal.item .body .group li a {
  font-size: 1.8rem;
  width: 30rem;
  line-height: 1.4;
  text-align: left;
  padding: 1.8rem 4rem;
  display: block;
}
.remodal.item .body .group li a span {
  display: block;
  text-align: center;
  padding-bottom: 0.1em;
}
.remodal.item .body .group li a.lines_2 span {
  font-size: 80%;
  margin-top: -0.74rem;
  margin-bottom: -0.74rem;
}
.remodal.item .body .group li .note {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.remodal.item .body .group li.off a {
  opacity: 0.5;
  pointer-events: none;
}
.remodal.item .body .group li.ec_soon a {
  color: #fff;
  border-color: rgba(138, 108, 115, 0.2);
  background-color: rgba(138, 108, 115, 0.3);
  pointer-events: none;
}
.remodal.item .body .group li.ec_soon a > span {
  display: none !important;
}
.remodal.item .body .group li.ec_soon a::after {
  content: "coming soon";
  background-image: none;
  background-color: transparent;
  -webkit-mask: none;
          mask: none;
  text-align: center;
  padding: 0 0 0.1em;
  width: 100%;
  height: auto;
  aspect-ratio: unset;
  position: static;
}
@media screen and (min-width: 641px) {
  .remodal.item .body .group li:nth-child(n+3) {
    margin-top: 2rem;
  }
  .remodal.item .body .group li a.lines_2b span {
    font-size: 90%;
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .remodal.item .body {
    padding: 2rem 1.5rem;
  }
  .remodal.item .body .category {
    font-size: 1.3rem;
  }
  .remodal.item .body .name {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .remodal.item .body .capacity {
    font-size: 1.2rem;
  }
  .remodal.item .body .guide {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .remodal.item .body .guide::before {
    width: 2.5rem;
    height: 2rem;
    margin-top: -0.4rem;
    margin-right: 0.7rem;
  }
  .remodal.item .body .group {
    margin-top: 2rem;
    display: block;
  }
  .remodal.item .body .group li {
    text-align: center;
  }
  .remodal.item .body .group li + li {
    margin-top: 1.3rem;
  }
  .remodal.item .body .group li a {
    font-size: 1.4rem;
    padding: 0.9rem 3.3rem;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .remodal.item .body .group li a.lines_2 span {
    margin: 0;
  }
}

/* ------------------------------------------------
 .remodal.movie
------------------------------------------------ */
.remodal.movie {
  max-width: 1200px;
}
.remodal.movie iframe,
.remodal.movie video {
  aspect-ratio: 16/9;
}

.remodal .movie {
  position: relative;
  width: 100%;
  max-height: 80dvh;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.remodal .movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .remodal .movie {
    max-width: 100%;
    width: 142dvh;
    margin: 0 auto;
  }
}

#sec0 .movie iframe {
  width: 100%;
  height: 100%;
}

/* ----------------------------
  アコーディオン
---------------------------- */
.accordion {
  color: #1A1A1A;
}
.accordion .title {
  text-align: center;
}
.accordion a {
  display: block;
  text-align: center;
}
.accordion .btn {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.accordion .btn a {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #806B70;
  padding: 1rem 2rem;
  border-radius: 50px;
}
.accordion .btn a .arrow {
  display: inline-block;
  transform: rotate(90deg) scale(0.6);
}
.accordion .btn.show a .arrow {
  transform: rotate(-90deg) scale(0.6);
}
.accordion .abody {
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #806B70;
  padding: 2rem;
  display: none;
}
@media screen and (max-width: 640px) {
  .accordion .btn {
    margin-top: 2rem;
  }
  .accordion .btn a {
    font-size: 1.4rem;
    border-radius: 50px;
  }
  .accordion .abody {
    font-size: 1.2rem;
    padding: 1rem;
  }
}

/* ----------------------------
  デバイス振り分け
---------------------------- */
.sp_disp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc_disp {
    display: none !important;
  }
  .sp_disp {
    display: block !important;
  }
  table.sp_disp {
    display: table !important;
  }
  tbody.sp_disp {
    display: table-row-group !important;
  }
  img.sp_disp {
    display: inline-block !important;
  }
  br.sp_disp {
    display: inline !important;
  }
}