@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html main {
  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;
  tab-size: 4;
}

main *,
main ::before,
main ::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

main ::before,
main ::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

main * {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
main 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. */
}

main details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

main summary {
  display: list-item; /* Add the correct display in all browsers */
}

main small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

main [hidden] {
  display: none; /* Add the correct display in IE */
}

main 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;
  text-decoration: underline dotted;
}

main a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

main a:active,
main a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

main code,
main kbd,
main pre,
main samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

main pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

main b,
main strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
main sub,
main sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

main sub {
  bottom: -0.25em;
}

main sup {
  top: -0.5em;
}

main table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

main iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
main input {
  border-radius: 0;
}

main [type=number]::-webkit-inner-spin-button,
main [type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

main [type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

main [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

main 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;
}

/* 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 main [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 */
main button,
main input,
main select,
main textarea {
  background-color: transparent;
  border-style: none;
}

main a:focus,
main button:focus,
main input:focus,
main select:focus,
main textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
main select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

main select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

main select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

main 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 */
}

main ::-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 */
}

/* Replace pointer cursor in disabled elements */
main [disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
main img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
main progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
main [aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
main [aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
main [aria-disabled=true] {
  cursor: default;
}

main li {
  list-style: none;
}

main a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

main img {
  vertical-align: bottom;
}

.lp-l-header {
  background-color: #000;
  height: 58px;
  padding: 12px 0;
  border-bottom: 1px solid #FFFFFF;
}
.lp-l-header-serumveil {
  display: block;
}
.lp-l-header__inner {
  margin: 0 auto;
  position: relative;
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-l-header__inner {
    padding: 0;
    width: 94%;
  }
}
.lp-l-header__logo {
  width: 42px;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-l-header__logo {
    width: 46px;
  }
}
.lp-l-header__title {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 202px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .lp-l-header__title {
    font-size: 16px;
    line-height: 1;
  }
}

.l-footer {
  padding-bottom: 80px;
}

.lp-l-footer {
  padding: 8px 0;
  background-color: #000;
}
.lp-l-footer__copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.7;
  font-weight: 300;
  color: #fff;
}

.c-notes__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-notes__item {
    margin-top: 40px;
  }
}
.c-notes__dt {
  font-size: 18px;
}
.c-notes__dt .c-notes__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #000;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.c-notes__dt .c-notes__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.c-notes__dt:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.c-notes__dt.active .c-notes__inner::after {
  transform: translateY(-50%) rotate(-135deg);
}
.c-notes__dd {
  display: none;
  background-color: #fff;
}
.c-notes__dd .c-notes__inner {
  border: 1px solid #EFEFEB;
  padding: 60px;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-notes__dd .c-notes__inner {
    font-size: 18px;
    padding: 20px;
  }
}
.c-notes__dd ul {
  margin-left: 1.5em;
  border: 1px solid #EFEFEB;
}
.c-notes__dd li {
  list-style: disc;
}
.c-notes__link {
  color: #0040ff;
}

.c-sticky {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  display: block;
  background-color: #fff;
  text-align: center;
}
.c-sticky > img {
  padding: 8px 0;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .c-sticky > img {
    max-width: 374px;
    padding: 8px 20px;
  }
}
.c-sticky:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-slides {
  max-width: 964px;
  max-width: 1076px;
  max-width: 1106px;
  margin: auto;
  margin-bottom: 40px;
}
.c-slides:last-child {
  margin-bottom: 0;
}
.c-slides.slick-dotted {
  margin-bottom: 72px;
}
@media screen and (min-width: 840px) {
  .c-slides {
    padding: 0 72px;
  }
}
.c-slides .slick-slide {
  margin-right: 16px;
}
.c-slides .slick-dots {
  left: 0;
  right: 0;
  bottom: -36px;
}
.c-slides .slick-dots li button:before {
  background-color: #00081D;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 6px;
  left: 6px;
  font-size: 0px;
}
.c-slides .slick-prev {
  left: 0;
}
.c-slides .slick-next {
  right: 0;
}
.c-slides .slick-prev, .c-slides .slick-next {
  width: 48px;
  height: 48px;
  z-index: 1;
}
.c-slides .slick-prev:before {
  content: "";
  background: url(../img/img_slick_arrow.png);
  background-size: contain;
  width: 48px;
  display: block;
  height: 48px;
  transform: rotate(180deg);
}
.c-slides .slick-next:before {
  content: "";
  background: url(../img/img_slick_arrow.png);
  background-size: contain;
  width: 48px;
  display: block;
  height: 48px;
}
.c-slides .slick-list {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-slides .slick-list {
    padding-left: 0 !important;
  }
}
.c-slides__item img {
  max-width: 320px;
  margin: auto;
}

