@layer global {

@property --width-img {
  syntax: "<number>";
  inherits: false;
  initial-value: 1920;
}

:root {
  --bp-xxs: 375;
  --bp-xs: 475;
  --bp-sm: 640;
  --bp-md: 768;
  --bp-lg: 1024;
  --bp-xl: 1280;
  --bp-xxl: 1536;
  --bp-xxxl: 1920;

  --color-back: #ffffff;
  --color-text: #231815;
  --color-primary: #aaaaff;
  --color-secondary: #aaffaa;
  --color-error: #ffaaaa;
  --fontFamily-default: "a-otf-gothic-mb101-pr6n", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
  --fontFamily-en: "poppins", sans-serif;

  --height-header: 132;
  --height-header-sp: 103;
  --line-clamp: 2;

  --width-inner-lg: 1420;
  --width-inner: 382;
  --width-inner-sm: 1000;

  --zIndex-sticky-bottom: 30;
  --zIndex-header: 40;
  --zIndex-spmenu: 41;
  --zIndex-toggle: 42;
  --zIndex-splash: 50;

  --leading-trim: calc((1em - 1lh) / 2);
  --gutter: 15px;
  --gutter-inner: 15px;

  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);

  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);

  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* @font-face {
  font-family: "xxxxxxxx";
  src: url(../fonts/xxxxxxxx.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
} */
}

@layer reset {

/*! 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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@layer base {
/* base style */
html {
  scroll-padding-top: calc(var(--scroll-padding-top) * 1px);
}

body {
  background: var(--color-back);
  color: var(--color-text);
  font-family: var(--fontFamily-default);
  overflow-wrap: break-word;
  /* word-break: break-all; */
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

code,
pre {
  font-family: var(--fontFamily-default);
  white-space: pre-wrap;
}

img,
picture > img,
picture > source,
figure {
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: optimize-contrast;
  display: block;
}

picture {
  display: contents;
}

iframe {
  border: 0;
}

li,
summary {
  list-style: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}
button {
  -webkit-tap-highlight-color: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  touch-action: manipulation;
  font-size: 1rem;
}

:where(
    :any-link,
    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    label[for],
    select,
    summary,
    [role="tab"],
    [role="button"]
  ) {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

main {
  display: block;
}

dt {
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
  outline: unset;
}

input,
textarea,
select {
  min-width: 0;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: -2px;
  outline: 2px solid var(--color-primary);
}

textarea {
  resize: vertical;
}

optgroup {
  font-size: 1rem;
}

/* label: iOS対応のためにポインター指定 */
label {
  cursor: pointer;
}

/* プレースホルダー色調整 */
::placeholder {
  color: #ccc;
}

/* スピンボタン非表示 (Chrome / Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  display: none;
  margin: 0;
}

/* スピンボタン非表示 (FireFox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  appearance: none;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
}

.select-wrap > select {
  width: 100%;
}

.select-wrap::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

select::-ms-expand {
  display: none;
}

option:disabled {
  color: #ccc;
  opacity: 1;
}

/* 共通スタイル */
input[type="number"],
input[type="range"] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* type="number" 専用 */
input[type="number"]:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* type="range" 専用 */
input[type="range"] {
  appearance: none;
  height: 4px;
  background: #ddd;
  margin: 0.5em 0;
}

/* スライダーのつまみ部分（WebKitブラウザ） */
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* スライダートラックと垂直中央に合わせる */
}

/* スライダーのつまみ部分（Firefox） */
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

/* スライダートラック（Firefox） */
input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
}

/* ラジオボタン、チェックボックス */
input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

input[type="radio"]:focus-visible + span,
input[type="checkbox"]:focus-visible + span {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

/* ラジオボタンスタイル */
input[type="radio"] + span::before {
  background: #fff;
  outline-offset: -2px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: calc(23 / 16 * 1em);
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: calc(23 / 16 * 1em);
}

/* ラジオボタンチェック印（未選択） */
input[type="radio"] + span::after {
  content: "";
  display: none;
}

/* ラジオボタンチェック印（選択） */
input[type="radio"]:checked + span::after {
  background: var(--color-primary);
  border-radius: 50%;
  display: block;
  height: calc(13 / 16 * 1em);
  left: calc(5 / 16 * 1em);
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(6 / 16 * 1em);
  width: calc(13 / 16 * 1em);
}

/* チェックボックス */
input[type="checkbox"] + span::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  width: calc(20 / 16 * 1em);
  height: calc(20 / 16 * 1em);
  border: 1px solid var(--color-primary);
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/* チェックボックス未チェック時 */
input[type="checkbox"] + span::after {
  content: "";
  display: none;
}

/* チェックボックスチェック時 */
input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

@layer layout {

.l-main {
}

.l-main._page {
  padding-top: calc(var(--height-header) * 1px);
}

@media screen and (max-width: 768px) {
  .l-main._page {
    padding-top: calc(var(--height-header-sp) * 1px);
  }
}

.l-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.l-inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-lg {
  max-width: calc(var(--width-inner-lg) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-top-wrap {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.l-top-wrap__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.l-top-wrap__bg .-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 左サイドエリア（PCのみ表示） */
.l-top-wrap__left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 0;
  /* padding-top: calc(185 / 750 * 100vh); */
  /* padding-left: max(
    45px,
    calc(45px + (345 - 45) * (100vw - 880px) / (1920 - 880))
  ); */
  overflow-y: hidden;
}

@media screen and (max-width: 1024px) {
  .l-top-wrap__left {
    display: none;
  }
}

/* 右サイドエリア（PCのみ表示） */
.l-top-wrap__right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 480px) / 2);
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .l-top-wrap__right {
    display: none;
  }
}

.l-top-wrap__main {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-top-wrap__main {
    border-left: unset;
    border-right: unset;
  }
}
}

@layer components {

.c-button-oval {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-image-source: url("../images/components/button_oval_bg.svg");
  border-image-slice: 8 fill;
  border-image-width: 6px 8px;
  min-height: 66px;
  width: 100%;
  color: white;
  position: relative;
  max-width: 281px;
  transition: opacity 0.2s;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .c-button-oval {
    min-height: 60px;
  }
}
.c-button-oval._white {
  border-image-source: url("../images/components/button_oval_white_bg.svg");
  color: black;
}

.c-button-oval._lg {
  max-width: 325px;
  min-height: 76px;
}
@media screen and (max-width: 768px) {
  .c-button-oval._lg {
    min-height: 60px;
  }
}

.c-button-oval:hover {
  opacity: 0.5;
}

.c-button-oval__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.c-button-oval__main {
  font-size: 14px;
  font-family: var(--fontFamily-en);
}
.c-button-oval__sub {
  font-size: 13px;
}

.c-button-oval__arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
}

.c-button-rect {
  background-color: #231815;
  color: white;
  min-height: 37px;
  display: grid;
  padding-right: 37px;
  position: relative;
  font-size: 13px;
  line-height: calc(20 / 13);
  align-items: center;
  transition: opacity 0.2s;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-button-rect:hover {
  opacity: 0.5;
}

.c-button-rect__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}

.c-button-detail {
  transition: opacity 0.2s;
}
.c-button-detail:hover {
  opacity: 0.5;
}
}

