@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  color: #4C4A4A;
  letter-spacing: 0;
  line-height: 150%;
}

body,
body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

p,
span {
  margin: 0;
}

h1,
h2,
h3,
p,
span,
dl,
dt,
dd {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.c_base {
  width: 100%;
  padding: 0 64px;
}

.c_inner {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}

.is_hidden {
  display: none !important;
}

.ff_mont {
  font-family: "Montserrat";
}

.ff_serif {
  font-family: "Noto Serif JP";
}

@media (min-width: 767px) {
  .is_only_sp {
    display: none !important;
  }
}
@media (max-width: 766px) {
  .is_only_pc {
    display: none !important;
  }
  .c_base {
    padding: 0 9.33%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.-fadeInTrigger {
  opacity: 0;
}

.-fadeIn {
  animation: fadeIn 0.6s forwards;
}

.-fadeInKv {
  animation: fadeIn 1.5s forwards 0.5s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.-fadeUpTrigger {
  opacity: 0;
  transform: translateY(80px);
}

.-fadeUp {
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes arrowlong01Pc {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 1;
    height: 0;
  }
  80% {
    opacity: 1;
    height: 16px;
  }
  100% {
    opacity: 0;
    height: 16px;
  }
}
@keyframes arrowlong02Pc {
  0% {
    opacity: 0;
    top: 12px;
  }
  20% {
    opacity: 1;
    top: 12px;
  }
  80% {
    opacity: 1;
    top: 28px;
  }
  100% {
    opacity: 0;
    top: 28px;
  }
}
@keyframes arrowlong01Sp {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 1;
    height: 0;
  }
  80% {
    opacity: 1;
    height: 8px;
  }
  100% {
    opacity: 0;
    height: 8px;
  }
}
@keyframes arrowlong02Sp {
  0% {
    opacity: 0;
    top: 10px;
  }
  20% {
    opacity: 1;
    top: 10px;
  }
  80% {
    opacity: 1;
    top: 14px;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}
@keyframes bright {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.75);
  }
  100% {
    filter: brightness(1);
  }
}
.-bright {
  animation: bright 1s cubic-bezier(0, 0.55, 0.45, 1);
  animation-delay: 4.4s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.-delay01 {
  animation-delay: 0.8s;
}

.-delay02 {
  animation-delay: 1.2s;
}

.-delay03 {
  animation-delay: 1.6s;
}

.material.-delay01 {
  animation-delay: 0.8s;
}
.material.-delay02 {
  animation-delay: 1.2s;
}
.material.-delay03 {
  animation-delay: 1.6s;
}
.material.-delay04 {
  animation-delay: 2s;
}
.material.-delay05 {
  animation-delay: 2.4s;
}
.material.-delay06 {
  animation-delay: 2.8s;
}
.material.-delay07 {
  animation-delay: 3.2s;
}
.material.-delay08 {
  animation-delay: 3.6s;
}
.material.-delay09 {
  animation-delay: 4s;
}

@media (max-width: 766px) {
  .-delay01, .-delay02, .-delay03 {
    animation-delay: 0.4s;
  }
}
.navi {
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 67px;
  box-shadow: 0 4px 32px 0 rgba(148, 183, 204, 0.25);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}
.navi a {
  display: block;
  width: 25%;
  max-width: 204px;
  height: 100%;
  margin: 0;
  padding: 21px 10px 0;
  border-right: 1px solid rgba(196, 192, 214, 0.7);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.navi a.-active {
  background-color: rgba(148, 183, 204, 0.7);
  color: #fff;
}
.navi a:not(.-active) {
  background-color: rgba(255, 255, 255, 0.7);
  color: #94b7cc;
}
.navi a:first-of-type {
  border-left: 1px solid rgba(196, 192, 214, 0.7);
}

@media (hover) {
  .navi a {
    position: relative;
  }
  .navi a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    content: "";
    transition: background-color 0.5s;
  }
  .navi a:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 766px) {
  .navi {
    height: 53px;
    box-shadow: 0 -4px 32px 0 rgba(148, 183, 204, 0.25);
  }
  .navi a {
    padding: 15px 5px 0;
    border-right: 1px solid rgba(196, 192, 214, 0.7);
    font-size: 14px;
  }
  .navi a:first-of-type {
    border-left: none;
  }
  .navi a:last-of-type {
    border-right: none;
  }
}
.keyVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.keyVisual .bg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.keyVisual .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/keyVisual_bg_pc.webp) top center/cover no-repeat;
  content: "";
  object-fit: contain;
}
.keyVisual .text {
  position: absolute;
  top: 32%;
  left: 42%;
  width: 50%;
  height: 100%;
}
.keyVisual .text h1 {
  width: auto;
  height: 31.92%;
  margin: 0 auto 40px;
  background: url(../img/keyVisual_h1_pc.png) top center/100% auto no-repeat;
  font-size: 0;
  aspect-ratio: 232/234;
}
.keyVisual .text .scroll {
  opacity: 0;
  width: 93px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/keyVisual_scroll_circle_pc.png) top center/100% auto no-repeat;
}
.keyVisual .text .scroll::before {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  width: 2px;
  height: 16px;
  margin: 0 auto;
  background-color: #4c4a4a;
  content: "";
  animation: arrowlong01Pc 2s ease infinite;
}
.keyVisual .text .scroll::after {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #4c4a4a;
  border-bottom: 2px solid #4c4a4a;
  content: "";
  animation: arrowlong02Pc 2s ease infinite;
}
.keyVisual .image {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 118px);
  background: url(../img/keyVisual_item_pc.webp) top center/cover no-repeat;
  font-size: 0;
  content: "";
  object-fit: contain;
}

