@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: #a2333f;
  --color-secondary: #777777;
  --color-komono: #544545;

  --fontFamily-default: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  --fontFamily-serif: "Noto Serif JP", 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: 20px;
  --gutter-half: 10px;
  --gutter-inner: 20px;

  --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);
}

/* Swiper */

.swiper-navigation-icon {
  display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
}
}

@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;
  object-position: top;
}
/* 左サイドエリア（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__center {
  position: fixed;
  top: max(350px, 43%);
  left: 50%;
  translate: -50% -50%;
  width: min(100%, 480px);
}

@media screen and (max-width: 400px) {
  .l-top-wrap__center {
    top: max(310px, 43%);
  }
}

.l-top-wrap__bottom {
  position: fixed;
  left: 50%;
  bottom: 3%;
  translate: -50% 0;
  width: calc(1204 / 1280 * 100%);
}

@media screen and (max-width: 768px) {
  .l-top-wrap__bottom {
    width: 100%;
    bottom: min(-2%, 10px);
  }
}

.l-top-wrap__main {
  padding-top: calc(100lvh + 150px);
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

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

@layer components {

.c-button-simple {
  padding-left: 10px;
  padding-right: 10px;
  border-image-source: url("../images/components/button_simple_brown.png");
  border-image-slice: 10 fill;
  border-image-width: 3px 5px;
  min-height: 32px;
  width: 100%;
  color: white;
  position: relative;
  max-width: 170px;
  transition: opacity 0.2s;
  display: grid;
  place-items: center;
}

.c-button-simple._white {
  border-image-source: url("../images/components/button_simple_white.png");
  color: var(--color-primary);
}

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

.c-button-simple__text {
  font-size: 14px;
  text-transform: uppercase;
}

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

.c-button-arrow {
  padding-left: 10px;
  padding-right: 10px;
  border-image-source: url("../images/components/button_simple_brown_lg.png");
  border-image-slice: 15 fill;
  border-image-width: 5px 5px;
  min-height: 63px;
  max-width: 410px;
  width: 100%;
  color: white;
  position: relative;
  transition: opacity 0.2s;
  display: grid;
  place-items: center;
}

.c-button-arrow._white {
  border-image-source: url("../images/components/button_simple_white_lg.png");
  color: black;
}

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

.c-button-arrow__text {
  font-size: 16px;
}

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

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

.c-button-instagram__img {
  width: max(130px, calc(130 / 1280 * 100vw));
}
}

@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:last-of-type .c-accordion-parent__head {
  border-bottom: unset;
}
.c-accordion-parent[open]:last-of-type .c-accordion-parent__head {
  border-bottom: 1px solid currentColor;
}

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

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

.c-accordion-child__head {
  font-size: 15px;
  line-height: calc(28 / 15);
  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: 15px;
  line-height: calc(28 / 15);
}
}

@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: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-card-lineup {
}

.c-card-lineup__figure {
  display: grid;
  place-items: center;
}

.c-card-lineup__body {
  text-align: center;
  padding-top: 45px;
  color: white;
}
.c-card-lineup__name {
  font-size: 16px;
}
.c-card-lineup__code {
  font-size: 13px;
  margin-top: 15px;
}
.c-card-lineup__price {
  margin-top: 10px;
  font-size: 16px;
}
.c-card-lineup__button {
  margin-top: 35px;
  display: grid;
  place-items: center;
}
}

@layer components {

.c-hamburger {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s var(--ease-in-out-quad);
  width: 74px;
  height: 60px;
}

.c-hamburger__line {
  background: white;
  display: inline-block;
  height: 2px;
  pointer-events: none;
  position: absolute;
  width: 47px;
  transition: transform 0.3s var(--ease-in-out-quad),
    background-color 0.3s var(--ease-in-out-quad),
    opacity 0.3s var(--ease-in-out-quad);
}

/* 通常状態：中央を基準にして3本の線を配置 */
.c-hamburger__line:nth-of-type(1) {
  top: 50%;
  left: 10%;
  transform: translateY(calc(-50% - 10px));
}

