@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gray: #C9C5C5;
  --grayline:#E6E6E6;
  --grayblack: #999999;
  --lightBlack: #2b3137;
  --red:#E74566;
  --blue:#376AB2;
  --noir:#232547;
  --navy:#091c31;
  --text:#303030;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

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

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-padding-top: 20px;
  overflow-y: scroll;
}

body {
  background-color: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 0;
  flex: 1;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: 0.2s;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: none;
  opacity: 1;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-wrapper.l-wrapper-sp_none {
    padding-inline: 0;
  }
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.l-header__hamburger {
  position: fixed;
  z-index: 9999;
  width: min(80px, 4.1666666667vw);
  height: min(80px, 4.1666666667vw);
  top: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px 0px 0px min(30px, 1.5625vw);
  transition: 0.3s;
  background-image: linear-gradient(169deg, rgb(156, 207, 255) 6%, rgb(255, 186, 206) 62%, rgb(255, 156, 195));
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 0px 0px 0px 4.8vw;
  }
}
.l-header__hamburger .l-header__lines {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__hamburger .bar--top,
.l-header__hamburger .bar--middle,
.l-header__hamburger .bar--bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.l-header__hamburger .bar--top {
  transform: translate(-50%, -0.5208333333vw);
}
@media screen and (max-width: 768px) {
  .l-header__hamburger .bar--top {
    transform: translate(-50%, -1.3333333333vw);
  }
}
.l-header__hamburger .bar--middle {
  transform: translate(-50%, 0);
}
.l-header__hamburger .bar--bottom {
  transform: translate(-50%, 0.5208333333vw);
}
@media screen and (max-width: 768px) {
  .l-header__hamburger .bar--bottom {
    transform: translate(-50%, 1.3333333333vw);
  }
}
.l-header__hamburger.active .bar--top {
  transform: translate(-50%, 0) rotate(30deg);
}
.l-header__hamburger.active .bar--middle {
  opacity: 0;
}
.l-header__hamburger.active .bar--bottom {
  transform: translate(-50%, 0) rotate(-30deg);
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 100;
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav .l-header__nav-item {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--grayblack);
  font-size: 2rem;
  letter-spacing: 0.02em;
  list-style: url("../img/subtract.svg") inside;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-header__nav .l-header__nav-item:first-of-type {
  margin-top: 32px;
}
.l-header__nav .l-header__nav-item:hover {
  color: #F0C9F0;
}
@media screen and (max-width: 768px) {
  .l-header__nav .l-header__nav-item {
    font-size: 6.4vw;
  }
}

.l-header__nav-inner {
  background-color: var(--white);
  width: 500px;
  height: 100%;
  padding-top: min(80px, 4.1666666667vw);
  margin-left: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav-inner {
    width: 100%;
    padding-top: 12.8vw;
  }
}
.l-header__nav-inner picture {
  position: absolute;
  max-width: 300px;
  right: -2%;
  bottom: -18%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .l-header__nav-inner picture {
    max-width: 62.6666666667vw;
  }
}

.l-header__nav-list {
  padding-left: 32px;
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  position: relative;
  z-index: 500;
}

.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: linear-gradient(125deg, rgba(240, 201, 240, 0.6) 0%, rgba(175, 182, 255, 0.6) 58%, rgba(205, 177, 177, 0.6) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 10;
}
.l-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.l-footer {
  text-align: center;
  padding-inline: min(80px, 4.1666666667vw);
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
}

.l-footer__bk {
  position: relative;
  border-radius: 50px 50px 0 0;
  border: max(1px, 0.0520833333vw) solid var(--grayline);
}

.l-footer__wrap {
  margin: 0 auto;
  padding: 100px 62px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    padding: 17.0666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
.l-footer__wrap::before {
  content: "";
  position: absolute;
  border-radius: 50px 50px 0 0;
  inset: 0;
  background: #e7e9ef;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  opacity: 0.1;
  z-index: -1;
}

.l-footer__logo {
  margin: 0 auto 100px;
  max-width: 512px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    gap: 5.3333333333vw;
    margin: 0 auto 17.0666666667vw;
  }
}

.l-footer__logo--img {
  width: 255px;
}

.l-footer__link--wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 705px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__link--wrap {
    margin: 0 auto 6.4vw;
  }
}

.l-footer__link--items01 {
  font-size: 14px;
  color: var(--text);
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .l-footer__link--items01 {
    flex-direction: column;
    gap: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}

.l-footer__link--items02 {
  font-size: 14px;
  color: var(--text);
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .l-footer__link--items02 {
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

.l-footer__link--item {
  position: relative;
}
.l-footer__link--item:hover {
  opacity: 0.8;
}

.l-footer__link--text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.l-footer__link--img {
  width: 16px;
}

.l-footer__link--item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .l-footer__link--item:not(:last-child)::after {
    right: -8px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__link--item-first:first-child::after {
    content: none;
  }
}

.l-footer__copy {
  font-size: 12px;
  color: var(--text);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.6666666667vw;
    line-height: 1.8em;
  }
}

.l-footer__to-top {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 108px;
  height: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 100;
}
@media screen and (max-width: 1032px) {
  .l-footer__to-top {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__to-top {
    transform: translate(-50%, -50%);
    right: 50%;
    left: 50%;
    top: -9%;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}

.l-footer__to-top-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: footer-ring-spin 24s linear infinite;
}

.l-footer__to-top-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__to-top-star {
  transition: transform 0.6s ease;
  width: 22px;
}
@media screen and (max-width: 1032px) {
  .l-footer__to-top-star {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__to-top-star {
    width: 4.8vw;
  }
}

.l-footer__to-top-arrow {
  transition: transform 0.3s ease;
  width: 14px;
}
@media screen and (max-width: 1032px) {
  .l-footer__to-top-arrow {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__to-top-arrow {
    width: 2.6666666667vw;
  }
}

.l-footer__to-top:hover .l-footer__to-top-star {
  transform: rotate(180deg);
}

.l-footer__to-top:hover .l-footer__to-top-arrow {
  transform: translateY(-2px);
}

@keyframes footer-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.l-line {
  position: relative;
}
.l-line::before {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  border-right: min(1px, 0.0520833333vw) solid var(--grayline);
  width: min(81px, 4.21875vw);
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-line::before {
    width: 4.2666666667vw;
  }
}
.l-line::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  right: 0;
  border-left: min(1px, 0.0520833333vw) solid var(--grayline);
  width: min(81px, 4.21875vw);
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-line::after {
    width: 4.2666666667vw;
  }
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.c-button-wrapper {
  display: flex;
  justify-content: center;
}

.c-button__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  border-radius: 26px;
  width: 272px;
  height: 52px;
  border: 1px solid #e6e6e6;
  background-image: linear-gradient(169deg, rgb(156, 207, 255) 6%, rgb(255, 186, 206) 62%, rgb(255, 156, 195));
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.6s ease, color 0.6s ease, box-shadow 0.6s ease;
}
@media screen and (max-width: 768px) {
  .c-button__button {
    width: 72.5333333333vw;
    height: 13.8666666667vw;
    border-radius: 26.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-button__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: linear-gradient(169deg, rgb(255, 156, 195), rgb(255, 186, 206) 38%, rgb(156, 207, 255));
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.c-button__button:hover::before {
  opacity: 1;
}

.c-button__button-text {
  position: relative;
  z-index: 2;
}

.c-button__icon-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
.c-button__icon-wrapper img {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .c-button__icon-wrapper img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.c-button__icon-wrapper .c-button__icon-star {
  transform-origin: center;
  transform: rotate(0deg);
}
.c-button__icon-wrapper .c-button__icon-arrow {
  transform: translateX(0);
}

.c-button__button:hover .c-button__icon-star {
  transform: rotate(180deg);
}

.c-button__button:hover .c-button__icon-arrow {
  transform: translateX(2px);
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top {
  margin: 0 auto;
  text-align: center;
  height: auto;
  position: relative;
  border-bottom: min(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-top {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    width: 100%;
    height: auto;
    background-color: var(--white);
  }
}
.p-top::before {
  content: "";
  position: absolute;
  top: min(80px, 4.1666666667vw);
  left: 0;
  width: 100%;
  height: min(1px, 0.0520833333vw);
  background-color: var(--grayline);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top::before {
    top: 12.8vw;
  }
}

.p-top-mv__image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-top-mv__image {
    padding: 32.2666666667vw 4.2666666667vw 0;
  }
}
.p-top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv__image.visible {
  opacity: 1;
}

.p-top-mv__logo {
  position: absolute;
  z-index: 5;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo {
    top: 30%;
  }
}

.p-top-mv__logo.visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.p-top-mv__logo-blur {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(880px, 45.8333333333vw);
  height: min(165px, 8.59375vw);
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo-blur {
    width: 133.3333333333vw;
    height: 32vw;
    top: 50%;
  }
}

.p-top-mv__title {
  transform: translateX(-1%);
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    max-width: 100%;
    width: 77.3333333333vw;
    justify-content: center;
  }
}

.p-top-mv__logo-line {
  width: min(1px, 0.0520833333vw);
  height: min(50px, 2.6041666667vw);
  background-color: var(--gray);
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo-line {
    width: min(1px, 0.2666666667vw);
    height: 6.9333333333vw;
  }
}

.p-top-mv__collaboration {
  max-width: 21.4583333333vw;
  margin: 0 auto;
  margin-top: 0.9895833333vw;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top-mv__collaboration {
    max-width: 57.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-background {
  position: relative;
  z-index: 0;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 35%), linear-gradient(180deg, #ffffff 30%, #f7fcff 55%, #ffffff 70%), linear-gradient(180deg, #ffffff 65%, #f6f4ff 100%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6) 0%, transparent 80%);
  background-color: #ffffff;
}

.p-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/noise.png") repeat;
  background-size: 150px;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-background::before {
    background-size: 30px;
  }
}

.p-intro {
  position: relative;
}
.p-intro .petal, .p-intro .shine, .p-intro .rose {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}
.p-intro .petal {
  animation: float-rotate 6s ease-in-out infinite;
}
.p-intro .petal img {
  width: 50%;
  height: auto;
  display: block;
}
.p-intro .petal1 {
  top: 5%;
  left: 0%;
  animation-delay: 0s;
}
.p-intro .petal2 {
  top: 29%;
  left: 43%;
  animation-delay: 2s;
}
.p-intro .shine {
  animation: float-updown 10s ease-in-out infinite;
  max-width: 50px;
  height: auto;
}
.p-intro .shine img {
  width: 100%;
  height: auto;
  display: block;
}
.p-intro .shine1 {
  top: 55%;
  left: 42%;
  animation-delay: 0s;
}
@keyframes float-rotate {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(5deg) translateX(8px);
  }
}
@keyframes float-updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes float-sway-rotate {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(-5deg) translateX(-6px);
  }
}

.p-intro__content {
  padding: 0 min(80px, 4.1666666667vw) min(80px, 4.1666666667vw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro__content {
    padding: 0 4.2666666667vw 17.0666666667vw;
  }
}

.p-intro__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1em 0;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    font-size: 8.5333333333vw;
    padding: 17.0666666667vw 0;
  }
}
.p-intro__title::before, .p-intro__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/diamond-gradation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-intro__title::before, .p-intro__title::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-intro__title::before {
  left: -0.5em;
}
.p-intro__title::after {
  right: -0.5em;
}

.p-intro__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(1840px, 95.8333333333vw);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-intro__wrapper {
    flex-direction: column;
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__wrapper {
    padding: 0;
  }
}

.p-intro__box,
.p-intro__images {
  flex: 1 1 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-intro__box,
  .p-intro__images {
    flex: none;
    width: 100%;
  }
}

.p-intro__box {
  padding: 0 min(48px, 2.5vw);
}
@media screen and (max-width: 768px) {
  .p-intro__box {
    padding: 0 4.2666666667vw;
  }
}

.p-intro__logo {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  position: relative;
  z-index: 5;
  max-width: 540px;
  width: 100%;
  padding: 0 min(48px, 2.5vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-intro__logo {
    max-width: 100%;
    width: 77.3333333333vw;
    justify-content: center;
  }
}

.p-intro__top-decoration {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto min(64px, 3.3333333333vw);
  justify-content: flex-start;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .p-intro__top-decoration {
    margin-bottom: 8.5333333333vw;
  }
}
.p-intro__top-decoration .p-intro__diamond {
  width: 56px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-intro__top-decoration .p-intro__diamond {
    width: 8vw;
  }
}
.p-intro__top-decoration .p-intro__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--grayline);
}

.p-intro__bottom-decoration {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: min(64px, 3.3333333333vw) auto 0;
  justify-content: flex-end;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .p-intro__bottom-decoration {
    margin-top: 8.5333333333vw;
  }
}
.p-intro__bottom-decoration .p-intro__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--grayline);
}
.p-intro__bottom-decoration .p-intro__diamond {
  width: 56px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-intro__bottom-decoration .p-intro__diamond {
    width: 8vw;
  }
}

.p-intro__logo-line {
  width: min(1px, 0.0520833333vw);
  height: min(50px, 2.6041666667vw);
  background-color: var(--gray);
}
@media screen and (max-width: 768px) {
  .p-intro__logo-line {
    width: min(1px, 0.2666666667vw);
    height: 6.9333333333vw;
  }
}

.p-intro__text {
  font-weight: 300;
  font-style: normal;
  color: var(--text);
}
@media screen and (max-width: 1200px) {
  .p-intro__text {
    margin: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 1032px) {
  .p-intro__text {
    margin: 6.2015503876vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    margin: 17.0666666667vw 0;
    font-size: 3.4666666667vw;
  }
}
.p-intro__text p {
  margin-top: 32px;
  letter-spacing: 0.008em;
  line-height: 2;
}

.p-intro__images {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  position: relative;
  width: 100%;
  max-width: 45.8333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-intro__images {
    max-width: 100%;
  }
}
.p-intro__images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(14px, 0.7291666667vw);
  height: min(14px, 0.7291666667vw);
  background-image: url("../img/diamond-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1032px) {
  .p-intro__images::before {
    width: 1.3565891473vw;
    height: 1.3565891473vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__images::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1%;
    left: 1%;
  }
}
.p-intro__images::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(14px, 0.7291666667vw);
  height: min(14px, 0.7291666667vw);
  background-image: url("../img/diamond-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1032px) {
  .p-intro__images::after {
    width: 1.3565891473vw;
    height: 1.3565891473vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__images::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 1%;
    right: 1%;
  }
}
.p-intro__images picture {
  border-radius: min(50px, 2.6041666667vw) 0 min(50px, 2.6041666667vw) 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-intro__images picture {
    border-radius: 4.1666666667vw 0 4.1666666667vw 0;
  }
}
@media screen and (max-width: 1032px) {
  .p-intro__images picture {
    border-radius: 4.8449612403vw 0 4.8449612403vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__images picture {
    border-radius: 13.3333333333vw 0 13.3333333333vw 0;
  }
}
.p-intro__images img {
  width: 100%;
  height: 100%;
}

.p-schedule {
  text-align: center;
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-schedule::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 97px;
  height: 35px;
  background-image: url("../img/schedule_shine.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-schedule::after {
    width: 25.8666666667vw;
    height: 10.4vw;
    background-image: url("../img/schedule_shine_sp.svg");
  }
}

.p-schedule__wrapper {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: 0 min(80px, 4.1666666667vw);
}

.p-schedule__inner {
  max-width: 1164px;
  margin: 0 auto;
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
  border-radius: min(30px, 1.5625vw) 0 min(30px, 1.5625vw) 0;
  position: relative;
  padding: 48px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-schedule__inner {
    border-radius: 8vw 0 8vw 0;
    padding: 10.6666666667vw 0 0;
  }
}
.p-schedule__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgb(240, 201, 240), rgb(175, 182, 255) 58%, rgb(205, 177, 177));
  opacity: 0.1;
  z-index: -1;
}

.p-schedule__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-schedule__title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}

.p-schedule__decoration {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 32px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-schedule__decoration {
    margin-bottom: 4.2666666667vw;
  }
}
.p-schedule__decoration .p-schedule__diamond {
  width: 56px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-schedule__decoration .p-schedule__diamond {
    width: 9.3333333333vw;
  }
}
.p-schedule__decoration .p-schedule__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--grayline);
}