@layer components {

.c-accordion-parent {
  user-select: none;
}

.c-accordion-parent:first-of-type .c-accordion-parent__head {
  border-top: 1px solid currentColor;
}

.c-accordion-parent__head {
  color: white;
  font-size: 16px;
  min-height: 36px;
  padding-right: 25px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  /* transition: border-radius 0.4s var(--ease-in-out-quad); */
}

.c-accordion-parent[open] .c-accordion-parent__head {
  border-radius: 0;
}

.c-accordion-parent__head::before {
  content: "";
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: white;
}
.c-accordion-parent__head::after {
  content: "";
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: white;
  transform: rotate(90deg);
  transition: transform 0.4s var(--ease-in-out-quad);
}

.c-accordion-parent[open] .c-accordion-parent__head::after {
  transform: rotate(0deg);
}

.c-accordion-parent__child {
  display: flex;
  flex-direction: column;
}

.c-accordion-child {
  user-select: none;
}

.c-accordion-child__head {
  font-size: 14px;
  line-height: calc(28 / 14);
  min-height: 35px;
  padding-right: 25px;
  display: grid;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  /* transition: border-radius 0.4s var(--ease-in-out-quad); */
  border-top: 1px solid currentColor;
  position: relative;
  border-bottom: 1px solid currentColor;
}
.c-accordion-child[open] .c-accordion-child__head {
  border-radius: 0;
}

.c-accordion-child:first-of-type .c-accordion-child__head {
  border-top: unset;
}

.c-accordion-child:not([open]):not(:last-of-type) .c-accordion-child__head {
  border-bottom: unset;
}

.c-accordion-child__head::before {
  content: "";
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
}
.c-accordion-child__head::after {
  background-color: currentColor;
  content: "";
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  width: 15px;
  height: 1px;
  transform: rotate(90deg);
  transition: transform 0.4s var(--ease-in-out-quad);
}

.c-accordion-child[open] .c-accordion-child__head::after {
  transform: rotate(0deg);
}

.c-accordion-child__body {
  padding-right: 5px;
  font-size: 14px;
  line-height: calc(25 / 14);
  font-weight: 500;
}
}

@layer components {

.c-shop-list {
}

.c-shop-list__item {
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}

.c-shop-list__item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M10 5C5.68052 5.37585 5.37585 5.68052 5 10C4.62415 5.68052 4.31948 5.37585 0 5C4.31948 4.62415 4.62415 4.31948 5 0C5.37585 4.31948 5.68052 4.62415 10 5Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  left: 5px;
}

.c-shop-list__item:not(:first-of-type) {
  border-top: 1px solid currentColor;
}

.c-shop-list__name {
  font-size: 15px;
  line-height: calc(28 / 15);
}

.c-shop-list__address {
  font-size: 12px;
  line-height: calc(20 / 12);
}
.c-shop-list__tel {
  font-size: 12px;
  line-height: calc(20 / 12);
}
}