.c-hamburger__line:nth-of-type(2) {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger__line:nth-of-type(3) {
  left: 10%;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
}

.c-hamburger[aria-expanded="true"] {
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background: #fff;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(1) {
  top: 50%;
  transform: translate3d(8px, calc(-50% - 8px), 0) rotate(-30deg);
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line:nth-of-type(3) {
  top: 50%;
  transform: translate3d(8px, calc(-50% - 8px), 0) rotate(30deg);
}
}

@layer site {

.s-header {
  width: 74px;
  z-index: var(--zIndex-header);
  display: none;
  position: fixed;
  right: 12px;
  top: 22px;
}

@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);
}
}

@layer site {

.s-spmenu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  z-index: var(--zIndex-spmenu, 100);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s var(--ease-in-out-quad, ease-in-out);
  padding-top: 20lvh;
  padding-bottom: 10lvh;
}

/* --- 開状態（:has対応ブラウザ用） --- */
@supports selector(:has(*)) {
  body:has(.js-hamburger[aria-expanded="true"]) .js-spmenu {
    pointer-events: auto;
    opacity: 1;
  }
}

.js-spmenu[aria-hidden="false"] {
  pointer-events: auto;
  opacity: 1;
}

.s-spmenu__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.s-spmenu__bg .-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-spmenu__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
}

.s-spmenu__nav {
  width: calc(305 / 480 * 100%);
  margin-left: auto;
  margin-right: auto;
}
.s-spmenu__button {
  margin-top: 30px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.s-spmenu__button .-link {
  transition: opacity 0.2s;
}
.s-spmenu__button .-link:hover {
  opacity: 0.5;
}
}

@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 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-footer__item {
  padding-left: 20px;
  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: 14px;
  display: grid;
  grid-template-columns: 29px 1fr;
  column-gap: 10px;
  align-items: center;
  transition: opacity 0.2s;
}

.s-footer__link:hover {
  opacity: 0.5;
}

.s-footer__copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.s-footer__logo {
  margin-top: 25px;
  display: grid;
  place-items: center;
}
}

@layer site {
.s-aside-left {
  position: relative;
  overflow-x: clip;
  height: 100lvh;
  padding-bottom: 12.8lvh;
  padding-left: 5%;
}
.s-aside-left__inner {
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
}

.s-aside-left__upper {
  display: grid;
  row-gap: 2lvh;
}
}

@layer site {

.s-aside-right {
  position: relative;
  height: 100lvh;
  overflow-x: clip;
  padding-bottom: 13lvh;
}

.s-aside-right__inner {
  display: grid;
  height: 100%;
  place-items: center;
}

.s-aside-right__logo .-img {
  width: max(232px, calc(232 / 1280 * 100vw));
}
}

@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 {
  color: white;
  font-family: var(--fontFamily-en);
  text-transform: uppercase;
}

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

.s-nav-main__link {
  font-size: max(12px, calc(12 / 1280 * 100vw));
  font-weight: 600;
  position: relative;
  align-items: center;
  line-height: calc(31 / 12);
}

.s-nav-main__item:not(:last-of-type) .s-nav-main__link::after {
  width: 23px;
  height: 1px;
  content: "";
  background-color: white;
  display: block;
  bottom: 0;
  left: 0;
}

.s-nav-main__link:hover .s-nav-main__text {
  opacity: 0.5;
}

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

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

