@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 0.5em;
  line-height: 0;
  letter-spacing: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.75em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .pc,
  .pc-show {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp,
  .sp-show {
    display: none !important;
  }
}

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

/**
 * page contents
 * ============================================
 */
:root {
  --font-family-heading: 'Bodoni Moda', serif;
  --color-theme: #b79b5b;
  --color-section-bg-main: #fffee9;
  --color-section-bg-sub: #f8f7f0;
  --color-section-header: #b79b5b;
  --color-text-main: #392B29;
  --color-text-heading: var(--color-theme);
}
html {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

.p-container_1200 {
  position: relative;
  margin: 0 auto;
  width: 83.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-container_1200 {
    width: calc(100% - 12.3076923077vw);
  }
}

.p-container_1220 {
  position: relative;
  margin: 0 auto;
  width: 84.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-container_1220 {
    width: calc(100% - 12.3076923077vw);
  }
}

.p-container_1260 {
  position: relative;
  margin: 0 auto;
  width: 87.5vw;
}
@media screen and (max-width: 768px) {
  .p-container_1260 {
    width: calc(100% - 12.3076923077vw);
  }
}

.site_header,
.site_footer {
  background-color: var(--color-section-header);
}

.p-nav {
  background-color: #f8f7f0;
}
.p-nav_cmn {
  text-align: center;
}
.j-navcmn {
  color: var(--color-theme);
  font-family: var(--font-family-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 2.9rem;
}
.p-nav_cmn + .p-nav_cmn {
  border-top: 1px solid var(--color-theme);
}
.p-nav_cmn--otheritem {
  background-color: var(--color-theme);
}
.p-nav_cmn--otheritem + .p-nav_cmn--otheritem {
  border-top: 1px solid #f8f7f0;
}

.p-sleepinglipserum {
  font-size: 1.6rem;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "hiragino-mincho-pro", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  color: var(--color-text-main);
  font-feature-settings: "palt";
  background-color: var(--color-section-bg-main);
}
@media screen and (max-width: 768px) {
  .p-sleepinglipserum {
    padding-top: 13.7vw;
  }
}
.p-sleepinglipserum h1, .p-sleepinglipserum h2, .p-sleepinglipserum h3, .p-sleepinglipserum h4, .p-sleepinglipserum h5, .p-sleepinglipserum h6, .p-sleepinglipserum p {
  font-family: "ヒラギノ明朝 ProN", "hiragino-mincho-pro", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  color: var(--color-text-main);
  font-feature-settings: "palt";
}

.buy_btn {
  top: 47rem;
  right: 3.2rem;
  width: 18.8rem;
}
@media screen and (max-width: 768px) {
  .buy_btn {
    top: 40rem;
    right: auto;
    left: 28.5rem;
    width: 10rem;
  }
}

.buy_btn_wrap {
  z-index: 9990;
  right: 0.7rem;
}
@media screen and (max-width: 768px) {
  .buy_btn_wrap {
    z-index: 10;
    right: auto;
  }
}

body.is-fixed .buy_btn_wrap {
  top: -30vw;
  right: 0.7rem;
}
@media screen and (max-width: 768px) {
  body.is-fixed .buy_btn_wrap {
    top: -85vw;
    right: auto;
    z-index: 10;
  }
}

.buy-tooltip {
  top: 50vw;
  right: 0.7rem;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .buy-tooltip {
    top: 142vw;
    right: -99.5vw;
    width: 12rem;
  }
}

.buy-tooltip .buy-list {
  background: url(../img/btn_buy_bg.jpg) center center/cover no-repeat;
}
.buy-tooltip .buy-list::before {
  content: none;
  /* border-left: 1.7vw solid #F2F4F6; */
}

.p-follow {
  position: fixed;
  bottom: 5rem;
  right: 3.2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-follow {
    bottom: 0.5rem;
    right: 7rem;
  }
}
.p-follow_btn {
  width: 18.8rem;
}
@media screen and (max-width: 768px) {
  .p-follow_btn {
    width: 10rem;
  }
}
.p-follow_list {
  margin-top: 1rem;
  width: 24rem;
}
.p-kv {
  position: relative;
}
.p-kv_bg {
  z-index: 1;
}
.p-kv_txt_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-kv_txt_02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

h2.p-section-heading {
  font-family: var(--font-family-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 6.1rem;
  color: var(--color-text-heading);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  h2.p-section-heading {
    font-size: 4.5rem;
  }
}

.p-about {
  background-color: var(--color-section-bg-main);
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 4rem 0;
  }
}
.p-about_ttl {
}
.p-about_copy {
  margin-top: 4rem;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
  line-height: 1.8;

  span.sub1 {
    display: inline-block;
    vertical-align: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p-about_copy {
    margin-top: 3rem;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.p-about_txt {
  margin-top: 3.6rem;
  font-size: 2rem;
  letter-spacing: 0.25em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-about_txt {
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: 0.25em;
  }
}
.p-about_sub {
  margin-top: 3rem;
}

.p-product {
  background-color: var(--color-section-bg-sub);
  padding: 4rem 0;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .p-product {
    padding: 3.2rem 0;
  }
  .p-product .p-container_1260 {
    width: 75.3846153846vw;
  }
}
@media screen and (min-width: 769px) {
  .p-product_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-product_sub {
  margin-block: 4.5rem;
  margin-inline: -3rem;
  width: calc(100% + 6rem);
}
@media screen and (min-width: 769px) {
  .p-product_sub {
    width: 46.3rem;
    align-self: flex-start;
    padding-top: 1em;
    margin-block: 0;
    margin-inline: 0;
  }
}
.p-product_img {
  align-self: flex-end;
}
@media screen and (min-width: 769px) {
  .p-product_img {
    width: 33.3rem;

  }
}
@media screen and (min-width: 769px) {
  .p-product_detail {
    width: 39.4rem;
    margin-bottom: 3rem;
  }
}
.p-product_detail_ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-product_detail_ttl {
  }
}
.p-product_detail_logo {
  margin-top: 14rem;
  width: 19.4rem;
}
@media screen and (max-width: 768px) {
  .p-product_detail_logo {
    margin-top: 4rem;
    width: 14.6rem;
  }
}
.p-product_detail_name {
  margin-top: 2.4rem;
  font-size: 2.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-product_detail_name {
    margin-top: 1.4rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.p-product_detail_vol {
  margin-top: 0rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-product_detail_vol {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.p-product_detail_price {
  margin-top: 0rem;
  font-size: 3.2rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-product_detail_price {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.p-product_detail_price span {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-product_detail_price span {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.p-what {
  background-color: var(--color-section-bg-main);
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-what {
    padding: 4rem 0;
  }
}
.p-what_ttl {
}
.p-what_copy {
  margin-top: 3rem;
  font-size: 3.2rem;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-what_copy {
    font-size: 1.95rem;
    letter-spacing: 0.2em;
  }
}
.p-what_copy span {
  font-size: 2rem;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-what_copy span {
    font-size: 1.4rem;
  }
}
.p-what_copy-note {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "noto-sans-jp";
}
@media screen and (max-width: 768px) {
  .p-what_copy-note {
    margin-top: 0.5rem;
    margin-top: 1rem;
  }
}
.p-what_txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-what_txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
.p-what_txt span {
  font-size: 1.2rem;
  letter-spacing: 0em;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-what_txt span {
    font-size: 0.8rem;
    letter-spacing: 0em;
  }
}
.p-what_img {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .p-what_img {
    position: relative;
    width: 26rem;
    margin-block: 8rem 5rem;
    margin-inline: auto;
  }
}
.p-recommend {
  background-color: var(--color-section-bg-sub);
  border-radius: 3rem;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .p-recommend {
    padding: 6rem 0;
  }
}
.p-recommend_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -6rem;
}
@media screen and (max-width: 768px) {
  .p-recommend_inner {
    flex-direction: column-reverse;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-recommend_img {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend_img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recommend_con {
    width: 82rem;
  }
}
.p-recommend_ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recommend_ttl {
    font-size: 2.1rem;
    letter-spacing: 0.15em;
  }
}

.p-recommend_list {
  display: flex;
  gap: 4.8rem 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recommend_list {
    gap: 3.2rem;
    flex-direction: column;
  }
}
.p-recommend_list li {
  width: calc(50% - 1rem);
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-recommend_list li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-recommend_list li::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/icon_check.svg) center center/contain no-repeat;
}
.p-recommend_list li span {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.15em;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-recommend_list li span {
    font-size: 0.8rem;
  }
}

.p-points {
  background-color: var(--color-section-bg-main);
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-points {
    padding: 4rem 0;
  }
}
.p-points_list {
  display: flex;
  flex-direction: column;
  gap: 11rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-points_list {
    gap: 5rem;
    margin-top: 5rem;
  }
}
.p-points_list li {
  width: 57.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-points_list li {
    width: 100%;
  }
}

.p-howtouse {
  background-color: var(--color-section-bg-sub);
  border-radius: 3rem 3rem 0 0;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .p-howtouse {
    padding: 3rem 0 5rem;
  }
  .p-howtouse .p-container_1200 {
    width: 89.2307692308vw;
  }
}
.p-howtouse_list {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem
}
@media screen and (max-width: 768px) {
  .p-howtouse_list {
    margin-top: 3rem;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
.p-howtouse_list li {
  width: 47rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-howtouse_list li {
    width: 100%;
  }
}
.p-howtouse_txt {
  width: 73rem;
  margin-top: 6rem;
  margin-inline: auto;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-howtouse_txt {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding-inline: 1rem;
    margin-top: 2.3rem;
  }
}