@media (max-aspect-ratio: 1/1) {
  .keyVisual .bg::before {
    background-image: url(../img/keyVisual_bg_sp.webp);
  }
  .keyVisual .text {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 48px;
  }
  .keyVisual .text h1 {
    width: 42.6%;
    height: auto;
    margin: 0 auto;
    background-image: url(../img/keyVisual_h1_sp.png?444);
    aspect-ratio: 160/158;
  }
  .keyVisual .text .scroll {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    z-index: 5;
    width: 50px;
    height: 32px;
    margin: 0 auto;
    background-image: url(../img/keyVisual_scroll_circle_sp.png);
    aspect-ratio: 50/32;
  }
  .keyVisual .text .scroll::before {
    top: 12px;
    width: 1px;
    height: 8px;
    animation: arrowlong01Sp 2s ease infinite;
  }
  .keyVisual .text .scroll::after {
    top: 14px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #4c4a4a;
    border-bottom: 1px solid #4c4a4a;
    animation: arrowlong02Sp 2s ease infinite;
  }
  .keyVisual .image {
    right: 0;
    left: auto;
    width: auto;
    height: 69.5%;
    background-image: url(../img/keyVisual_item_sp.webp);
    background-position: center bottom;
    aspect-ratio: 375/464;
  }
}
.imageMovie {
  font-size: 0;
  margin-bottom: -12px;
}
.imageMovie video {
  margin: 0;
  width: 100%;
  aspect-ratio: 128/72;
}