@layer components {

.c-scroll {
  padding-bottom: 72px;
  position: relative;
}

.c-scroll__bar {
  height: 62px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 1px;
  background-color: #231815;
  transform-origin: bottom center;
  animation: scroll-bar-anim 2.2s infinite var(--ease-in-out-quint);
}

@keyframes scroll-bar-anim {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
}

@layer site {

.s-header {
  width: 62px;
  z-index: var(--zIndex-header);
  display: none;
  position: fixed;
  right: 0;
  top: 3px;
}

@media screen and (max-width: 1024px) {
  .s-header {
    display: revert;
  }
}

.s-header__inner {
  display: flex;
  justify-content: flex-end;
}

.s-header__toggle {
  position: relative;
  z-index: var(--zIndex-toggle);
  transition: scale 0.2s;
}

.s-header__toggle:hover {
  scale: 1.1;
}

.c-button-toggle {
  display: grid;
  place-items: center;
}
}

@layer site {
/* ▼ 中央からハートが広がるマスクを付与 */
.s-modal-spmenu {
  max-height: 100lvh;
  z-index: var(--zIndex-spmenu);
  background-color: #231815;
  transition: opacity 0.7s, scale 0.7s, mask-size 0.7s var(--ease-in-out-cubic),
    -webkit-mask-size 0.7s var(--ease-in-out-cubic);
  position: fixed;
  inset: 0;

  /* ハートのマスク設定 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 44'><path fill='white' d='M24 42S2 30 2 16C2 7.163 8.163 2 16 2c5.024 0 8 3.5 8 3.5S27.976 2 33 2c7.837 0 14 5.163 14 14 0 14-23 26-23 26z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 0 0;

  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 44'><path fill='white' d='M24 42S2 30 2 16C2 7.163 8.163 2 16 2c5.024 0 8 3.5 8 3.5S27.976 2 33 2c7.837 0 14 5.163 14 14 0 14-23 26-23 26z'/></svg>");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0 0;
}

/* アクティブ時に中央からハートが拡大（画面外まで） */
.s-modal-spmenu[data-active="true"] {
  -webkit-mask-size: 200vmax 200vmax;
  mask-size: 200vmax 200vmax;
}

/* ▼ マスクが未対応な環境のフォールバック */
@supports not ((mask-image: url("")) or (-webkit-mask-image: url(""))) {
  .s-modal-spmenu:not([data-active="true"]) {
    opacity: 0;
  }

  .s-modal-spmenu {
    transform-origin: center center; /* 中央基準に変更 */
    scale: 0.9;
  }
  .s-modal-spmenu[data-active="true"] {
    scale: 1;
  }
}

/* .s-modal-spmenu:not([data-active="true"]) {
  opacity: 0;
} */
.s-modal-spmenu::backdrop {
  display: none;
}

.s-modal-spmenu__inner {
  height: 100%;
}
.s-modal-spmenu__close {
  position: absolute;
  right: 0;
  top: 3px;
  transition: scale 0.2s;
}
.s-modal-spmenu__close:hover {
  scale: 1.1;
}
.s-spmenu {
  position: relative;
  height: 100%;
}
.s-spmenu__wrap {
  height: 100%;
  overflow-y: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: calc(20 / 375 * 100%);
  padding-right: calc(35 / 375 * 100%);
  max-height: calc(100lvh - 30px);
}

.s-spmenu__heading {
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 10px;
  align-items: center;
  translate: -40px;
}

.s-spmenu__heading .-text {
  font-family: var(--fontFamily-en);
  font-size: 12px;
  color: white;
  line-height: 1;
}
.s-spmenu__inner {
  padding-left: 13%;
  margin-left: auto;
  margin-right: auto;
}

.s-spmenu__sns {
  margin-top: 30px;
}
.s-spmenu__nav {
  margin-top: 15px;
}
.s-spmenu__nav .s-nav-main {
  color: white;
  max-width: unset;
}
.s-spmenu__nav .s-nav-main__link {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
}

@layer site {

.s-footer {
  background-color: #f7f4f0;
  color: black;
  padding-top: 5px;
  padding-bottom: 40px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  overflow-x: clip;
}

@media screen and (max-width: 1024px) {
  .s-footer {
    padding-bottom: 30px;
  }
}
.s-footer__inner {
  max-width: 399px;
  margin-left: auto;
  margin-right: auto;
}

.s-footer__list {
  display: grid;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .s-footer__list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.s-footer__item {
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .s-footer__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.s-footer__item:not(:first-of-type) {
  border-left: 1px solid currentColor;
}

.s-footer__link {
  font-family: var(--fontFamily-en);
  font-size: 12px;
  display: grid;
  grid-template-columns: 29px 1fr;
  column-gap: 10px;
  align-items: center;
}

.s-footer__copyright {
  font-family: var(--fontFamily-en);
  text-align: center;
}

.s-footer__copyright[data-css="upper"] {
  font-size: 12px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .s-footer__copyright[data-css="upper"] {
    font-size: 10px;
    margin-top: 40px;
  }
}
.s-footer__logo {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .s-footer__logo {
    margin-top: 15px;
  }
}

.s-footer__copyright[data-css="lower"] {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 35px;
  font-family: "Helvetica Neue", sans-serif;
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 0.5em;
  white-space: nowrap;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .s-footer__copyright[data-css="lower"] {
    margin-top: 20px;
  }
}

.s-footer__copyright .-tight {
  width: fit-content;
  display: inline-block; /* transformが効くようにする */
  transform: scaleX(0.8); /* 横幅を80%に */
  transform-origin: left center; /* 基準位置（任意） */
}
}

@layer site {
.s-aside-left {
  padding-top: 40px;
  position: relative;
  overflow-x: clip;
  height: 100lvh;
}
.s-aside-left__inner {
  padding-left: 64px;
  padding-right: 40px;
}

.s-aside-left__upper {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
}

@media screen and (max-width: 1200px) {
  .s-aside-left__upper {
    grid-template-columns: 1fr;
    row-gap: 9px;
  }

  .s-aside-left__upper > *:nth-child(1) {
    translate: -8px;
  }
}

.s-aside-left__nav-name {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1;
  font-family: var(--fontFamily-en);
}

.s-aside-left__bar-left {
  position: absolute;
  left: 40px;
  top: 0;
  height: calc(100lvh);
  background-color: #231815;
  width: 1px;
}
.s-aside-left__bar-bottom {
  position: absolute;
  left: 0;
  top: calc(100lvh - 40px);
  height: 1px;
  background-color: #231815;
  width: 100%;
}

.s-aside-left__star-upper {
  position: absolute;
  left: 22px;
  top: 43px;
}
.s-aside-left__star-lower {
  position: absolute;
  left: 22px;
  top: calc(100lvh - 40px);
  translate: 0 -50%;
}

.s-aside-left__lower {
  padding-left: 65px;
  margin-top: min(100px, 5lvh);
  position: relative;
}
.s-aside-left__chara {
  position: absolute;
  left: 2%;
  bottom: -15%;
}
.s-aside-left__chara .-img {
  width: calc(124 / 1440 * 100vw);
}

.s-aside-left__pic .-img {
  width: calc(270 / 1440 * 100vw);
}
}

@layer site {

.s-aside-right {
  padding-top: 40px;
  position: relative;
  height: 100lvh;
  padding-right: 64px;
  overflow-x: clip;
}

.s-aside-right__bar-right {
  position: absolute;
  right: 40px;
  top: 0;
  height: calc(1012 / 1012 * 100lvh);
  background-color: #231815;
  width: 1px;
}
.s-aside-right__bar-top {
  position: absolute;
  left: 0;
  top: 40px;
  height: 1px;
  background-color: #231815;
  width: 100%;
}

.s-aside-right__star-upper {
  position: absolute;
  right: 23px;
  top: 40px;
  translate: 0 -50%;
}

.s-aside-right__upper {
  position: relative;
  padding-bottom: min(205px, 20lvh);
  padding-left: 31%;
  margin-top: min(85px, 5lvh);
}

.s-aside-right__pic-upper .-img {
  width: calc(270 / 1440 * 100vw);
}
.s-aside-right__pic-lower .-img {
  width: calc(270 / 1440 * 100vw);
}

.s-aside-right__pic-lower {
  position: absolute;
  left: 16%;
  bottom: 0;
}
.s-aside-right__oval {
  position: absolute;
  right: 0;
  bottom: 14%;
}
.s-aside-right__oval .-img {
  width: calc(127 / 1440 * 100vw);
}
.s-aside-right__chara {
  position: absolute;
  left: 11%;
  bottom: -16%;
}

@media screen and (max-width: 1360px) {
  .s-aside-right__chara {
    bottom: unset;
    top: 20%;
  }
}

.s-aside-right__chara .-img {
  width: calc(124 / 1440 * 100vw);
}

.s-aside-right__sns {
  display: grid;
  grid-template-columns: 85px auto;
  column-gap: 16px;
}
.s-aside-right__sns .-name {
  font-size: 12px;
  font-family: var(--fontFamily-en);
  line-height: 1;
  text-transform: uppercase;
}

.s-aside-right__sns .-list {
  margin-top: -10px;
}

.s-aside-right__sns {
  margin-top: min(80%, 4lvh);
  display: flex;
  justify-content: flex-end;
  padding-right: 7%;
}

@media screen and (max-width: 1200px) {
  .s-aside-right__sns {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 20px;
  }
}
}

@layer site {

.s-nav-sns__link {
  display: grid;
  grid-template-columns: 20px 70px 10px;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-top: 5px;
  padding-bottom: 5px;
}

.s-nav-sns[data-css="sp"] .s-nav-sns__link {
  column-gap: 19px;
  grid-template-columns: 40px 80px 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: white;
}

.s-nav-sns__arrow {
  transition: translate 0.2s;
}

.s-nav-sns__link:hover .s-nav-sns__arrow {
  translate: 2px -2px;
}

.s-nav-sns__text {
  font-size: 12px;
  line-height: 1;
  font-family: var(--fontFamily-en);
  display: block;
}
.s-nav-sns[data-css="sp"] .s-nav-sns__text {
  font-size: 14px;
  color: white;
}
.s-nav-sns[data-css="sp"] .s-nav-sns__arrow {
  color: white;
  display: grid;
  place-items: center;
}
}

@layer site {

.s-nav-main {
  max-width: 300px;
  color: var(--color-aside-left-nav, currentColor);
  font-family: var(--fontFamily-en);
  text-transform: uppercase;
}

.s-nav-main__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.s-nav-main__item {
  border-bottom: 1px solid currentColor;
}

.s-nav-main__link {
  padding-bottom: 0.9em;
  padding-top: 0.9em;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 25px;
  position: relative;
  align-items: center;
}

.s-nav-main__link:hover .s-nav-main__text {
  translate: 10px;
}

.s-nav-main__text {
  display: block;
  transition: translate 0.2s;
}

.s-nav-main__link .-lowercase {
  text-transform: lowercase;
}

.s-nav-main__arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0% -50%;
}
}

@layer site {

.s-sticky-friend {
  position: fixed;
  z-index: 20;
  bottom: 15px;
  left: max(calc(100vw - 450px) / 2, 15px);
  display: none;
}

.s-sticky-friend:hover {
}

@media screen and (max-width: 1024px) {
  .s-sticky-friend {
    display: revert;
  }
}
}

@layer page {

.p-top-product {
  position: relative;
  padding-top: 120px;
  padding-bottom: 180px;
  overflow-x: clip;
}

.p-top-product[data-css="no1"] {
  padding-top: 140px;
  padding-bottom: 45px;
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no1"] {
    padding-bottom: 70px;
  }
}
.p-top-product[data-css="no2"] {
  padding-top: 85px;
  padding-bottom: 55px;
  color: white;
}
.p-top-product[data-css="no3"] {
  padding-top: 80px;
  padding-bottom: 115px;
}
.p-top-product__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-top-product__bg .-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-product__line {
  height: 100%;
  width: 1px;
  background-color: black;
  left: calc(36 / 480 * 100%);
  top: 0;
  display: block;
  position: absolute;
  z-index: 2;
}

.p-top-product[data-css="no1"] .p-top-product__line {
  height: calc(100%);
  bottom: 0;
  top: unset;
}
.p-top-product[data-css="no2"] .p-top-product__line {
  background-color: white;
}

.p-top-product__num {
  position: absolute;
  left: calc(36 / 480 * 100%);
  translate: -26%;
  top: 64px;
  z-index: 5;
  width: 88px;
}

@media screen and (max-width: 768px) {
  .p-top-product__num {
    translate: -27%;
    width: 70px;
    top: 74px;
  }
}

.p-top-product[data-css="no2"] .p-top-product__num {
  top: 24px;
}
.p-top-product[data-css="no3"] .p-top-product__num {
  top: 24px;
}

.p-top-product__star {
  left: calc(15 / 480 * 100%);
  display: block;
  position: absolute;
  top: 90px;
}

.p-top-product__inner {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-top-product__inner {
    padding-left: 7.5%;
  }
}

.p-top-product__heading {
  display: grid;
  place-items: center;
  translate: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-product__heading {
    margin-right: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no2"] .p-top-product__heading {
    margin-top: -10px;
  }
}

.p-top-product__subheading {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-product__subheading {
    margin-top: 15px;
  }
}

.p-top-product__mirror {
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
}

.p-top-product[data-css="no1"] .p-top-product__mirror .-bg {
  width: 107.3%;
  translate: 0 -3%;
}

@media screen and (max-width: 768px) {
  .p-top-product__mirror {
    margin-top: 10px;
    margin-left: -4%;
  }
}
.p-top-product[data-css="no3"] .p-top-product__mirror {
  margin-top: 40px;
}

.p-top-product[data-css="no2"] .p-top-product__mirror .-bg {
  translate: 6%;
  width: 96%;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no2"] .p-top-product__mirror .-bg {
    translate: 2%;
    width: 100%;
  }
}
.p-top-product[data-css="no3"] .p-top-product__mirror .-bg {
  translate: -7% -8%;
  width: 116%;
}

.p-top-product__mirror .-main {
  position: absolute;
  inset: 0;
  translate: 8.5% 4.3%;
  width: 91.9%;
}
.p-top-product[data-css="no2"] .p-top-product__mirror .-main {
  translate: 12.2% 5.5%;
  width: 85.8%;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no2"] .p-top-product__mirror .-main {
    translate: 8.2% 5.5%;
    width: 89%;
  }
}
.p-top-product[data-css="no3"] .p-top-product__mirror .-main {
  translate: 8% -1%;
  width: 89.8%;
}

.p-top-product__mirror .-chara {
  position: absolute;
  left: 6%;
  bottom: 70px;
}

@media screen and (max-width: 768px) {
  .p-top-product__mirror .-chara {
    bottom: 60px;
    width: 120px;
  }
}

.p-top-product[data-css="no2"] .p-top-product__mirror .-chara {
  position: absolute;
  left: 6%;
  bottom: auto;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no2"] .p-top-product__mirror .-chara {
    left: 2%;
  }
}
.p-top-product[data-css="no3"] .p-top-product__mirror .-chara {
  right: 5%;
  bottom: 160px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no3"] .p-top-product__mirror .-chara {
    width: 108px;
    right: 1%;
    bottom: 130px;
    left: auto;
  }
}
.p-top-product__mirror .-star {
  position: absolute;
  right: 1%;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-product__mirror .-star {
    right: 0.5%;
    top: 20px;
    width: 37px;
  }
}
.p-top-product__mirror .-star-3-1 {
  position: absolute;
  right: 3%;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-product__mirror .-star-3-1 {
    top: 10px;
  }
}
.p-top-product__mirror .-star-3-2 {
  position: absolute;
  left: 8.5%;
  bottom: 195px;
}
@media screen and (max-width: 768px) {
  .p-top-product__mirror .-star-3-2 {
    bottom: 175px;
  }
}
/* .p-top-product__mirror .-star-2-1 {
  position: absolute;
  right: 1%;
  top: 30px;
}
.p-top-product__mirror .-star-2-2 {
  position: absolute;
  left: 1%;
  bottom: 30px;
} */

