﻿
/* ========================================
  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;
  flex-direction: column;
  align-items: center;
}
.l-footer__logoArea {
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .l-footer__logoArea {
    margin-top: 10.1781170483vw;
  }
}
.l-footer__store {
  width: 32vw;
  height: 32vw;
  margin-top: 3.5vw;
  background: url("../image/store.webp");
  background-size: cover;
  display: flex;
  gap: 1vw;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-footer__store {
    cursor: pointer;
  }
  .l-footer__store:hover {
    transform: scale(1.02);
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__store {
    width: 97.7099236641vw;
    height: 97.7099236641vw;
    margin-top: 10.1781170483vw;
    gap: 4.0712468193vw;
  }
}
.l-footer__text {
  font-family: Noto Serif SC;
  font-weight: 600;
  font-size: max(1.125vw, 16px);
  line-height: 100%;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .l-footer__text {
    font-size: 3.0534351145vw;
  }
}
.l-footer__svg {
  width: 3.5vw;
  height: 3.5vw;
}
@media screen and (max-width: 768px) {
  .l-footer__svg {
    width: 10.1781170483vw;
    height: 10.1781170483vw;
  }
}
.l-footer__copy {
  margin-top: 7.5vw;
  margin-bottom: 1.25vw;
  font-family: Spectral;
  font-weight: 400;
  font-size: max(0.75vw, 10px);
  line-height: 1.6;
  letter-spacing: 0;
  text-align: right;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 20.3562340967vw;
    margin-bottom: 5.0890585242vw;
    font-size: 2.5445292621vw;
  }
}

.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;
  padding: 5vw 5vw;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    padding: 10.1781170483vw 8.1424936387vw;
  }
}
.l-header__container.--view {
  opacity: 1 !important;
}
.l-header__logo {
  position: relative;
  z-index: 100;
  width: 8.75vw;
  height: 3.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 25.4452926209vw;
    height: 10.1781170483vw;
  }
}
.l-header__btn {
  display: inline-flex;
  z-index: 100;
  align-items: center;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    gap: 4.0712468193vw;
  }
}
.l-header__btn__lineArea {
  display: inline-flex;
  gap: 0.5vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__btn__lineArea {
    gap: 2.0356234097vw;
  }
}
.l-header__btn__lineArea__line {
  width: 0.125vw;
  height: 1.75vw;
  background: #474441;
  transition: all 0.3s ease-out;
  transform: scaleX(0.6);
}
@media screen and (max-width: 768px) {
  .l-header__btn__lineArea__line {
    width: 0.3562340967vw;
    height: 5.0890585242vw;
  }
}
.l-header__btn.--active .l-header__btn__lineArea__line.--line1 {
  width: 0.125vw;
  height: 1.75vw;
  transform: translateX(0.3125vw) rotate(60deg) scaleX(0.6);
}
@media screen and (max-width: 768px) {
  .l-header__btn.--active .l-header__btn__lineArea__line.--line1 {
    width: 0.5089058524vw;
    height: 5.0890585242vw;
  }
}
.l-header__btn.--active .l-header__btn__lineArea__line.--line2 {
  width: pwv(2);
  height: 1.75vw;
  transform: translateX(-0.3125vw) rotate(-60deg) scaleX(0.6);
}
@media screen and (max-width: 768px) {
  .l-header__btn.--active .l-header__btn__lineArea__line.--line2 {
    width: 0.5089058524vw;
    height: 5.0890585242vw;
  }
}
.l-header__text {
  font-family: "Noto Serif SC", serif;
  font-size: 0.75vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #474441;
  font-style: normal;
  font-size: max(0.75vw, 10px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header__text {
    font-size: 2.7989821883vw;
  }
}
.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/bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.l-header__nav__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 5vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-header__nav__imgArea {
  width: 65vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__imgArea {
    display: none;
  }
}
.l-header__nav__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-header__nav__linkArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25vw;
  gap: 3.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__linkArea {
    width: 83.7150127226vw;
    gap: 8.1424936387vw;
    margin: 0 8.1424936387vw;
  }
}
.l-header__nav__inner {
  display: flex;
  flex-direction: column;
}
.l-header__nav__inner__list {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__list {
    gap: 5.0890585242vw;
  }
}
.l-header__nav__inner__link {
  font-family: "Noto Serif SC", serif;
  font-size: 1.125vw;
  font-size: max(1.125vw, 16px);
  font-weight: 500;
  color: #474441;
  line-height: 1.8vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .l-header__nav__inner__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__link {
    font-size: 4.0712468193vw;
    line-height: 6.5139949109vw;
  }
}
.l-header__nav__svg {
  width: 25vw;
  height: 0.125vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header__nav__svg {
    width: 83.7150127226vw;
    height: 0.5089058524vw;
  }
}
.l-header__nav__ex__list {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__list {
    gap: 3.0534351145vw;
  }
}
.l-header__nav__ex__link {
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  color: #474441;
  line-height: 1.4vw;
  letter-spacing: 0.08em;
  font-family: "Noto Serif SC", serif;
}
@media screen and (min-width: 769px) {
  .l-header__nav__ex__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__link {
    font-size: 3.0534351145vw;
    line-height: 4.8854961832vw;
  }
}

@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;
  background: rgb(243, 243, 238);
}

.l-relative {
  position: relative;
  overflow: hidden;
  background: rgb(243, 243, 238);
}

.bg-brown {
  background: linear-gradient(90deg, rgba(178, 159, 128, 0.88) 0%, rgba(136, 111, 73, 0.88) 100%);
}

.hk,
.kr,
.sg,
.my {
  font-family: "Noto Serif SC", serif !important;
}
.hk .p-ing-second__text,
.kr .p-ing-second__text,
.sg .p-ing-second__text,
.my .p-ing-second__text {
  text-wrap: wrap;
}
.hk .p-series__3,
.kr .p-series__3,
.sg .p-series__3,
.my .p-series__3 {
  text-wrap: wrap;
}

.kr .p-ing-third__3,
.sg .p-ing-third__3,
.my .p-ing-third__3 {
  text-wrap: wrap;
}

.kr,
.hk {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .hk {
    word-break: normal;
  }
}
.hk .p-ing-third__text {
  overflow-wrap: normal;
}
.hk .p-randd__title {
  font-size: max(2.25vw, 34px);
}
@media screen and (max-width: 768px) {
  .hk .p-randd__title {
    font-size: 4.0712468193vw;
  }
}

.sg .p-slider__textArea,
.my .p-slider__textArea {
  width: 45vw;
}
@media screen and (max-width: 768px) {
  .sg .p-slider__textArea,
  .my .p-slider__textArea {
    width: 91.8575063613vw;
  }
}
.cn .p-randd__title .text {
  font-size: max(1.375vw, 20px);
}
.cn .p-randd__title .ttl {
  font-size: max(2.25vw, 34px);
}
.cn .p-randd__title .subText {
  font-size: max(0.875vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .cn .p-randd__title .text {
    font-size: 3.3078880407vw;
    text-wrap: nowrap;
  }
  .cn .p-randd__title .ttl {
    font-size: 4.0712468193vw;
  }
  .cn .p-randd__title .subText {
    font-size: 2.7989821883vw !important;
  }
}

/* ========================================
  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: #474441;
  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: #474441;
}

/* ========================================
  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-destiny__container {
  position: relative;
  padding-top: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-destiny__container {
    padding-top: 20.3562340967vw;
    gap: 8.1424936387vw;
    margin: 0 8.1424936387vw;
  }
}
.p-destiny__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(2.5vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-destiny__title {
    font-size: 6.106870229vw;
    white-space: nowrap;
  }
}
.p-destiny__textArea {
  width: 45vw;
}
@media screen and (max-width: 768px) {
  .p-destiny__textArea {
    width: 83.7150127226vw;
  }
}
.p-destiny__text {
  margin: 0 7.5vw;
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-destiny__text {
    margin: 0;
    font-size: 3.3078880407vw;
  }
}

@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;
  overflow-x: hidden;
}
.p-feature__contentArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-feature__contentArea {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-feature__titleArea {
  display: flex;
  flex-direction: column;
  width: 23.25vw;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-feature__titleArea {
    width: 59.2875318066vw;
    left: 7.8880407125vw;
    padding-left: 7.8880407125vw;
  }
}
.p-feature__title1 {
  text-align: left;
  font-family: "Noto Serif SC", serif;
  font-size: max(1.75vw, 26px);
  font-weight: 500;
  color: #474441;
  line-height: 2.8vw;
  letter-spacing: 0.08em;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-feature__title1 {
    font-size: 5.0890585242vw;
    line-height: 8.1424936387vw;
  }
}
.p-feature__title2 {
  padding-left: 5vw;
  font-family: "Noto Serif SC", serif;
  font-size: max(1.75vw, 26px);
  font-weight: 500;
  color: #474441;
  line-height: pwv(44.8);
  letter-spacing: 0.08em;
  text-align: right;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-feature__title2 {
    font-size: 5.0890585242vw;
    line-height: 8.1424936387vw;
    padding-left: 10.1781170483vw;
  }
}
.p-feature__content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh; /* 画面いっぱいの高さ */
  overflow: hidden; /* 子要素のはみ出しを防止 */
}
@media screen and (max-width: 768px) {
  .p-feature__content {
    display: flex;
    flex-direction: column;
    height: 91.8575063613vw;
  }
}
.p-feature__img {
  position: absolute; /* 親要素に基づいて固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を維持して全体を覆う */
  transform: translate3d(0, 0, 0); /* GPUレンダリングを強制 */
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    position: relative;
    width: 100%;
    height: 91.8575063613vw;
  }
}
.p-feature__stepArea {
  display: flex;
  flex-direction: column;
  width: 45vw;
  gap: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-feature__stepArea {
    width: 83.7150127226vw;
    gap: 20.3562340967vw;
    margin: 0 8.1424936387vw;
    padding-top: 18.320610687vw;
  }
}
.p-feature__item {
  display: flex;
  gap: 3.375vw;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    gap: 10.1781170483vw;
    flex-direction: column;
  }
}
.p-feature__numberArea {
  display: flex;
  gap: 1vw;
  height: 3.25vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-feature__numberArea {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__mark {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
.p-feature__number {
  font-family: "Noto Serif SC", serif;
  font-size: max(3.25vw, 50px);
  font-weight: 400;
  color: #474441;
  line-height: pw(52);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-feature__number {
    font-size: 8.1424936387vw;
    line-height: 8.1424936387vw;
  }
}
.p-feature__textArea {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-feature__textArea {
    gap: 6.106870229vw;
  }
}
.p-feature__textArea__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(1.25vw, 18px);
  font-weight: 600;
  color: #474441;
  letter-spacing: 0.08em;
  line-height: 2vw;
}
@media screen and (max-width: 768px) {
  .p-feature__textArea__title {
    font-size: 4.5801526718vw;
    line-height: 7.3282442748vw;
  }
}
.p-feature__textArea__text {
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  color: #474441;
  line-height: 1.375vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-feature__textArea__text {
    font-size: 3.3078880407vw;
    line-height: 5.2926208651vw;
  }
}

@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-fv__container {
  opacity: 0;
  position: relative;
  height: 100%;
}
.p-fv__bg {
  width: 100vw;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
.p-fv__flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
.p-fv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 40vw;
  left: 50%;
  transform: translate(-50%);
  gap: 1.5vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fv__content {
    top: 131.2977099237vw;
    gap: 10.1781170483vw;
  }
}
.p-fv__titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv__title {
  font-family: Spectral, serif;
  font-size: max(4vw, 62px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  z-index: 10;
  color: rgb(36, 39, 47);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 7.1246819338vw;
    font-weight: 400;
  }
}
.p-fv__text {
  font-family: Spectral, serif;
  font-size: max(1.25vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  z-index: 10;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 3.0534351145vw;
    font-weight: 400;
  }
}
.p-fv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .p-fv__scroll {
    gap: 6.106870229vw;
  }
}
.p-fv__scroll__text {
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 400;
  line-height: 1.6;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-fv__scroll__text {
    font-size: 3.0534351145vw;
  }
}
.p-fv__line {
  width: 0.0625vw;
  height: 7.5vw;
  position: relative;
  background: linear-gradient(90deg, rgba(28, 31, 38, 0.2) 50%, rgba(28, 31, 38, 0) 100%);
}
.p-fv__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.21875vw;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: rgb(28, 31, 38);
  animation: dropLoop 2.1s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-fv__line {
    width: 0.2544529262vw;
    height: 30.534351145vw;
  }
  .p-fv__line::before {
    left: -0.8905852417vw;
    width: 2.0356234097vw;
    height: 2.0356234097vw;
    animation: dropLoopSP 2.1s linear infinite;
  }
}
@keyframes dropLoop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 7.5vw;
    opacity: 0;
  }
}
@keyframes dropLoopSP {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 30.534351145vw;
    opacity: 0;
  }
}
.p-fv__video {
  opacity: 0;
  position: absolute;
  display: flex;
  top: 42.5vw;
  left: 77.5vw;
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgba(185, 165, 121, 0.92);
  pointer-events: cursor;
}
@media screen and (min-width: 769px) {
  .p-fv__video:hover {
    transform: scale(1.05);
    background: rgba(185, 165, 121, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__video {
    top: 203.3078880407vw;
    left: 8.1424936387vw;
    width: 83.7150127226vw;
    height: 30.534351145vw;
    pointer-events: auto;
  }
}
.p-fv__video__line {
  position: absolute;
  width: 11.5vw;
  height: 6.25vw;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-fv__video__line {
    width: 82.6972010178vw;
    height: 29.5165394402vw;
  }
}
.p-fv__video__container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75vw;
}
@media screen and (max-width: 768px) {
  .p-fv__video__container {
    gap: 3.0534351145vw;
  }
}
.p-fv__video__text {
  color: rgb(36, 39, 47);
  font-family: "Noto Serif SC", serif;
  font-size: max(0.8125vw, 11px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fv__video__text {
    font-size: 3.3078880407vw;
  }
}
.p-fv__spVideo {
  margin-top: 4.0712468193vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0356234097vw;
}
.p-fv__spVideo__text {
  font-family: "Noto Serif SC", serif;
  font-size: 3.3078880407vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(71, 68, 65);
}
.p-fv__petals2 {
  position: absolute;
  width: 11.25vw;
  aspect-ratio: 130/158;
  top: 17.0625vw;
  left: 0.625vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__petals2 {
    width: 17.048346056vw;
    top: 27.2264631043vw;
    left: unset;
    right: 0vw;
  }
}
.p-fv__petals3 {
  position: absolute;
  width: 10vw;
  height: 6.875vw;
  top: 46.6875vw;
  left: 10.25vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-fv__petals3 {
    width: 17.4045801527vw;
    height: 21.3740458015vw;
    top: 178.1170483461vw;
    left: 17.5572519084vw;
  }
}
.p-fv__petals4 {
  position: absolute;
  width: 15.6875vw;
  aspect-ratio: 231/186;
  top: 11.919375vw;
  left: 81.62375vw;
  object-fit: cover;
}
.p-fv__petals5 {
  position: absolute;
  width: 8.9375vw;
  aspect-ratio: 113/105;
  top: 40vw;
  left: 87.25vw;
  object-fit: cover;
}

.p-imgZone {
  position: relative;
}
.p-imgZone__container {
  position: relative;
  width: 100%;
  height: 100vh; /* セクション全体をスクロール可能に */
  overflow: hidden; /* 子要素のはみ出しを防止 */
}
.p-imgZone__img {
  position: absolute; /* 初期状態は絶対配置 */
  top: 0;
  left: 0;
  width: 100%; /* 幅を100%で固定 */
  height: 100%; /* 高さも100%で固定 */
  object-fit: cover; /* アスペクト比を維持して画像全体を表示 */
  z-index: 1; /* 他要素より前面に表示 */
  transform: translate3d(0, 0, 0); /* GPUレンダリングを有効化 */
}

@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-ing-first__container {
  padding-bottom: 15vw;
}
@media screen and (max-width: 768px) {
  .p-ing-first__container {
    padding-bottom: 0;
  }
}
.p-ing-first__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 15vw;
  margin: 0 5vw;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-ing-first__content {
    flex-direction: column-reverse;
    gap: 20.3562340967vw;
    margin: 0 8.1424936387vw;
    align-items: center;
  }
}
.p-ing-first__textArea {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding-top: 2.5vw;
  width: 30vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-ing-first__textArea {
    gap: 10.1781170483vw;
    padding-top: 0;
    width: 83.7150127226vw;
  }
}
.p-ing-first__titleArea {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-ing-first__titleArea {
    gap: 6.106870229vw;
  }
}
.p-ing-first__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(1.75vw, 26px);
  font-weight: 600;
  line-height: 2.8vw;
  letter-spacing: 0.08em;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-ing-first__title {
    font-size: 5.0890585242vw;
    line-height: 8.1424936387vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-first__svg {
    width: 83.7150127226vw;
  }
}
.p-ing-first__text {
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  line-height: 1.4vw;
  letter-spacing: 0.08em;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-ing-first__text {
    font-size: 3.3078880407vw;
    line-height: 5.2926208651vw;
  }
}
.p-ing-first__imgArea {
  width: 45vw;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-ing-first__imgArea {
    width: 83.7150127226vw;
    border-radius: 2.0356234097vw;
  }
}
.p-ing-first__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: none; /* 枠線を削除 */
  outline: none; /* フォーカス時のアウトラインを削除 */
  margin: 0; /* 不要な余白を削除 */
  padding: 0; /* 不要なパディングを削除 */
  display: block; /* ブロック要素化で不明な余白を防止 */
  border-radius: 1vw;
}
@media screen and (max-width: 768px) {
  .p-ing-first__img {
    border-radius: 2.0356234097vw;
  }
}