.overview {
  padding: 120px 0 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 317.51%), lightgray -433.437px -730.968px/186.067% 720.171% no-repeat;
}
.overview .sub {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 28px;
  line-height: 170%;
}
.overview .sub span {
  margin: -4px 0 0 2px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.overview h2 {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 56px;
  line-height: 150%;
}
.overview h2 .fill {
  font-family: inherit;
  letter-spacing: -5.6px;
}
.overview h2 .kome {
  margin: -16px 0 0 -4px;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.overview .note {
  margin: 0;
  color: #949c9f;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}

@media ((min-width: 767px) and (max-width: 849px)) {
  .overview h2 {
    font-size: 49px;
  }
  .overview h2 .kome {
    font-size: 26px;
  }
}
@media (max-width: 766px) {
  .overview {
    padding: 60px 0 40px;
    background: url(../img/overview_bg_sp.webp) top center/cover;
  }
  .overview .sub {
    margin: 0 0 4px;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .overview .sub span {
    margin: -4px 0 0 2px;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .overview h2 {
    margin: 0 0 20px;
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
  .overview h2 .fill {
    font-family: inherit;
    letter-spacing: -5.6px;
  }
  .overview h2 .kome {
    margin: -6px 0 0 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .overview .note {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.concept {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1424px;
  padding: 120px 0;
  background: url(../img/concept_bg_pc.png) top center/auto 100% no-repeat, #eaeaf2;
}
.concept .lead {
  margin: 0 0 154px;
}
.concept .lead p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.concept .lead p span {
  margin: -2px 0 0;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.concept .lead img {
  display: block;
  width: 340px;
  height: 180px;
  margin: 28px 0;
}
.concept .item_img {
  position: absolute;
  top: 435px;
  left: calc(50% + 75px);
  width: 576px;
  height: 719px;
}
.concept .item_img img {
  display: block;
  width: 100%;
}
.concept .recommend {
  width: 496px;
  color: #949c9f;
}
.concept .recommend h2 {
  padding: 12px 0;
  border-top: 1px solid #949c9f;
  border-bottom: 1px solid #949c9f;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.concept .recommend ul {
  margin: 0 0 60px;
}
.concept .recommend ul li {
  line-height: 150%;
  display: block;
  margin: 20px 0 0;
  padding-left: 28px;
  background: url(../img/recommend_check.png) center left/16px 16px no-repeat;
  font-weight: 400;
  font-size: 16px;
}
.concept .recommend ul li span {
  margin: -3px 0 0;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.concept .recommend p {
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}

@media (max-width: 766px) {
  .concept {
    height: auto;
    padding: 98% 0 60px;
    background: url(../img/concept_bg_sp.png) top center/100% auto no-repeat, #eaeaf2;
  }
  .concept .lead {
    margin: 0 0 100px;
  }
  .concept .lead p {
    line-height: 180%;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .concept .lead p span {
    margin: -2px 0 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .concept .lead p:last-of-type {
    line-height: 170%;
    letter-spacing: 0;
  }
  .concept .lead img {
    width: 100%;
    height: auto;
    margin: 40px 0;
    aspect-ratio: 305/164;
  }
  .concept .item_img {
    display: none;
  }
  .concept .recommend {
    width: 100%;
  }
  .concept .recommend h2 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .concept .recommend ul {
    margin: 0 0 40px;
  }
  .concept .recommend ul li {
    margin: 16px 0 0;
    padding-left: calc(5.2% + 12px);
    background-position: top 5px left;
    background-size: 5.2% auto;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .concept .recommend ul li span {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .concept .recommend p {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.science {
  padding: 120px 0 60px;
  background: url(../img/science_bg_pc.webp) top center/auto 1896px no-repeat, linear-gradient(to bottom, #ebecee 20%, #fafafa);
}

.function {
  text-align: center;
}
.function h2 {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 56px;
  line-height: 150%;
}
.function h2 .fill {
  font-family: inherit;
  letter-spacing: -5.6px;
}
.function h2 .kome {
  margin: -16px 0 0 -4px;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.function .description {
  margin: 0 0 60px;
}
.function .description p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.6px;
}
.function .description p span {
  margin: -2px 0 0;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.function .description p + p {
  margin-top: 32px;
}
.function .approach {
  width: 672px;
  margin: 0 auto 40px;
}
.function .approach p {
  height: 60px;
  padding-top: 8px;
  background: linear-gradient(90deg, #f5f6f9 -17.26%, #a8afb2 100%);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
  filter: drop-shadow(0px 0px 48px #fff);
}
.function .focus {
  display: flex;
  position: relative;
  width: 380px;
  height: 160px;
  margin: 0 auto 72px;
  padding: 40px;
  box-shadow: 0 0 48px #fff;
  background-color: #f5f6f9;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.function .focus::before, .function .focus::after {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 32px;
  height: 1px;
  margin: 0 auto;
  background-color: #949c9f;
  content: "";
}
.function .focus::after {
  transform: rotate(90deg);
}
.function .new {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f5f6f9 -31.48%, #a8afb2 100%);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.function .component {
  width: 200px;
}
.function .component p {
  margin: 0 0 4px;
  color: #4c4a4a;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.function .component p span {
  margin: -4px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.function .component p + p {
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid #4c4a4a;
  font-weight: 400;
  font-size: 16px;
}

.ingredient {
  overflow: hidden;
}
.ingredient .image {
  position: relative;
  height: 748px;
  background: url(../img/science_ingredient_pc.webp) top center/auto 100% no-repeat, linear-gradient(to bottom, #eceef0, transparent);
}
.ingredient .image .material {
  opacity: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}
.ingredient .image .material.-m1 {
  top: -33px;
  left: calc(50% - 392px);
  width: 241.5px;
  height: 241.5px;
  background-image: url(../img/science_material1_pc.png);
}
.ingredient .image .material.-m2 {
  top: 90px;
  left: calc(50% - 484px);
  width: 245.5px;
  height: 245.5px;
  background-image: url(../img/science_material2_pc.png);
}
.ingredient .image .material.-m3 {
  top: 246px;
  left: calc(50% - 528px);
  width: 245.5px;
  height: 245.5px;
  background-image: url(../img/science_material3_pc.png);
}
.ingredient .image .material.-m4 {
  top: 402px;
  left: calc(50% - 484px);
  width: 245.5px;
  height: 245.5px;
  background-image: url(../img/science_material4_pc.png);
}
.ingredient .image .material.-m5 {
  top: 483px;
  left: calc(50% - 324px);
  width: 257.5px;
  height: 257.5px;
  background-image: url(../img/science_material5_pc.png);
}
.ingredient .image .material.-m6 {
  top: 483px;
  left: calc(50% - 136px);
  width: 257.5px;
  height: 257.5px;
  background-image: url(../img/science_material6_pc.png);
}
.ingredient .image .material.-m7 {
  top: 402px;
  left: calc(50% + 40px);
  width: 257.5px;
  height: 257.5px;
  background-image: url(../img/science_material7_pc.png);
}
.ingredient .image .material.-m8 {
  top: 215px;
  left: calc(50% + 156px);
  width: 333.5px;
  height: 333.5px;
  background-image: url(../img/science_material8_pc.png);
}
.ingredient .image .material.-m9 {
  top: -33px;
  left: calc(50% + 212px);
  width: 333.5px;
  height: 333.5px;
  background-image: url(../img/science_material9_pc.png);
}
.ingredient .note {
  width: 672px;
  margin: 0 auto;
}
.ingredient .note p {
  color: #949c9f;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}

@media ((min-width: 767px) and (max-width: 849px)) {
  .function h2 {
    font-size: 49px;
  }
  .function h2 .kome {
    font-size: 26px;
  }
}
@media ((min-width: 767px) and (max-width: 1092px)) {
  .ingredient .image {
    transform: scale(0.7);
    margin-bottom: -80px;
  }
  .ingredient .image::before {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    width: 200%;
    height: 780px;
    margin: 0 auto;
    background: url(../img/science_ingredient_pc.webp) top center/auto 100% no-repeat;
    content: "";
  }
}
@media (max-width: 766px) {
  .science {
    overflow: scroll-x;
    width: 100vw;
    padding: 60px 0;
    background: url(../img/science_bg_sp.webp) top center/100% auto no-repeat, linear-gradient(to bottom, #ebecee 20%, #f9f9fa);
  }
  .function {
    text-align: left;
  }
  .function h2 {
    margin: 0 0 28px;
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
  .function h2 .fill {
    letter-spacing: -3.2px;
  }
  .function h2 .kome {
    margin: -6px 0 0 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .function .description {
    margin: 0 0 60px;
  }
  .function .description p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .function .description p span {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .function .description p + p {
    margin-top: 28px;
  }
  .function .approach {
    width: 100%;
    margin: 0 auto 46px;
  }
  .function .approach p {
    height: auto;
    padding-top: 3.5%;
    background: linear-gradient(90deg, #f5f6f9 -31.48%, #a8afb2 100%);
    aspect-ratio: 302/48;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    filter: drop-shadow(0px 0px 32px #fff);
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .function .focus {
    display: block;
    width: 86.8%;
    height: auto;
    margin: 0 auto 17%;
    padding: 9% 10%;
    box-shadow: 0 0 48px #fff;
  }
  .function .focus::before, .function .focus::after {
    bottom: -22%;
    width: 6.5%;
  }
  .function .new {
    position: absolute;
    top: -13%;
    left: -8%;
    width: 18%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .function .component {
    width: 100%;
  }
  .function .component p {
    margin: 0 0 4px;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .function .component p span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .function .component p + p {
    padding-top: 4px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .ingredient {
    position: relative;
  }
  .ingredient .image_container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    height: 544px;
    margin: 0 auto 60px;
  }
  .ingredient .image_container::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 544px;
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(217, 217, 217, 0) 100%);
  }
  .ingredient .image {
    transform: scale(0.7);
    width: 1000px;
    height: 544px;
    margin: -100px -150px -80px;
    background: none;
  }
  .ingredient .image::before {
    overflow-x: scroll;
    position: absolute;
    top: 0;
    right: -150%;
    left: -150%;
    width: 110%;
    height: 780px;
    margin: 0 auto;
    background: url(../img/science_ingredient_pc.webp) top center/auto 100% no-repeat;
    content: "";
  }
  .ingredient .note {
    width: 100%;
  }
  .ingredient .note p {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .ingredient.-scroll .image_container::after {
    animation: fadeIn 0.5s forwards;
  }
  .ingredient:not(.-scroll) .image_container::after {
    animation: fadeOut 0.5s forwards;
  }
}

/*202502追加部分*/
.lineup {
	margin-top: -2%;
}
.lineup .item_new {
  background: linear-gradient(to bottom, #eaecf0 0%, #dadbe0 60%, #f5f6f9) top center/cover;
}
.lineup .item_new .product {
  padding: 140px 0 120px;
  background: url(../img/lineup_bg_item_new_pc.png) top center/auto 1000px no-repeat;
}
.lineup .item_new .point.-no1 {
  background: url(../img/lineup_item_new_downy_pc.png) top right/320px auto no-repeat;
}
/*202502追加部分*/

.lineup .item1 {
  background: linear-gradient(to bottom, #eaecf0 0%, #f5f6f9 60%, #f5f6f9) top center/cover;
}
.lineup .item1 .product {
  padding: 140px 0 120px;
  background: url(../img/lineup_bg_item1_3_pc.webp) top center/auto 1000px no-repeat;
}
.lineup .item1 .point.-no1 {
  background: url(../img/lineup_item1_downy_pc.png) top right/320px auto no-repeat;
}
.lineup .item2 {
  background: linear-gradient(to bottom, #dbdce1 15%, #f5f6f9) top center/cover;
}
.lineup .item2 .product {
  padding: 180px 0 120px;
  background: url(../img/lineup_bg_item2_3_pc.webp) top center/auto 1000px no-repeat;
}
.lineup .item2 .point.-no1 {
  background: url(../img/lineup_item2_olive_pc.png) top 44px right/320px auto no-repeat;
}
.lineup .info {
  width: 320px;
  margin-left: calc(50% + 15px);
}
.lineup .info .lead {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.6px;
}
.lineup .info .lead span {
  margin: -2px 0 0;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.lineup .info .icon {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 16px;
  border-radius: 16px;
  background-color: #94b7cc;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
.lineup .info .name {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
}
.lineup .info .notice {
  display: inline-block;
  margin: 0 0 12px;
  padding: 2px 16px 4px 16px;
  border: 1px solid #4c4a4a;
  font-weight: 400;
  font-size: 14px;
}
.lineup .info .spf{
    border: solid 1.5px #94b7cc;
    color: #94b7cc;
    padding: 2px 10px 4px;
    margin-left: 2%;
}
.lineup .info .price {
  margin: 0 0 40px;
}
.lineup .info .price span {
  display: inline-block;
  margin: 0 2px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
.lineup .info .price span:first-of-type {
  margin: 0;
  font-size: 16px;
}
.lineup .info .price span:last-of-type {
  margin: 0;
  font-size: 14px;
}
.lineup .info .price span i {
  font-style: normal;
  font-size: 16px;
}
.lineup .info .buy {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid #fff;
  background-color: #94b7cc;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.lineup .info .buy::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.lineup .info .buy_before::after {
	display: none;
}
.lineup .info .buy.is_sold {
  height: 52px;
  box-shadow: none;
  background-color: #7c7c7c;
}
.lineup .info .buy.is_sold::before {
  display: none;
}
.lineup .point {
  width: 672px;
  margin: 172px auto 0;
}
.lineup .point .no {
  margin: 0 0 20px;
}
.lineup .point .no span {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #94b7cc;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.lineup .point .no span::after {
  position: absolute;
  top: 0;
  right: -68px;
  bottom: 0;
  width: 60px;
  height: 1px;
  margin: auto 0;
  background-color: #94b7cc;
  content: "";
}
.lineup .point h3 {
  margin: 0 0 20px;
  color: #94b7cc;
  font-weight: 500;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 2.52px;
}
.lineup .point .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.lineup .point .description span {
  margin: -1px 0 0;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
}
.lineup .point .compornent {
  display: flex;
  margin-top: 28px;
  padding: 32px;
  background-color: #fff;
  gap: 32px;
}
.lineup .point .compornent dl {
  width: 50%;
  text-align: center;
}
.lineup .point .compornent dl dt {
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.lineup .point .compornent dl dd {
  display: block;
  padding: 3px 0 4px;
  border-radius: 16px;
  background: #c4c0d6;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.compornent .compornent_span{
	font-size: 12px!important;
	vertical-align: bottom;
}
.lineup .point .compornent dl dd + dt {
  margin-top: 8px;
}
.lineup .point .compornent dl dd + dd {
  margin-top: 8px;
}
.lineup .point + .point {
  margin-top: 60px;
}
.lineup .point .note,.lineup .item_new .note {
  margin: 60px 0 0;
  color: #949c9f;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}
.lineup .item_new .note {
  margin-top: 50px;
}
.lineup .trial {
  padding: 120px 0;
  background-color: #fff;
}
.lineup .trial .container {
  display: flex;
  position: relative;
  padding: 48px;
  background-color: #f5f6f9;
  gap: 32px;
  flex-wrap: wrap;
}
.lineup .trial h2 {
  position: absolute;
  top: -48px;
  left: 0;
  color: #c4c0d6;
  font-weight: 400;
  font-size: 60px;
  line-height: 150%;
}
.lineup .trial .image {
  width: calc(100% - 352px);
}
.lineup .trial .image img {
  display: block;
  width: 100%;
}
.lineup .trial .info {
  width: 320px;
  margin-left: 0;
}
.lineup .trial .info .lead {
  margin: 0 0 20px;
}
.lineup .trial .info .price span:first-of-type {
  margin: 0;
  font-size: 24px;
}
.lineup .trial .info .price span:nth-of-type(2) {
  margin: 0;
  font-size: 16px;
}
.lineup .trial .info .price span:last-of-type {
  margin: 5px 0 0 12px;
  padding: 2px 16px 4px;
  border: 1px solid #4c4a4a;
  font-size: 14px;
  vertical-align: top;
}
.lineup .trial .note {
  width: 100%;
  text-align: center;
}
.lineup .trial .note p {
  display: inline-block;
  margin: 0;
  color: #949c9f;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
}

@media (hover) {
  .lineup .info .buy::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    content: "";
    transition: background-color 0.5s;
  }
  .lineup .info .buy:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 766px) {
  .lineup {
    overflow: hidden;
    width: 100vw;
	margin-top: -6%;
  }
  
  /*202502追加部分*/
  .lineup .item_new {
    background: #F5F6F9;
  }
  .lineup .item_new .product {
    padding: 120% 0 60px;
    background: url(../img/lineup_bg_item_new_sp.png) top center/100% auto no-repeat, #f5f6f9;
  }
  .lineup .item_new .point.-no1 {
    padding-bottom: 60%;
    background: url(../img/lineup_item_new_downy_sp.png) bottom center/100% auto no-repeat;
  }
  /*202502追加部分*/
  
  .lineup .item1 {
    background: #F5F6F9;
  }
  .lineup .item1 .product {
    padding: 120% 0 60px;
    background: url(../img/lineup_bg_item1_sp.webp) top center/100% auto no-repeat, #f5f6f9;
  }
  .lineup .item1 .point.-no1 {
    padding-bottom: 60%;
    background: url(../img/lineup_item1_downy_sp.png) bottom center/100% auto no-repeat;
  }
  .lineup .item2 {
    background: #F5F6F9;
  }
  .lineup .item2 .product {
    padding: 120% 0 60px;
    background: url(../img/lineup_bg_item2_sp.webp) top center/100% auto no-repeat, #f5f6f9;
  }
  .lineup .item2 .point.-no1 {
    padding-bottom: 60%;
    background: url(../img/lineup_item2_olive_sp.png) bottom center/100% auto no-repeat;
  }
  .lineup .info {
    width: 100%;
    margin-left: 0;
  }
  .lineup .info .lead {
    margin: 0 0 24px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .info .lead span {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .lineup .info .icon {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .lineup .info .name {
    margin: 0 0 8px;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .lineup .info .notice {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .lineup .info .price span {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lineup .info .price span:first-of-type {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .info .price span:last-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .lineup .info .price span i {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .info .buy {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .point {
    width: 100%;
    margin: 80px auto 0;
  }
  .lineup .point .no {
    margin: 0 0 20px;
  }
  .lineup .point .no span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .point .no span::after {
    right: calc(-100% - 12px);
    width: 100%;
  }
  .lineup .point h3 {
    line-height: 180%;
    letter-spacing: 1.8px;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .lineup .point .description {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .lineup .point .description span {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .lineup .point .compornent {
    display: block;
    margin-top: 20px;
    padding: 6.5%;
  }
  .lineup .point .compornent dl {
    width: 100%;
  }
  .lineup .point .compornent dl dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .point .compornent dl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .point .compornent dl dd + dt {
    margin-top: 20px;
  }
  .lineup .point .compornent dl + dl {
    margin-top: 20px;
  }
  .lineup .point + .point {
    margin-top: 40px;
  }
  .lineup .point .note,.lineup .item_new .note {
    margin: 40px 0 0;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .lineup .trial {
    padding: 60px 0;
  }
  .lineup .trial .container {
    display: block;
    padding: 32px 7.8%;
  }
  .lineup .trial h2 {
    top: -5%;
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
  .lineup .trial .image {
    width: 100%;
    margin-bottom: 16px;
  }
  .lineup .trial .info {
    width: 100%;
  }
  .lineup .trial .info .lead {
    margin: 0 0 16px;
  }
  .lineup .trial .info .price {
    margin: 0 0 24px;
  }
  .lineup .trial .info .price span:first-of-type {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lineup .trial .info .price span:nth-of-type(2) {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .lineup .trial .info .price span:last-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .lineup .trial .note {
    margin-top: 24px;
  }
  .lineup .trial .note p {
    display: block;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.promise {
  padding: 120px 0;
  background: url(../img/promise_bg_pc.webp) top center/auto 780px no-repeat, #eeeff1;
  text-align: center;
}
.promise h2 {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 56px;
  line-height: 150%;
}
.promise .lead {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.6px;
}
.promise .component {
  margin: 0 auto 40px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.promise .component p {
  margin: 0 0 20px;
  color: #a8afb2;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.promise .component ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.promise .component ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  padding: 12px 7px;
  border-top: 1px solid rgba(168, 175, 178, 0.2);
  border-bottom: 1px solid rgba(168, 175, 178, 0.2);
  color: #a8afb2;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.promise .component ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-11deg);
  width: 120px;
  height: 1px;
  margin: auto;
  background-color: #94b7cc;
  content: "";
}
.promise .component ul li:nth-last-child(-n+3) {
  margin-top: -20px;
  border-top: 0;
}
.promise .description {
  margin: 0 0 8px;
  color: #4c4a4a;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.6px;
}
.promise .note {
  margin: 0;
  color: #949c9f;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}
.promise .kome {
  font-size: 11px;
  vertical-align: top;
  line-height: 1;
}

.free_note {
    margin: -2% 0 5%;
    color: #949c9f;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
	text-align: left;
}

@media ((min-width: 767px) and (max-width: 849px)) {
  .promise h2 {
    font-size: 49px;
  }
}
@media (max-width: 766px) {
  .promise {
    overflow: hidden;
    width: 100vw;
    padding: 60px 0 52px;
    background: url(../img/promise_bg_sp.webp) top center/100% no-repeat, #eeeff1;
    text-align: left;
  }
  .promise h2 {
    margin: 0 0 28px;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
  .promise .lead {
    margin: 0 0 28px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .promise .component {
    margin: 0 auto 20px;
    padding: 20px 6.55%;
    text-align: center;
  }
  .promise .component p {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .promise .component ul {
    gap: 20px;
  }
  .promise .component ul li {
    width: calc((100% - 20px) / 2);
    padding: 8px 0;
    border-bottom: none;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .promise .component ul li::after {
    transform: rotate(-11deg);
    width: 80%;
  }
  .promise .component ul li:nth-last-child(-n+3) {
    margin-top: 0;
    border-top: 1px solid rgba(168, 175, 178, 0.2);
  }
  .promise .component ul li:nth-last-child(-n+5) {
    margin-top: -20px;
  }
  .promise .component ul li:nth-child(6), .promise .component ul li:nth-child(7) {
    border-bottom: 1px solid rgba(168, 175, 178, 0.2);
  }
  .promise .description {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .promise .note {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .promise .kome {
  font-size: 2.9333333333vw;
 }
 .free_note {
   font-size: 2.6666666667vw !important;
}
}




/*LDK追加*/
.LDK_img{
width: 100%;
    margin: -80px auto 40px;
}	
.LDK_img img{
	width: 100%;
}
@media (max-width: 766px){
	.LDK_img{
	position: relative;
	width: 80%;
	margin: -100px auto 40px	
	}

	.keyVisual .text .scroll{
		display: none;
	}	
.keyVisual {
  height: 90vh;
}
.keyVisual .bg {
  height: 90vh;
}	
}

/*本田翼さん追加*/

.maquia_link {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid #fff;
  background-color: #94b7cc;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.maquia_link::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.Muse{
    background-color: rgba(255, 255, 255, 0.8);
    margin: 7% 0;
}
.Muse >.c_base {
	padding: 0;
}
.Muse .Muse_inner .c_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.Muse .Muse_inner .img{
	width: 38%;
}
.Muse .Muse_inner .txt{
	width: 58%;
	padding: 2% 5% 0 0;
}
.Muse .Muse_inner img{
	width: 100%;
}

.Muse .Muse_inner .tit{	
	display: block;	
	font-weight: 550;
	font-size: 23px;	
	margin: 0 0 25px;
	line-height: 1.5;
}
/*.Muse .Muse_inner .tit:first-of-type {
    display: inline-block;
    padding: 4px 16px;
    background-color: #94b7cc;
    color: #fff;
    font-weight: 400;
	border-radius: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    letter-spacing: 0.1rem;
}*/
	.Muse .Muse_inner .tit_m{
	font-weight: 550;
	display: inline-block;
	margin-bottom: 8px;
	padding-bottom: 3px;
	color: #94b7cc;
	}
.Muse .Muse_inner .note{
	margin-top: 10px;
    color: #949c9f;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
}
.Muse .Muse_inner div .small{
	    margin: -2px 0 0;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
}
@media (max-width: 766px){
	.Muse .Muse_inner .note{
    font-size: 10px;
    font-size: 2.6666666667vw;
}
.Muse .Muse_inner{
	padding: 8% 9.33%;
}
.Muse .Muse_inner .img{
	width: 90%;
}
.Muse .Muse_inner .txt{
	width: 100%;
	padding: 0;
	text-align: center;
}	
.Muse .Muse_inner .tit{
margin: 2% 0 20px;
    font-size: 5vw;
    line-height: 1.5;
}	
/*.Muse .Muse_inner .tit:first-of-type{
    margin: 8% 0 4%;
	font-size: 15px;
}*/	
.Muse .Muse_inner p .small{
    font-size: 11px;
    font-size: 2.9333333333vw;
}
.Muse .Muse_inner .c_inner{
	justify-content: center;
}	

}