﻿/* ========================================
  foundation
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}

.content-area {
  padding: 0 min(8.33%, 12rem);
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-area {
    padding: 0 8%;
  }
}

@media screen and (min-width: 769px) {
  .grid16 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

/*! destyle.css v4.0.0 | 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;
  letter-spacing: 0.06em;
}

/**
 * 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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

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

/*
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ========================================
  layout
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.l-footer__container {
  position: relative;
  display: flex;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding-bottom: 26.1145038168vw;
  }
}
.l-footer__contentArea {
  width: 100%;
}
.l-footer__imgArea {
  width: 14.615625vw;
  height: 13.5vw;
  margin-top: 6vw;
  margin-left: 7.5vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__imgArea {
    width: 28.3740458015vw;
    height: 26.2086513995vw;
    margin-top: 20.3562340967vw;
    margin-left: 7.3791348601vw;
  }
}
.l-footer__imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer__first {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__first {
    flex-direction: column;
    margin-left: 5.7226463104vw;
    gap: 3.0534351145vw;
  }
}
.l-footer__sns {
  margin-top: 12.625vw;
  margin-left: 21.375vw;
  display: flex;
  gap: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin: 0;
    width: 21.3740458015vw;
    justify-content: space-between;
  }
}
.l-footer__icon {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .l-footer__icon {
    transition: all 0.3s ease-in-out;
  }
  .l-footer__icon:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.l-footer__textArea {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin-left: 3.134375vw;
  margin-top: 12.280625vw;
}
@media screen and (max-width: 768px) {
  .l-footer__textArea {
    flex-direction: column;
    margin-top: 24.1730279898vw;
    margin-left: 0;
    gap: 4.0712468193vw;
    align-items: flex-start;
  }
}
.l-footer__textArea svg {
  width: 11.6875vw;
  height: 2.18875vw;
}
@media screen and (max-width: 768px) {
  .l-footer__textArea svg {
    width: 22.2417302799vw;
    height: 4.165394402vw;
  }
}
.l-footer__text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.3125vw;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__text {
    font-size: 3.0178117048vw;
  }
}
.l-footer__line {
  margin-top: 1vw;
  margin-left: 3.134375vw;
  width: 57.3125vw;
  height: 0.0625vw;
}
@media screen and (max-width: 768px) {
  .l-footer__line {
    display: none;
  }
}
.l-footer__lineSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__lineSp {
    display: block;
    width: 80.6615776081vw;
    height: 0.2544529262vw;
    margin: 0 auto;
    position: absolute;
    top: 52.417302799vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__copy {
  margin-left: 3.134375vw;
  margin-top: 2.0625vw;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    position: absolute;
    white-space: nowrap;
    font-size: 2.7989821883vw;
    margin: 0;
    top: 57.7608142494vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    padding: 6.3613231552vw 8.1424936387vw;
  }
}
.l-header__logo {
  position: relative;
  z-index: 100;
  margin-top: 3.375vw;
  margin-left: 7.5vw;
  width: 9.91375vw;
  height: 2.25vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 23.155216285vw;
    height: 5.2773536896vw;
    margin: 0;
  }
}
.l-header__btn {
  display: flex;
  flex-direction: column;
  gap: 0.65625vw;
  z-index: 100;
  width: 6vw;
  height: 6vw;
  background: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0.09375vw solid rgb(238, 238, 238);
  margin-top: 1.5vw;
  margin-right: 5vw;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header__btn:hover {
    background: rgb(238, 238, 238);
  }
  .l-header__btn:hover .l-header__btn__lineArea__line1,
  .l-header__btn:hover .l-header__btn__lineArea__line2 {
    background-color: #0188a1;
  }
  .l-header__btn:hover .l-header__text {
    color: #0188a1;
  }
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    width: 16.2849872774vw;
    height: 16.2849872774vw;
    gap: 2.2900763359vw;
    margin: 0;
    border: solid 0.2544529262vw rgb(238, 238, 238);
  }
}
.l-header__btn__lineArea {
  display: inline-flex;
  flex-direction: column;
  width: 1.75vw;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__btn__lineArea {
    width: 7.1297709924vw;
    gap: 0.6rem;
  }
}
.l-header__btn__lineArea__line1, .l-header__btn__lineArea__line2 {
  width: 100%;
  height: 0.2rem;
  background: #413a38;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
  transform-origin: center;
}
.l-header__btn__lineArea__line2 {
  width: 66%;
}
.l-header__btn .l-header__btn.--active .l-header__btn__lineArea__line1 {
  width: 2vw;
  height: 0.125vw;
}
@media screen and (max-width: 768px) {
  .l-header__btn .l-header__btn.--active .l-header__btn__lineArea__line1 {
    width: 7.1297709924vw;
    height: 0.5089058524vw;
  }
}
.l-header__btn .l-header__btn.--active .l-header__btn__lineArea__line2 {
  width: 2vw;
  height: 0.125vw;
}
@media screen and (max-width: 768px) {
  .l-header__btn .l-header__btn.--active .l-header__btn__lineArea__line2 {
    width: 7.1297709924vw;
    height: 0.5089058524vw;
  }
}
.l-header__text {
  font-family: "IvyMode";
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.03em;
  color: #413a38;
  font-style: normal;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-header__text {
    font-size: 2.5445292621vw;
  }
}
.l-header__nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.l-header__nav.--active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/header_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header__nav__bg {
    background: url("../image/sp_header_bg.webp");
  }
}
.l-header__nav__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 5vw;
  width: 100%;
  height: 100%;
}
.l-header__nav__linkArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__linkArea {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 12.4681933842vw;
    gap: 24.427480916vw;
  }
}
.l-header__nav__inner {
  display: flex;
  flex-direction: column;
}
.l-header__nav__inner__list {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__list {
    gap: 8.1424936387vw;
  }
}
.l-header__nav__inner__link {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 1.75vw;
  line-height: 1;
  letter-spacing: 0.125vw;
  color: rgb(136, 136, 136);
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__link {
    font-size: 5.5979643766vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__inner__link:hover {
    opacity: 0.7;
  }
}
.l-header__nav__ex__list {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__list {
    gap: 4.0712468193vw;
  }
}
.l-header__nav__ex__link {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #413a38;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__link {
    font-size: 3.8167938931vw;
    letter-spacing: 0;
    gap: 2.0356234097vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__ex__link:hover {
    opacity: 0.7;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: transparent;
}

.l-main {
  width: 100%;
  overflow: hidden;
}

.l-relative {
  position: relative;
  background-image: url("../image/footer_bg.webp");
  background-size: cover;
}

.l-bg {
  background-image: url("../image/svbg.webp");
  background-size: cover;
  background-position: top;
}

.kr .p-fv__ingtext1,
.kr .p-fv__ingtext2,
.kr .p-fv__ingtext3 {
  left: 3.125vw;
}
@media screen and (max-width: 768px) {
  .kr .p-fv__ingtext1,
  .kr .p-fv__ingtext2,
  .kr .p-fv__ingtext3 {
    left: 7.6335877863vw;
  }
}
.kr .p-fv__ingtext2 {
  left: 3.125vw;
}
@media screen and (max-width: 768px) {
  .kr .p-fv__ingtext2 {
    left: 7.6335877863vw;
  }
}
.kr .p-fv__ingtext3 {
  left: 2.75vw;
}
@media screen and (max-width: 768px) {
  .kr .p-fv__ingtext3 {
    left: 7.6335877863vw;
  }
}
.kr .p-fv__box {
  left: 16.875vw;
}
@media screen and (max-width: 768px) {
  .kr .p-fv__box {
    left: unset;
    right: 26.7175572519vw;
  }
}
.kr .p-fv__textArea {
  left: 21.5625vw;
}
@media screen and (max-width: 768px) {
  .kr .p-system__svg {
    top: 80.1526717557vw;
  }
}
@media screen and (max-width: 768px) {
  .kr .p-howToUse__svg1 {
    top: 38.1679389313vw;
  }
}
@media screen and (max-width: 768px) {
  .kr .p-howToUse__svg2 {
    top: 80.1526717557vw;
  }
}
.kr .p-howToUse__stepTitle {
  text-wrap: wrap;
}
.kr .p-slide__stepTitle,
.kr .p-slide__item6,
.kr .p-slide__item8,
.kr .p-slide__item11 {
  display: none;
}
.kr .kr_none {
  display: none !important;
}
.kr .p-slide__svg2,
.kr .p-slide__svg3,
.kr .p-slide__svg4,
.kr .p-slide__svg5 {
  display: none;
}
.kr .p-slide__box {
  gap: 6.25vw !important;
}
@media screen and (max-width: 768px) {
  .kr .p-slide__box {
    gap: 13.4860050891vw !important;
  }
}

.hk .p-fv__box {
  left: 15.3125vw;
}
@media screen and (max-width: 768px) {
  .hk .p-fv__box {
    left: unset;
    right: 22.3918575064vw;
  }
}
.hk .p-fv__textArea {
  left: 20.625vw;
}
.hk .p-fv__ingtext1,
.hk .p-fv__ingtext2,
.hk .p-fv__ingtext3 {
  left: 4.5vw;
}
@media screen and (max-width: 768px) {
  .hk .p-fv__ingtext1,
  .hk .p-fv__ingtext2,
  .hk .p-fv__ingtext3 {
    left: 9.6692111959vw;
  }
}
.hk .p-fv__ingtext2,
.hk .p-fv__ingtext3 {
  left: 4.0625vw;
}
@media screen and (max-width: 768px) {
  .hk .p-fv__ingtext2,
  .hk .p-fv__ingtext3 {
    left: 8.9058524173vw;
  }
}
@media screen and (max-width: 768px) {
  .hk .p-product__title {
    font-size: 5.8524173028vw;
  }
}
@media screen and (max-width: 768px) {
  .hk .p-system__svg {
    top: 80.1526717557vw;
  }
}
@media screen and (max-width: 768px) {
  .hk .p-howToUse__svg1 {
    top: 33.0788804071vw;
  }
}
@media screen and (max-width: 768px) {
  .hk .p-howToUse__svg2 {
    top: 69.9745547074vw;
  }
}
.hk .p-slide__itemText9 {
  margin-right: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .hk .p-slide__itemText9 {
    margin-right: 3.8167938931vw;
  }
}
.hk .p-slide__itemText4 {
  text-wrap: nowrap;
}

.line {
  font-weight: 700;
  text-decoration: underline;
}

/* ========================================
  component
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.c-fv-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #413a38;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.c-fv-video-modal.--active {
  opacity: 1;
  visibility: visible;
}
.c-fv-video-modal__btn {
  position: absolute;
  top: 3vw;
  right: 5vw;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5vw;
  width: 4vw;
}
@media screen and (max-width: 768px) {
  .c-fv-video-modal__btn {
    width: 16.2849872774vw;
    gap: 2.0356234097vw;
  }
}
.c-fv-video-modal__line {
  height: 0.1rem;
  background: #fff;
}
.c-fv-video-modal__line.--line1 {
  width: 100%;
  transform: translateY(0.45rem) rotate(10deg);
}
.c-fv-video-modal__line.--line2 {
  width: 100%;
  transform: translateY(-0.45rem) rotate(-10deg);
}
.c-fv-video-modal__content {
  width: 60vw;
  max-width: 90%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-fv-video-modal__content {
    width: 81.4249363868vw;
  }
}
.c-fv-video-modal__video {
  width: 100%;
  height: auto;
  background: #413a38;
}

/* ========================================
  project
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-feature__container {
  position: relative;
}
.p-feature__titleArea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 8.5vw;
}
@media screen and (max-width: 768px) {
  .p-feature__titleArea {
    padding-top: 20.3562340967vw;
  }
}
.p-feature__title {
  font-family: "IvyMode";
  font-size: 2.6875vw;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.03em;
  color: #13a7ca;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-feature__title {
    font-weight: 400;
    font-size: 6.106870229vw;
    line-height: 1.36;
    letter-spacing: 0.03em;
  }
}
.p-feature__contentArea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4vw;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-feature__contentArea {
    flex-direction: column-reverse;
    padding-top: 8.2366412214vw;
    gap: 7.1628498728vw;
  }
}
.p-feature__items {
  display: flex;
  flex-direction: column;
  margin-top: 1.3125vw;
  gap: 1.02625vw;
}
@media screen and (max-width: 768px) {
  .p-feature__items {
    margin: 0 auto;
    gap: 3.0559796438vw;
  }
}
.p-feature__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #413a38;
}
.p-feature__percent {
  font-family: Adventure;
  font-weight: 400;
  font-style: italic;
  font-size: 2.435vw;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-feature__percent {
    font-size: 7.1323155216vw;
  }
}
.p-feature__span {
  font-size: 1.861875vw;
}
@media screen and (max-width: 768px) {
  .p-feature__span {
    font-size: 5.4554707379vw;
  }
}
.p-feature__text {
  font-family: Optima;
  font-weight: 400;
  font-size: 1.2175vw;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    font-size: 3.5674300254vw;
  }
}
.p-feature__imgArea {
  display: flex;
  gap: 0.106875vw;
}
@media screen and (max-width: 768px) {
  .p-feature__imgArea {
    margin-left: 11.7048346056vw;
    gap: 0.4427480916vw;
  }
}
.p-feature__img1 {
  width: 19.893125vw;
  height: 18.375vw;
}
@media screen and (max-width: 768px) {
  .p-feature__img1 {
    width: 43.4198473282vw;
    height: 40.106870229vw;
  }
}
.p-feature__img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature__textArea {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  margin-left: 4.625vw;
}
@media screen and (max-width: 768px) {
  .p-feature__textArea {
    gap: 0.5089058524vw;
    margin-left: 0.096692112vw;
  }
}
.p-feature__under {
  display: flex;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-feature__under {
    gap: 1.0178117048vw;
  }
}
.p-feature__name {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 1.63;
  letter-spacing: 0;
  margin-left: 1.0625vw;
}
@media screen and (max-width: 768px) {
  .p-feature__name {
    font-size: 3.3078880407vw;
    margin: 0 auto;
  }
}
.p-feature__volume {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 1.63;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature__volume {
    font-size: 3.3078880407vw;
    flex-shrink: 0;
  }
}
.p-feature__type {
  border: solid 0.03125vw #413a38;
  padding: 0.0625vw 0.625vw;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-feature__type {
    border: solid 0.1272264631vw #413a38;
    padding: 0vw 2.5445292621vw;
    font-size: 2.7989821883vw;
    flex-shrink: 0;
  }
}
.p-feature__img2 {
  margin-top: 1.875vw;
  width: 18.1875vw;
  height: 15.75vw;
}
@media screen and (max-width: 768px) {
  .p-feature__img2 {
    width: 43.5572519084vw;
    height: 37.7175572519vw;
  }
}
.p-feature__img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature__visualArea {
  width: calc(100% - 12.5vw - 12.5vw);
  margin: 0 auto;
  border: solid 0.9375vw rgb(252, 239, 238);
  background: #ffffff;
  padding: 4vw;
  border-radius: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-feature__visualArea {
    width: 80.6615776081vw;
    padding: 6.106870229vw;
    border: solid 2.0356234097vw rgb(252, 239, 238);
    border-radius: 2.0356234097vw;
    gap: 4.0712468193vw;
    margin-top: 10.1781170483vw;
  }
}
.p-feature__skin {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-feature__skin {
    flex-direction: column;
    justify-content: flex-start;
    gap: 4.0712468193vw;
  }
}
.p-feature__skinText {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-feature__skinText {
    gap: 2.5445292621vw;
  }
}
.p-feature__skinTitle {
  font-family: IvyMode;
  font-weight: 600;
  font-size: 1.3125vw;
  line-height: 1.39;
  letter-spacing: 0.02em;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-feature__skinTitle {
    font-size: 4.0712468193vw;
  }
}
.p-feature__skinText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-feature__skinText {
    font-size: 3.3078880407vw;
    line-height: 1.79;
  }
}
.p-feature__skinImg {
  display: flex;
  gap: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-feature__skinImg {
    gap: 1.7811704835vw;
  }
}
.p-feature__week {
  display: flex;
  flex-direction: column;
  gap: 0.125vw;
}
@media screen and (max-width: 768px) {
  .p-feature__week {
    gap: 0.5089058524vw;
  }
}
.p-feature__week img {
  width: 10vw;
  height: 8vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-feature__week img {
    width: 21.6284987277vw;
    height: 17.5572519084vw;
  }
}
.p-feature__weekText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1.79;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-feature__weekText {
    font-size: 2.7989821883vw;
    line-height: 1.6;
  }
}
.p-feature__vstext {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1.79;
  letter-spacing: 0;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-feature__vstext {
    font-size: 3.0534351145vw;
    line-height: 1.5;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.js-op-fade-in-title,
.js-header-container,
.js-op-fade-in-sub,
.js-op-fade-in-sub-text,
.js-op-fade-in-ellipse,
.js-op-fade-in-ing-text,
.js-op-fade-in-attention-text {
  opacity: 0;
}

.p-fv__container {
  position: relative;
  width: 100%;
  height: 56.25vw;
  background-image: url("../image/bg1.webp");
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fv__container {
    position: relative;
    width: 100%;
    height: 178.1170483461vw;
    background-image: url("../image/fv_bg_sp.webp");
  }
}
.p-fv__opening {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("../image/op.webp");
  background-size: cover;
  background-position: center;
  z-index: 100;
}
.p-fv__icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-fv__opsvg {
  width: 18.6875vw;
  height: 3.5vw;
}
@media screen and (max-width: 768px) {
  .p-fv__opsvg {
    width: 50.6361323155vw;
    height: 9.6692111959vw;
  }
}
.p-fv__productArea {
  position: absolute;
  top: 1.5vw;
  right: 4.1875vw;
  width: 48.25vw;
  height: 51.5vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__productArea {
    width: 88.5496183206vw;
    height: 92.1119592875vw;
    top: 81.1704834606vw;
    right: 5.0890585242vw;
  }
}
.p-fv__product {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 19.125vw;
  left: 11.25vw;
}
@media screen and (max-width: 768px) {
  .p-fv__box {
    top: 31.2977099237vw;
  }
}
.p-fv__titleArea {
  top: 19.125vw;
  left: 16.875vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__titleArea {
    top: 35.1145038168vw;
    left: unset;
    right: 22.3918575064vw;
  }
}
.p-fv__titleArea svg {
  width: 18.6875vw;
  height: 3.5vw;
}
@media screen and (max-width: 768px) {
  .p-fv__titleArea svg {
    width: 50.6361323155vw;
    height: 9.6692111959vw;
  }
}
.p-fv__subTitleArea {
  margin-top: 2.75vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__subTitleArea {
    margin-top: 3.524173028vw;
  }
}
.p-fv__subTitle {
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 2.125vw;
  line-height: 1.8;
  letter-spacing: 0;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-fv__subTitle {
    font-size: 5.737913486vw;
  }
}
.p-fv__textArea {
  margin-top: 0.125vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__textArea {
    margin-top: 0.2010178117vw;
  }
}
.p-fv__text {
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1.375vw;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 3.7124681934vw;
  }
}
.p-fv__ingredientArea1, .p-fv__ingredientArea2, .p-fv__ingredientArea3 {
  position: absolute;
  top: 36.25vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingredientArea1, .p-fv__ingredientArea2, .p-fv__ingredientArea3 {
    top: 68.1933842239vw;
  }
}
.p-fv__ingredientArea1 {
  left: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingredientArea1 {
    left: 5.3435114504vw;
  }
}
.p-fv__ingredientArea2 {
  left: 19.1875vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingredientArea2 {
    left: 32.1882951654vw;
  }
}
.p-fv__ingredientArea3 {
  left: 30.9375vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingredientArea3 {
    left: 59.1781170483vw;
  }
}
.p-fv__ingtext1, .p-fv__ingtext2, .p-fv__ingtext3 {
  font-family: "Optima", sans-serif;
  font-weight: 400;
  font-size: 0.90375vw;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #0188a1;
  position: absolute;
  bottom: 0.95125vw;
  left: 3.875vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingtext1, .p-fv__ingtext2, .p-fv__ingtext3 {
    font-size: 2.0763358779vw;
    bottom: 2.1984732824vw;
    left: 8.9007633588vw;
  }
}
.p-fv__ingtext2, .p-fv__ingtext3 {
  left: 2.75vw;
}
@media screen and (max-width: 768px) {
  .p-fv__ingtext2, .p-fv__ingtext3 {
    left: 6.3155216285vw;
  }
}
.p-fv__svg {
  width: 13.5625vw;
  height: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-fv__svg {
    width: 31.1526717557vw;
    height: 17.2264631043vw;
  }
}
.p-fv__brahArea {
  position: absolute;
  top: 16.5625vw;
  left: -1.1875vw;
  width: 45.375vw;
  height: 42.9375vw;
  z-index: 0;
}
.p-fv__brahArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__brahArea {
    display: none;
  }
}
.p-fv__percent {
  position: absolute;
  top: 1.375vw;
  left: 3.4375vw;
  font-family: "Adventure", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.8275vw;
  line-height: 1;
  letter-spacing: 0%;
  color: #0188a1;
}
@media screen and (max-width: 768px) {
  .p-fv__percent {
    top: 3.1323155216vw;
    left: 7.7353689567vw;
    font-size: 6.4936386768vw;
  }
}
.p-fv__percent span {
  font-size: 2.161875vw;
}
@media screen and (max-width: 768px) {
  .p-fv__percent span {
    font-size: 4.9669211196vw;
  }
}
.p-fv__attentionArea {
  position: absolute;
  top: 53.5625vw;
  left: 7.5vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fv__attentionArea {
    top: 167.9389312977vw;
    left: 7.3791348601vw;
  }
}
.p-fv__attention {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 1.2;
  letter-spacing: 0;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-fv__attention {
    font-size: 2.5445292621vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-howToUse__container {
  position: relative;
}
.p-howToUse__contentArea {
  display: flex;
  flex-direction: column;
  width: 65vw;
  margin: 0 auto;
  margin-top: 8.5vw;
  padding-bottom: 13.125vw;
  gap: 4.125vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__contentArea {
    width: 80.9160305344vw;
    margin-top: 20.3562340967vw;
    padding-bottom: 25.4452926209vw;
    gap: 8.1424936387vw;
  }
}
.p-howToUse__titleArea {
  display: flex;
  flex-direction: column;
  gap: 1.6875vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__titleArea {
    gap: 6.106870229vw;
  }
}
.p-howToUse__title {
  font-family: "IvyMode";
  font-size: 2.6875vw;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.03em;
  color: #13a7ca;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-howToUse__title {
    font-weight: 400;
    font-size: 6.106870229vw;
    line-height: 1.36;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
.p-howToUse__titleText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-howToUse__titleText {
    font-size: 3.8167938931vw;
  }
}
.p-howToUse__stepArea {
  position: relative;
  padding: 2.5vw 3.5vw 4vw 3.5vw;
  background: rgb(240, 248, 249);
  border-radius: 0.5vw;
  display: flex;
  gap: 5.5625vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__stepArea {
    padding: 5.0890585242vw;
    border-radius: 2.0356234097vw;
    gap: 9.9236641221vw;
    flex-direction: column;
  }
}
.p-howToUse__step {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 15.625vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__step {
    width: 100%;
    gap: 0vw;
    flex-direction: row;
  }
}
.p-howToUse__img {
  margin: 0 auto;
  width: 13.75vw;
  height: 13.125vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-howToUse__img {
    width: 25.4452926209vw;
    height: 24.427480916vw;
    margin: 0;
  }
}
.p-howToUse__stepTextArea {
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__stepTextArea {
    gap: 2.0356234097vw;
  }
}
.p-howToUse__stepTitle {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 1.3125vw;
  line-height: 1.39;
  letter-spacing: 0.02em;
  color: #13a7ca;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-howToUse__stepTitle {
    font-size: 4.834605598vw;
    text-wrap: unset;
  }
}
.p-howToUse__stepText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.75;
  letter-spacing: 0;
  color: #413a38;
}
@media screen and (max-width: 768px) {
  .p-howToUse__stepText {
    font-size: 3.3078880407vw;
    line-height: 1.63;
  }
}
.p-howToUse__svg1, .p-howToUse__svg2 {
  position: absolute;
}
.p-howToUse__svg1 svg, .p-howToUse__svg2 svg {
  width: 1.75vw;
  height: 1.1875vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__svg1 svg, .p-howToUse__svg2 svg {
    width: 7.1246819338vw;
    height: 4.834605598vw;
  }
}
.p-howToUse__svg1 {
  top: 8.1875vw;
  left: 20.875vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__svg1 {
    top: 45.2926208651vw;
    left: 36.8956743003vw;
  }
}
.p-howToUse__svg2 {
  top: 8.1875vw;
  right: 20.9375vw;
}
@media screen and (max-width: 768px) {
  .p-howToUse__svg2 {
    top: 91.6030534351vw;
    right: 36.8956743003vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-product__container {
  position: relative;
}
.p-product__brahArea {
  position: absolute;
  top: -15.5vw;
  left: -6.5vw;
  width: 50.125vw;
  height: 50.125vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-product__brahArea {
    display: none;
  }
}
.p-product__brah {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__titleArea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 8.5vw;
}
@media screen and (max-width: 768px) {
  .p-product__titleArea {
    padding-top: 14.7582697201vw;
  }
}
.p-product__title {
  font-family: "IvyMode";
  font-size: 2.6875vw;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.03em;
  color: #13a7ca;
  font-style: normal;
  font-family: Optima !important;
  font-size: 2.8125vw;
  line-height: 1.36;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgb(14, 128, 156);
}
@media screen and (max-width: 768px) {
  .p-product__title {
    font-weight: 400;
    font-size: 6.6157760814vw;
    line-height: 1.36;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
.p-product__productImgArea {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 3.3125vw;
  width: 65vw;
  height: 36.25vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-product__productImgArea {
    margin-top: 9.1603053435vw;
    width: 80.6615776081vw;
    height: 69.2111959288vw;
  }
}
.p-product__productImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-product__productImg {
    display: none;
  }
}
.p-product__productImgSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-product__productImgSp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-product__contentArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2vw;
  color: #413a38;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-product__contentArea {
    margin-top: 4.0712468193vw;
  }
}
.p-product__name {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 1.63;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-product__name {
    font-size: 3.3078880407vw;
  }
}
.p-product__under {
  display: flex;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-product__under {
    gap: 1.0178117048vw;
  }
}
.p-product__volume {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 1.63;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product__volume {
    font-size: 3.3078880407vw;
  }
}
.p-product__type {
  border: solid 0.03125vw #413a38;
  padding: 0.0625vw 0.625vw;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-product__type {
    border: solid 0.1272264631vw #413a38;
    padding: 0vw 2.5445292621vw;
    font-size: 2.7989821883vw;
  }
}
.p-product__ingArea {
  position: relative;
  background: #ffffff;
  margin: 0 auto;
  width: 43.125vw;
  padding: 2.5vw 3vw;
  margin-top: 3.9375vw;
  border-radius: 0.5vw;
  display: flex;
  gap: 2vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-product__ingArea {
    width: 80.6615776081vw;
    padding: 5.0890585242vw;
    margin-top: 13.2315521628vw;
    border-radius: 2.0356234097vw;
    gap: 4.0712468193vw;
  }
}
.p-product__imgArea {
  width: 10.625vw;
  height: 10.625vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-product__imgArea {
    width: 20.3562340967vw;
    height: 20.3562340967vw;
  }
}
.p-product__ingImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__textArea {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .p-product__textArea {
    gap: 2.0356234097vw;
  }
}
.p-product__ingTitle {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 1.625vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #13a7ca;
}
@media screen and (max-width: 768px) {
  .p-product__ingTitle {
    font-size: 4.834605598vw;
  }
}
.p-product__ingText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-product__ingText {
    font-size: 3.0534351145vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-slide__container {
  position: relative;
  background-image: url("../image/s_bg.webp");
  background-size: cover;
}
.p-slide__titleArea {
  display: flex;
  justify-content: center;
  padding-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .p-slide__titleArea {
    padding-top: 20.3562340967vw;
  }
}
.p-slide__title {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 2.6875vw;
  line-height: 1.36;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__title {
    font-size: 6.106870229vw;
  }
}
.p-slide__itemBox {
  display: flex;
  margin-top: 4vw;
  padding-bottom: 7.5vw !important;
}
@media screen and (max-width: 768px) {
  .p-slide__itemBox {
    margin-top: 10.1781170483vw;
    padding-bottom: 20.3562340967vw !important;
  }
}
.p-slide__itemBox {
  overflow: hidden;
}
.p-slide__itemBox .swiper {
  width: 100%;
}
.p-slide__itemBox .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.p-slide__itemBox .swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-slide__stepArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  margin-left: 4.375vw;
}
@media screen and (max-width: 768px) {
  .p-slide__stepArea {
    margin-left: 5.8524173028vw;
  }
}
.p-slide__stepTitle {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__stepTitle {
    font-size: 3.5623409669vw;
  }
}
.p-slide__svg, .p-slide__svg2, .p-slide__svg3, .p-slide__svg4, .p-slide__svg5 {
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg, .p-slide__svg2, .p-slide__svg3, .p-slide__svg4, .p-slide__svg5 {
    margin-top: 2.0356234097vw;
    height: 0.5089058524vw;
  }
}
.p-slide__svg {
  width: 25.3125vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg {
    width: 103.0534351145vw;
  }
}
.p-slide__svg2 {
  width: 21.75vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg2 {
    width: 88.5496183206vw;
  }
}
.p-slide__svg3 {
  width: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg3 {
    width: 30.534351145vw;
  }
}
.p-slide__svg4 {
  width: 26.1875vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg4 {
    width: 106.6157760814vw;
  }
}
.p-slide__svg5 {
  width: 75.375vw;
  height: 0.1875vw;
}
@media screen and (max-width: 768px) {
  .p-slide__svg5 {
    width: 306.8702290076vw;
    height: 0.7633587786vw;
  }
}
.p-slide__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-slide__item1 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item1:hover {
    scale: 0.95;
  }
}
.p-slide__item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item1 img {
    scale: 0.7;
  }
}
.p-slide__item2 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item2:hover {
    scale: 0.95;
  }
}
.p-slide__item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item2 img {
    scale: 0.7;
  }
}
.p-slide__item3 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item3:hover {
    scale: 0.95;
  }
}
.p-slide__item3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item3 img {
    scale: 0.7;
  }
}
.p-slide__item4 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item4:hover {
    scale: 0.95;
  }
}
.p-slide__item4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item4 img {
    scale: 0.7;
  }
}
.p-slide__item5 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item5:hover {
    scale: 0.95;
  }
}
.p-slide__item5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item5 img {
    scale: 0.7;
  }
}
.p-slide__item6 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item6:hover {
    scale: 0.95;
  }
}
.p-slide__item6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item6 img {
    scale: 0.7;
  }
}
.p-slide__item7 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item7:hover {
    scale: 0.95;
  }
}
.p-slide__item7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item7 img {
    scale: 0.7;
  }
}
.p-slide__item8 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item8:hover {
    scale: 0.95;
  }
}
.p-slide__item8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item8 img {
    scale: 0.7;
  }
}
.p-slide__item9 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item9:hover {
    scale: 0.95;
  }
}
.p-slide__item9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item9 img {
    scale: 0.7;
  }
}
.p-slide__item10 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item10:hover {
    scale: 0.95;
  }
}
.p-slide__item10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item10 img {
    scale: 0.7;
  }
}
.p-slide__item11 {
  scale: 0.9;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-slide__item11:hover {
    scale: 0.95;
  }
}
.p-slide__item11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slide__item11 img {
    scale: 0.7;
  }
}
.p-slide__itemText1 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText1 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText2 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText2 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText3 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText3 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText4 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText4 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText5 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText5 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText6 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText6 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText7 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText7 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText8 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText8 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText9 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText9 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText10 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText10 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__itemText11 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText11 {
    font-size: 3.0534351145vw;
    line-height: 1.75;
  }
}
.p-slide__item1 {
  margin-top: 1.875vw;
  margin-left: 0.5vw;
  width: 12.3125vw;
  height: 25.4375vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item1 {
    margin-top: 3.8167938931vw;
    margin-left: 2.0356234097vw;
    width: 50.1272264631vw;
    height: 103.5623409669vw;
  }
}
.p-slide__item1 img {
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  .p-slide__item1 img {
    scale: 0.7;
  }
}
.p-slide__itemText1 {
  margin-top: -0.75vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText1 {
    margin-top: 0.7633587786vw;
  }
}
.p-slide__item2 {
  margin-top: 2.25vw;
  margin-right: 1.5625vw;
  width: 7vw;
  height: 24.3125vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item2 {
    margin-top: 5.3435114504vw;
    margin-right: 6.3613231552vw;
    width: 28.4987277354vw;
    height: 98.9821882952vw;
  }
}
.p-slide__item2 img {
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  .p-slide__item2 img {
    scale: 0.7;
  }
}
.p-slide__itemText2 {
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText2 {
    margin-top: 3.8167938931vw;
  }
}
.p-slide__item3 {
  margin-top: 1.5vw;
  margin-left: 1.75vw;
  width: 6.0625vw;
  height: 24vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item3 {
    margin-top: 6.106870229vw;
    margin-left: 7.1246819338vw;
    width: 24.6819338422vw;
    height: 97.7099236641vw;
  }
}
.p-slide__itemText3 {
  margin-top: 1.0625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText3 {
    margin-top: 4.3256997455vw;
  }
}
.p-slide__item4 {
  margin-top: 1.5vw;
  margin-right: 1.6875vw;
  width: 6.0625vw;
  height: 24vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item4 {
    margin-top: 6.106870229vw;
    margin-right: 6.8702290076vw;
    width: 24.6819338422vw;
    height: 97.7099236641vw;
  }
}
.p-slide__itemText4 {
  margin-top: 1.0625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText4 {
    margin-top: 4.3256997455vw;
  }
}
.p-slide__item5 {
  margin: 1.8125vw 1.6875vw 0vw 1.6875vw;
  width: 6vw;
  height: 23.6875vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item5 {
    margin: 7.3791348601vw 6.8702290076vw 0vw 6.8702290076vw;
    width: 24.427480916vw;
    height: 96.4376590331vw;
  }
}
.p-slide__itemText5 {
  margin-top: 1.0625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText5 {
    margin-top: 4.3256997455vw;
  }
}
.p-slide__item6 {
  margin-top: 7.1875vw;
  margin-right: 1.5625vw;
  width: 7.875vw;
  height: 18.5625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item6 {
    margin-top: 24.1730279898vw;
    margin-right: 6.3613231552vw;
    width: 32.0610687023vw;
    height: 75.572519084vw;
  }
}
.p-slide__itemText6 {
  margin-top: 0.8125vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText6 {
    margin-top: 7.6335877863vw;
  }
}
.p-slide__item7 {
  margin-top: 14.5vw;
  margin-right: 0.5625vw;
  width: 13.125vw;
  height: 11.625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item7 {
    margin-top: 49.3638676845vw;
    margin-right: 2.2900763359vw;
    width: 53.4351145038vw;
    height: 47.3282442748vw;
  }
}
.p-slide__itemText7 {
  margin-top: -0.1875vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText7 {
    margin-top: 9.6692111959vw;
  }
}
.p-slide__item8 {
  margin-top: 1.625vw;
  margin-left: 1.625vw;
  width: 10.1875vw;
  height: 24.4375vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item8 {
    margin-top: 5.8524173028vw;
    margin-left: 6.6157760814vw;
    width: 41.475826972vw;
    height: 99.4910941476vw;
  }
}
.p-slide__itemText8 {
  margin-top: 0.6875vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText8 {
    margin-top: 2.7989821883vw;
  }
}
.p-slide__item9 {
  margin-top: 10.625vw;
  width: 16.8125vw;
  height: 15.625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item9 {
    margin-top: 35.6234096692vw;
    width: 68.4478371501vw;
    height: 63.6132315522vw;
  }
}
.p-slide__item9 img {
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  .p-slide__item9 img {
    scale: 0.7;
  }
}
.p-slide__itemText9 {
  margin-top: -0.0625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText9 {
    margin-top: 7.1246819338vw;
  }
}
.p-slide__item10 {
  margin-top: 8.25vw;
  width: 17.4375vw;
  height: 17.4375vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item10 {
    margin-top: 30.0254452926vw;
    width: 70.9923664122vw;
    height: 70.9923664122vw;
  }
}
.p-slide__itemText10 {
  margin-top: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText10 {
    margin-top: 5.8524173028vw;
  }
}
.p-slide__item11 {
  margin-top: 10.4375vw;
  width: 25.6vw;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  .p-slide__item11 {
    margin-top: 37.4045801527vw;
    width: 104.2239185751vw;
    height: 61.0687022901vw;
  }
}
.p-slide__itemText11 {
  margin-top: 0.75vw;
}
@media screen and (max-width: 768px) {
  .p-slide__itemText11 {
    margin-top: 8.1424936387vw;
  }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.swiper {
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.swiper-wrapper {
  display: flex;
  width: max-content;
  will-change: transform;
  transition: none !important;
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-store__container {
  position: relative;
  padding-top: 7.5vw;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-store__container {
    padding-top: 20.3562340967vw;
  }
}
.p-store__link {
  display: flex;
  background-image: url("../image/store1.webp");
  background-size: cover;
  width: 75.0625vw;
  height: 22.5vw;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-store__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-store__link {
    background-image: url("../image/store_sp.webp");
    width: 80.6615776081vw;
    height: 101.7811704835vw;
    border-radius: 5.0890585242vw;
    align-items: flex-start;
  }
}
.p-store__text {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 2.6875vw;
  line-height: 1.36;
  letter-spacing: 0.03em;
  margin-left: 7.0625vw;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-store__text {
    font-size: 6.106870229vw;
    margin-left: 7.3791348601vw;
    margin-top: 10.941475827vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-system__container {
  position: relative;
  width: 65vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.3125vw;
  margin-top: 8.5vw;
}
@media screen and (max-width: 768px) {
  .p-system__container {
    width: 80.6615776081vw;
    margin-top: 20.3562340967vw;
    gap: 8.1424936387vw;
  }
}
.p-system__titleArea {
  display: flex;
  flex-direction: column;
  gap: 1.6875vw;
}
@media screen and (max-width: 768px) {
  .p-system__titleArea {
    gap: 4.0712468193vw;
  }
}
.p-system__title {
  font-family: "IvyMode";
  font-size: 2.6875vw;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.03em;
  color: #13a7ca;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-system__title {
    font-weight: 400;
    font-size: 6.106870229vw;
    line-height: 1.36;
    letter-spacing: 0.03em;
  }
}
.p-system__titleText {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-system__titleText {
    font-size: 3.8167938931vw;
  }
}
.p-system__detailsArea {
  position: relative;
  display: flex;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .p-system__detailsArea {
    flex-direction: column;
    gap: 24.427480916vw;
  }
}
.p-system__detail1, .p-system__detail2 {
  display: flex;
  flex-direction: column;
  gap: 1.3125vw;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .p-system__detail1, .p-system__detail2 {
    width: 80.6615776081vw;
    gap: 2.8117048346vw;
  }
}
.p-system__detail2 {
  gap: 2.25vw;
}
@media screen and (max-width: 768px) {
  .p-system__detail2 {
    gap: 4.5801526718vw;
  }
}
.p-system__imgArea, .p-system__imgArea2 {
  display: flex;
  flex-direction: column;
  gap: 1.75vw;
}
@media screen and (max-width: 768px) {
  .p-system__imgArea, .p-system__imgArea2 {
    gap: 4.0712468193vw;
  }
}
.p-system__imgArea2 {
  gap: 2.6875vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-system__imgArea2 {
    gap: 4.0712468193vw;
  }
}
.p-system__d_titleArea, .p-system__d2_titleArea {
  padding: 0.5vw 1.5vw 0.75vw 1.5vw;
  background: #13a7ca;
  border-radius: 6.25vw;
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-system__d_titleArea, .p-system__d2_titleArea {
    width: 80.6615776081vw;
    padding: 2.0356234097vw 6.106870229vw 3.0534351145vw 6.106870229vw;
    border-radius: 25.4452926209vw;
  }
}
.p-system__d2_titleArea {
  background: rgb(29, 169, 160);
}
.p-system__d_subTitle {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 0.8125vw;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-system__d_subTitle {
    font-size: 3.0534351145vw;
  }
}
.p-system__d_title {
  font-family: IvyMode;
  font-weight: 400;
  font-size: 1.3125vw;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-system__d_title {
    font-size: 4.834605598vw;
  }
}
.p-system__img {
  width: 25.5vw;
  height: 16.25vw;
  object-fit: cover;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  .p-system__img {
    width: 63.8676844784vw;
    height: 40.6997455471vw;
    margin: 0 auto;
  }
}
.p-system__img2 {
  width: 14.375vw;
  height: 14.375vw;
}
@media screen and (max-width: 768px) {
  .p-system__img2 {
    width: 36.3867684478vw;
    height: 36.3867684478vw;
    margin: 0 auto;
  }
}
.p-system__d_text, .p-system__d2_text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0;
  color: #13a7ca;
}
@media screen and (max-width: 768px) {
  .p-system__d_text, .p-system__d2_text {
    font-size: 3.8167938931vw;
  }
}
.p-system__d2_text {
  color: rgb(29, 169, 160);
}
.p-system__svg {
  position: absolute;
  top: 11.0625vw;
  left: 30vw;
}
@media screen and (max-width: 768px) {
  .p-system__svg {
    top: 87.5318066158vw;
    left: 33.0788804071vw;
  }
}
.p-system__svg svg {
  width: 5.0625vw;
  height: 5.0625vw;
}
@media screen and (max-width: 768px) {
  .p-system__svg svg {
    width: 14.2493638677vw;
    height: 14.2493638677vw;
  }
}