@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-ing-second__container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 32.5vw;
  padding-bottom: 10vw;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-ing-second__container {
    padding-top: 157.7608142494vw;
  }
}
.p-ing-second .--img {
  position: absolute;
  overflow: hidden;
  background-size: 120%;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
}
.p-ing-second__img1 {
  width: 37.5vw;
  height: 25vw;
  background: url("../image/1.webp");
  top: 0vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-ing-second__img1 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-second__img1 {
    width: 53.4351145038vw;
    height: 35.6234096692vw;
    top: calc(10.1781170483vw + 20vh);
    right: 0;
  }
}
.p-ing-second__img2 {
  width: 15vw;
  height: 15vw;
  background: url("../image/2.webp");
  top: 41.25vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-ing-second__img2 {
    right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-second__img2 {
    width: 40.7124681934vw;
    height: 40.7124681934vw;
    top: calc(55.9796437659vw + 20vh);
    right: 0;
  }
}
.p-ing-second__img3 {
  width: 22.5vw;
  height: 15vw;
  background: url("../image/3.webp");
  top: 5vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-ing-second__img3 {
    left: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-second__img3 {
    width: 30.534351145vw;
    height: 20.3562340967vw;
    top: calc(0vw + 20vh);
    left: 5.0890585242vw;
  }
}
.p-ing-second__img4 {
  width: 27.5vw;
  height: 36.6875vw;
  background: url("../image/4.webp");
  top: 30vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-ing-second__img4 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-second__img4 {
    width: 35.6234096692vw;
    height: 47.4554707379vw;
    top: calc(35.6234096692vw + 20vh);
    left: 0;
  }
}
.p-ing-second__content {
  display: flex;
  flex-direction: column;
  width: 30vw;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .p-ing-second__content {
    width: 83.7150127226vw;
    gap: 10.1781170483vw;
  }
}
.p-ing-second__titleArea {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-ing-second__titleArea {
    gap: 6.106870229vw;
  }
}
.p-ing-second__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(1.75vw, 26px);
  font-weight: 600;
  line-height: 2.8vw;
  letter-spacing: 0.08em;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-ing-second__title {
    font-size: 5.0890585242vw;
    line-height: 8.1424936387vw;
    letter-spacing: 0.04em;
  }
}
.p-ing-second__text {
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  line-height: 1.4vw;
  letter-spacing: 0.08em;
  color: #474441;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-ing-second__text {
    font-size: 3.3078880407vw;
    text-wrap: wrap;
    line-height: 5.2926208651vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-second__svg {
    display: none;
  }
}
.p-ing-second__spSvg {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ing-second__spSvg {
    width: 83.7150127226vw;
    display: block;
  }
}

@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-ing-third__container {
  display: flex;
  align-items: center;
  gap: 6.125vw;
  width: 60.375vw;
  padding-top: 10vw;
  padding-bottom: 15vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-ing-third__container {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-ing-third__container {
    width: calc(100% - 16.2849872774vw);
    padding-top: 5.0890585242vw;
    padding-bottom: 40.7124681934vw;
    gap: 10.1781170483vw;
    flex-direction: column;
  }
}
.p-ing-third__img-area {
  width: 32.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ing-third__img-area {
    width: 100%;
  }
}
.p-ing-third__svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.p-ing-third__img {
  position: absolute;
  width: calc(100% - 3.125vw);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-ing-third__img {
    width: calc(100% - 10.1781170483vw);
  }
}
.p-ing-third__content {
  position: relative;
  width: 22.5vw;
}
@media screen and (max-width: 768px) {
  .p-ing-third__content {
    width: 100%;
  }
}
.p-ing-third__text-area:nth-child(n+2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-ing-third__title {
  font-family: "Noto Serif SC", serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #474441;
  font-style: normal;
  font-size: max(1.5vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-ing-third__title {
    font-size: 4.5801526718vw;
  }
}
.p-ing-third__text {
  font-family: "Noto Serif SC", serif;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #474441;
  font-style: normal;
  font-size: max(0.875vw, 12px);
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .p-ing-third__text {
    font-size: 3.3078880407vw;
    margin-top: 6.106870229vw;
  }
}
.p-ing-third__3 {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-ing-third__3 {
    text-wrap: wrap;
  }
}

@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-mechanism__container {
  position: relative;
  padding-top: 15vw;
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mechanism__container {
    width: auto;
    padding-top: 30.534351145vw;
  }
}
.p-mechanism__titleArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mechanism__titleArea {
    gap: 8.1424936387vw;
    margin: 0 8.1424936387vw;
  }
}
.p-mechanism__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(2.5vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mechanism__title {
    font-size: 6.106870229vw;
  }
}
.p-mechanism__textArea {
  width: 45vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-mechanism__textArea {
    width: 83.7150127226vw;
    gap: 4.0712468193vw;
    margin-bottom: 10.1781170483vw;
  }
}
.p-mechanism__subtitle {
  font-family: "Noto Serif SC", serif;
  font-size: max(1.25vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mechanism__subtitle {
    font-size: 4.0712468193vw;
  }
}
.p-mechanism__text {
  margin: 0 7.5vw;
  font-family: "Noto Serif SC", serif;
  font-size: max(0.875vw, 12px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mechanism__text {
    margin: 0;
    font-size: 3.3078880407vw;
  }
}
.p-mechanism__mec {
  margin-top: 7.5vw;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec {
    margin-top: 20.3562340967vw;
  }
}
.p-mechanism__mec__number {
  display: flex;
  gap: 1vw;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__number {
    gap: 2.0356234097vw;
    margin-left: 4.0712468193vw;
  }
}
.p-mechanism__mec__text {
  margin-top: 1.25vw;
  padding: 1.5vw 0;
  font-family: "Noto Serif SC", serif;
  font-size: max(1.25vw, 18px);
  font-weight: 400;
  line-height: 1;
  color: rgb(36, 39, 47);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__text {
    font-size: 3.5623409669vw;
  }
}
.p-mechanism__mec__desc {
  padding: 0 7.5vw;
  margin-top: 2.5vw;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__desc {
    padding: 0 4.0712468193vw;
    gap: 6.106870229vw;
    margin: 0 4.0712468193vw;
    margin-top: 10.1781170483vw;
  }
}
.p-mechanism__mec__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(2.25vw, 34px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__title {
    font-size: 5.0890585242vw;
  }
}
.p-mechanism__mec__content {
  display: flex;
  gap: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content {
    margin-top: 4.0712468193vw;
    gap: 10.1781170483vw;
    flex-direction: column;
  }
}
.p-mechanism__mec__content__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__text {
    font-size: 3.3078880407vw;
  }
}
.p-mechanism__mec__content__desc {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__desc {
    gap: 6.106870229vw;
  }
}
.p-mechanism__mec__content__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: max(1.75vw, 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__title {
    font-size: 4.0712468193vw;
  }
}
.p-mechanism__mec__content__ing {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__ing {
    gap: 2.0356234097vw;
  }
}
.p-mechanism__mec__content__ing__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: max(1.25vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__ing__title {
    font-size: 3.5623409669vw;
  }
}
.p-mechanism__mec__content__ing__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(0.8125vw, 11px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-mechanism__mec__content__ing__text {
    font-size: 2.9262086514vw;
  }
}
.p-mechanism__petals1 {
  position: absolute;
  width: 13.875vw;
  height: 11.625vw;
  top: 26.3125vw;
  left: 6.25vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals1 {
    width: 25.9541984733vw;
    height: 20.8651399491vw;
    top: 7.8880407125vw;
    left: 73.5368956743vw;
  }
}
.p-mechanism__petals2 {
  position: absolute;
  width: 4.8125vw;
  height: 4.4375vw;
  top: 52.6875vw;
  left: 34.75vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals2 {
    width: 17.048346056vw;
    height: 14.2493638677vw;
    top: 63.6132315522vw;
    left: -9.4147582697vw;
  }
}
.p-mechanism__petals3 {
  position: absolute;
  width: 11.25vw;
  height: 10.4375vw;
  top: 54vw;
  right: -7.875vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals3 {
    width: 18.0661577608vw;
    height: 12.213740458vw;
    top: 129.7709923664vw;
    right: 12.7226463104vw;
  }
}
.p-mechanism__petals4 {
  position: absolute;
  width: 8.75vw;
  height: 8.8125vw;
  top: 81.4375vw;
  left: 15.8125vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals4 {
    width: 12.7226463104vw;
    height: 11.7048346056vw;
    top: 302.0356234097vw;
    left: -2.7989821883vw;
  }
}
.p-mechanism__petals5 {
  position: absolute;
  width: 4.8125vw;
  height: 4.4375vw;
  top: 107.375vw;
  left: 31.375vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals5 {
    width: 22.3918575064vw;
    height: 27.2264631043vw;
    top: 321.6284987277vw;
    left: unset;
    right: 0vw;
  }
}
.p-mechanism__petals6 {
  position: absolute;
  width: 5.3125vw;
  height: 4.9375vw;
  top: 108.625vw;
  left: -2.6875vw;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mechanism__petals6 {
    width: 17.048346056vw;
    height: 14.2493638677vw;
    top: 481.679389313vw;
    left: 3.8167938931vw;
  }
}
.p-mechanism__petals7 {
  position: absolute;
  width: 4.3125vw;
  height: 4vw;
  top: 127.1875vw;
  left: 59.5625vw;
  object-fit: cover;
  z-index: 0;
}

.re {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .re {
    margin-right: 4.0712468193vw;
  }
}

.d-re {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .d-re {
    align-items: flex-start;
  }
}

.c-re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-re {
    flex-direction: column;
  }
}

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

@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;
  padding-top: 15vw;
  padding-bottom: 15vw;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  gap: 8.5625vw;
}
@media screen and (max-width: 768px) {
  .p-product__container {
    padding-top: 30.534351145vw;
    padding-bottom: 30.534351145vw;
    padding-left: 8.1424936387vw;
    padding-right: 8.1424936387vw;
    gap: 4.0712468193vw;
  }
}
.p-product__lineArea {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-product__lineArea {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__lineArea__mark {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
.p-product__lineArea__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  font-size: 1vw;
  line-height: 1.4vw;
  color: #474441;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-product__lineArea__title {
    font-size: 3.5623409669vw;
    line-height: 4.9872773537vw;
  }
}
.p-product__lineArea__line {
  width: 0.0625vw;
  height: 100%;
  flex: 1;
  background: rgb(71, 68, 65);
  color: rgb(71, 68, 65);
}
@media screen and (max-width: 768px) {
  .p-product__lineArea__line {
    width: 0.2544529262vw;
  }
}
.p-product__content {
  display: flex;
  flex-direction: column;
  gap: 3.5vw;
}
@media screen and (max-width: 768px) {
  .p-product__content {
    gap: 14.2493638677vw;
  }
}
.p-product__imgArea {
  width: 45vw;
  height: 45vw;
}
@media screen and (max-width: 768px) {
  .p-product__imgArea {
    width: 73.5368956743vw;
    height: 73.5368956743vw;
  }
}
.p-product__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__textArea {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-product__textArea {
    gap: 2.0356234097vw;
  }
}
.p-product__subtitle {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: 0.875vw;
  line-height: 1.4vw;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-product__subtitle {
    font-size: 3.3078880407vw;
    line-height: 5.2926208651vw;
  }
}
.p-product__name {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: 1.75vw;
  line-height: 2.8vw;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-product__name {
    font-size: 5.0890585242vw;
    line-height: 8.1424936387vw;
  }
}

@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-randd__container {
  width: calc(100% - 12.5vw - 12.5vw);
  margin: 0 auto;
  margin-top: 15vw;
  padding: 5vw;
  border: solid 0.0625vw rgba(28, 31, 38, 0.2);
  display: flex;
  flex-direction: column;
  gap: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__container {
    width: calc(100% - 8.1424936387vw - 8.1424936387vw);
    margin-top: 40.7124681934vw;
    padding: 6.106870229vw;
    gap: 10.1781170483vw;
    border: solid 0.2544529262vw rgba(28, 31, 38, 0.2);
  }
}
.p-randd__mainArea {
  display: flex;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__mainArea {
    flex-direction: column;
    gap: 10.1781170483vw;
  }
}
.p-randd__imgArea {
  flex-shrink: 0;
  width: 30vw;
  height: 30vw;
}
.p-randd__imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-randd__imgArea {
    width: 71.5012722646vw;
    height: 71.5012722646vw;
  }
}
.p-randd__mainText {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-randd__mainText {
    gap: 10.1781170483vw;
  }
}
.p-randd__mainText.--sg, .p-randd__mainText.--my, .p-randd__mainText.--kr, .p-randd__mainText.--cn {
  gap: 2.5vw;
}
.p-randd__titleArea {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__titleArea {
    gap: 6.106870229vw;
  }
}
.p-randd__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-randd__title {
    font-size: 3.3078880407vw;
  }
}
.p-randd__title span {
  font-size: max(2.25vw, 34px);
}
@media screen and (max-width: 768px) {
  .p-randd__title span {
    font-size: 4.0712468193vw;
  }
}
.p-randd__title.--cn .ttl {
  display: inline-flex;
}
.p-randd__title.--cn .subText {
  font-size: max(0.75vw, 12px);
}
.p-randd__title.--cn .--coution {
  font-size: max(1.25vw, 18px);
}
.p-randd__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-randd__text {
    font-size: 3.3078880407vw;
  }
}
.p-randd__subArea {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__subArea {
    gap: 4.0712468193vw;
  }
}
.p-randd__upperArea {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__upperArea {
    flex-direction: column;
    gap: 4.0712468193vw;
  }
}
.p-randd__downArea {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__downArea {
    flex-direction: column;
    gap: 4.0712468193vw;
  }
}
.p-randd__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-randd__item {
    width: 100%;
    gap: 6.106870229vw;
    flex-direction: row-reverse;
    width: 71.5012722646vw;
    justify-content: space-between;
  }
}
.p-randd__item__img {
  width: 7.5vw;
  height: 7.5vw;
}
.p-randd__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-randd__item__img {
    width: 20.3562340967vw;
    height: 20.3562340967vw;
  }
}
.p-randd__item__textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-randd__item__textArea {
    align-items: flex-start;
    gap: 2.0356234097vw;
  }
}
.p-randd__item__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: max(1.125vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-randd__item__title {
    font-size: 3.5623409669vw;
    text-align: left;
  }
}
.p-randd__item__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-randd__item__text {
    font-size: 3.0534351145vw;
    text-align: left;
  }
}

