@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Serif+Display:ital,wght@0,400;0,500;1,400&family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://use.typekit.net/bka7mcu.css");
/*! 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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
    display: none !important;
  }
}

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

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3d3d3d;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  min-height: 100vh;
  font-family: ryo-gothic-plusn, serif;
  line-height: 1em;
  letter-spacing: 0.05em;
}

a {
  color: #3d3d3d;
}

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

.l-header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .l-header {
    background-color: #fff;
  }
}

.l-header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header_logo {
  display: flex;
  column-gap: 17px;
  z-index: 100;
}
.l-header_logo_brightC {
  width: 85px;
}
.l-header_logo_collagen {
  width: 125px;
}
.l-header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 0.5px solid #3d3d3d;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    opacity: 0;
    pointer-events: none;
  }
}
.l-header_hamburger {
  position: relative;
  width: 20px;
  height: 16px;
}
.l-header_hamburger span {
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  display: block;
  width: 100%;
  height: 0.5px;
  background: #3d3d3d;
}
.l-header_hamburger span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.l-header_hamburger span:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-header_hamburger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-header_nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav_inner {
    width: 100%;
    height: 100%;
  }
}
.l-header_nav_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 5%;
  margin-top: 110px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .l-header_nav_list {
    padding-left: 0;
  }
}
.l-header_nav_cmn {
  text-align: center;
}
.l-header_nav_cmn + .l-header_nav_cmn {
  margin-top: 4vh;
}
@media screen and (max-width: 768px) {
  .l-header_nav_cmn + .l-header_nav_cmn {
    margin-top: 5vh;
  }
}
.l-header_nav_cmn a {
  color: #3d3d3d;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-header_nav_cmn a {
    font-size: 1.8rem;
  }
}
.l-header_nav_btn + .l-header_nav_btn {
  margin-top: 32px;
}
.l-header_nav_sns {
  display: flex;
  column-gap: 32px;
  justify-content: center;
  margin-top: 5vh;
}
.l-header_nav_sns img {
  width: 30px;
  height: 30px;
}

.l-header.active .l-header_hamburger span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.active .l-header_hamburger span:nth-of-type(2) {
  width: 0;
}
.l-header.active .l-header_hamburger span:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header.active .l-header_nav {
  opacity: 1;
  pointer-events: auto;
  background: #fff;
}

.l-footer {
  margin-top: 80px;
  border-top: 1px solid #D7D7E0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.l-footer_logo {
  width: 95px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.l-footer_copy {
  font-size: 1rem;
}

.l-container {
  width: 90%;
  margin: 0 auto;
}

.l-container_inner {
  width: 88.6%;
  margin: 0 auto;
}

.c-heading {
  background: #F9F8F6;
  font-size: 2rem;
  line-height: 1.4em;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.c-heading::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 0.5px;
  background: #3d3d3d;
  top: 7px;
  left: 7px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-heading::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 0.5px;
  background: #3d3d3d;
  bottom: 7px;
  right: 7px;
  transform: translate(50%, 50%) rotate(-45deg);
}

.c-heading02 {
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.c-heading03 {
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.c-button {
  max-width: 490px;
  padding: 23px 20px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(58.15deg, #FF6767 9.73%, #EAA05D 57.45%, #FFD991 93.03%);
  box-shadow: 0px 4px 20px rgba(170, 64, 30, 0.2);
  border-radius: 54px;
}
.c-button_arrow {
  width: 30px;
  height: 3px;
}
.c-button--orange {
  background: #FFB067;
}
.c-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.c-button_product {
  width: 65%;
  max-width: 150px;
  min-width: 123px;
  padding: 7px 21px 8px 29px;
  font-size: 1rem;
  background: #fff;
  border-radius: 120px;
  display: block;
}
.c-button_product_arrow {
  width: 8px;
  height: 4px;
}
.c-button_product span {
  position: relative;
  line-height: 1.3;
}
.c-button_product span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #3d3d3d;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  margin-right: -5px;
  right: -13px;
  top: 0px;
}
.c-button_product:hover {
  opacity: 0.7;
}

.c-button_nav {
  width: 90%;
  max-width: 490px;
  padding: 23px 20px;
  color: #3d3d3d;
  margin: 0 auto;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 54px;
  border: 1px solid #3d3d3d;
}
.c-button_nav_arrow {
  width: 30px;
  height: 3px;
}

.c-button--image {
  display: block;
}
.c-button--image img {
  display: block;
}
.c-button--image:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.j-fadein {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.j-fadein.action {
  opacity: 1;
}

.j-fadeleft {
  opacity: 0;
  transition: 0.6s ease-out;
  position: relative;
  left: -20px;
}
.j-fadeleft.action {
  opacity: 1;
  left: 0;
}

.j-faderight {
  opacity: 0;
  transition: 0.6s ease-out;
  position: relative;
  right: -20px;
}
.j-faderight.action {
  opacity: 1;
  right: 0;
}

.j-fadeup {
  opacity: 0;
  transition: 0.8s ease-out;
  position: relative;
  top: 30px;
}
.j-fadeup.action {
  opacity: 1;
  top: 0;
}

.j-slideup {
  display: block;
  overflow: hidden;
}
.j-slideup span {
  position: relative;
  top: 1em;
  transition: top 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.j-slideup.action span {
  top: 0;
}

.j-slide {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.j-slide::before, .j-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.95s cubic-bezier(0.23, 1, 0.32, 1);
}
.j-slide::before {
  background: #3d3d3d;
  z-index: 10;
}
.j-slide::after {
  background: #3d3d3d;
  z-index: 1;
  transition-delay: 0.5s;
}
.j-slide.slide-gray::before {
  background: #fff;
}
.j-slide.slide-white::after {
  background: #3d3d3d;
}
.j-slide.action::before, .j-slide.action::after {
  left: 100%;
}

.j-popup {
  opacity: 0;
  transform: scale(0);
  transform-origin: center bottom;
  transition: 0.5s ease-out;
}
.j-popup.action {
  opacity: 1;
  transform: scale(1);
}

.accordion {
  overflow: hidden;
  margin-bottom: 40px;
}

.accordion-toggle {
  display: block;
  padding: 10px;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 25px 35px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: ryo-gothic-plusn, serif;
  font-weight: 400;
}
.accordion-toggle::before, .accordion-toggle::after {
  content: "";
  display: block;
  position: absolute;
  background: #3d3d3d;
  top: 30px;
  width: 11px;
  height: 1px;
  right: 25px;
}
.accordion-toggle::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.accordion-toggle.active::before {
  opacity: 0;
}
.accordion-toggle.active::after {
  transform: rotate(0);
}

.accordion-content {
  background: #fff;
  max-height: 0;
  padding: 0 35px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-content_title {
  font-size: 1.8rem;
  padding-bottom: 20px;
  padding-top: 15px;
  line-height: 1.5em;
}
.accordion-content_text {
  font-size: 1.4rem;
  line-height: 2em;
}
.accordion-content_img {
  padding-bottom: 50px;
  object-fit: contain;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 40px;
}

.accordion-box + .accordion-box {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-top_sp {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: 8vw;
    max-width: 400px;
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-top_sp_header {
    height: 100px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top_sp_header {
    display: none;
  }
}

.p-top_main_area {
  position: relative;
}
.p-top_main_area_pc {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/main_area_top.jpg) no-repeat top/cover;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .p-top_main_area_pc {
    display: none;
  }
}
.p-top_main_area_box {
  background: #F9F8F6;
  padding: 47px 20px;
  max-width: 600px;
  text-align: center;
  position: relative;
  width: 50%;
}
.p-top_main_area_box::before {
  content: "";
  position: absolute;
  width: 113px;
  height: 0.5px;
  background: #3d3d3d;
  top: 19px;
  left: 19px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top_main_area_box::after {
  content: "";
  position: absolute;
  width: 113px;
  height: 0.5px;
  background: #3d3d3d;
  bottom: 19px;
  right: 19px;
  transform: translate(50%, 50%) rotate(-45deg);
}
.p-top_main_area_box_subtitle {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top_main_area_box_subtitle span {
  display: inline-block;
}
.p-top_main_area_box_title {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.6);
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  margin-top: 22px;
}
.p-top_main_area_box_btn {
  margin-top: 54px;
  width: 350px;
}

.p-top_mv {
  padding-top: 100px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top_mv {
    padding-top: 0;
  }
}
.p-top_mv_btn {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.p-top_concept {
  position: relative;
}
.p-top_concept_scroll {
  display: block;
  text-align: right;
}
.p-top_concept_scroll_spn {
  font-family: "Miller Display", serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 7px;
}
.p-top_concept_scroll_spn::before {
  content: "";
  width: 100px;
  height: 0.5px;
  background: #3d3d3d;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateX(-100%);
}
.p-top_concept_img {
  position: absolute;
  z-index: -1;
  width: 87%;
}
.p-top_concept_inner {
  padding-top: 230px;
  max-width: 420px;
  margin: 0 auto;
  padding-left: 20px;
}
.p-top_concept_read + .p-top_concept_read {
  margin-top: 35px;
}
.p-top_concept_read span {
  display: block;
  font-size: 2rem;
  line-height: 1em;
  background: #FFF9EC;
  width: fit-content;
  padding: 4px 10px;
  letter-spacing: 0.05em;
  font-family: ryo-gothic-plusn, serif;
  font-weight: 300;
}
.p-top_concept_read span + span {
  margin-top: 5px;
}
.p-top_concept_read:nth-of-type(2) {
  margin-left: auto;
}
.p-top_concept_read_wrapper {
  width: fit-content;
  margin-left: auto;
}
.p-top_concept_box {
  padding-top: 60px;
  padding-bottom: 80px;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
}
.p-top_concept_box_title {
  font-size: 1.6rem;
  text-align: center;
  font-style: normal;
  margin-bottom: 17px;
  line-height: 1.3;
}
.p-top_concept_box_name span {
  display: block;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.6);
  font-size: 3.2rem;
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.p-top_concept_box_name span:nth-child(2) {
  font-size: 2.4rem;
}
.p-top_concept_product {
  display: flex;
  overflow: hidden;
  position: relative;
}
.p-top_concept_product_inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 26px 0;
}
.p-top_concept_product_inner img {
  width: 82%;
  min-width: 175px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.p-top_concept_product_inner:nth-of-type(1) {
  background: rgba(248, 242, 233, 0.5);
}
.p-top_concept_product_inner:nth-of-type(2) {
  background: rgba(235, 227, 245, 0.5);
}
.p-top_concept_product_small {
  position: absolute;
  font-size: 1rem;
  scale: 0.8;
  font-weight: 250;
  opacity: 0.5;
  bottom: 5px;
  right: -2%;
}
.p-top_concept_imp {
  margin-top: 80px;
}
.p-top_concept_imp_title {
  position: relative;
}
.p-top_concept_imp_title span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-top_concept_imp_title span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -70%);
  display: block;
  width: 87px;
  height: 47px;
  background: url(../img/concept_imp_titleimg.png) center center/cover no-repeat;
}
.p-top_concept_imp_img {
  display: block;
  width: 100%;
  margin-top: 32px;
}
.p-top_concept_imp_cmn + .p-top_concept_imp_cmn {
  margin-top: 65px;
}
.p-top_concept_imp_cmn_question {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 30px;
  position: relative;
  width: fit-content;
  margin-bottom: 28px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top_concept_imp_cmn_question {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top_concept_imp_cmn_question {
    font-size: 25px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-top_concept_imp_cmn_question {
    font-size: 16px;
    font-size: 3.8461538462vw;
  }
}
.p-top_concept_imp_cmn_question span {
  display: block;
}
.p-top_concept_imp_cmn_question::before {
  content: url(../img/concept_imp_Q.svg);
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  position: absolute;
}
.p-top_concept_imp_cmn_graph {
  min-width: 290px;
  width: 74%;
  margin: 0 auto;
}
.p-top_concept_imp_cmn_text {
  margin: 0 auto;
}
.p-top_concept_doctor {
  margin-top: 76px;
}
.p-top_concept_doctor_wrapper {
  position: relative;
}
.p-top_concept_doctor_img {
  width: 108px;
  position: absolute;
  top: -17px;
  right: 18px;
}
.p-top_concept_doctor_title {
  background: #EEEAE1;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 21px;
}
@media screen and (max-width: 768px) {
  .p-top_concept_doctor_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top_concept_doctor_title {
    font-size: 20px;
    font-size: 1.3194444444vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-top_concept_doctor_title {
    font-size: 16px;
    font-size: 3.8461538462vw;
  }
}
.p-top_concept_doctor_title span {
  display: block;
}
.p-top_concept_doctor_title span + span {
  padding-left: 30px;
}
.p-top_concept_doctor_text {
  background: #F9F8F6;
  font-family: ryo-gothic-plusn, serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 21px;
  min-height: 136px;
}
@media screen and (max-width: 768px) {
  .p-top_concept_doctor_text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top_concept_doctor_text {
    font-size: 16px;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-top_concept_doctor_text {
    font-size: 11px;
    font-size: 2.5641025641vw;
  }
}
.p-top_concept_doctor_text span {
  display: block;
  width: calc(100% - 145px);
}

.p-top_product {
  display: flex;
  width: 100%;
}
.p-top_product a {
  display: block;
  width: 50%;
}

.p-top_lineup_cmn + .p-top_lineup_cmn {
  margin-top: 80px;
}
.p-top_lineup_cmn_detail {
  padding-bottom: 40px !important;
}

.p-top_product_collagen .p-top_product_mv_title span:first-child {
  font-size: 1.6rem;
}
.p-top_product_collagen .p-top_product_detail_title {
  margin-bottom: 33px;
}
.p-top_product_collagen .p-top_product_detail_title p:nth-child(2) {
  line-height: 1.5;
  margin-top: 10px;
}
.p-top_product_collagen .p-top_product_detail_box_heading_right {
  width: fit-content;
  margin-left: auto;
}

.p-top_set {
  margin-top: 120px;
}

.p-top_product_set {
  margin-top: 80px;
}
.p-top_product_set_title {
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.p-top_product_set_text {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-top_product_set_cmn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top_product_set_care {
  margin-top: 50px;
}
.p-top_product_set_care_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.p-top_product_set_care_title::after {
  content: "";
  width: 60px;
  height: 0.5px;
  background: #3d3d3d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
}
.p-top_product_set_care_wrapper {
  margin-top: 66px;
  display: flex;
  column-gap: 20px;
}
.p-top_product_set_cmn_title {
  font-family: lato, Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top_product_set_cmn_title img {
  width: 40px;
  margin-right: 6px;
}
.p-top_product_set_cmn_text {
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  margin-top: 14px;
}
.p-top_product_set_cmn_img {
  margin-top: 26px;
}

.p-top_voice {
  border-top: 0.5px solid #3d3d3d;
  border-bottom: 0.5px solid #3d3d3d;
}
.p-top_voice_inner {
  border-bottom: 0.5px solid #3d3d3d;
}
.p-top_voice .l-container_inner {
  border-right: 0.5px solid #3d3d3d;
  border-left: 0.5px solid #3d3d3d;
}
.p-top_voice_wrapper {
  border: 0.5px solid #3d3d3d;
  border-radius: 100px 0px 80px;
  padding: 40px 30px;
}
.p-top_voice_title {
  font-family: "Miller Display";
  font-style: italic;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 21px;
  text-transform: uppercase;
  width: 88.6%;
  margin: 0 auto;
  border-right: 0.5px solid #3d3d3d;
  border-left: 0.5px solid #3d3d3d;
}
.p-top_voice_cmn {
  display: flex;
  column-gap: 9px;
}
.p-top_voice_cmn + .p-top_voice_cmn {
  margin-top: 30px;
}
.p-top_voice_cmn_text {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-top_voice_member img {
  width: 50px;
}
.p-top_voice_member span {
  display: block;
  font-family: ryo-gothic-plusn, serif;
  line-height: 1.5em;
  font-size: 1rem;
  padding-top: 4px;
}

.p-top_bg_voice {
  padding-top: 60px;
  background: url(../img/bg_voice.jpg) no-repeat top/cover;
}

.p-top_online {
  margin-top: 50px;
}
.p-top_online_main {
  margin-top: 30px;
}
.p-top_online_lineup {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}
.p-top_online_lineup_bright {
  width: 44.3%;
}
.p-top_online_lineup_collagen {
  width: 50%;
}
.p-top_online_money {
  width: 93%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-top_online_btn {
  margin-top: 40px;
}

.p-top_storelist {
  margin-top: 100px;
  padding-bottom: 135px;
}
.p-top_storelist .accordion {
  margin-top: 30px;
}
.p-top_storelist .accordion-box {
  box-shadow: 0px 4px 20px rgba(217, 217, 217, 0.5);
}

.p-top_cvend {
  margin-top: 65px;
}

.p-top_closing {
  margin-top: -100px;
}

.p-brightc_ingredient-detail {
  padding: 64px 0;
}
.p-brightc_ingredient-detail_contents {
  width: 100%;
}
.p-brightc_ingredient-detail_contents + .p-brightc_ingredient-detail_contents {
  margin-top: 64px;
}
.p-brightc_ingredient-detail_title {
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-brightc_ingredient-detail_title {
    font-size: 2rem;
  }
}
.p-brightc_ingredient-detail_wrap {
  overflow: scroll;
  padding-bottom: 24px;
}
.p-brightc_ingredient-detail_list {
  display: flex;
  gap: 3%;
  margin-top: 40px;
  width: fit-content;
}
.p-brightc_ingredient-detail_list_cmn {
  min-width: 85%;
}
.p-brightc_ingredient-detail_list--two {
  display: flex;
  margin: 60px auto 0;
  gap: 3%;
  margin-top: 32px;
  width: fit-content;
}
.p-brightc_ingredient-detail_list--two_cmn {
  min-width: 85%;
}
.p-brightcollagen_ingredient-detail {
  padding: 64px 0;
}
.p-brightcollagen_ingredient-detail_contents {
  width: 100%;
}
.p-brightcollagen_ingredient-detail_contents + .p-brightcollagen_ingredient-detail_contents {
  margin-top: 64px;
}
.p-brightcollagen_ingredient-detail_title {
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-brightcollagen_ingredient-detail_title {
    font-size: 2rem;
  }
}
.p-brightcollagen_ingredient-detail_wrap {
  overflow: scroll;
  padding-bottom: 24px;
}
.p-brightcollagen_ingredient-detail_list {
  display: flex;
  margin-top: 60px;
  gap: 3%;
  margin-top: 40px;
  width: fit-content;
}
.p-brightcollagen_ingredient-detail_list_cmn {
  min-width: 85%;
}
/*# sourceMappingURL=map/style.css.map */