.p-top-product__upper-wrap {
  position: relative;
}

.p-top-product__pic-bg {
  position: absolute;
  right: 0;
  top: -10%;
}

.p-top-product[data-css="no1"] .p-top-product__pic-bg {
  position: absolute;
  right: -17%;
  top: 11%;
  width: 300px;
}
.p-top-product__pic-upper {
  position: relative;
}
.p-top-product__pic-01 {
  /* position: relative; */
  z-index: 1;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);

  position: sticky;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-product__pic-01 {
    margin-left: -4%;
    object-fit: contain;
    margin-top: 12px;
  }

  .p-top-product__pic-01 .-img {
    width: 79%;
  }

  .p-top-product[data-css="no2"] .p-top-product__pic-01 .-img {
    width: 72%;
  }
}

.p-top-product[data-css="no2"] .p-top-product__pic-01 {
  display: flex;
  justify-content: flex-end;
}
.p-top-product[data-css="no3"] .p-top-product__pic-01 {
  display: flex;
  justify-content: center;
  translate: 4%;
  margin-top: -130px;
}

@media screen and (max-width: 768px) {
  .p-top-product[data-css="no3"] .p-top-product__pic-01 {
    margin-top: unset;
    margin-top: -80px;
  }
}
.p-top-product__pic-02 {
  /* position: absolute; */
  inset: 0;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  translate: 0 30px;
  position: relative;
}