@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-series {
  background: rgb(243, 243, 238);
  z-index: 10;
  position: relative;
}
.p-series__container {
  width: calc(100% - 10vw);
  padding-top: 12.5vw;
  padding-bottom: 15vw;
  margin: 0 auto;
  display: flex;
  gap: 6vw;
}
@media screen and (max-width: 768px) {
  .p-series__container {
    width: calc(100% - 16.2849872774vw);
    padding-top: 30.534351145vw;
    padding-bottom: 30.534351145vw;
    gap: 4.0712468193vw;
  }
}
.p-series__section-area {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-series__section-area {
    gap: 6.106870229vw;
  }
}
.p-series__section__icon {
  width: 0.5vw;
  height: 0.5vw;
  background: rgb(185, 165, 121);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-series__section__icon {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
.p-series__section__title {
  font-family: "Noto Serif SC", serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(1vw, 14px);
  line-height: 1;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-series__section__title {
    font-weight: 700;
    font-size: 3.5623409669vw;
  }
}
.p-series__section__line {
  width: 0.0625vw;
  height: 100%;
  flex: 1;
  background: rgb(185, 165, 121);
}
@media screen and (max-width: 768px) {
  .p-series__section__line {
    width: 0.2544529262vw;
  }
}
.p-series__content {
  padding-right: 7.5vw;
  display: flex;
  flex-direction: column;
  gap: 15vw;
}
@media screen and (max-width: 768px) {
  .p-series__content {
    padding-right: 0;
    gap: 20.3562340967vw;
  }
}
.p-series__item {
  display: flex;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .p-series__item {
    flex-direction: column;
    gap: 6.106870229vw;
  }
}
.p-series__img-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-series__img-area {
    width: 100%;
  }
}
.p-series__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-series__text-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-series__text-area {
    width: 100%;
  }
}
.p-series__step {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-series__step {
    gap: 1.0178117048vw;
  }
}
.p-series__step__box {
  display: flex;
  gap: 1vw;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-series__step__box {
    gap: 2.0356234097vw;
  }
}
.p-series__step__title {
  color: rgb(36, 39, 47);
  font-family: "Noto Serif SC", serif;
  font-size: max(1vw, 14px);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.25vw;
}
@media screen and (max-width: 768px) {
  .p-series__step__title {
    font-size: 3.5623409669vw;
    padding-bottom: 0.5089058524vw;
  }
}
.p-series__step__number {
  color: rgb(185, 165, 121);
  font-family: "Noto Serif SC", serif;
  font-size: max(4vw, 62px);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-series__step__number {
    font-size: 10.1781170483vw;
  }
}
.p-series__step__text {
  font-family: "Noto Serif SC", serif;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(0.875vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-series__step__text {
    font-size: 3.3078880407vw;
  }
}
.p-series__subtitle {
  padding-top: 3.5vw;
  font-family: "Noto Serif SC", serif;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-series__subtitle {
    padding-top: 0;
    font-size: 3.3078880407vw;
  }
}
.p-series__name {
  font-family: "Noto Serif SC", serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(1.75vw, 26px);
  padding-top: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-series__name {
    font-size: 5.0890585242vw;
    padding-top: 1.0178117048vw;
  }
}
.p-series__content {
  padding-top: 0.5vw;
  color: rgb(36, 39, 47);
  font-family: "Noto Serif SC", serif;
  font-size: max(0.75vw, 10px);
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-series__content {
    padding-top: 1.0178117048vw;
    font-size: 3.0534351145vw;
  }
}
.p-series__highlight__title {
  padding-top: 3.5vw;
  font-family: "Noto Serif SC", serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-series__highlight__title {
    padding-top: 6.106870229vw;
    font-size: 3.5623409669vw;
  }
}
.p-series__highlight__text {
  padding-top: 1vw;
  font-family: "Noto Serif SC", serif;
  font-size: 0.8125vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(0.8125vw, 11px);
}
@media screen and (max-width: 768px) {
  .p-series__highlight__text {
    padding-top: 2.0356234097vw;
    font-size: 3.0534351145vw;
  }
}
.p-series__accordion {
  margin-top: 5vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-series__accordion:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-series__accordion {
    margin-top: 10.1781170483vw;
  }
}
.p-series__howtouse {
  display: inline-flex;
  gap: 0.75vw;
  cursor: pointer;
  font-family: "Noto Serif SC", serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(1vw, 14px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-series__howtouse {
    gap: 3.0534351145vw;
    font-size: 3.5623409669vw;
  }
}
.p-series__howtouse__icon {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-series__howtouse__icon svg {
  width: 98%;
  height: 98%;
}
@media screen and (max-width: 768px) {
  .p-series__howtouse__icon {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}
.p-series__usage {
  font-family: "Noto Serif SC", serif;
  font-size: 0.8125vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
  font-style: normal;
  font-size: max(0.8125vw, 11px);
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .p-series__usage {
    font-size: 3.0534351145vw;
    margin-top: 2.0356234097vw;
  }
}
.p-series .js-accordion-child {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: all 0.3s ease;
}
.p-series .js-accordion-child.--active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-series .js-accordion-icon {
  transition: all 0.3s ease;
  transform-origin: center center;
}
.p-series .js-accordion-icon .js-accordion-icon-top,
.p-series .js-accordion-icon .js-accordion-icon-bottom {
  transition: all 0.3s ease;
}
.p-series .js-accordion-icon.--active {
  transform: rotate(180deg);
}
.p-series .js-accordion-icon.--active .js-accordion-icon-top,
.p-series .js-accordion-icon.--active .js-accordion-icon-bottom {
  opacity: 0;
}
.p-series__3 {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-series__3 {
    text-wrap: wrap;
  }
}

@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-slider__container {
  margin-top: 15vw;
  padding: 12.5vw 0 12.5vw 5vw;
  background: radial-gradient(50% 158.02% at 50% 50%, #ffffff 0%, #d1d1d4 100%);
}
@media screen and (max-width: 768px) {
  .p-slider__container {
    margin-top: 40.7124681934vw;
    padding: 30.534351145vw 8.1424936387vw;
  }
}
.p-slider__content {
  position: relative;
  display: flex;
  gap: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-slider__content {
    flex-direction: column;
    gap: 14.2493638677vw;
  }
}
.p-slider__slideBtn {
  position: absolute;
  background: rgba(185, 165, 121, 0.92);
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.4);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  top: 20.375vw;
  right: 8.75vw;
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: 0.8125vw;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgb(36, 39, 47);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-slider__slideBtn {
    display: none;
  }
}
.p-slider__textArea {
  width: 22.5vw;
  padding: 7.5vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5vw;
  flex-shrink: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-slider__textArea {
    width: 91.8575063613vw;
    padding: 0;
    gap: 10.1781170483vw;
  }
}
.p-slider__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(2.25vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-slider__title {
    font-size: 5.0890585242vw;
  }
}
.p-slider__subTextArea {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-slider__subTextArea {
    gap: 6.106870229vw;
  }
}
.p-slider__subtitle {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(1.5vw, 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-slider__subtitle {
    font-size: 4.0712468193vw;
  }
}
.p-slider__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-slider__text {
    font-size: 3.3078880407vw;
  }
}
.p-slider__slideArea {
  overflow-x: visible;
  overflow-y: hidden;
  display: flex;
  gap: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-slider__slideArea {
    gap: 5.0890585242vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .p-slider__slideArea > .p-slider__slide {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
.p-slider__slideArea-track {
  display: flex;
  gap: 1.25vw;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-slider__slideArea-track {
    gap: 5.0890585242vw;
  }
}
.p-slider__slide {
  width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.p-slider__slide img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-slider__slide {
    flex-shrink: 0;
    width: 73.5368956743vw;
    gap: 10.1781170483vw;
  }
  .p-slider__slide img {
    height: 97.9643765903vw;
  }
}
.p-slider__slideText {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .p-slider__slideText {
    gap: 4.0712468193vw;
  }
}
.p-slider__slideText__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: max(1.25vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-slider__slideText__title {
    font-size: 4.0712468193vw;
  }
}
.p-slider__slideText__text {
  font-family: "Noto Serif SC", serif;
  font-weight: 500;
  font-size: max(0.875vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-slider__slideText__text {
    font-size: 3.3078880407vw;
  }
}

@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-step__container {
  position: relative;
  padding-top: 17.5vw;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: rgb(243, 243, 238);
}
@media screen and (max-width: 768px) {
  .p-step__container {
    padding-top: 0vw;
  }
}
.p-step__titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .p-step__titleArea {
    margin-bottom: 10.1781170483vw;
  }
}
.p-step__title {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
  font-size: max(2.5vw, 38px);
  line-height: 1.6;
  letter-spacing: -2%;
  text-align: center;
  color: rgb(36, 39, 47);
}
@media screen and (max-width: 768px) {
  .p-step__title {
    font-size: 4.5801526718vw;
  }
}
.p-step__stepArea {
  display: flex;
  flex-direction: column;
}
.p-step__content {
  display: flex;
  gap: 7.5vw;
  padding-bottom: 15vw;
}
@media screen and (max-width: 768px) {
  .p-step__content {
    flex-direction: column;
    gap: 14.2493638677vw;
    padding-bottom: 40.7124681934vw;
  }
}
.p-step__content__content2 {
  display: flex;
  gap: 7.5vw;
  padding-bottom: 15vw;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-step__content__content2 .p-step__imgArea {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-step__content__content2 {
    gap: 14.2493638677vw;
    flex-direction: column;
  }
}
.p-step__imgArea {
  width: 57.5vw;
  height: 57.5vw;
}
@media screen and (max-width: 768px) {
  .p-step__imgArea {
    width: 91.8575063613vw;
    height: 91.8575063613vw;
  }
}
.p-step__img {
  width: 100%;
  object-fit: cover;
}
.p-step__item {
  display: flex;
  flex-direction: column;
  width: 27.5vw;
  gap: 7.5vw;
}
@media screen and (max-width: 768px) {
  .p-step__item {
    width: 83.7150127226vw;
    gap: 4.0712468193vw;
    padding-top: 14.2493638677vw;
    margin: 0 auto;
  }
}
.p-step__numberArea {
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-step__numberArea {
    gap: 2.0356234097vw;
  }
}
.p-step__numText {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
  font-size: max(1.25vw, 18px);
  line-height: 1;
  color: rgb(36, 39, 47);
  padding: 1.5vw 0;
  margin-top: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-step__numText {
    font-size: 3.5623409669vw;
    padding: 3.0534351145vw 0;
    margin-top: 2.5445292621vw;
  }
}
.p-step__textArea {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .p-step__textArea {
    gap: 6.106870229vw;
  }
}
.p-step__textArea__title {
  font-family: "Noto Serif SC", serif;
  font-size: max(1.5vw, 22px);
  font-weight: 600;
  color: #474441;
  letter-spacing: 0.08em;
  line-height: 2.4vw;
}
@media screen and (max-width: 768px) {
  .p-step__textArea__title {
    font-size: 4.5801526718vw;
    line-height: 7.3282442748vw;
  }
}
.p-step__textArea__text {
  font-family: "Noto Serif SC", serif;
  font-size: 1vw;
  font-weight: 500;
  color: #474441;
  line-height: 1.6vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-step__textArea__text {
    font-size: 3.3078880407vw;
    line-height: 5.2926208651vw;
    width: 100%;
  }
}
.p-step__svg {
  overflow: hidden;
}

@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 {
  position: absolute;
  width: 25%;
  left: -1.25vw;
  bottom: -1.25vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-store {
    left: -5.0890585242vw;
    bottom: -5.0890585242vw;
  }
}
.p-store__container {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-store__container {
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .p-store__container .p-store__button {
    transition: all 0.3s ease-out;
  }
  .p-store__container .p-store__img {
    transition: all 0.3s ease-out;
    transform-origin: bottom left;
  }
  .p-store__container:hover .p-store__button {
    opacity: 0.8;
  }
  .p-store__container:hover .p-store__img {
    transform: scale(1.05);
  }
}
.p-store__img {
  width: 13.75vw;
  height: 13.75vw;
  border-radius: 0 31.25vw 0 0;
  border: solid rgba(140, 89, 43, 0.16) 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-store__img {
    width: 30.534351145vw;
    height: 30.534351145vw;
    border-radius: 0 63.6132315522vw 0 0;
    border-width: 5.0890585242vw;
  }
}
.p-store__button {
  position: absolute;
  left: 8.75vw;
  bottom: 5.25vw;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 1vw;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-store__button {
    left: 14.2493638677vw;
    bottom: 14.2493638677vw;
    font-size: 4.0712468193vw;
    gap: 4.0712468193vw;
    width: auto;
  }
}
.p-store__button__icon {
  width: 3.5vw;
  height: 3.5vw;
}
@media screen and (max-width: 768px) {
  .p-store__button__icon {
    width: 10.1781170483vw;
    height: 10.1781170483vw;
  }
}
.p-store__text {
  font-family: "Noto Serif SC", serif;
  font-size: 1.125vw;
  font-weight: 600;
  line-height: 1.125vw;
  width: 15.4375vw;
  text-wrap: nowrap;
  letter-spacing: 0.08em;
  color: #474441;
}
@media screen and (max-width: 768px) {
  .p-store__text {
    width: 56.9974554707vw;
    font-size: 4.0712468193vw;
    line-height: 4.0712468193vw;
  }
}