@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* 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 {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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 {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

@keyframes underline-hover-reverse-animation-key {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  49.9% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@keyframes underline-hover-reverse-animation-reverse-key {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  50.1% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none; /* iOS のびよーん抑制 */
  touch-action: manipulation; /* スクロールの遅延減少 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: #39302e;
  background-color: #fff;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif, sans-serif;
  line-height: 1.6;
  overscroll-behavior: none; /* iOS のびよーん抑制 */
  touch-action: manipulation; /* スクロールの遅延減少 */
}

body {
  font-size: 1rem;
}

.l_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.l_wrapper {
  overflow: hidden;
}

.l_wrapper--about {
  position: relative;
  background: linear-gradient(180deg, rgb(30, 40, 174) 0%, rgb(43, 59, 174) 60%, rgb(57, 79, 171) 80%);
}
.l_wrapper--about::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/noise_tx_100_2.png") repeat;
  background-size: 1440px auto;
  mix-blend-mode: overlay;
}
.l_wrapper--about::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.l_contentWrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l_contentWrap {
    overflow: hidden;
  }
}

.l_content {
  width: 100%;
}

.l_contentInner {
  width: 100%;
}
.m_image {
  width: 100%;
  height: auto;
}

.m_imageFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m_primaryPageTitle__title {
  color: #fff;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_primaryPageTitle__title {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .m_primaryPageTitle__title {
    font-size: 2.5rem;
  }
}

.m_primaryPageTitle__subTitle {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 120%;
}
.m_primaryPageTitle__subTitle {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .m_primaryPageTitle__subTitle {
    font-size: 0.9375rem;
  }
}

.m_primarySectionTitle {
  text-transform: uppercase;
  color: #000;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_primarySectionTitle {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .m_primarySectionTitle {
    font-size: 2.5rem;
  }
}
.m_primarySectionTitle.White {
  color: #fff;
}