@layer site {

.s-nav-spmenu {
  color: white;
  font-family: var(--fontFamily-en);
  text-transform: uppercase;
}

.s-nav-spmenu__list {
  display: flex;
  flex-direction: column;
}

.s-nav-spmenu__item {
  position: relative;
}

.s-nav-spmenu__link {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  align-items: center;
  line-height: calc(36 / 12);
  display: grid;
  grid-template-columns: 1fr 23px;
}

.s-nav-spmenu__item::after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: white;
  display: block;
  bottom: 0;
  left: 0;
}
.s-nav-spmenu__arrow {
  transition: translate 0.2s;
}
.s-nav-spmenu__link:hover .s-nav-spmenu__text {
  opacity: 0.5;
}
.s-nav-spmenu__link:hover .s-nav-spmenu__arrow {
  translate: 3px;
}
.s-nav-spmenu__text {
  display: block;
  transition: opacity 0.2s;
}

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

@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: 85px;
  padding-bottom: 85px;
  overflow-x: clip;
}

.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__bg-upper {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -5%;
  width: 100%;
  clip-path: inset(0px 0px 2px 0px);
  z-index: 2;
}
[data-theme="grad"] .p-top-product__bg-upper {
  translate: 0 -14%;
}

.p-top-product[data-css="otona"] .p-top-product__bg-upper {
  translate: 0 -10%;
  z-index: 2;
}

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

.p-top-product__heading {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}

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

.p-top-product__heading .-sub {
  text-align: center;
  color: white;
  font-size: 24px;
  margin-top: 10px;
  font-family: var(--fontFamily-serif);
}

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

.p-top-product[data-css="kawaii"] .p-top-product__visual .-visual {
  max-width: calc(344 / 480 * 100%);
  margin-left: auto;
  margin-right: auto;
}
.p-top-product[data-css="otona"] .p-top-product__visual .-visual {
  max-width: calc(350 / 480 * 100%);
  margin-left: auto;
  margin-right: auto;
}
.p-top-product[data-css="kawaii"] .p-top-product__visual {
  margin-top: max(-75px, calc(-75 / 480 * 100vw));
  margin-bottom: max(-75px, calc(-75 / 480 * 100vw));
}
.p-top-product[data-css="otona"] .p-top-product__visual {
  margin-top: 15px;
  margin-bottom: 25px;
}
.p-top-product__visual .-bg {
  grid-area: 1 / -1;
  display: grid;
  place-items: center;
}

.p-top-product__visual .-visual {
  grid-area: 1/-1;
  display: grid;
  place-items: center;
}

.p-top-product__catch {
  font-family: var(--fontFamily-serif);
  text-align: center;
  font-size: 18px;
  line-height: calc(26 / 18);
  color: white;
}