.p-schedule__date {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--text);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-schedule__date {
    font-size: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-schedule__date span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__date span {
    font-size: 5.3333333333vw;
  }
}

.p-schedule__notes {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .p-schedule__notes {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw;
  }
}
.p-schedule__notes li {
  text-align: left;
  width: 100%;
  max-width: 472px;
  font-size: 0.81rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .p-schedule__notes li {
    max-width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1.8em;
  }
}

.p-button {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-button {
    padding-top: 17.0666666667vw;
  }
}

.p-button__wrapper {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: 0 min(80px, 4.1666666667vw);
}

.p-button__group {
  display: flex;
  justify-content: space-between;
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-button__group {
    border-right: none;
    border-left: none;
  }
}

.p-button__item {
  width: 33.3333333333%;
  position: relative;
  display: flex;
  padding: 1.5em 2em;
  align-items: center;
  justify-content: center;
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  cursor: pointer;
  color: inherit;
  transition: background-color 0.3s ease;
  border-radius: 20px 0 20px 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .p-button__item {
    font-size: 3.4666666667vw;
    padding: 4.2666666667vw 2.1333333333vw 9.0666666667vw;
  }
}
.p-button__item.is-red {
  color: var(--red);
}
.p-button__item.is-red:hover {
  background-color: rgba(213, 43, 71, 0.031372549);
}
.p-button__item.is-blue {
  color: var(--blue);
}
.p-button__item.is-blue:hover {
  background-color: rgba(55, 106, 178, 0.031372549);
}
.p-button__item.is-noir {
  color: var(--noir);
}
.p-button__item.is-noir:hover {
  background-color: rgba(35, 37, 71, 0.031372549);
}
.p-button__item:hover .p-button__icon .star {
  transform: rotate(180deg);
}
.p-button__item:hover .p-button__icon .arrow {
  transform: translateY(2px);
}
.p-button__item:focus {
  outline: none;
}