.m_productSectionHeading {
  color: #fff;
  line-height: 107%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_productSectionHeading {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .m_productSectionHeading {
    font-size: 0.8125rem;
  }
}

.m_productSectionDescription {
  color: #fff;
}
.m_productSectionDescription dt {
  line-height: 133%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m_productSectionDescription dt {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .m_productSectionDescription dt {
    line-height: 114%;
  }
  .m_productSectionDescription dt {
    font-size: 2.1875rem;
  }
}
.m_productSectionDescription dd {
  letter-spacing: 0.07em;
  line-height: 147%;
}
.m_productSectionDescription dd {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .m_productSectionDescription dd {
    line-height: 153%;
  }
  .m_productSectionDescription dd {
    font-size: 0.8125rem;
  }
}

.m_productSectionRead {
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 1.5277777778vw;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .m_productSectionRead {
    letter-spacing: 0em;
    line-height: 160%;
  }
  .m_productSectionRead {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1440px) {
  .m_productSectionRead {
    font-size: 1.375rem;
  }
}

.m_productItemTitle {
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 133%;
}
.m_productItemTitle {
  font-size: 1rem;
}

.m_productItemPrice {
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 100%;
}
.m_productItemPrice {
  font-size: 0.875rem;
}

.m_productItemLimited {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 100%;
}
.m_productItemLimited {
  font-size: 0.9375rem;
}
.m_productItemLimited a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  cursor: pointer;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_productItemLimited a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .m_productItemLimited a {
    gap: 4px;
    position: relative;
    cursor: pointer;
  }
  .m_productItemLimited a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(1);
    transform-origin: left center;
    background: #fff;
  }
  .m_productItemLimited a::after {
    width: calc(100% - 2px);
    transform: translateX(2px);
  }
}
.m_productItemLimited a:focus::after {
  animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .m_productItemLimited a:hover::after {
    animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.m_productItemLimited a span {
  color: #fff;
  line-height: 120%;
  font-feature-settings: "pkna" on;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_productItemLimited a span {
  font-size: 0.9375rem;
}
.m_productItemLimited a i {
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/icon_arrow_c_w.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m_productItemLimited a i {
    width: 9px;
    height: 9px;
    background: url("../images/icon_arrow_c_w_sp.svg") no-repeat center center;
    background-size: cover;
  }
}

.m_productItemShopList .m_productItemShopList_item {
  padding-top: 10px;
  padding-bottom: 1px;
}
.m_productItemShopList .m_productItemShopList_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
.m_productItemShopList .m_productItemShopList_item a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .m_productItemShopList .m_productItemShopList_item a {
    gap: 7px;
    position: relative;
    cursor: pointer;
  }
  .m_productItemShopList .m_productItemShopList_item a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(1);
    transform-origin: left center;
    background: #fff;
  }
}
.m_productItemShopList .m_productItemShopList_item a:focus::after {
  animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .m_productItemShopList .m_productItemShopList_item a:hover::after {
    animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.m_productItemShopList .m_productItemShopList_item a span {
  color: #fff;
  line-height: 120%;
  font-feature-settings: "pkna" on;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_productItemShopList .m_productItemShopList_item a span {
  font-size: 0.9375rem;
}
.m_productItemShopList .m_productItemShopList_item a i {
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 1px;
  background: url("../images/icon_arrow_c_w_sp.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m_productItemShopList .m_productItemShopList_item a i {
    width: 9px;
    height: 9px;
    margin-top: 1px;
    background: url("../images/icon_arrow_c_w_sp.svg") no-repeat center center;
    background-size: cover;
  }
}

.m_productTypeDescription {
  color: #fff;
}
.m_productTypeDescription:after {
  position: absolute;
  top: 2.2vw;
  left: -2.6vw;
  display: block;
  width: 1px;
  height: 6vw;
  max-height: 100px;
  content: "";
  transform: rotate(26deg);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .m_productTypeDescription:after {
    top: 3.2vw;
    left: -3.2vw;
    height: 10vw;
    max-height: 80px;
    transform: rotate(31deg);
  }
}
.m_productTypeDescription dt {
  color: #fff;
  font-size: 1.1805555556vw;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .m_productTypeDescription dt {
    font-size: 0.875rem;
  }
}
@media (min-width: 1440px) {
  .m_productTypeDescription dt {
    font-size: 1.0625rem;
  }
}
.m_productTypeDescription dd {
  padding-top: 0.5rem;
  color: #fff;
  font-size: 0.9722222222vw;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .m_productTypeDescription dd {
    font-size: 0.87646875rem;
  }
}
@media (min-width: 1440px) {
  .m_productTypeDescription dd {
    font-size: 0.87646875rem;
  }
}

.m_productTypeDescriptionBottom p {
  padding-top: 15px;
  text-align: center;
  color: #fff;
  line-height: 125%;
}
.m_productTypeDescriptionBottom p {
  font-size: 0.75rem;
}

.m_pickUpPointSectionTitle {
  position: relative;
  color: #fff;
  font-size: 13.5416vw;
  line-height: 106%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .m_pickUpPointSectionTitle {
    font-size: 13.333vw;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}

.m_pickUpPointHeading {
  letter-spacing: 0.07em;
  color: #000;
  line-height: 170%;
}
.m_pickUpPointHeading {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .m_pickUpPointHeading {
    font-size: 0.8125rem;
  }
}

.m_pickUpPointDescription dt {
  letter-spacing: 0.07em;
  color: #000;
  font-weight: 300;
  line-height: 150%;
}
.m_pickUpPointDescription dt {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .m_pickUpPointDescription dt {
    line-height: 130%;
  }
  .m_pickUpPointDescription dt {
    font-size: 1.1875rem;
  }
}
.m_pickUpPointDescription dd {
  padding-top: 12px;
  letter-spacing: 0.07em;
  color: #000;
  line-height: 190%;
}
.m_pickUpPointDescription dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .m_pickUpPointDescription dd {
    padding-top: 8px;
  }
  .m_pickUpPointDescription dd {
    font-size: 0.8125rem;
  }
}
.m_pickUpPointDescription dd small {
  display: block;
}
.m_pickUpPointDescription dd small {
  font-size: 0.75rem;
}
.m_pickUpPointDescription dd.Logo {
  width: 50%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .m_pickUpPointDescription dd.Logo {
    width: 50%;
    padding-top: 20px;
  }
}

.m_awardsItemYear {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  line-height: 100%;
  gap: 0 32px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m_awardsItemYear {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .m_awardsItemYear {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .m_awardsItemYear {
    font-size: 1.125rem;
  }
}
.m_awardsItemYear span {
  display: block;
}
@media screen and (max-width: 768px) {
  .m_awardsItemYear span {
    width: 100%;
    text-align: center;
  }
}
.m_awardsItemYear i {
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 32px;
  background: url("../images/icon_crown_w.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m_awardsItemYear i {
    width: 19px;
    height: 21px;
    margin-bottom: 8px;
  }
}

.m_awardsItemTitle {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m_awardsItemTitle {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .m_awardsItemTitle {
    padding-top: 12px;
    text-align: center;
  }
  .m_awardsItemTitle {
    font-size: 1.0625rem;
  }
  .m_awardsItemTitle div {
    padding-top: 23px;
    padding-right: 6.8%;
    padding-bottom: 14px;
    padding-left: 6.8%;
  }
}
.m_awardsItemTitle small {
  display: block;
  padding-top: 16px;
  color: #fff;
  line-height: 150%;
}
.m_awardsItemTitle small {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .m_awardsItemTitle small {
    padding-top: 14px;
  }
  .m_awardsItemTitle small {
    font-size: 0.8125rem;
  }
}

.m_awardsItemDescription {
  color: #fff;
  line-height: 160%;
}
.m_awardsItemDescription {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .m_awardsItemDescription {
    padding-top: 22px;
    text-align: center;
  }
  .m_awardsItemDescription {
    font-size: 0.8125rem;
  }
}

.m_pickUpPointFeaturesListItemText {
  position: relative;
  color: #000;
  line-height: 150%;
}
.m_pickUpPointFeaturesListItemText {
  font-size: 1rem;
}
.m_pickUpPointFeaturesListItemText span {
  position: absolute;
  top: -10px;
  right: -15px;
}
.m_pickUpPointFeaturesListItemText span {
  font-size: 0.5rem;
}

.c_productSection {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  min-height: 768px;
  background-color: #1e28ae;
}
@media screen and (max-width: 768px) {
  .c_productSection {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.c_productSection.Primary {
  background-color: #1e28ae;
}
.c_productSection.Secondary {
  background-color: #ed9eff;
}
.c_productSection.Tertiary {
  background-color: #efab00;
}
.c_productSection .c_productSectionGradientMouse {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 30%;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(55% 55% at 80% 20%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.5) 60%), radial-gradient(45% 45% at 20% 80%, rgba(83, 204, 248, 0.35) 0%, rgba(59, 197, 247, 0.9) 60%);
  will-change: opacity, transform, filter;
  filter: blur(200px) saturate(200%);
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionGradientMouse {
    display: none;
  }
}
.c_productSection .c_productSectionGradientMouse.SunsetPink {
  background: radial-gradient(55% 55% at 80% 20%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 60%), radial-gradient(45% 45% at 20% 80%, rgba(252, 180, 24, 0.4) 0%, rgba(238, 165, 56, 0.9) 60%);
}
.c_productSection .c_productSectionGradientWrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c_productSection .c_productSectionGradient {
  width: 50%;
  height: 50%;
  animation: productSectionGradientOrbitScale 30s linear infinite;
  pointer-events: none;
  will-change: transform;
}
.c_productSection .c_productSectionGradient.SunsetPink::before {
  background: radial-gradient(55% 55% at 80% 20%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.5) 60%), radial-gradient(45% 45% at 20% 80%, rgba(252, 180, 24, 0.35) 0%, rgba(238, 165, 56, 0.9) 60%);
}
.c_productSection .c_productSectionGradient::before {
  position: absolute;
  bottom: 0;
  left: -25%;
  width: 150%;
  content: "";
  animation: productSectionGradientOrbit 60s linear infinite;
  border-radius: 50%;
  background: radial-gradient(55% 55% at 80% 20%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.5) 60%), radial-gradient(45% 45% at 20% 80%, rgba(83, 204, 248, 0.35) 0%, rgba(59, 197, 247, 0.9) 60%);
  filter: blur(200px) saturate(200%);
  will-change: transform, filter;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionGradient::before {
    left: 0;
    width: 200%;
    filter: blur(100px) saturate(150%);
  }
}
@keyframes productSectionGradientOrbitScale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    transform-origin: center center;
  }
  50% {
    transform: scale(1);
    transform-origin: bottom left;
  }
  75% {
    transform: scale(1.2);
    transform-origin: top right;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes productSectionGradientOrbit {
  0% {
    transform: translate(-70%, 100%);
  }
  25% {
    transform: translate(-70%, 0%);
  }
  50% {
    transform: translate(70%, 0%);
  }
  75% {
    transform: translate(70%, 100%);
  }
  100% {
    transform: translate(-70%, 100%);
  }
}
.c_productSection .c_productSectionInner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.c_productSection .c_productSectionInner .m_productSectionNext {
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 6.5%;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner .m_productSectionNext {
    top: unset;
    right: 50% !important;
    bottom: 0;
    display: none;
    transform: translateX(50%) translateY(-50%);
  }
}
.c_productSection .c_productSectionInner .m_productSectionNext.is-active {
  pointer-events: auto;
  opacity: 1;
}
.c_productSection .c_productSectionInner .m_productSectionNext span {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 100;
  font-style: normal;
  position: relative;
  cursor: pointer;
}
.c_productSection .c_productSectionInner .m_productSectionNext span::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner .m_productSectionNext span {
    font-size: 0.9375rem;
  }
}
.c_productSection .c_productSectionInner .m_productSectionNext span:focus::after {
  animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .c_productSection .c_productSectionInner .m_productSectionNext span:hover::after {
    animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.c_productSection .c_productSectionInner .m_productSectionBack {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 6.5%;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner .m_productSectionBack {
    top: unset;
    right: 50% !important;
    bottom: 0;
    left: unset !important;
    display: none;
    transform: translateX(50%) translateY(-50%);
  }
}
.c_productSection .c_productSectionInner .m_productSectionBack.is-active {
  pointer-events: auto;
  opacity: 1;
}
.c_productSection .c_productSectionInner .m_productSectionBack span {
  display: block;
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  cursor: pointer;
}
.c_productSection .c_productSectionInner .m_productSectionBack span::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: #fff;
}
.c_productSection .c_productSectionInner .m_productSectionBack span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner .m_productSectionBack span {
    font-size: 0.9375rem;
  }
}
.c_productSection .c_productSectionInner .m_productSectionBack span:focus::after {
  animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .c_productSection .c_productSectionInner .m_productSectionBack span:hover::after {
    animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.c_productSection .c_productSectionInner .c_productSectionDetails {
  transition: opacity 1s cubic-bezier(0.53, 0.08, 0.46, 0.91), filter 1s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  will-change: opacity, filter, transform;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInner .c_productSectionDetails {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c_productSection .c_productSectionInner .c_productSectionDetails.is-active {
  visibility: visible;
  opacity: 1;
  filter: blur(3px);
}
.c_productSection .c_productSectionInner .c_productSectionDetails.is-activeDone {
  transition: filter 0.5s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  filter: blur(0px);
}
.c_productSection .c_productSectionInner .c_productSectionDetails.is-hidden {
  visibility: visible;
  transition: opacity 1s cubic-bezier(0, 0, 0.22, 1), filter 1s cubic-bezier(0, 0, 0.22, 1);
  opacity: 0;
  filter: blur(10px);
}
.c_productSection .c_productSectionInner .c_productSectionDetails.is-hiddenDone {
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0, 0, 0.22, 1), visibility 1s cubic-bezier(0, 0, 0.22, 1), filter 1s cubic-bezier(0, 0, 0.22, 1);
  opacity: 0;
  filter: blur(10px);
}
.c_productSection .c_productSectionInner .c_productSectionInfo {
  transition: opacity 1s cubic-bezier(0.53, 0.08, 0.46, 0.91), filter 1s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  will-change: opacity, filter, transform;
}
.c_productSection .c_productSectionInner .c_productSectionInfo.is-active {
  visibility: visible;
  opacity: 1;
  filter: blur(3px);
}
.c_productSection .c_productSectionInner .c_productSectionInfo.is-activeDone {
  transition: filter 0.5s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  filter: blur(0px);
}
.c_productSection .c_productSectionInner .c_productSectionInfo.is-hidden {
  transition: opacity 1s cubic-bezier(0, 0, 0.22, 1), filter 1s cubic-bezier(0, 0, 0.22, 1);
  opacity: 0;
  filter: blur(20px);
}
.c_productSection .c_productSectionInner .c_productSectionInfo.is-hiddenDone {
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0, 0, 0.22, 1), visibility 1s cubic-bezier(0, 0, 0.22, 1), filter 1s cubic-bezier(0, 0, 0.22, 1);
  opacity: 0;
  filter: blur(20px);
}
.c_productSection .c_productSectionNoise {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/noise_tx_100_2.png") repeat;
  background-size: 1440px auto;
  mix-blend-mode: overlay;
}
.c_productSection .c_productSectionDetails {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionDetails {
    min-height: 760px;
  }
  .c_productSection .c_productSectionDetails .c_productSectionDetailsInner {
    position: relative;
  }
  .c_productSection .c_productSectionDetails .c_productSectionDetailsInner.Fragrance {
    margin-top: -26px;
  }
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: none;
  width: 132px;
  height: 132px;
  padding: 18px 0;
  transition: opacity 0.5s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  border-radius: 50%;
  background: rgba(0, 26, 107, 0.75);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionDetails .m_productSectionSwipeHint {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint.js-inViewHintAct {
  transition-delay: 2.5s;
  opacity: 0;
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintMotion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 47px;
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintMotion .m_productSectionSwipeHintIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(calc(-50% + 2px)) translateX(-50%);
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintMotion .m_productSectionSwipeHintHand {
  overflow: hidden;
  width: 85px;
  transform: translateY(7px);
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintMotion .m_productSectionSwipeHintHand .m_productSectionSwipeHintHandInner {
  width: 31px;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.5s cubic-bezier(0.53, 0.08, 0.46, 0.91);
  animation: inHintHandActKey 2.5s cubic-bezier(0.53, 0.08, 0.46, 0.91) forwards infinite;
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintMotion .m_productSectionSwipeHintHand .m_productSectionSwipeHintHandInner img {
  width: 100%;
  height: 100%;
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintText {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 150%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.c_productSection .c_productSectionDetails .m_productSectionSwipeHint .m_productSectionSwipeHintText {
  font-size: 0.75rem;
}
.c_productSection .c_productSectionDetails .c_productSectionDetailsTitle .m_productSectionHeading {
  text-align: center;
}
.c_productSection .c_productSectionDetails .c_productSectionDetailsTitle .m_productSectionDescription {
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionDetails .c_productSectionDetailsTitle .m_productSectionDescription {
    padding-top: 16px;
  }
}
.c_productSection .c_productSectionDetails .c_productSectionDetailsTitle .m_productSectionDescription dd {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionDetails .c_productSectionDetailsTitle .m_productSectionDescription dd {
    padding-top: 10px;
  }
}
.c_productSection .c_productSectionInfo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0 4%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner {
    display: block;
    height: auto;
    transform: translateY(10px);
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productSectionDetailsTitle {
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productSectionDetailsTitle {
    width: 100%;
    padding: 0 8%;
    text-align: center;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox {
  width: 43.47%;
  max-width: 626px;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox {
    width: 100%;
    min-width: unset;
    max-width: 375px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox .m_productTypeImage {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    transform: none;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(2) {
  top: -2.5%;
  left: 58.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(2) {
    top: 3%;
    left: 50.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(3) {
  top: 15%;
  left: 73%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(3) {
    top: 20.2%;
    left: 64.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(4) {
  top: 31%;
  left: 87.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.LightBlue .m_productTypeDescription:nth-child(4) {
    top: 36.5%;
    left: 80.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(2) {
  top: 1%;
  left: 61.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(2) {
    top: 5%;
    left: 54.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(3) {
  top: 16%;
  left: 76.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(3) {
    top: 23.2%;
    left: 68.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(4) {
  top: 34%;
  left: 92%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.SunsetPink .m_productTypeDescription:nth-child(4) {
    top: 36.5%;
    left: 84.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(2) {
  top: 5%;
  left: 60.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(2) {
    top: 8%;
    left: 54.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(3) {
  top: 21.5%;
  left: 76%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(3) {
    top: 24.2%;
    left: 67.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(4) {
  top: 40%;
  left: 90.5%;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionInfoInner .c_productTypeBox.CoralWhite .m_productTypeDescription:nth-child(4) {
    top: 40.5%;
    left: 83.5%;
  }
}
.c_productSection .c_productSectionInfo .c_productSectionDetailsTitle .m_productSectionRead {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .c_productSectionDetailsTitle .m_productSectionRead {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .m_productTypeDescriptionBottom.LightBlue {
    margin-top: -19%;
  }
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .m_productTypeDescriptionBottom.SunsetPink {
    margin-top: -18%;
  }
}
@media screen and (max-width: 768px) {
  .c_productSection .c_productSectionInfo .m_productTypeDescriptionBottom.CoralWhite {
    margin-top: -12%;
  }
}

@media screen and (max-width: 768px) {
  .c_productItemBox.swiper {
    overflow: visible !important;
  }
}
.c_productItemBox.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.54, 0.12, 0.12, 0.99);
}
.c_productItemBox .c_productItemNav {
  position: absolute;
  bottom: -58px !important;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0 12px;
}
.c_productItemBox .swiper__back,
.c_productItemBox .swiper__next {
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
.c_productItemBox .swiper__back,
.c_productItemBox .swiper__next {
  font-size: 0.875rem;
}
.c_productItemBox .swiper-pagination {
  position: relative;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  visibility: hidden !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: -0.27rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .swiper-pagination {
    visibility: visible !important;
  }
}
.c_productItemBox .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #fff !important;
}
.c_productItemBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.c_productItemBox .c_productItemBoxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 94px;
  gap: 0 8.45%;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItemBoxInner {
    align-items: unset;
    justify-content: unset;
    padding-top: 40px;
    gap: unset;
  }
}
.c_productItemBox .c_productItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem {
    display: block;
  }
}
.c_productItemBox .c_productItem .m_productItemImage {
  position: relative;
}
.c_productItemBox .c_productItem .m_productItemImage:not(.NoHover):focus img:nth-child(1) {
  opacity: 0;
  filter: blur(10px);
}
.c_productItemBox .c_productItem .m_productItemImage:not(.NoHover):focus img:nth-child(2) {
  opacity: 1;
  filter: blur(0px);
}
@media (hover: hover) and (pointer: fine) {
  .c_productItemBox .c_productItem .m_productItemImage:not(.NoHover):hover img:nth-child(1) {
    opacity: 0;
    filter: blur(10px);
  }
  .c_productItemBox .c_productItem .m_productItemImage:not(.NoHover):hover img:nth-child(2) {
    opacity: 1;
    filter: blur(0px);
  }
}
.c_productItemBox .c_productItem .m_productItemImage:not(.NoHover) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, filter;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_productItemBox .c_productItem .m_productItemImage:not(.NoHover) img:nth-child(1) {
  opacity: 1;
  filter: blur(0px);
}
.c_productItemBox .c_productItem .m_productItemImage:not(.NoHover) img:nth-child(2) {
  opacity: 0;
  filter: blur(10px);
}
.c_productItemBox .c_productItem .c_productItemContent {
  text-align: center;
}
.c_productItemBox .c_productItem .c_productItemContent .m_productItemPrice {
  padding-top: 12px;
}
.c_productItemBox .c_productItem .c_productItemContent .m_productItemShopList {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem .c_productItemContent .m_productItemShopList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    max-width: 240px;
    margin: 0 auto;
    gap: 4px 20px;
  }
}
.c_productItemBox .c_productItem.Fabric {
  justify-content: center;
  transform: translateX(-3.75%);
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Fabric {
    width: 100%;
    transform: translateX(0%);
    gap: 0 0;
  }
}
.c_productItemBox .c_productItem.Fabric .m_productItemImage {
  width: 34%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Fabric .m_productItemImage {
    width: 69%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 2000px) {
  .c_productItemBox .c_productItem.Fabric .m_productItemImage {
    width: 37.4%;
  }
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Fabric .c_productItemContent {
    padding-top: 10px;
    text-align: center;
  }
}
.c_productItemBox .c_productItem.Bottle {
  justify-content: flex-end;
  width: 50%;
  gap: 0 1.6%;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Bottle {
    width: 100%;
    gap: 0 0;
  }
}
.c_productItemBox .c_productItem.Bottle .m_productItemImage {
  width: 34%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Bottle .m_productItemImage {
    width: 56.66%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Bottle .c_productItemContent {
    padding-top: 18px;
    text-align: center;
  }
}
.c_productItemBox .c_productItem.Spray {
  justify-content: flex-start;
  width: 50%;
  gap: 0 7.6%;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Spray {
    width: 100%;
    gap: 0 0;
  }
}
.c_productItemBox .c_productItem.Spray .m_productItemImage {
  width: 8%;
  aspect-ratio: 52/196;
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Spray .m_productItemImage {
    width: 15%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c_productItemBox .c_productItem.Spray .c_productItemContent {
    padding-top: 18px;
    text-align: center;
  }
}

.c_productTypeBox {
  position: relative;
}
.c_productTypeBox .m_productTypeImage {
  position: relative;
}
.c_productTypeBox .m_productTypeDescription {
  position: absolute;
  width: 100%;
}
.c_productTypeBox .m_productTypeDescription:nth-child(2) {
  top: 0;
  left: 0;
}
.c_productTypeBox .m_productTypeDescription:nth-child(3) {
  top: 0;
  left: 0;
}
.c_productTypeBox .m_productTypeDescription:nth-child(4) {
  top: 0;
  left: 0;
}

.c_pickUpPointSection {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.c_pickUpPointSection .m_pickUpPointSectionTitle {
  position: absolute;
  z-index: 10;
  top: -0.5%;
  left: 0;
  width: 100%;
  text-align: center;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .m_pickUpPointSectionTitle {
    top: unset;
    bottom: 12px;
    mix-blend-mode: normal;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: clip-path, filter, transform;
}
.c_pickUpPointSection .c_pickUpPointSectionItem:nth-child(n+3) {
  clip-path: inset(100% 0 0 0);
}
.c_pickUpPointSection .c_pickUpPointSectionItem:nth-child(2) {
  z-index: 2;
}
.c_pickUpPointSection .c_pickUpPointSectionItem:nth-child(3) {
  z-index: 3;
}
.c_pickUpPointSection .c_pickUpPointSectionItem:nth-child(4) {
  z-index: 4;
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 60px;
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner.FabricFeatures {
  padding-top: 10.4vw;
  gap: 0 5.4%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner.FabricFeatures {
    display: block;
    padding-top: 60px;
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner.FabricFeatures .c_pickUpPointFeaturesList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionItemInner.FabricFeatures .c_pickUpPointSectionText {
    width: 100%;
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance1 .c_pickUpPointSectionText {
  margin-top: 5.6%;
  margin-left: 55%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance1 .c_pickUpPointSectionText {
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance2 .c_pickUpPointSectionText {
  margin-top: 1%;
  margin-left: -17%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance2 .c_pickUpPointSectionText {
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance3 .c_pickUpPointSectionText {
  margin-top: 3.2%;
  margin-left: -41.5%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem.Fragrance3 .c_pickUpPointSectionText {
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem.Fabric1 .c_pickUpPointSectionText {
  margin-top: 5.6%;
  margin-left: 47%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem.Fabric1 .c_pickUpPointSectionText {
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem.Fabric2 .c_pickUpPointSectionText {
  margin-top: 2%;
  margin-left: 47.5%;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem.Fabric2 .c_pickUpPointSectionText {
    margin-top: unset;
    margin-left: unset;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionText {
  position: relative;
  z-index: 3;
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionText .m_pickUpPointDescription {
  padding-top: 15px;
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointSectionText .m_pickUpPointDescription:nth-child(n+3) {
  padding-top: 20px;
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesList {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesList {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesList small {
    display: block;
    margin-top: 8px;
  }
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesList small {
    font-size: 0.6875rem;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 299px;
  padding: 23px 0;
  border-radius: 10px;
  background-color: #fff;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem {
    justify-content: flex-start;
    width: 100%;
    margin-top: 7px;
    padding: 10px 11%;
    gap: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem:nth-child(4) {
    display: flex !important;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem .m_pickUpPointFeaturesListItemImage {
  width: 59px;
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem .m_pickUpPointFeaturesListItemImage {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c_pickUpPointSection .c_pickUpPointSectionItem .c_pickUpPointFeaturesListItem .m_pickUpPointFeaturesListItemText {
    text-align: left;
  }
}
.c_pickUpPointSection .c_pickUpPointSectionItem .m_pickUpPointImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_pickUpPointSection .c_pickUpPointSectionItem .m_pickUpPointImage.GrayFill {
  background: linear-gradient(156deg, rgb(248, 248, 252) 0%, rgb(199, 204, 213) 100%);
}

.c_awardsItem {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-right: 6.25%;
  padding-bottom: 80px;
  padding-left: 6.25%;
  border-top: 1px solid #fff;
  grid-template-columns: 9% 15% 31.5% 30%;
}
@media screen and (max-width: 768px) {
  .c_awardsItem {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_awardsItem .m_awardsItemYear {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .c_awardsItem .m_awardsItemTitle {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .c_awardsItem .m_awardsItemImage {
    order: 3;
    width: 50%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c_awardsItem .m_awardsItemDescription {
    order: 4;
  }
  .c_awardsItem .m_awardsItemDescription img {
    width: 100%;
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}
.c_awardsItem:last-child {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .c_primaryPageTitle {
    text-align: left;
  }
}
.c_primaryPageTitle .m_primaryPageTitle__subTitle {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .c_primaryPageTitle .m_primaryPageTitle__subTitle {
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  body.fixed {
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

@media screen and (max-width: 768px) {
  html.fixed {
    overflow-y: scroll;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.p_loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), visibility 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_loader.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.p_loaderInner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_loaderInner {
    width: 150%;
    margin-left: -25%;
  }
}

.p_loaderImage {
  width: 69.3%;
}
@media screen and (max-width: 768px) {
  .p_loaderImage {
    width: 100%;
  }
}

.m_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.p_header.is_hide {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p_header.is_hideMobile {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
.p_header .p_headerInner {
  padding: 38px 4.5%;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner {
    padding: 21px 5.3%;
  }
}
.p_header .p_headerInner .p_headerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_header .p_headerInner .p_headerContent .p_headerContentLogo {
  position: relative;
  z-index: 2;
  width: 70px;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerContentLogo {
    width: 52px;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  cursor: pointer;
  pointer-events: auto;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger:focus span:nth-child(1) {
  top: 12px;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger:focus span:nth-child(3) {
  top: 27px;
}
@media (hover: hover) and (pointer: fine) {
  .p_header .p_headerInner .p_headerContent .p_headerNavTrigger:hover span:nth-child(1) {
    top: 12px;
  }
  .p_header .p_headerInner .p_headerContent .p_headerNavTrigger:hover span:nth-child(3) {
    top: 27px;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger.active span:nth-child(1) {
  top: calc(50% - 10px);
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger.active span:nth-child(3) {
  top: calc(50% + 10px);
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger.active span:nth-child(2) {
  opacity: 1;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger.active span {
  height: 1.5px;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger span {
  position: absolute;
  left: 0%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger span:nth-child(1) {
  top: 15px;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger span:nth-child(2) {
  top: 15px;
  height: auto;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  opacity: 0;
  color: #000000;
  background: none;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger span:nth-child(2) {
  font-size: 0.8125rem;
}
.p_header .p_headerInner .p_headerContent .p_headerNavTrigger span:nth-child(3) {
  top: 26px;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_header .p_headerInner .p_headerContent .p_headerNav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  pointer-events: auto;
}
.p_header .p_headerInner .p_headerContent .p_headerNav.active {
  display: block;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavInner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavInner.active {
  opacity: 1;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavInner.active .p_headerNavGrid {
  transform: translateY(0%);
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavGrid {
  display: grid;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(1.5%);
  grid-template-rows: 1fr 1fr;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavGrid {
    display: block;
    height: auto;
    padding: 0 5.3%;
    gap: unset;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList {
    display: block;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList--top {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList--top {
    align-items: unset;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList--bottom {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList--bottom {
    align-items: unset;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item.WithSmall {
    margin-top: 48px;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #1e41af;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a:focus::after {
  animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a:hover::after {
    animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a span {
  letter-spacing: -0.03em;
  color: #1e41af;
  line-height: 136%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a span {
  font-size: 2.0625rem;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a small {
  position: absolute;
  top: -0.7rem;
  left: 0;
  color: #1e41af;
  line-height: 120%;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a small {
  font-size: 0.8125rem;
}
.p_header .p_headerInner .p_headerContent .p_headerNav .p_headerNavList .p_headerNavList__item a i {
  display: block;
  width: 27px;
  height: 27px;
  margin-top: 2px;
  background: url("../images/icon_arrow_b_bl.svg") no-repeat center center;
  background-size: cover;
}

.p_bottomContent {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(30, 65, 175) 80%);
}
.p_bottomContent--about {
  background: none;
}
.p_bottomContent--about .p_bottomContentNoise {
  display: none;
}
.p_bottomContent--about .p_bottomContentGradient {
  display: none;
}

.p_bottomContentGradient {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bottomGradientOrbitScale 30s linear infinite;
  pointer-events: none;
  will-change: transform;
}
.p_bottomContentGradient::before {
  position: absolute;
  bottom: 0;
  left: -25%;
  width: 150%;
  content: "";
  animation: bottomGradientOrbit 60s linear infinite;
  border-radius: 50%;
  background: radial-gradient(45% 45% at 20% 80%, rgba(104, 144, 194, 0.35) 0%, rgba(104, 144, 194, 0.7) 60%), radial-gradient(55% 55% at 80% 20%, rgba(30, 65, 175, 0.45) 0%, rgb(30, 65, 175) 60%);
  will-change: transform, filter;
  aspect-ratio: 1/1;
  filter: blur(200px) saturate(200%);
}
@media screen and (max-width: 768px) {
  .p_bottomContentGradient::before {
    filter: blur(100px) saturate(150%);
  }
}

@keyframes bottomGradientOrbitScale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    transform-origin: center center;
  }
  50% {
    transform: scale(1);
    transform-origin: bottom left;
  }
  75% {
    transform: scale(1.2);
    transform-origin: top right;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bottomGradientOrbit {
  0% {
    transform: translate(-50%, 80%);
  }
  25% {
    transform: translate(-50%, 30%);
  }
  50% {
    transform: translate(50%, 30%);
  }
  75% {
    transform: translate(50%, 80%);
  }
  100% {
    transform: translate(-50%, 80%);
  }
}
.p_bottomContentNoise {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/noise_tx_100_2.png") repeat;
  background-size: 1440px auto;
  mix-blend-mode: overlay;
}

.p_officialInstagramDummy {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .p_officialInstagramDummy {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .p_officialInstagramDummy div:nth-child(n+5) {
    display: none;
  }
}
.p_officialInstagramDummy .p_officialInstagramDummy__item {
  width: 100%;
}

.p_officialInstagram {
  position: relative;
  z-index: 2;
  padding: 180px 14.5%;
}
@media screen and (max-width: 768px) {
  .p_officialInstagram {
    padding: 100px 5.3% 93px 5.3%;
  }
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramHead .p_officialInstagramTitle {
  color: #1e28af;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramHead .p_officialInstagramTitle {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p_officialInstagram .p_officialInstagramInner .p_officialInstagramHead .p_officialInstagramTitle {
    font-size: 2.5rem;
  }
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramHead .p_officialInstagramTitle.White {
  color: #fff;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramContent {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p_officialInstagram .p_officialInstagramInner .p_officialInstagramContent {
    padding-top: 28px;
  }
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(0px);
  }
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore.White a {
  position: relative;
  cursor: pointer;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore.White a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #fff;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore.White a span {
  color: #fff;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore.White a i {
  background: url("../images/icon_arrow_a_w.svg") no-repeat center center;
  background-size: cover;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #000;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a:focus::after {
  animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a:hover::after {
    animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a span {
  color: #000;
  line-height: 120%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a span {
  font-size: 0.9375rem;
}
.p_officialInstagram .p_officialInstagramInner .p_officialInstagramViewMore a i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_a_b.svg") no-repeat center center;
  background-size: cover;
}

.p_shopInformation {
  position: relative;
  z-index: 2;
  padding: 0 6.25% 202px;
}
@media screen and (max-width: 768px) {
  .p_shopInformation {
    padding: 0 5.3% 68px;
  }
}
.p_shopInformation .p_shopInformationInner .p_shopInformationTitle {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationTitle {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p_shopInformation .p_shopInformationInner .p_shopInformationTitle {
    font-size: 2.5rem;
  }
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 766px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
  gap: 30px 2%;
}
@media screen and (max-width: 768px) {
  .p_shopInformation .p_shopInformationInner .p_shopInformationList {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 62px;
  cursor: pointer;
  transition: background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #fff;
  border-radius: 32px;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span {
  animation: hoveShopInformationItemKey 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(2) {
  animation-delay: 0.02s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(3) {
  animation-delay: 0.03s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(4) {
  animation-delay: 0.04s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(5) {
  animation-delay: 0.05s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(6) {
  animation-delay: 0.06s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(7) {
  animation-delay: 0.07s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(8) {
  animation-delay: 0.08s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(9) {
  animation-delay: 0.09s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(10) {
  animation-delay: 0.1s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(11) {
  animation-delay: 0.11s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(12) {
  animation-delay: 0.12s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(13) {
  animation-delay: 0.13s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(14) {
  animation-delay: 0.14s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(15) {
  animation-delay: 0.15s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(16) {
  animation-delay: 0.16s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(17) {
  animation-delay: 0.17s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(18) {
  animation-delay: 0.18s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(19) {
  animation-delay: 0.19s;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:focus a span:nth-child(20) {
  animation-delay: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span {
    animation: hoveShopInformationItemKey 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(2) {
    animation-delay: 0.02s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(3) {
    animation-delay: 0.03s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(4) {
    animation-delay: 0.04s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(5) {
    animation-delay: 0.05s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(6) {
    animation-delay: 0.06s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(7) {
    animation-delay: 0.07s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(8) {
    animation-delay: 0.08s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(9) {
    animation-delay: 0.09s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(10) {
    animation-delay: 0.1s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(11) {
    animation-delay: 0.11s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(12) {
    animation-delay: 0.12s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(13) {
    animation-delay: 0.13s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(14) {
    animation-delay: 0.14s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(15) {
    animation-delay: 0.15s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(16) {
    animation-delay: 0.16s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(17) {
    animation-delay: 0.17s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(18) {
    animation-delay: 0.18s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(19) {
    animation-delay: 0.19s;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item:hover a span:nth-child(20) {
    animation-delay: 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item {
    width: 72%;
    min-width: 270px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
  }
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 33px;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item a span {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 200%;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item a span {
  font-size: 0.9375rem;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationList .p_shopInformationList__item a i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_a_w.svg") no-repeat center center;
  background-size: cover;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationNote {
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 200%;
}
.p_shopInformation .p_shopInformationInner .p_shopInformationNote {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p_shopInformation .p_shopInformationInner .p_shopInformationNote {
    padding-top: 12px;
    line-height: 170%;
  }
  .p_shopInformation .p_shopInformationInner .p_shopInformationNote {
    font-size: 0.8125rem;
  }
}

.p_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
.p_footer .p_footerContent {
  padding: 16vw 6.25% 222px 6.7%;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerContent {
    padding: 0px 5.3% 46px 5.3%;
  }
}
.p_footer .p_footerContent .p_footerContent_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerContent .p_footerContent_inner {
    display: block;
  }
}
.p_footer .p_footerContent .p_footerContent_inner .p_footerContentLogo {
  width: 78px;
}
.p_footer .p_footerContent .p_footerContent_inner .p_footerContentBottle {
  position: absolute;
  z-index: 2;
  top: -23.5vw;
  left: 50%;
  width: 72%;
  max-width: 900px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerContent .p_footerContent_inner .p_footerContentBottle {
    position: relative;
    top: unset;
    left: unset;
    width: 124%;
    margin-left: -12%;
    transform: none;
  }
}
.p_footer .p_footerContent .p_footerContent_inner .p_footerContentBottleText {
  width: 50.5%;
  transform: translateX(6%);
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerContent .p_footerContent_inner .p_footerContentBottleText {
    width: 100%;
    margin-top: -70%;
    transform: translateX(0%);
    transform: none;
  }
}
.p_footer .p_footerContent .p_footerContent_inner .p_footerContentFitsYouStore {
  width: 162px;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerContent .p_footerContent_inner .p_footerContentFitsYouStore {
    margin-top: 182px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_footer .p_footerBottom {
  position: relative;
  z-index: 2;
  padding: 0 6.1%;
}
.p_footer .p_footerBottom .p_footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 3.4%;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerBottom .p_footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2%;
    gap: 16px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .p_footer .p_footerBottom .p_footerNav {
    justify-content: space-between;
  }
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: #fff;
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a:focus::after {
  animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .p_footer .p_footerBottom .p_footerNav .p_footerNav__item a:hover::after {
    animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a span {
  letter-spacing: 0em;
  color: #fff;
  line-height: 120%;
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerBottom .p_footerNav .p_footerNav__item a span {
    font-size: 0.8125rem;
  }
}
.p_footer .p_footerBottom .p_footerNav .p_footerNav__item a i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_a_w.svg") no-repeat center center;
  background-size: cover;
}
.p_footer .p_footerBottom .p_footerCopyright {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerBottom .p_footerCopyright {
    justify-content: center;
    padding-top: 48px;
  }
}
@media screen and (max-width: 1400px) {
  .p_footer .p_footerBottom .p_footerCopyright {
    justify-content: center;
  }
  .p_footer .p_footerBottom .p_footerCopyright .no-mobile {
    display: none;
  }
}
.p_footer .p_footerBottom .p_footerCopyright span {
  color: #fff;
  line-height: 133%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_footer .p_footerBottom .p_footerCopyright span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_footer .p_footerBottom .p_footerCopyright span {
    font-size: 0.8125rem;
  }
}

.p_topPageKV {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p_topPageKV {
    height: calc(100vh + 2px);
    height: calc(100dvh + 2px);
  }
}
.p_topPageKV .p_topPageKV_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p_topPageKV .p_topPageKV_inner .js-kvSwiper {
  height: 100%;
}
.p_topPageKV .p_topPageKV_inner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p_topPageKV .p_topPageKV_inner .swiper-slide .p_topPageKV_A {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top_kv_sp_1.jpg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p_topPageKV .p_topPageKV_inner .swiper-slide .p_topPageKV_B {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top_kv_sp_2.jpg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 375px) {
  .p_topPageKV .p_topPageKV_inner .swiper-slide .p_topPageKV_B {
    background-image: url("../images/top_kv_sp_2.jpg.webp");
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
  }
}
.p_topPageKV .p_topPageKV_innerImage {
  width: 100%;
  height: 100%;
}
.p_topPageKV .p_topPageKV_title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 4.8%;
  display: block;
  width: 91%;
}
@media screen and (max-width: 768px) {
  .p_topPageKV .p_topPageKV_title {
    bottom: 22px;
    left: 7.6%;
    width: 84.8%;
  }
}

.p_topPageContent {
  position: relative;
  background: url("../images/wave_bg.jpg.webp") repeat center center #fff;
  background-size: cover;
}
.p_topPageContent::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p_topPageContent::before {
    height: 40%;
  }
}

.p_topPagePickUpItems {
  position: relative;
  z-index: 5;
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems {
    padding-top: 64px;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsTitle {
  text-align: center;
}
.p_topPagePickUpItems .p_topPagePickUpItemsTitle span {
  color: #000;
  line-height: 183%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p_topPagePickUpItems .p_topPagePickUpItemsTitle span {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsTitle span {
    font-size: 2.1875rem;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemList {
  position: relative;
  width: 100%;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListInner {
  display: grid !important;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  padding-top: 72px;
  padding-right: 16%;
  padding-left: 16%;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItemListInner {
    display: flex !important;
    justify-content: unset !important;
    width: 100% !important;
    height: 100% !important;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: unset !important;
    gap: unset;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListInner.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.54, 0.12, 0.12, 0.99);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListNav .swiper-navigation-icon {
  display: none;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListNav .swiper-button-prev {
  left: 4.8%;
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListNav .swiper-button-prev {
  font-size: 0.8125rem;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListNav .swiper-button-next {
  right: 4.8%;
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItemListNav .swiper-button-next {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure figcaption {
    padding-top: 12px;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure div:not(.m_productItemImage) {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure div:not(.m_productItemImage) {
    width: 71%;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage {
  position: relative;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage {
    width: 71%;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover):focus img:nth-child(1) {
  opacity: 0;
  filter: blur(10px);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover):focus img:nth-child(2) {
  opacity: 1;
  filter: blur(0px);
}
@media (hover: hover) and (pointer: fine) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover):hover img:nth-child(1) {
    opacity: 0;
    filter: blur(10px);
  }
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover):hover img:nth-child(2) {
    opacity: 1;
    filter: blur(0px);
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover) img {
  width: 100%;
  height: auto;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, filter;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover) img:nth-child(1) {
  display: block;
  opacity: 1;
  filter: blur(0px);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure .m_productItemImage:not(.NoHover) img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(10px);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure figcaption {
  text-align: center;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure figcaption span {
  display: block;
  padding-top: 6px;
  white-space: normal; /* 通常の折り返し */
  word-break: keep-all; /* 単語途中で折らない（スペースでのみ折れる） */
  color: #1e41af;
  line-height: 140%;
  overflow-wrap: normal; /* 単語内での分割を無効化 */
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__figure figcaption span {
  font-size: 0.9375rem;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content {
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content:focus .p_topPagePickUpItemsItem__title:not(.is-open) {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content:hover .p_topPagePickUpItemsItem__title:not(.is-open) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content {
    width: 46%;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__headLine,
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__bottomLine {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background-color: #1e41af;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__headLine::before, .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__headLine::after,
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__bottomLine::before,
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__bottomLine::after {
  display: block;
  width: 1px;
  height: 3px;
  content: "";
  background-color: #1e41af;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__headLine {
  margin-bottom: 10.5px;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__bottomLine {
  align-items: flex-end;
  margin-top: 10.5px;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: padding 0.3s cubic-bezier(0.32, 0.62, 0.15, 1.02);
  gap: 5px;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title.is-open {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title span {
  display: block;
  color: #1e41af;
  line-height: 129%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title span {
  font-size: 0.875rem;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title i {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/icon_plus_a_bl.svg") no-repeat center center;
  background-size: cover;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title.js-accordion-trigger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title.js-accordion-trigger i {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__title.js-accordion-trigger.is-open i {
  transform: rotate(45deg);
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList {
  overflow: hidden;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList.js-accordion-content {
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0.78, 0.14, 0, 1.01), opacity 0.8s cubic-bezier(0.705, 0.005, 0.26, 1.025);
  opacity: 0;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList.js-accordion-content.is-open {
  max-height: 200px;
  opacity: 1;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  gap: 5px;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: #1e41af;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a:focus::after {
  animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a:hover::after {
    animation: underline-hover-reverse-animation-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a span {
  color: #000;
  line-height: 120%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a span {
  font-size: 0.9375rem;
}
.p_topPagePickUpItems .p_topPagePickUpItemsItem .p_topPagePickUpItemsItem__content .p_topPagePickUpItemsItem__shopList .p_topPagePickUpItemsItem__shopListItem a i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_a_bl.svg") no-repeat center center;
  background-size: cover;
}

.p_topPageNewWave {
  position: relative;
  z-index: 3;
  padding-top: 580px;
  padding-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave {
    padding-top: 300px;
    padding-bottom: 120px;
  }
}
.p_topPageNewWave .p_topPageNewWaveInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 14.2%;
  padding-left: 9%;
  gap: 0 8%;
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave .p_topPageNewWaveInner {
    display: block;
    padding-right: 0;
  }
}
.p_topPageNewWave .p_topPageNewWaveTitle {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave .p_topPageNewWaveTitle {
    display: block;
  }
}
.p_topPageNewWave .p_topPageNewWaveTitle span {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-size: 4.861vw;
  line-height: 120%;
  font-feature-settings: "pwid" on, "palt" on;
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave .p_topPageNewWaveTitle span {
    line-height: 135%;
  }
  .p_topPageNewWave .p_topPageNewWaveTitle span {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave .p_topPageNewWaveContent {
    padding-top: 20px;
  }
}
.p_topPageNewWave .p_topPageNewWaveContent p {
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 1.1805555556vw;
  line-height: 265%;
}
@media screen and (max-width: 768px) {
  .p_topPageNewWave .p_topPageNewWaveContent p {
    line-height: 230%;
  }
  .p_topPageNewWave .p_topPageNewWaveContent p {
    font-size: 0.9375rem;
  }
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(1).js-inViewBlurTextAct {
  animation-delay: 0.1s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(2).js-inViewBlurTextAct {
  animation-delay: 0.2s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(3).js-inViewBlurTextAct {
  animation-delay: 0.3s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(4).js-inViewBlurTextAct {
  animation-delay: 0.4s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(5).js-inViewBlurTextAct {
  animation-delay: 0.5s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(6).js-inViewBlurTextAct {
  animation-delay: 0.6s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(7).js-inViewBlurTextAct {
  animation-delay: 0.7s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(8).js-inViewBlurTextAct {
  animation-delay: 0.8s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(9).js-inViewBlurTextAct {
  animation-delay: 0.9s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(10).js-inViewBlurTextAct {
  animation-delay: 1s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(11).js-inViewBlurTextAct {
  animation-delay: 1.1s;
}
.p_topPageNewWave .p_topPageNewWaveContent p:nth-child(12).js-inViewBlurTextAct {
  animation-delay: 1.2s;
}

.p_topPageProductLineUp .p_topPageProductLineUpInner {
  position: relative;
  width: 100%;
}
.p_topPageProductLineUp .p_topPageProductLineUpTitle {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpTitle {
    top: 27px;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpTitle span {
  display: inline-block;
  color: #fff;
  line-height: 86%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_topPageProductLineUp .p_topPageProductLineUpTitle span {
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpTitle span {
    font-size: 1.5625rem;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpContent {
  position: relative;
}
.p_topPageProductLineUp .p_topPageProductLineUpNav {
  position: absolute;
  z-index: 3;
  bottom: 13px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.p_topPageProductLineUp .p_topPageProductLineUpNav .p_topPageProductLineUpNavItemList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_topPageProductLineUp .p_topPageProductLineUpNav .p_topPageProductLineUpNavItem,
.p_topPageProductLineUp .p_topPageProductLineUpNav .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  background: #fff;
}
.p_topPageProductLineUp .p_topPageProductLineUpNav .p_topPageProductLineUpNavItem.Active,
.p_topPageProductLineUp .p_topPageProductLineUpNav .swiper-pagination-bullet.Active {
  background: #1e41af;
}
.p_topPageProductLineUp .p_topPageProductLineUpNav .p_topPageProductLineUpNavItem.swiper-pagination-bullet-active,
.p_topPageProductLineUp .p_topPageProductLineUpNav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e41af;
}
.p_topPageProductLineUp .p_topPageProductLineUpList {
  position: relative;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpListInner {
  display: flex;
  align-items: center;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem {
  position: relative;
  width: 50vw;
  aspect-ratio: 720/768;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem:focus .p_topPageProductLineUpItem__imageFg {
  transform: scale(1.05);
}
@media (hover: hover) and (pointer: fine) {
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem:hover .p_topPageProductLineUpItem__imageFg {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    aspect-ratio: unset;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageFg {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageFg {
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
  }
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageFg.ScaleFix {
    top: 11%;
    left: 11%;
    width: 78%;
    height: 78%;
  }
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageFg.ScaleFix span {
    left: 10%;
    width: 80%;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__image .p_topPageProductLineUpItem__imageFg span {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 15%;
  display: block;
  width: 70%;
  height: 70%;
  opacity: 0;
  background: #fff;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title {
    bottom: 64px;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 160%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title span {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title span {
    padding-bottom: 20px;
    line-height: 100%;
  }
  .p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title span {
    font-size: 2.5rem;
  }
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title small {
  display: block;
  transform: translateY(-9px);
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 120%;
}
.p_topPageProductLineUp .p_topPageProductLineUpList .p_topPageProductLineUpItem .p_topPageProductLineUpItem__title small {
  font-size: 0.9375rem;
}

.p_topPageHistory {
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory {
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}
.p_topPageHistory .p_topPageHistoryTypo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
.p_topPageHistory .p_topPageHistoryTypo .p_topPageHistoryTypoInner {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: filter;
}
.p_topPageHistory .p_topPageHistoryTypo .p_topPageHistoryTypoItem {
  position: absolute;
  top: 0;
  left: 0;
  /* JS側で --typo-size を%で付与（10〜18%想定） */
  width: var(--typo-size, 14%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: transform;
}
.p_topPageHistory .p_topPageHistoryTypo .p_topPageHistoryTypoItem img {
  display: block;
  width: 100%;
  height: auto;
}
.p_topPageHistory .p_topPageHistoryInner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  will-change: filter, transform;
  filter: blur(30px);
}
.p_topPageHistory .p_topPageHistoryInner.BlurAct {
  transform: scale(1);
  opacity: 1;
  border-color: #fff;
  filter: blur(0px);
}
.p_topPageHistory .p_topPageHistoryHeading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4.7%;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryHeading {
    display: block;
    transform: translateX(0);
  }
}
.p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryTitle {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryTitle {
    width: 59.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryTitle span {
  color: #000;
}
.p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryRead {
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-0.3rem);
  color: #000;
  line-height: 180%;
}
.p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryRead {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryRead {
    width: 100%;
    padding-top: 32px;
    transform: translateY(0);
  }
  .p_topPageHistory .p_topPageHistoryHeading .p_topPageHistoryRead {
    font-size: 0.8125rem;
  }
}
.p_topPageHistory .p_topPageHistoryContent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  gap: 0 7.1%;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryContent {
    display: block;
    padding-top: 60px;
  }
}
.p_topPageHistory .p_topPageHistoryItem {
  position: relative;
  width: 482px;
  text-align: center;
  aspect-ratio: 483/290;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem {
    width: 100%;
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemInner {
  position: relative;
  z-index: 3;
}
.p_topPageHistory .p_topPageHistoryItem.p_topPageHistoryItem_1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem.p_topPageHistoryItem_1 {
    padding-top: 10px;
  }
}
.p_topPageHistory .p_topPageHistoryItem.p_topPageHistoryItem_2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem.p_topPageHistoryItem_2 {
    align-items: flex-start;
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.p_topPageHistory .p_topPageHistoryItem::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/laurel_l.png.webp") no-repeat center left;
  background-size: auto 100%;
}
.p_topPageHistory .p_topPageHistoryItem::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/laurel_r.png.webp") no-repeat center right;
  background-size: auto 100%;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemTitle {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.03em;
  color: #000;
  border-bottom: 2px solid #000;
  line-height: 140%;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemTitle {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemTitle {
    font-size: 0.98125rem;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 40px;
  gap: 0 0.2rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue {
    padding-top: 26px;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  height: 5rem;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber {
    height: 3.4375rem;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber .p_topPageHistoryItemValueNumberInner {
  transform: translateY(0%);
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber span {
  display: block;
  height: 5rem;
  color: #1e41af;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1e41af;
  gap: 0;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber span {
    height: 3.4375rem;
    -webkit-text-stroke-width: 1px;
  }
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueNumber span {
    font-size: 3.4375rem;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueUnit {
  transform: translateY(-0.3rem);
  color: #000;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueUnit {
  font-size: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueUnit {
    -webkit-text-stroke-width: 0px;
  }
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemValue .p_topPageHistoryItemValueUnit {
    font-size: 1.8125rem;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead {
  display: block;
  padding-top: 8px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 180%;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead {
    font-size: 0.5625rem;
  }
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead a {
  position: relative;
  cursor: pointer;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: left center;
  background: #000;
}
.p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead a:focus::after {
  animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .p_topPageHistory .p_topPageHistoryItem .p_topPageHistoryItemRead a:hover::after {
    animation: underline-hover-reverse-animation-reverse-key 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}

.p_fragrancePageKV {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.p_fragrancePageKV .p_fragrancePageKV_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p_fragrancePageKV .p_fragrancePageKV_inner .c_primaryPageTitle {
  position: relative;
  z-index: 3;
}
.p_fragrancePageKV .p_fragrancePageKV_inner .p_fragrancePageKV_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_aboutPageAwardsGradientWrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p_aboutPageAwardsGradient {
  position: relative;
  width: 100%;
  height: 100%;
  animation: pAboutPageAwardsGradientOrbitScale 20s linear infinite;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwardsGradient {
    animation: none;
  }
}
.p_aboutPageAwardsGradient::before {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 200%;
  content: "";
  animation: pAboutPageAwardsGradientOrbit 30s linear infinite;
  border-radius: 50%;
  background: radial-gradient(45% 45% at 20% 80%, rgba(135, 173, 255, 0.35) 0%, rgba(135, 173, 255, 0.4) 60%), radial-gradient(55% 55% at 80% 20%, rgba(20, 40, 180, 0.45) 0%, rgb(20, 40, 180) 60%);
  will-change: transform, filter;
  aspect-ratio: 1/10;
  filter: blur(200px) saturate(100%);
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwardsGradient::before {
    width: 200%;
    height: auto;
    animation: pAboutPageAwardsGradientOrbitSP 130s linear infinite;
    aspect-ratio: 1/1;
    filter: blur(100px) saturate(150%);
  }
}

@keyframes pAboutPageAwardsGradientOrbitScale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
    transform-origin: center center;
  }
  50% {
    transform: scale(1);
    transform-origin: bottom left;
  }
  75% {
    transform: scale(1.2);
    transform-origin: top right;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pAboutPageAwardsGradientOrbit {
  0% {
    bottom: -40%;
    left: -100%;
  }
  25% {
    bottom: 70%;
    left: -100%;
  }
  50% {
    bottom: 70%;
    left: 30%;
  }
  75% {
    bottom: -40%;
    left: 30%;
  }
  100% {
    bottom: -40%;
    left: -100%;
  }
}
@keyframes pAboutPageAwardsGradientOrbitSP {
  0% {
    bottom: -5%;
    left: -120%;
  }
  48% {
    bottom: 78%;
    left: -120%;
  }
  53% {
    bottom: 78%;
    left: 30%;
  }
  98% {
    bottom: 0%;
    left: 30%;
  }
  100% {
    bottom: -5%;
    left: -120%;
  }
}
.p_aboutPage {
  position: relative;
  z-index: 2;
}
.p_aboutPage::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
}

.p_aboutPageKV {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.p_aboutPageKV .p_aboutPageKV_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p_aboutPageKV .p_aboutPageKV_inner .c_primaryPageTitle {
  position: relative;
  z-index: 3;
}
.p_aboutPageKV .p_aboutPageKV_inner .p_aboutPageKV_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_aboutPageOurHistory {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory {
    padding-top: 15px;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner {
  position: relative;
  padding-right: 6.5%;
  padding-left: 6.5%;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner {
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: space-between;
  height: 115px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading {
    align-items: flex-end;
    height: 115px;
    padding-bottom: 12px;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear {
    position: relative;
    overflow: hidden;
    height: 70px;
    padding-top: 15px;
    transform: translateY(12px);
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearInner {
  width: 100%;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearItem.active span {
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: unset;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearItem span {
  position: relative;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.2;
  line-height: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearItem span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryHeading .p_aboutPageOurHistoryYear .p_aboutPageOurHistoryYearItem span {
    font-size: 2.5rem;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListWrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear {
  position: absolute;
  z-index: 5;
  top: 190px;
  left: 7%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear {
    position: fixed;
    z-index: 5;
    top: calc(100vh - 15px - 30px - 30px);
    top: calc(100dvh - 15px - 30px - 30px);
    left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94%;
    height: 29px;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    gap: 0 20px;
  }
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear.is_hide {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  cursor: pointer;
  color: #878787;
  line-height: 100%;
  gap: 0 6px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem {
    padding-top: 0;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem {
  font-size: 0.9375rem;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: none;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem.active {
  color: #000;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem.active::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #1e41af;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryListYear .p_aboutPageOurHistoryListYearItem:nth-child(1) {
  padding-top: 0px;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList {
  position: relative;
  padding-right: 9.8%;
  padding-left: 12.5%;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList {
    padding-right: 0;
    padding-left: 0;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem {
  position: relative;
  display: grid;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 75px;
  grid-template-columns: 46% 49.5%;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-bottom: 45px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemImage {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemDescription {
    width: 100%;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemDescription dt {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  line-height: 120%;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemDescription dt {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemDescription dt {
    line-height: 140%;
  }
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem .p_aboutPageOurHistoryItemDescription dt {
    font-size: 1.25rem;
  }
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem dd {
  padding-top: 14px;
  letter-spacing: 0.07em;
  color: #000;
  line-height: 180%;
}
.p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem dd {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem dd {
    padding-top: 12px;
    letter-spacing: 0.025em;
    line-height: 200%;
  }
  .p_aboutPageOurHistory .p_aboutPageOurHistoryInner .p_aboutPageOurHistoryList .p_aboutPageOurHistoryItem dd {
    font-size: 0.8125rem;
  }
}

.p_aboutPageAwards {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 6.5%;
  padding-left: 6.5%;
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading {
    display: block;
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .m_primarySectionTitle {
    text-align: center;
  }
}
.p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 120%;
  gap: 5px;
}
.p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText {
    margin-top: 11px;
  }
  .p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText {
    font-size: 0.8125rem;
  }
}
.p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText i {
  display: block;
  width: 23px;
  height: 24px;
  background: url("../images/icon_crown_w.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwards .p_aboutPageAwardsInner .p_aboutPageAwardsHeading .p_aboutPageAwardsHeadingText i {
    width: 15px;
    height: 16px;
    margin-top: -3px;
  }
}
.p_aboutPageAwards .p_aboutPageAwardsInner .c_awardsList {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_aboutPageAwards .p_aboutPageAwardsInner .c_awardsList {
    padding-top: 20px;
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}

.no-desktop {
  display: none !important;
}

.no-display {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .show-mobileFlex {
    display: flex !important;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.swiper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: initial;
  width: 100%;
  height: 100%;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  pointer-events: none;
  opacity: 0;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  transform-origin: center;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  right: auto;
  left: var(--swiper-navigation-top-offset, 50%);
  margin-top: 0;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  top: auto;
  bottom: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  transition: opacity 0.3s;
  transform: translateZ(0);
  text-align: center;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  transition-property: transform, opacity, height;
  backface-visibility: hidden;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}

.js-inView {
  opacity: 0;
}

.js-inViewAct {
  animation: inViewActKey 1s;
  animation-timing-function: cubic-bezier(0.47, 0.135, 0.41, 1.005);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

@keyframes inViewActKey {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.js-inViewDelay {
  opacity: 0;
}

.js-inViewDelayAct {
  animation: inViewDelayActKey 2s;
  animation-timing-function: cubic-bezier(0.47, 0.135, 0.41, 1.005);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  will-change: opacity;
  backface-visibility: hidden;
}

@keyframes inViewDelayActKey {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.js-inViewBlur {
  opacity: 0;
}

.js-inViewBlurAct {
  animation: inViewBlurActKey 1s;
  animation-fill-mode: forwards;
  will-change: transform, border-color, filter;
  backface-visibility: hidden;
}

@keyframes inViewBlurActKey {
  0% {
    transform: scale(0.96);
    opacity: 0;
    border-color: transparent;
    filter: blur(30px);
  }
  30% {
    transform: scale(0.99);
    opacity: 1;
    border-color: transparent;
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    border-color: #fff;
    filter: blur(0px);
  }
}
@keyframes hoveShopInformationItemKey {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  20% {
    transform: translateY(10%);
    opacity: 0.1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes footerBottleLKey {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes topPageHistoryItemValueNumberInnerKey {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes topPageHistoryItemValueNumberInnerKeyStop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}
.js-inViewBlurText {
  opacity: 0;
}

.js-inViewBlurTextAct {
  animation: inViewBlurTextActKey 0.8s;
  animation-fill-mode: forwards;
  will-change: transform, border-color, filter;
  backface-visibility: hidden;
}

@keyframes inViewBlurTextActKey {
  0% {
    opacity: 0;
    filter: blur(30px);
  }
  30% {
    opacity: 1;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    border-color: #fff;
    filter: blur(0px);
  }
}
.js-inViewBlurRandomText {
  opacity: 0;
}

.js-inViewBlurRandomTextAct {
  animation: inViewBlurRandomTextActKey 0.8s;
  animation-delay: var(--animation-delay, 0.1s);
  animation-fill-mode: forwards;
  will-change: transform, border-color, filter;
  backface-visibility: hidden;
}

@keyframes inViewBlurRandomTextActKey {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(30px);
  }
  30% {
    transform: scale(0.99);
    opacity: 1;
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    border-color: #fff;
    filter: blur(0px);
  }
}
@keyframes inHintHandActKey {
  0% {
    transform: translateX(60%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-60%);
    opacity: 0;
  }
}

/*# sourceMappingURL=app.css.map*/