.p-kv__title {
  max-width: unset;
}

.p-lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-main-commercial {
  width: 100%;
  background: linear-gradient(180deg, #EBF2F9 0%, #C3CBD4 100%);
  padding: 50px 0;
}
.p-main-commercial__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-main-commercial__title {
    font-size: 20px;
  }
}
.p-main-commercial__text {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
}
.p-main-commercial__youtube {
  max-width: 480px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main-commercial__youtube {
    width: 89.7435897436%;
    margin-top: 40px;
  }
}
.p-main-commercial__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-main-nav {
  max-width: 940px;
  margin: 40px auto 80px;
  padding: 0 20px;
}
.p-main-nav__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-nav__items {
    gap: 20px;
  }
}
.p-main-nav__item {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-main-nav__item {
    width: calc(33.3% - 20px);
  }
}
.p-main-nav__item a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.p-main-title__border {
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-size: 64px;
  color: #000;
  letter-spacing: 0.08em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-main-title__border {
    font-size: 40px;
    padding-bottom: 26px;
    margin-bottom: 42px;
  }
}
.p-main-title__border.product {
  max-width: 389px;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .p-main-title__border.product {
    margin-bottom: 28px;
  }
}
.p-main-title__border.sns {
  max-width: 149px;
}
@media screen and (max-width: 767px) {
  .p-main-title__border.sns {
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
}
.p-main-title__border.voice {
  max-width: 258px;
}
@media screen and (max-width: 767px) {
  .p-main-title__border.voice {
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
}
.p-main-title__border.movie {
  max-width: 274px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-main-title__border.movie {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.p-main-title__border.point {
  max-width: 178px;
  margin-bottom: 50px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-main-title__border.point {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-title__border.product {
    max-width: 272px;
  }
  .p-main-title__border.sns {
    max-width: 105px;
  }
  .p-main-title__border.voice {
    max-width: 181px;
  }
  .p-main-title__border.movie {
    max-width: 192px;
  }
}
.p-main-title__border .blue {
  font-weight: 800;
  color: #301f87;
}
.p-main-title__side-border {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #444444;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 12px;
}
.p-main-title__side-border::before {
  content: "-";
}
.p-main-title__side-border::after {
  content: "-";
}

.p-main-voices-survey__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
}
.p-main-voices-survey__lead-insert {
  max-width: 680px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-main-voices-survey__lead-insert {
    margin: 38px auto 40px;
  }
}
.p-main-voices-survey__lead-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 8px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__lead-inner {
    gap: 16px;
  }
}
.p-main-voices-survey__lead-number {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__lead-number {
    width: 60px;
  }
}
.p-main-voices-survey__lead-title {
  flex: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-main-voices-survey__lead-title {
    max-width: 516px;
    font-size: 14px;
    font-weight: 600;
  }
}
.p-main-voices-survey__lead-note {
  font-size: 10px;
  line-height: 1.6;
  color: #444444;
  text-align: center;
  padding-top: 24px;
}
.p-main-voices-survey__lead-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  display: block;
  color: #000000;
  margin-top: 40px;
}
.p-main-voices-survey__lead-score {
  width: auto;
  margin: 20px auto 0;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__lead-score {
    max-width: unset;
    width: 328px;
    margin: 0;
  }
}
.p-main-voices-survey__comments {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__comments {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-main-voices-survey__comment {
  display: flex;
  padding: 16px;
  border-radius: 10px;
  background: #EBF2F9;
  box-sizing: border-box;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-main-voices-survey__comment {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__comment {
    width: calc(25% - 12px);
    flex-direction: column;
  }
}
.p-main-voices-survey__comment:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__comment:not(:first-child) {
    margin-top: 0;
  }
}
.p-main-voices-survey__comment-icon {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-main-voices-survey__comment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-main-voices-survey__comment-content {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 10px;
}
.p-main-voices-survey__comment-content:last-child {
  color: #444444;
}
@media screen and (max-width: 767px) {
  .p-main-voices-survey__comment-content:first-child {
    padding-top: 0;
  }
}
.p-main-voices-survey__comment-content-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.p-main-voices-survey__note {
  font-size: 10px;
  color: #444444;
  margin: 8px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-main-voices-survey__note {
    font-size: 10px;
  }
}

.p-main-product {
  position: relative;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main-product {
    padding: 0 20px;
  }
}
.p-main-product__main {
  max-width: 525px;
}
@media screen and (max-width: 767px) {
  .p-main-product__main {
    max-width: 350px;
  }
}
.p-main-product__about {
  display: flex;
  max-width: 735px;
  margin: 40px auto 24px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-product__about {
    flex-direction: column;
    align-items: center;
    max-width: 233px;
  }
}
.p-main-product__about-item {
  max-width: 350px;
  flex-basis: calc(50% - 20px);
}
.p-main-product__about-item:last-child {
  max-width: 345px;
}
.p-main-product__note {
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  text-align: right;
  color: #444444;
  max-width: 735px;
  margin: auto;
}
.p-main-product__title {
  font-size: 20px;
  line-height: 2.4;
  color: #301f87;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-main-product__title {
    font-size: 16px;
    width: max-content;
  }
}
.p-main-product__worries {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 800px;
  margin: auto;
  border: 2px solid #301f87;
  border-radius: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-main-product__worries {
    flex-direction: column;
    gap: 0;
  }
}
.p-main-product__worries-item-r {
  max-width: 200px;
}
.p-main-product__worries-item-l {
  max-width: 280px;
}
.p-main-product__arrow {
  width: 100px;
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-main-product__arrow {
    width: 80px;
    margin-top: 52px;
  }
}
.p-main-product__text {
  color: #301f87;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-product__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-main-product__text-l {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-main-product__text-l {
    font-size: 26px;
  }
}
.p-main-product__approach {
  width: 400px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-product__approach {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-main-product__main-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-main-product__main-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-main-product__main-img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-main-product__main-img {
    max-width: 224px;
  }
}
.p-main-product__main-text {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-main-product__main-text {
    font-size: 14px;
    text-align: center;
  }
}
.p-main-product__main-text--pr {
  color: #301f87;
  font-weight: 600;
}
.p-main-product__bg {
  width: 100%;
  background-color: #eae9f3;
  padding: 40px 0;
}
.p-main-product__catchphrase {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  color: #301f87;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-main-product__catchphrase {
    font-size: 20px;
  }
}
.p-main-product__node {
  margin: 20px 20px 0;
  text-align: center;
  font-size: 1.2px;
  line-height: 1.6;
  color: #301f87;
}
.p-main-product__features {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #301f87;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-main-product__features {
    margin-top: 60px;
  }
}
.p-main-product__features-title {
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-main-product__features-title {
    font-size: 20px;
  }
}
.p-main-product__features-title--red {
  color: #e60011;
}
@media screen and (max-width: 767px) {
  .p-main-product__features-title--red {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-product__features-text {
    font-size: 16px;
  }
}
.p-main-product__features-img {
  margin-top: 40px;
  width: 100%;
  vertical-align: bottom;
}
.p-main-product__features-note {
  margin-top: 40px;
  font-size: 1.2px;
  font-weight: 300;
  color: #301f87;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-main-product__features-note {
    margin-top: 20px;
    text-align: left;
  }
}
.p-main-product__features-note--r {
  font-size: 1.2px;
  font-weight: 300;
  color: #333333;
  text-align: right;
  width: 100%;
  display: block;
  padding-top: 20px;
}
.p-main-product__features-section {
  max-width: 940px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main-product__features-section {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-main-product__features-dl-block {
  margin: 40px auto 30px;
}
@media screen and (max-width: 767px) {
  .p-main-product__features-dl-block {
    margin-bottom: 20px;
  }
}

.p-howto-list {
  font-size: 20px;
  line-height: 1.6;
  color: #301f87;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-howto-list {
    font-size: 16px;
  }
}
.p-howto-list li {
  list-style: disc;
}
.p-howto-list.bold {
  font-weight: 600;
}
.p-howto-list__span {
  font-size: 1.2px;
  line-height: 2;
}

.p-main-section {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-main-section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-main-links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-main-links__item {
  max-width: 320px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-main-links__item {
    max-width: 350px;
  }
}

.p-main-sns {
  background: linear-gradient(180deg, #EBF2F9 0%, #C3CBD4 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-main-sns {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 78px;
  }
}
.p-main-sns__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.p-main-sns__item {
  flex-basis: 300px;
  width: 300px;
}
.p-main-sns__text {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.p-main-sns__note {
  text-align: center;
  color: #444444;
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-sns__note {
    margin-bottom: 24px;
  }
}

.p-howto-img {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-howto-img {
    margin: 30px auto;
  }
}

.p-main-voices__title {
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
.p-main-voices__cosme {
  margin: auto;
  font-size: 14px;
  width: 290px;
  padding: 13px 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  margin-top: 40px;
  position: relative;
}
.p-main-voices__cosme::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 20px;
  top: calc(50% - 4.5px);
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000;
  transform: rotate(-45deg);
}
.p-main-voices__cosme:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-main-voices__cosme {
    margin-bottom: 40px;
  }
}
.p-main-voices__cosme img {
  width: 91px;
}
.p-main-voices__instagram-block {
  margin: 0 20px;
}
.p-main-voices__instagram {
  margin: auto;
  font-size: 16px;
  width: 400px;
  padding: 15px 34px;
  border: 1px solid #18448e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}
.p-main-voices__instagram:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-voices__instagram::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 20px;
  top: calc(50% - 4.5px);
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-main-voices__instagram {
    width: 100%;
    padding: 15px 44px 15px 15px;
    font-size: 14px;
  }
}
.p-main-voices__instagram img {
  width: 30px;
}
.p-main-voices__posts {
  display: flex;
  gap: 20px;
  max-width: 620px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-main-voices__posts {
    padding: 0 20px;
  }
}
.p-main-voices__post {
  flex-basis: 50%;
}
.p-main-voices__post a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-voices__post-link-center {
  padding-top: 125%;
  display: block;
  position: relative;
}
.p-main-voices__post-link-center > img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.p-main-voices__post-img {
  width: 100%;
}
.p-main-voices__post-user {
  display: block;
  font-size: 13px;
  color: #301f87;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-main-voices__post-user {
    margin-top: 16px;
  }
}
.p-main-voices__post-text {
  display: block;
  font-size: 13px;
  margin-top: 11px;
  color: #301f87;
}
@media screen and (max-width: 767px) {
  .p-main-voices__post-text {
    margin-top: 16px;
  }
}
.p-main-voices__underline-marker {
  background: linear-gradient(transparent 50%, #D1E3F4 50%);
  font-weight: 600;
  font-size: 17.5px;
}

@media screen and (max-width: 767px) {
  .p-main-point {
    padding-top: 50px;
  }
}
.p-main-point__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-point__num {
    gap: 20px;
  }
}
.p-main-point__img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-main-point__img {
    width: 80px;
  }
}
.p-main-point__text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.p-main-point__text .marker {
  background: linear-gradient(transparent 70%, #D1E3F4 30%);
  font-weight: 600;
  font-size: 17.5px;
  display: inline-block;
}
.p-main-point__text span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-main-point__text {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-main-point__text--small {
    font-size: 15px;
  }
}
.p-main-point__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-main-point__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.p-main-point__title-2 {
  text-align: center;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 4px;
}
.p-main-point__text-2 {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.64;
}
.p-main-point__comment {
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
  color: #444444;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 12px 0;
}
.p-main-point__note {
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  color: #444444;
  text-align: center;
  max-width: 640px;
  margin: 24px auto 0;
}
.p-main-point__levels {
  border-top: 2px solid #DDE3EA;
  max-width: 640px;
  margin: 24px auto 0;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-main-point__levels {
    flex-direction: column;
    gap: 40px;
  }
}
.p-main-point__level {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #DDE3EA;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-main-point__level {
    flex-direction: column;
  }
}
.p-main-point__level-block {
  flex-basis: 53.75%;
}
.p-main-point__level-img {
  display: block;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-main-point__level-img {
    max-width: 350px;
  }
}
.p-main-point__level-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.p-main-point__level-text {
  padding-top: 4px;
  color: #000;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
}
.p-main-point__level-text span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-main-point__level-text {
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-point__block {
    margin: 0 20px;
  }
}
.p-main-point__bubble-block {
  padding: 40px;
  background-color: #eae9f3;
  border-radius: 10px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-main-point__bubble-block {
    margin: 0 20px 60px;
    padding: 30px;
  }
}
.p-main-point__bubble-block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #eae9f3;
  border-bottom: 0;
}
.p-main-point__bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-main-point__bubbles {
    flex-direction: column;
    gap: 11px;
  }
}
.p-main-point__bubble {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  color: #301f87;
  display: flex;
  flex-basis: calc(50% - 10px);
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-main-point__bubble {
    gap: 10px;
  }
}
.p-main-point__bubble img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-main-point__bubble img {
    width: 20px;
  }
}
.p-main-point__pickup-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-items {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.p-main-point__pickup-item {
  padding: 30px;
  width: calc(50% - 10px);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-item {
    width: 100%;
    padding: 30px 25px;
  }
}
.p-main-point__pickup-item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-point__pickup-item:nth-child(1) {
  background-color: #8d83c1;
}
.p-main-point__pickup-item:nth-child(2) {
  background-color: #7265b8;
}
.p-main-point__pickup-item:nth-child(3) {
  background-color: #3e2c96;
}
.p-main-point__pickup-item:nth-child(4) {
  background-color: #261772;
}
.p-main-point__pickup-item-title {
  font-size: 16px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-item-title {
    font-size: 14px;
  }
}
.p-main-point__pickup-item-text {
  color: #fff;
  margin-top: 30px;
  padding-right: 40px;
  font-size: 28px;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-item-text {
    font-size: 20px;
  }
}
.p-main-point__pickup-item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-item-text::before {
    width: 20px;
  }
}
.p-main-point__pickup-item-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-main-point__pickup-item-text::after {
    width: 20px;
  }
}
.p-main-point__pickup-item-text span {
  font-weight: 600;
}
.p-main-point__border-top {
  border-top: 1px solid #ddd;
  padding: 40px 40px 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-main-point__border-top {
    padding: 40px 20px 80px;
  }
}
.p-main-point__border-top-inner {
  margin: auto;
  max-width: 800px;
}
.p-main-point__main-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-main-point__main-block {
    flex-direction: column;
  }
}
.p-main-point__main-img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-main-point__main-img {
    max-width: 224px;
  }
}
.p-main-point__main-text {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-main-point__main-text {
    font-size: 16px;
  }
}
.p-main-point__main-text--pr {
  color: #301f87;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-main-point__main-text--pr {
    max-width: 224px;
    text-align: center;
    margin: auto;
  }
}
.p-main-point__link {
  display: block;
  margin-top: 20px;
  background-color: #fff;
  color: #301f87;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  width: 320px;
  padding: 14px 18px;
  border: 1px solid #301f87;
  position: relative;
}
.p-main-point__link::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 20px;
  top: calc(50% - 4.5px);
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-main-point__link {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-main-point__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-point__shop-block {
  max-width: 940px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main-point__shop-block {
    margin-top: 40px;
  }
}
.p-main-point__shop-text {
  position: relative;
  height: 60px;
  background: #EFEFEB;
  font-size: 13.5px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.541px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-main-point__shop-text {
    height: 48px;
  }
}
.p-main-point__shop-text .c-notes__inner {
  background: transparent;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-main-point__shop-text .c-notes__inner {
    font-size: 13.5px;
    height: 48px;
  }
}
.p-main-point__shops {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.p-main-point__shop {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background: #fff;
  box-sizing: border-box;
  width: 25%;
  border: 1px solid #EFEFEB;
}
@media screen and (max-width: 767px) {
  .p-main-point__shop {
    width: 50%;
  }
}
.p-main-point__shop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 19px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-main-point__shop-link {
    padding: 16px 0;
  }
}
.p-main-point__shop-link.is-disable::after {
  content: "";
  position: absolute;
  background-color: #dddddd;
  mix-blend-mode: multiply;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-main-point__onlineshop {
  display: flex;
  justify-content: space-between;
  max-width: 823px;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-main-point__onlineshop {
    max-width: 327px;
  }
}
.p-main-point__onlineshop li {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .p-main-point__onlineshop li {
    flex-basis: 50%;
  }
}
.p-main-point__onlineshop .amazon {
  width: 236px;
}
.p-main-point__onlineshop .rakuten {
  width: 147px;
}
.p-main-point__onlineshop .atcosme {
  width: 133px;
}
.p-main-point__onlineshop .zozotown {
  width: 156px;
}
.p-main-point__onlineshop-link {
  display: block;
  padding: 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.p-main-campaign {
  background-color: #eae9f3;
  width: 100%;
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-main-campaign {
    padding-bottom: 60px;
  }
}
.p-main-campaign__banner:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-campaign__content {
  max-width: 940px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-main-campaign__content {
    margin: 0 auto;
  }
}
.p-main-campaign__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  color: #301f87;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-main-campaign__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-main-campaign__more {
  width: 450px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main-campaign__more {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
.p-main-campaign__notes {
  max-width: 940px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.p-main-campaign__more-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  .p-main-campaign__more-link {
    width: 100%;
    padding: 15px 0;
  }
}
.p-main-campaign__more-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.p-main-campaign__more-link span {
  font-size: 18px;
  font-weight: 600;
}
.p-main-campaign__more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.p-main-hadamite {
  max-width: 940px;
  margin: 120px auto;
  padding: 0 20px;
}
.p-main-hadamite a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-main-hadamite {
    margin-top: 80px;
  }
}
.p-main-hadamite__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #301f87;
  line-height: 1.6;
}
.p-main-hadamite__image {
  max-width: 750px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-main-hadamite__image {
    margin-top: 40px;
  }
}

.p-fadein-item {
  position: relative;
  opacity: 0;
  top: 40px;
  transition: 0.8s;
  transition-delay: 0.2s;
}
.p-fadein-item.is-fadein {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-bigger-sub {
  font-size: 120%;
  bottom: -0.4em;
}

/*# sourceMappingURL=style.css.map */