.p-top-product__pic-02 .-img {
  translate: -15px;
  aspect-ratio: 335/494;
  margin-left: auto;
  object-fit: contain;
}

.p-top-product[data-css="no2"] .p-top-product__pic-02 .-img {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-product__pic-02 .-img {
    width: 78%;
    translate: unset;
    aspect-ratio: 265/387;
    height: auto;
    object-fit: contain;
  }

  .p-top-product[data-css="no2"] .p-top-product__pic-02 .-img {
    aspect-ratio: 314/386;
    margin-left: -10%;
    width: 91%;
  }
}
.p-top-product__button {
  display: grid;
  place-items: center;
  margin-top: 50px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-product__button {
    margin-top: 35px;
    padding-left: unset;
  }
}
.p-top-product__text {
  position: relative;
  z-index: 2;
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-size: 14px;
  line-height: calc(26 / 14);
}
.p-top-product__text[data-css="01"] {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top-product__text {
    margin-top: 55px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .p-top-product__text[data-css="01"] {
    margin-left: 6%;
    margin-right: 6%;
  }
}

.p-top-product__text[data-css="01-lower"] {
  margin-top: 15px;
  padding-left: 10px;
}
.p-top-product__text[data-css="03"] {
  margin-top: 10px;
  padding-left: 0px;
  translate: 9%;
}

@media screen and (max-width: 768px) {
  .p-top-product__text[data-css="02"] {
    margin-left: 4%;
    margin-top: 65px;
  }
  .p-top-product__text[data-css="03"] {
    translate: unset;
    margin-left: 4%;
  }
}

.p-top-product__pic-lower {
  display: grid;
  place-items: center;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top-product__pic-lower {
    padding-right: 15px;
  }
}
.p-top-product[data-css="no2"] .p-top-product__pic-lower {
  margin-top: 85px;
  padding-left: 15px;
}
.p-top-product[data-css="no3"] .p-top-product__pic-lower {
  margin-top: 45px;
  padding-left: 15px;
}

.p-top-product__style {
  margin-top: 70px;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
  translate: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-product__style {
    translate: unset;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 75px;
  }
}
}