.p-button__text {
  white-space: nowrap;
}

.p-button__icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: gap 0.6s ease;
  right: 3%;
}
.p-button__icon .star,
.p-button__icon .arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.6s ease;
  transform: none;
}
@media screen and (max-width: 768px) {
  .p-button__icon .star,
  .p-button__icon .arrow {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-button__icon .arrow {
  width: 14px;
  height: 12px;
  transform: none;
}
@media screen and (max-width: 768px) {
  .p-button__icon .arrow {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-button__icon {
    right: 0;
    left: 0;
    bottom: 15%;
  }
}

.p-product {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  position: relative;
  /* アニメーション定義 */
}
@media screen and (max-width: 768px) {
  .p-product {
    padding-bottom: 17.0666666667vw;
    padding-top: 17.0666666667vw;
  }
}
.p-product .petal, .p-product .shine, .p-product .rose {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}
.p-product .petal, .p-product .shine, .p-product .rose {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}
.p-product .petal {
  animation: float-rotate 6s ease-in-out infinite;
}
.p-product .petal img {
  width: 50%;
  height: auto;
  display: block;
}
.p-product .petal1 {
  top: 3%;
  right: -15%;
  animation-delay: 0s;
  width: 30%;
}
.p-product .petal2 {
  top: 15%;
  right: 5%;
  animation-delay: 2s;
}
.p-product .petal3 {
  top: 40%;
  left: 2%;
  animation-delay: 4s;
}
.p-product .petal4 {
  top: 55%;
  left: 15%;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-product .petal4 {
    top: 58%;
  }
}
.p-product .shine {
  animation: float-updown 10s ease-in-out infinite;
  max-width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-product .shine {
    max-width: 13.3333333333vw;
  }
}
.p-product .shine img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product .shine1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  .p-product .shine1 {
    top: 5%;
    left: 85%;
  }
}
.p-product .shine2 {
  top: 65%;
  left: 5%;
  animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .p-product .shine2 {
    top: 70%;
  }
}
.p-product .shine3 {
  top: 30%;
  right: 2%;
  animation-delay: 5s;
  max-width: 10%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-product .shine3 {
    max-width: 28.0112044818vw;
  }
}
.p-product .shine4 {
  top: 80%;
  left: 10%;
  animation-delay: 2.5s;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-product .shine4 {
    top: 85%;
    max-width: 280.1120448179vw;
  }
}
.p-product .rose {
  animation: float-sway-rotate 15s ease-in-out infinite;
  width: 60%;
  height: auto;
}
.p-product .rose img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product .rose1 {
  top: 25%;
  left: -10%;
  animation-delay: 1s;
  width: 30%;
}
.p-product .rose2 {
  top: 53%;
  right: -3%;
  animation-delay: 4s;
  width: 30%;
}
.p-product .rose3 {
  top: 0%;
  left: -5%;
  width: 50%;
  height: auto;
  animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .p-product .rose3 {
    width: 80%;
    height: auto;
  }
}
@keyframes float-rotate {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(5deg) translateX(5px);
  }
}
@keyframes float-updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes float-sway-rotate {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(8deg) translateX(1px);
  }
}