.p-top-product__upper {
  display: grid;
  grid-template-columns: 120fr 30fr 249fr;
  grid-template-rows: 183fr 197fr 103fr;
  max-width: calc(399 / 480 * 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.p-top-product__upper > *:nth-child(1) {
  grid-area: 1 / 2 / 3 / 4;
}
.p-top-product__upper > *:nth-child(2) {
  grid-area: 2 / 1 / 4 / 3;
}

.p-top-product__lower {
  display: grid;
  grid-template-columns: 247fr 33fr 117fr;
  grid-template-rows: 180fr 200fr 100fr;
  position: relative;
  max-width: calc(397 / 480 * 100%);
  margin-left: auto;
  margin-top: 70px;
  margin-right: auto;
}

.p-top-product__lower > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.p-top-product__lower > *:nth-child(2) {
  grid-area: 2 / 2 / 4 / 4;
}

.p-top-product__lower .-ring {
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -42%;
}
.p-top-product__lower .-ring {
  animation: circle-rotate 15s linear infinite;
}

.p-top-product[data-css="kawaii"] .p-top-product__lower .-ring {
  width: min(177px, calc(177 / 480 * 100vw));
}
.p-top-product[data-css="otona"] .p-top-product__lower .-ring {
  width: min(159px, calc(159 / 480 * 100vw));
}

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

@layer page {

.p-top-bland {
  background-color: #f7f4f0;
  overflow-x: clip;
  padding-top: 45px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-bland__inner {
  margin-left: auto;
  margin-right: auto;
}

.p-top-bland__body {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.p-top-bland__heading {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: calc(20 / 14);
}

.p-top-bland__heading .-main {
  font-size: calc(24 / 14 * 100%);
  padding-bottom: 5px;
  font-family: var(--fontFamily-serif);
}

.p-top-bland__text {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 14px;
  line-height: calc(27 / 14);
}

.p-top-bland__buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  flex-direction: column;
}
}

@layer page {

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

.p-top-shop__heading {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--fontFamily-serif);
}
.p-top-shop__heading._second {
  margin-top: 40px;
}

.p-top-shop__upper {
  background-color: #231815;
  padding-top: 35px;
  padding-bottom: 20px;
  color: white;
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-top-shop__buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  flex-direction: column;
}
.p-top-shop__buttons._second {
  margin-top: 5px;
}

.p-top-shop__buttons._second > * {
  translate: -2%;
}

.p-top-shop__lower {
  padding-top: 35px;
  padding-bottom: 70px;
  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(24 / 14 * 100%);
  font-family: var(--fontFamily-serif);
}

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

@layer page {

.p-top-mv__video {
  position: relative;
}

.p-top-mv__video .-video-wrap {
  overflow: hidden;
  padding-left: calc(24 / 480 * 100%);
  padding-right: calc(14 / 480 * 100%);
  padding-top: calc(5 / 480 * 100%);
}

[data-theme="grad"] .p-top-mv__video .-video-wrap {
  padding-top: calc(10 / 480 * 100%);
  padding-left: calc(8 / 480 * 100%);
  padding-right: calc(15 / 480 * 100%);
}
.p-top-mv__video .-video {
  mask-image: url("../images/top/mv_mask-age.svg");
  width: 100%;
  object-fit: cover;
  max-width: 442px;
  aspect-ratio: 442 / 628;
  height: auto;
  mask-size: 100% 100%;
}

[data-theme="grad"] .p-top-mv__video .-video {
  mask-image: url("../images/top/mv_mask-grad.svg");
  max-width: unset;
  max-width: 457px;
  aspect-ratio: 457 / 631;
}
.p-top-mv__frame {
  max-width: unset;
  position: absolute;
  width: calc(480 / 480 * 100%);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

[data-theme="grad"] .p-top-mv__frame {
  width: calc(480 / 480 * 100%);
}
}

@layer page {
.p-top-about {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: #f4efe9;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
[data-theme="grad"] .p-top-about {
  background-color: #eeeeee;
}

.p-top-about__bg-upper {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -95%;
  width: 100%;
  clip-path: inset(0px 0px 2px 0px);
}

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

.p-top-about__intro {
  color: var(--color-primary);
  font-size: 14px;
  line-height: calc(36 / 14);
  text-align: center;
  margin-top: 45px;
}
[data-theme="grad"] .p-top-about__intro {
  color: var(--color-secondary);
}

.p-top-about__pictures {
  position: relative;
  max-width: 372px;
  max-height: 482px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.p-top-about__pictures .-shadow-upper {
  position: absolute;
  left: 0;
  top: 0;
  translate: -22% -27%;
}
.p-top-about__pictures .-shadow-lower {
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 17% 35%;
}
.p-top-about__pictures .-shadow-rainbow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 480px;
  max-width: 480px;
}
.p-top-about__pictures .-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 48fr 146fr 18fr 104fr 56fr;
  grid-template-rows: 51fr 187fr 53fr 133fr 58fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.p-top-about__pictures .-layout > *:nth-child(1) {
  grid-area: 1 / 1 / 4 / 4;
}
.p-top-about__pictures .-layout > *:nth-child(2) {
  grid-area: 3 / 3 / 6 / 6;
}
.p-top-about__pictures .-layout > *:nth-child(3) {
  grid-area: 2 / 2 / 5 / 5;
}
}

@layer page {

.p-top-all {
  background-color: #f4efe9;
  position: relative;
  padding-top: 45px;
  padding-bottom: 100px;
}

.p-top-all__heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--fontFamily-serif);
  text-transform: uppercase;
}
.p-top-all__slider-upper {
  margin-top: 30px;
}
.p-top-all__slider-upper,
.p-top-all__slider-lower {
  overflow: hidden;
}

.p-top-all__slider-lower {
  margin-top: 3px;
}

.p-top-all__slider-upper .swiper-wrapper,
.p-top-all__slider-lower .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-top-all__slider-upper .swiper-slide img,
.p-top-all__slider-lower .swiper-slide img {
  height: 230px;
  width: auto;
  display: block;
  object-fit: contain;
}

.p-top-all__slider-upper .swiper-slide,
.p-top-all__slider-lower .swiper-slide {
  width: 160px !important;
}
.p-top-all__slider-upper .-link,
.p-top-all__slider-lower .-link {
  overflow: hidden;
  display: block;
}

.p-top-all__slider-upper .-img,
.p-top-all__slider-lower .-img {
  transition: scale 0.3s var(--ease-in-out-quad);
}
.p-top-all__slider-upper .-link:hover .-img,
.p-top-all__slider-lower .-link:hover .-img {
  scale: 1.08;
}
}

@layer page {

.p-top-bottom {
  max-width: 1204px;
  will-change: opacity;
  margin-left: auto;
  margin-right: auto;
}

.p-top-bottom__text svg g[clip-path] > * {
  opacity: 0;
  will-change: opacity;
}

.p-top-bottom__text svg {
  max-width: 100%;
}
}

@layer page {
.p-top-point {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: #f4efe9;
  position: relative;
  padding-bottom: 80px;
}
[data-theme="grad"] .p-top-point {
  background-color: #eeeeee;
}

.p-top-point__heading {
  color: var(--color-primary);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  font-family: var(--fontFamily-serif);
}

[data-theme="grad"] .p-top-point__heading {
  color: var(--color-secondary);
}

.p-top-point__subheading {
  display: grid;
  place-items: center;
  margin-top: 45px;
}

.p-top-point__subheading._second {
  margin-top: 60px;
}

.p-top-point__catch {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--fontFamily-serif);
  font-size: 24px;
  margin-top: 10px;
}

[data-theme="grad"] .p-top-point__catch {
  color: var(--color-secondary);
}

.p-top-point__layout {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.p-top-point__situation {
  background-color: #f9f7f4;
  border-radius: 10px;
  padding: 25px 15px 20px;
  display: grid;
  grid-template-rows: auto 110px auto;
  align-items: center;
  color: var(--color-komono);
}

[data-theme="grad"] .p-top-point__situation {
  color: var(--color-secondary);
}

.p-top-point__situation .-heading {
  font-family: var(--fontFamily-serif);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}

.p-top-point__situation .-figure {
  margin-top: 35px;
  display: grid;
  place-items: center;
}

.p-top-point__situation .-text {
  margin-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.p-top-point__anchor {
  background-color: #f9f7f4;
  border-radius: 10px;
  padding: 20px 5px;
  display: grid;
  justify-items: center;
  align-items: center;
  filter: drop-shadow(4px 4px 4px color-mix(in srgb, #d3c5c5 25%, transparent));
  transition: opacity 0.2s;
  color: var(--color-komono);
}

[data-theme="grad"] .p-top-point__anchor {
  color: var(--color-secondary);
}

.p-top-point__anchor:hover {
  opacity: 0.5;
}

.p-top-point__anchor:hover .-arrow {
  translate: 0 3px;
}

.p-top-point__anchor .-heading {
  font-family: var(--fontFamily-serif);
  line-height: 1.1;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.p-top-point__anchor .-subheading {
  line-height: 1.1;
  font-size: 12px;
  text-align: center;
}

.p-top-point__anchor .-figure {
  margin-top: 5px;
  display: grid;
  place-items: center;
}

.p-top-point__anchor .-arrow {
  margin-top: 15px;
  transition: translate 0.2s;
}
}

@layer page {

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

.p-top-lineup[data-css="kawaii"] {
  background-color: #c29696;
}
.p-top-lineup[data-css="otona"] {
  background-color: #413f3f;
  padding-bottom: 65px;
}

.p-top-lineup__bg-upper {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -95%;
  width: 100%;
  clip-path: inset(0px 0px 2px 0px);
}

.p-top-lineup__bg-lower {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 96%;
  width: 100%;
  clip-path: inset(0px 0px 2px 0px);
  z-index: 2;
}

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

.p-top-lineup__slider {
  padding-top: 25px;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  --swiper-navigation-top-offset: 35%;
  --swiper-navigation-sides-offset: 8%;
  --swiper-navigation-size: 46px;
}

.p-top-lineup__slider .swiper {
  margin-top: 30px;
}
.p-top-lineup__slider .swiper-slide {
  width: min(350px, calc(350 / 480 * 100vw)) !important;
}

.p-top-lineup__slider .swiper-fraction {
  color: white;
  text-align: center;
  font-family: var(--fontFamily-serif);
  font-size: 26px;
}
}

@layer page {
.p-top-plus {
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: #f4efe9;
  position: relative;
  overflow: hidden;
}
.p-top-plus__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.p-top-plus__contents {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.p-top-plus__bg-upper {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -10%;
  width: 100%;
  clip-path: inset(0px 0px 2px 0px);
}

.p-top-plus__catch {
  margin-top: 25px;
  font-family: var(--fontFamily-serif);
  font-size: 24px;
  color: var(--color-komono);
  text-align: center;
}

.p-top-plus__catch .-sub {
  display: block;
}
.p-top-plus__catch .-main {
  display: block;
  margin-top: 5px;
  font-size: calc(38 / 24 * 100%);
  font-weight: 600;
}

.p-top-plus__row {
  margin-top: 70px;
}
.p-top-plus__row:first-of-type {
  margin-top: 60px;
}

.p-top-plus-item__heading {
  color: var(--color-komono);
  font-size: 26px;
  font-weight: 700;
  font-family: var(--fontFamily-serif);
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  text-align: center;
}
.p-top-plus-item__heading br {
  display: none;
}

@media screen and (max-width: 430px) {
  .p-top-plus-item__heading br {
    display: revert;
  }
}

.p-top-plus-item__heading::before,
.p-top-plus-item__heading::after {
  background-color: currentColor;
  content: "";
  height: 1px;
  width: 100%;
  flex: 1;
}

.p-top-plus-item__catch {
  font-family: var(--fontFamily-serif);
  text-align: center;
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-top: 10px;
}

.p-top-plus-item__slider {
  padding-top: 15px;
  margin-left: -40px;
  margin-right: -40px;
  --swiper-navigation-top-offset: 53%;
  --swiper-navigation-sides-offset: 3%;
  --swiper-navigation-size: 46px;
}

@media screen and (max-width: 450px) {
  .p-top-plus-item__slider {
    --swiper-navigation-sides-offset: 8%;
  }
}
.p-top-plus-item__slider .swiper {
  margin-top: 10px;
}

.p-top-plus-item__slider .swiper-fraction {
  color: var(--color-komono);
  text-align: center;
  font-family: var(--fontFamily-serif);
  font-size: 20px;
}

.p-top-plus-item__slider .swiper-slide {
  width: min(400px, calc(400 / 480 * 100vw)) !important;
}

.p-top-plus-item__slider .-img {
  border-radius: 30px;
}

.p-top-plus-item__text {
  font-size: 14px;
  line-height: calc(26 / 14);
  color: var(--color-komono);
  margin-top: 20px;
}

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

@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-fadein-single {
  opacity: 0;
}

.p-top-mv__video {
  visibility: hidden;
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}
}

@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;
}
}