@layer page {
.p-top-bland {
  background-color: #f7f4f0;
  overflow-x: clip;
}
.p-top-bland__inner {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.p-top-bland__body {
  position: relative;
  padding-bottom: 50px;
  margin-top: -70px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-bland__oval {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -30%;
}

@media screen and (max-width: 768px) {
  .p-top-bland__oval {
    translate: -50% -15%;
  }
}
.p-top-bland__heading {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-bland__heading {
    translate: 0 10px;
  }
}

.p-top-bland__heading .-main {
  font-size: calc(22 / 14 * 100%);
  font-weight: 700;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-bland__heading .-main {
    padding-bottom: 10px;
  }
}
.p-top-bland__heading .-sub {
  border-top: 1px solid currentColor;
  max-width: 317px;
  width: 100%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-bland__heading .-sub {
    padding-top: 10px;
    max-width: 267px;
  }
}

.p-top-bland__subheading {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-top-bland__text {
  margin-top: 55px;
  font-size: 14px;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-bland__text {
    margin-top: 45px;
  }
}
.p-top-bland[data-css="tokyo-soir"] .p-top-bland__text {
  margin-top: 20px;
}
.p-top-bland__buttons {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  flex-direction: column;
}

.p-top-bland__buttons[data-css="lg"] > * {
  min-height: 78px;
}
@media screen and (max-width: 768px) {
  .p-top-bland__buttons[data-css="lg"] > * {
    min-height: 60px;
  }
}
}

@layer page {

.p-top-shop {
  position: relative;
  overflow-x: clip;
}

.p-top-shop__oval {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}

.p-top-shop__heading {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-shop__heading {
    margin-top: -10px;
  }
  .p-top-shop__heading .-img {
    width: min(100%, 180px);
  }
}
.p-top-shop__upper {
  background-color: #231815;
  color: white;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-shop__upper {
    padding-bottom: 50px;
  }
}

.p-top-shop__buttons {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-top-shop__buttons {
    margin-top: 40px;
    row-gap: 20px;
    flex-direction: column;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-shop__lower {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #3e3a39;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.p-top-shop__subheading {
  color: white;
  text-align: center;
  font-size: 14px;
}
.p-top-shop__subheading .-main {
  font-size: calc(18 / 14 * 100%);
  line-height: calc(28 / 18);
  font-weight: 700;
}

.p-top-shop__subheading .-line {
  display: flex;
  align-items: center;
  column-gap: 2px;
  max-width: 254px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-top-shop__subheading .-line::before,
.p-top-shop__subheading .-line::after {
  content: "";
  background-color: white;
  height: 1px;
  width: 100%;
  display: block;
}

.p-top-shop__subheading .-sub {
  margin-top: 3px;
  font-family: var(--fontFamily-en);
}

.p-top-shop__body {
  margin-top: 45px;
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
}
}

@layer page {

.p-top-mv {
  padding-top: 30px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.p-top-mv__logo {
  display: grid;
  place-items: center;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-mv__visual {
  margin-left: calc((566 - 480) / 2 * -1px);
  margin-right: calc((634 - 480) / 2 * -1px);
}

@media screen and (max-width: 768px) {
  .p-top-mv__visual {
    margin-left: calc((566 - 480) / 2 * -1px);
    margin-right: calc((634 - 513) / 2 * -1px);
  }
}

.p-top-mv__visual .-pic {
  max-width: 571px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__visual .-pic {
    max-width: 100%;
  }
}

.p-top-mv__circle {
  display: flex;
  justify-content: flex-end;
  margin-top: -155px;
  margin-right: 10px;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .p-top-mv__circle {
    margin-top: -120px;
  }
}

.p-top-mv__circle .-img {
  animation: tov-mv-circle 15s linear infinite;
}

@media screen and (max-width: 768px) {
  .p-top-mv__circle .-img {
    width: 127px;
  }
}

@keyframes tov-mv-circle {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.p-top-mv__scroll {
  display: grid;
  place-items: center;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__scroll {
    margin-top: 10px;
  }
}
}

@layer page {

.p-top-about {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-about__inner {
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-about__logo {
  display: grid;
}

.p-top-about__logo .-text {
  grid-area: 1 / -1;
}
.p-top-about__logo .-chara {
  grid-area: 1 / -1;
  align-items: center;
  justify-self: center;
  width: min(71px, calc(71 / 438 * 100vw));
  translate: 65% -10%;
}

.p-top-about__heading {
  display: grid;
  place-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-about__heading {
    margin-top: 50px;
  }
}

.p-top-about__text {
  font-size: 14px;
  margin-top: 60px;
  line-height: calc(32 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-about__text {
    margin-top: 50px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-about__text[data-css="mt"] {
  margin-top: 1em;
}

.p-top-about__date {
  display: grid;
  place-items: center;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .p-top-about__date {
    margin-top: 65px;
  }

  .p-top-about__date .-img {
    width: min(100%, 240px);
  }
}
}

@layer page {

.p-top-flag {
  overflow: hidden;
  padding-top: 85px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-top-flag {
    padding-top: 70px;
  }
}

.p-top-flag__pic {
  position: relative;
}
.p-top-flag__pic .-star {
  position: absolute;
  right: 12%;
  top: -5%;
}

@media screen and (max-width: 768px) {
  .p-top-flag__pic .-star {
    right: 9%;
    top: -19%;
    width: 90px;
  }
}
}

@layer page {

.p-top-formal {
  position: relative;
  overflow-x: clip;
  background-color: #f7f4f0;
  padding-bottom: 70px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-top-formal {
    padding-bottom: 55px;
  }
}

.p-top-formal__icon {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-formal__icon .-img {
    width: 50px;
  }
}

.p-top-formal__oval {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -30%;
}

.p-top-formal__inner {
  position: relative;
  z-index: 2;
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-formal__heading {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.p-top-formal__heading .-main {
  font-size: calc(22 / 14 * 100%);
  line-height: calc(28 / 22);
  font-weight: 700;
}

.p-top-formal__heading .-line {
  display: flex;
  margin-top: 10px;
  align-items: center;
  column-gap: 2px;
  max-width: 312px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-formal__heading .-line {
    margin-top: 3px;
    max-width: 252px;
  }
}
.p-top-formal__heading .-line::before,
.p-top-formal__heading .-line::after {
  content: "";
  background-color: currentColor;
  height: 1px;
  width: 100%;
  display: block;
}

.p-top-formal__heading .-sub {
  margin-top: 3px;
  font-family: var(--fontFamily-en);
}

.p-top-formal__subheading {
  font-size: 15px;
  font-weight: 700;
  line-height: calc(28 / 15);
  text-align: center;
  padding-bottom: 1.6em;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
  .p-top-formal__subheading {
    padding-bottom: 0.9em;
  }
}
.p-top-formal__text {
  padding-top: 22px;
  padding-bottom: 44px;
  font-size: 14px;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-formal__text {
    padding-top: 13px;
  }
}
.p-top-formal__caption {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 65px;
  font-size: 14px;
  line-height: calc(22 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-formal__caption {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}

.p-top-formal__subsubheading {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 13px 1fr;
  column-gap: 3px;
  font-size: 14px;
  line-height: calc(25 / 14);
}

.p-top-formal__subsubheading:not(:first-of-type) {
  margin-top: 10px;
}

.p-top-formal__subsubheading > *:nth-child(1) {
  translate: 0 0.4em;
}

.p-top-formal__button {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-formal__button {
    margin-top: 5px;
  }
}
}

@layer page {
.p-top-price {
  text-align: center;
  font-family: var(--fontFamily-en);
}
.p-top-price__name {
  font-size: 16px;
  line-height: calc(26 / 16);
}

.p-top-price__sub {
  font-size: 12px;
  line-height: calc(26 / 12);
}
.p-top-price__type {
  font-size: 12px;
  line-height: calc(26 / 12);
}
.p-top-price__price {
  font-size: 18px;
  line-height: calc(29 / 18);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-price__price {
    margin-top: unset;
  }
}
}

@layer page {

.p-top-style {
  border: 1px solid #231815;
  background: linear-gradient(
    to bottom,
    rgba(154, 114, 175, 0.3),
    rgba(236, 122, 167, 0.3)
  );
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-style {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-top-style[data-css="no2"] {
  color: white;
  border: 1px solid white;
}

.p-top-style__heading {
  display: grid;
  place-items: center;
}

.p-top-style__heading .-img {
  width: min(237px, calc(200 / 375 * 100vw));
}
.p-top-style__text {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-style__text {
    margin-top: 5px;
  }
}
.p-top-style__slider {
  display: grid;
  align-items: flex-end;
  justify-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-style__slider {
    margin-top: 20px;
  }
}

.p-top-style__slider .-bg {
  grid-area: 1 / -1;
}
.p-top-style__slider .-body {
  grid-area: 1 / -1;
  width: 98%;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-top-style__slider .-body {
    translate: 0 2px;
  }
}

.p-top-style-slider {
  position: relative;
}

.p-top-style-slider .splide__track {
  -webkit-mask: url("../images/top/style_mask.svg") no-repeat center / contain;
  mask: url("../images/top/style_mask.svg") no-repeat center / contain;
  position: relative;
}

.p-top-style-slider .splide__arrow {
  opacity: 1 !important;
  top: 62% !important;
  width: 36px !important;
  height: 36px !important;
  background-color: unset !important;
}
.p-top-style-slider .splide__arrow--prev {
  left: 0 !important;
  translate: -50% !important;
}
.p-top-style-slider .splide__arrow--next {
  right: 0 !important;
  translate: 50% !important;
}

.p-top-product__price {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-product__price {
    margin-top: 30px;
  }
}
}

@layer javascript {
.js-animation._top-fade {
  opacity: 0;
}
.js-animation._top-fade._active {
  animation-name: top-fade;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes top-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-gsap-flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.js-gsap-fadeInImg {
  opacity: 0;
  scale: 1.1;
}

.js-elevator-star {
  transition: transform 0.2s;
}
}

@layer utility {

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-ib {
  display: inline-block;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-visible {
    display: revert;
  }
}
@media screen and (max-width: 1024px) {
  .u-lg-hidden {
    display: none;
  }
}
.u-lg-visible {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg-visible {
    display: revert;
  }
}

@media screen and (max-width: 1280px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-xl-visible {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-xl-visible {
    display: revert;
  }
}

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

.u-mt-10 {
  margin-top: 10px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
}