.p-product__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-product__title {
    font-size: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-product__title-red {
  color: var(--red);
}
.p-product__title-blue {
  color: var(--blue);
}
.p-product__title-noir {
  color: var(--noir);
}

.p-product__emblems {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(32px, 1.6666666667vw);
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-product__emblems {
    gap: 4.2666666667vw;
    padding: 0 18.6666666667vw 10.6666666667vw;
  }
}

.p-product__emblem {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: 3px;
  border-radius: 23px 0 0 0;
  position: relative;
}
.p-product__emblem::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(14px, 0.7291666667vw);
  height: min(14px, 0.7291666667vw);
  background-image: url("../img/diamond-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1032px) {
  .p-product__emblem::before {
    width: 1.3565891473vw;
    height: 1.3565891473vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__emblem::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__emblem {
    max-width: 17.0666666667vw;
    width: 100%;
    border-radius: 4vw 0 0 0;
    padding: 0.5333333333vw;
  }
}

.p-product__emblem-inner {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  border-radius: 23px 0 23px 0;
}
@media screen and (max-width: 768px) {
  .p-product__emblem-inner {
    border-radius: 4vw 0 4vw 0;
  }
}

.p-product__content {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
}

.p-product__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(80px, 4.1666666667vw);
}

.p-product__body {
  margin: 0 auto;
  max-width: 1166px;
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-product__body {
    border-right: none;
    border-left: none;
  }
}

.p-product__image-block {
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  max-width: 1166px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .p-product__image-block {
    padding: 1.6vw;
  }
}

.p-product__image-inner {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: max(40px, 2.0833333333vw) max(143px, 7.4479166667vw);
}
@media screen and (max-width: 1200px) {
  .p-product__image-inner {
    padding: max(40px, 2.0833333333vw) 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__image-inner {
    padding: 0;
    border: none;
  }
}
.p-product__image-inner img {
  max-width: 868px;
}
@media screen and (max-width: 768px) {
  .p-product__image-inner img {
    max-width: 100%;
  }
}

.p-product__text {
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  padding: 40px 32px;
}
@media screen and (max-width: 1200px) {
  .p-product__text {
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
@media screen and (max-width: 1032px) {
  .p-product__text {
    padding: 6.2015503876vw 1.5503875969vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__text {
    padding: 8.5333333333vw 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-product__text p {
  letter-spacing: 0.008em;
  line-height: 2;
}
.p-product__text p:last-child {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-product__text p:last-child {
    margin-top: 6.4vw;
  }
}

.sp__br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__br {
    display: block;
  }
}

.p-novelty {
  padding-inline: min(80px, 4.1666666667vw);
}
@media screen and (max-width: 768px) {
  .p-novelty {
    padding-bottom: 17.0666666667vw;
  }
}

.p-novelty__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1em 0;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-novelty__title {
    font-size: 8.5333333333vw;
    padding: 17.0666666667vw 0;
  }
}
.p-novelty__title::before, .p-novelty__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/diamond-gradation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-novelty__title::before, .p-novelty__title::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-novelty__title::before {
  left: -0.5em;
}
.p-novelty__title::after {
  right: -0.5em;
}

.p-novelty__wrap {
  max-width: 1166px;
  margin: 0 auto 80px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-novelty__wrap {
    max-width: 100%;
    padding-top: 8.5333333333vw;
    margin: 0;
  }
}

.p-novelty__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-novelty__content {
    flex-direction: column;
  }
}

.p-novelty__text {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 32px 0px;
  width: 65%;
  color: var(--text);
  font-size: 0.8125rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .p-novelty__text {
    width: 100%;
    font-size: 2.9333333333vw;
    display: contents;
    order: 1;
  }
}

.p-novelty--attention {
  font-size: 0.75rem;
  line-height: 2em;
  text-align: left;
  font-weight: 300;
  color: var(--text);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-novelty--attention {
    font-size: 2.9333333333vw;
    padding: 0 4.2666666667vw 10.6666666667vw;
  }
}

.p-novelty__sample {
  border-radius: 50px 0;
}

.p-novelty__shine--r, .p-novelty__shine--l {
  position: absolute;
  width: 47px;
}

.p-novelty__shine--r {
  right: 0;
}

.p-novelty__shine--l {
  transform: rotate(180deg);
  left: 0;
  bottom: 0;
}

.p-novelty__link {
  background: linear-gradient(139.66deg, #9CCFFF 2.38%, #FFBACE 60.45%, #FF9CC3 100%);
  border: 1px solid #E6E6E6;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  display: inline-block;
  padding: 10px 75px;
  align-self: center;
  color: var(--white);
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-novelty__link {
    order: 2;
    display: block;
    margin: 32px 0;
  }
}

.p-novelty__detail {
  font-size: 18px;
  color: var(--text);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-novelty__detail {
    font-size: 3.4666666667vw;
    padding: 8.5333333333vw 0;
  }
}

.p-novelty__link--img {
  position: absolute;
  top: 42%;
  right: 6%;
  width: 25px;
}

.p-novelty__attention {
  margin: 40px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .p-novelty__attention {
    margin: 40px 32px;
  }
}

.p-novelty__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1em 0;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-novelty__title {
    font-size: 8.5333333333vw;
    padding: 8.5333333333vw 0;
  }
}
.p-novelty__title::before, .p-novelty__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/diamond-gradation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-novelty__title::before, .p-novelty__title::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-novelty__title::before {
  left: -0.5em;
}
.p-novelty__title::after {
  right: -0.5em;
}

.p-novelty__inner {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-novelty__inner {
    border-left: none;
    border-right: none;
  }
}

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

.p-novelty__button-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-novelty__button-sp {
    display: flex;
    padding: 8.5333333333vw 0;
  }
}

.p-novelty__image-wrapper {
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-novelty__image-wrapper {
    border-left: none;
    border-top: max(1px, 0.0520833333vw) solid var(--grayline);
    width: 100%;
    order: 2;
  }
}

.p-novelty__image-container {
  padding: min(6px, 0.3125vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-novelty__image-container {
    padding: 1.6vw;
  }
}
.p-novelty__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-novelty__image-container::before {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-novelty__image-container::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-novelty__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-novelty__image-container::after {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-novelty__image-container::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.p-novelty__image {
  border-radius: 30px 0 30px 0;
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  overflow: hidden;
}

.p-fragaria {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-fragaria {
    padding-bottom: 17.0666666667vw;
  }
}

.p-fragaria__inner {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
}

.p-fragaria__wrapper {
  padding-inline: min(80px, 4.1666666667vw);
}

.p-fragaria__wrap {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
  line-height: 2em;
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-fragaria__wrap {
    flex-direction: column;
    font-size: 2.9333333333vw;
    padding: 0;
    border-left: none;
    border-right: none;
  }
}

.p-fragaria__logo {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .p-fragaria__logo {
    width: 100%;
    padding: 64px 32px;
  }
}

.p-fragaria__detail {
  width: 63%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fragaria__detail {
    width: 100%;
    font-size: 4.2666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}
.p-fragaria__detail h3 {
  font-size: 20px;
  font-weight: 600;
  color: #595959;
}
@media screen and (max-width: 768px) {
  .p-fragaria__detail h3 {
    font-size: 4.2666666667vw;
  }
}

.p-fragaria__text {
  color: var(--text);
  margin-top: 24px;
  font-size: 0.8125rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-fragaria__text {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.p-fragaria__link-wrapper {
  font-weight: 300;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-fragaria__link-wrapper {
    font-size: 3.4666666667vw;
  }
}

.p-fragaria__link {
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  color: var(--text);
  border-bottom: 1px solid var(--text);
}
@media screen and (max-width: 768px) {
  .p-fragaria__link {
    width: 100%;
  }
}
.p-fragaria__link:hover {
  opacity: 0.8;
}

.p-fragaria__link--img {
  width: 16px;
}

.p-fragaria__top-decoration {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto min(24px, 1.25vw);
  justify-content: flex-start;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .p-fragaria__top-decoration {
    margin-bottom: 8.5333333333vw;
  }
}
.p-fragaria__top-decoration .p-fragaria__diamond {
  width: 56px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-fragaria__top-decoration .p-fragaria__diamond {
    width: 8vw;
  }
}
.p-fragaria__top-decoration .p-fragaria__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--grayline);
}

.p-fragaria__bottom-decoration {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: min(24px, 1.25vw) auto 0;
  justify-content: flex-end;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .p-fragaria__bottom-decoration {
    margin-top: 8.5333333333vw;
  }
}
.p-fragaria__bottom-decoration .p-fragaria__line {
  flex-grow: 1;
  height: max(1px, 0.0520833333vw);
  background-color: var(--grayline);
}
.p-fragaria__bottom-decoration .p-fragaria__diamond {
  width: 56px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-fragaria__bottom-decoration .p-fragaria__diamond {
    width: 8vw;
  }
}

.p-point {
  padding: 80px min(80px, 4.1666666667vw);
}
@media screen and (max-width: 768px) {
  .p-point {
    padding: 17.0666666667vw 0;
  }
}

.p-point__wrapper {
  max-width: 1166px;
  margin: 0 auto;
}

.p-point__title {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 8px;
  padding-bottom: min(16px, 0.8333333333vw);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-point__title {
    border-top: max(1px, 0.0520833333vw) solid var(--grayline);
    padding: 4.2666666667vw 8.5333333333vw;
    margin-bottom: 0;
    border-bottom: none;
    gap: 2.1333333333vw;
  }
}
.p-point__title h3 {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-point__title h3 {
    font-size: 5.3333333333vw;
  }
}
.p-point__title img {
  width: 13px;
}
@media screen and (max-width: 768px) {
  .p-point__title img {
    width: 3.4666666667vw;
  }
}

.p-point__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-point__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-point__grid {
    border-right: none;
    border-left: none;
  }
}

.p-point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-point__item {
    border-right: none;
  }
}
.p-point__item picture {
  padding: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-point__item picture {
    padding: 4.2666666667vw 8.5333333333vw;
    border-right: none;
  }
}
.p-point__item img {
  width: 100%;
  max-width: 487px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-point__item img {
    max-width: 100%;
  }
}
.p-point__item p {
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  line-height: 2em;
  padding: 2.5vw;
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-point__item p {
    padding: 4.2666666667vw 8.5333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.008em;
  }
}
.p-point__item:nth-child(1), .p-point__item:nth-child(4) {
  position: relative;
}
.p-point__item:nth-child(1)::before, .p-point__item:nth-child(4)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e7e9ef;
  background: linear-gradient(-26deg, rgb(231, 233, 239) 59%, rgb(240, 228, 239) 100%);
  opacity: 0.2;
  z-index: -1;
}

.p-item {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-item {
    padding: 0;
    padding-bottom: 17.0666666667vw;
  }
}

.p-item__wrapper {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding-inline: min(80px, 4.1666666667vw);
}

.p-item__inner {
  display: flex;
  max-width: 1166px;
  margin: 0 auto;
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-item__inner {
    flex-direction: column;
    border-left: none;
    border-right: none;
  }
}

.p-item__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(48px, 2.5vw) min(40px, 2.0833333333vw);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-item__image {
    padding: 8.5333333333vw 4.2666666667vw;
    border-right: none;
  }
}
.p-item__image picture {
  padding: 0;
  width: 100%;
  display: block;
}

.p-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: min(80px, 4.1666666667vw) min(40px, 2.0833333333vw);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-item__body {
    padding: 0 4.2666666667vw 8.5333333333vw;
    gap: 8.5333333333vw;
  }
}

.p-item__text {
  text-align: left;
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: min(32px, 1.6666666667vw) min(32px, 1.6666666667vw);
  color: var(--text);
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-item__text {
    padding: 4.2666666667vw 4.2666666667vw;
  }
}

.p-item__title {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.009em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item__title {
    text-align: center;
    padding-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-item__price {
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: 0.009em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item__price {
    text-align: center;
    padding-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-item__description {
  font-size: 0.8125rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .p-item__description {
    font-size: 2.9333333333vw;
  }
}

.p-item__logo {
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: -1;
}
.p-item__logo img {
  max-width: 325px;
}

.p-comment {
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-comment {
    border-top: max(1px, 0.0520833333vw) solid var(--grayline);
    border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
    padding: 0 4.2666666667vw 0;
    gap: 0;
  }
}

.p-comment__wrapper {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding-inline: min(80px, 4.1666666667vw);
}
@media screen and (max-width: 768px) {
  .p-comment__wrapper {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}

.p-comment__content {
  display: flex;
  max-width: 1166px;
  margin: 0 auto;
  align-items: stretch;
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-comment__content {
    flex-direction: column;
    border-left: none;
    border-right: none;
  }
}
.p-comment__content-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-comment__content-reverse {
    flex-direction: column;
    border-left: none;
    border-right: none;
  }
  .p-comment__content-reverse .p-comment__body-sp {
    border-bottom: none;
  }
}
.p-comment__content-reverse .p-comment__image-wrapper {
  border-left: none;
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-comment__content-reverse .p-comment__image-wrapper {
    border-right: none;
  }
}

.p-comment__inner,
.p-comment__image-wrapper {
  flex: 1;
  min-height: 100%;
  box-sizing: border-box;
}

.p-comment__inner {
  background-image: url("../img/rose03.png");
  background-position: left bottom;
  background-size: 80%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-comment__inner {
    background-image: none;
  }
}

.p-comment__image-wrapper {
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-comment__image-wrapper {
    border-left: none;
  }
}

.p-comment__image-container {
  padding: min(6px, 0.3125vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-comment__image-container {
    padding: 1.6vw;
  }
}
.p-comment__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-comment__image-container::before {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__image-container::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-comment__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-comment__image-container::after {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__image-container::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.p-comment__image {
  border: max(1px, 0.0520833333vw) solid var(--grayline);
  aspect-ratio: 583/512;
  position: relative;
  overflow: hidden;
  background-image: url("../img/comment-bg.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-comment__image {
    aspect-ratio: 1/1;
  }
}
.p-comment__image picture {
  position: relative;
  z-index: 100;
}

.p-comment__header {
  display: flex;
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  padding: min(40px, 2.0833333333vw) 0 min(40px, 2.0833333333vw) min(32px, 1.6666666667vw);
  gap: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-comment__header {
    padding: 8.5333333333vw 0 8.5333333333vw 4.2666666667vw;
  }
}
.p-comment__header img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .p-comment__header img {
    width: 3.7333333333vw;
  }
}
.p-comment__header::before {
  position: absolute;
  z-index: -1;
  font-family: Italiana, serif;
  letter-spacing: 0.06em;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "COMMENT";
  pointer-events: none;
  font-size: 120px;
  opacity: 0.15;
  bottom: 0;
  letter-spacing: -0.004em;
  transform: translateY(18%);
}
@media screen and (max-width: 1032px) {
  .p-comment__header::before {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__header::before {
    font-size: 19.2vw;
  }
}

.p-comment__title {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-comment__title {
    font-size: 4.2666666667vw;
  }
}

.p-comment__body {
  padding: min(64px, 3.3333333333vw) min(32px, 1.6666666667vw);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-comment__body {
    display: none;
  }
}
.p-comment__body p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  margin-bottom: min(32px, 1.6666666667vw);
}
.p-comment__body-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-comment__body-sp {
    display: block;
    padding: 8.5333333333vw 4.2666666667vw;
    border-top: max(1px, 0.0520833333vw) solid var(--grayline);
    border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
    background-image: url("../img/rose03.png");
    background-position: left bottom;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .p-comment__body-sp p {
    font-size: 3.4666666667vw;
    font-weight: 300;
    font-style: normal;
    color: var(--text);
  }
}

.p-comment__name {
  position: absolute;
  z-index: 3;
  font-family: Italiana, serif;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  font-size: 120px;
  opacity: 0.2;
  letter-spacing: -0.004em;
  text-transform: uppercase;
  right: 5%;
  bottom: 22%;
  transform: rotate(90deg) translateY(-100%);
}
@media screen and (max-width: 1032px) {
  .p-comment__name {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__name {
    font-size: 21.3333333333vw;
  }
}
.p-comment__name-louterstella {
  transform: rotate(90deg) translateY(-180%);
}
.p-comment__name-tuxam {
  transform: rotate(90deg) translateY(-80%);
}

.p-goods__contents {
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-goods__contents {
    padding-top: 8.5333333333vw;
  }
}

.p-goods__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1em 0;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-goods__title {
    font-size: 8.5333333333vw;
    padding: 8.5333333333vw 0;
  }
}
.p-goods__title::before, .p-goods__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/diamond-gradation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-goods__title::before, .p-goods__title::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-goods__title::before {
  left: -0.5em;
}
.p-goods__title::after {
  right: -0.5em;
}

.p-goods__text {
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  padding: 40px 0;
  padding-inline: min(80px, 4.1666666667vw);
}
@media screen and (max-width: 768px) {
  .p-goods__text {
    font-size: 3.4666666667vw;
  }
}

.p-goods__inline {
  padding-inline: min(80px, 4.1666666667vw);
}

.p-goods__wrapper {
  display: flex;
  width: 100%;
  max-width: 1166px;
  align-items: center;
  justify-content: center;
  gap: min(24px, 1.25vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-goods__wrapper {
    flex-direction: column;
    border-left: none;
    border-right: none;
  }
}

.p-goods__content {
  text-align: center;
  border-left: max(1px, 0.0520833333vw) solid var(--grayline);
  border-right: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-goods__content {
    border-left: none;
    border-right: none;
  }
}

.p-goods__inner,
.p-goods__image-wrapper {
  flex: 1;
  min-height: 100%;
  box-sizing: border-box;
}

.p-goods__image-wrapper {
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-goods__image-wrapper {
    border-left: none;
  }
}

.p-goods__image-container {
  padding: min(6px, 0.3125vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-goods__image-container {
    padding: 1.6vw;
    border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  }
}
.p-goods__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-goods__image-container::before {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__image-container::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-goods__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background-image: url("../img/image-bg-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 10;
}
@media screen and (max-width: 1032px) {
  .p-goods__image-container::after {
    width: 3.1007751938vw;
    height: 3.1007751938vw;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__image-container::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.p-goods__description {
  font-weight: 300;
  font-style: normal;
  color: var(--text);
  padding: 24px min(24px, 1.25vw);
}

.p-goods__kinds {
  padding-bottom: 16px;
}
.p-goods__kinds p {
  display: inline;
  color: var(--white);
  background: linear-gradient(125deg, rgb(240, 201, 240) 0%, rgb(175, 182, 255) 58%, rgb(205, 177, 177) 100%);
  line-height: 2em;
  padding: 4px 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-goods__kinds p {
    font-size: 3.4666666667vw;
  }
}

.p-goods__product h3 {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-goods__product h3 {
    font-size: 4.2666666667vw;
  }
}

.p-goods__price {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-goods__price {
    font-size: 4.2666666667vw;
  }
}

.p-goods__button {
  padding: 2.5rem 0;
  border-top: max(1px, 0.0520833333vw) solid var(--grayline);
  border-bottom: max(1px, 0.0520833333vw) solid var(--grayline);
}
@media screen and (max-width: 768px) {
  .p-goods__button {
    padding: 8.5333333333vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__button .p-schedule__notes {
    padding: 4.2666666667vw 8.5333333333vw 0;
  }
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-center {
    text-align: left;
  }
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .u-block_sp {
    display: block;
  }
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  .u-sp_center {
    text-align: center;
  }
}

.content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */