@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ボックスモデルのリセット
============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document
============================================ */
/**
 * 1. すべてのブラウザで行の高さを修正。
 * 2. iOSで方向変更後のフォントサイズの調整を禁止
 * 3. iOSのリンク上の灰色のオーバーレイを削除
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections
 ============================================ */
/**
 * すべてのブラウザでマージンを削除
 */
body {
  margin: 0;
  text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * IEで一貫して「main」要素をレンダリング
 */
main {
  display: block;
}

/* マージンリセット
 ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* リスト
 ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 定義リスト
 ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
 ============================================ */
/**
 * 1. Firefoxで正しいボックスサイズを追加
 * 2. EdgeとIEでオーバーフローを表示
 */
hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

/* テキストレベルの設定
 ============================================ */
/**
 * IE10でアクティブリンクの灰色背景を削除
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Chrome 57-で下部のボーダーを削除
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加
 */
abbr[title] {
  text-decoration: underline dotted;
}

/**
 * Chrome、Edge、Safariで正しいフォントウェイトを追加
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

/**
 * すべてのブラウザで正しいフォントサイズを追加
 */
small {
  font-size: 80%;
}

/**
 * すべてのブラウザで `sub` と `sup` 要素が行の高さに影響しないようにする。
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * フォントスタイルリセット
 */
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

/* 置換要素
 ============================================ */
/**
 * vertical-alignの差異を防ぐ
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
abbr,
acronym {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Forms
 ============================================ */
/**
 * フォームフィールドをリセットして、スタイル設定できるようにする
 * 1. iOSは特に、システム間でフォーム要素をスタイリング可能にする
 * 2. 親要素から text-transform を継承する
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
}

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

/**
 * クリック可能な要素のカーソルを修正
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Firefoxのアウトラインを改善し、入力要素とボタンのスタイルを統一
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * paddingを取り除く
 */
option {
  padding: 0;
}

/**
 * 不可視にリセット
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  padding: 0;
}

/**
 * Chrome、Firefox、Operaで正しいvertical-alignを追加する
 */
progress {
  vertical-align: baseline;
}

/**
 * IE 10+のデフォルトの垂直スクロールバーを削除
 */
textarea {
  overflow: auto;
}

/**
 * Chromeのインクリメントボタンとデクリメントボタンのカーソルスタイルを修正
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Safariのアウトラインスタイルを修正
 */
[type=search] {
  outline-offset: -2px;
}

/**
 * macOSのChromeとSafariで内側のパディングを削除
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOSとSafariでクリッカブルタイプのスタイル設定ができない問題を修正
 * 2. フォントの継承を修正
 */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/**
 * Firefoxの外観を修正
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * クリック可能なラベル
 */
label {
  cursor: pointer;
}

/* Interactive
 ============================================ */
/*
 * Edge、IE 10+、Firefoxで正しく表示されるようにする
 */
details {
  display: block;
}

/*
 * すべてのブラウザで正しく表示されるようにする
 */
summary {
  display: list-item;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/*
 * 編集可能なコンテンツのアウトラインを削除
 */
[contenteditable]:focus {
  outline: auto;
}

/* テーブル
 ============================================ */
/**
1. すべてのChromeとSafariで、テーブルのボーダー色の継承を修正
*/
table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/* ========================================== */
.p-corp-info__email-link a, .p-company-group__link, .p-appli-download__btn, .p-appli__fv-btn, .p-qscs-archive__card, .p-blog-ranking__card, .p-competition-schedule__item, .p-info-card, .p-shop-open__table a, .p-maid-profile__bnr, .p-maid-grandprix__card, .p-maid-blogcard, .p-maid-archive__card, .p-first-intro__app-link, .p-single__place, .p-share__link, .p-event-card, .p-home-nav__link, .c-sns-list__link, .c-slider__dot, .c-card, .c-btn--reserve, .c-btn--grade, .l-foot__sns-link, .l-gnav__link-btn, .l-head__hamburger, .l-head__lang-btn, .l-head__reserve, .l-head__btm-link {
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .p-corp-info__email-link a:hover, .p-company-group__link:hover, .p-appli-download__btn:hover, .p-appli__fv-btn:hover, .p-qscs-archive__card:hover, .p-blog-ranking__card:hover, .p-competition-schedule__item:hover, .p-info-card:hover, .p-shop-open__table a:hover, .p-maid-profile__bnr:hover, .p-maid-grandprix__card:hover, .p-maid-blogcard:hover, .p-maid-archive__card:hover, .p-first-intro__app-link:hover, .p-single__place:hover, .p-share__link:hover, .p-event-card:hover, .p-home-nav__link:hover, .c-sns-list__link:hover, .c-slider__dot:hover, .c-card:hover, .c-btn--reserve:hover, .c-btn--grade:hover, .l-foot__sns-link:hover, .l-gnav__link-btn:hover, .l-head__hamburger:hover, .l-head__lang-btn:hover, .l-head__reserve:hover, .l-head__btm-link:hover {
    opacity: 0.75;
  }
}

/* base
-------------------------------------------------------------- */
html {
  font-size: 14px;
  cursor: default;
  scroll-behavior: smooth;
  scroll-padding: calc(var(--headerHeight) + 20px);
}

body {
  position: relative;
  min-height: 100dvh;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #594E4F;
  background: #FFF;
}
@media print {
  body {
    overflow: visible;
  }
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, #FFF 0%, #F4C8CE 40%);
}
body:has([data-page=hyper])::before {
  background: linear-gradient(0deg, #331F88 0%, #D5D4F2 100%);
}
body::after {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  content: "";
  background: #FFF;
  transition: opacity 0.2s ease-out;
}
body.is-load::after {
  opacity: 0;
}
body:has(.l-gnav[aria-hidden=false]) {
  height: 100%;
  overflow: hidden;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0;
  }
}

/* =a style
-------------------------------------------------------------- */
a {
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
  background: transparent;
}

/* デバイス設定「視差効果を減らす」の時はアニメーションを極限まで短縮する
-------------------------------------------------------------- */
/* レスポンシブ
-------------------------------------------------------------- */
@media (min-width: 768px) {
  body::before {
    height: 200px;
  }
  body:has([data-page=hyper])::before {
    height: 106px;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  :root {
    --headerHeight: 96px;
  }
}
@media (max-width: 767px) {
  body::before {
    height: min(200px, 53.3333333333vw);
  }
  body:has([data-page=hyper])::before {
    height: min(102px, 27.2vw);
  }
  .pc {
    display: none !important;
  }
  :root {
    --headerHeight: min-vw(92px);
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

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

.swiper-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

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

button.swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

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

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #000;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

/* .l-head
--------------------------------------------- */
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(244, 200, 206, 0) 0%, #D5D4F2 100%);
}
.l-head__top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.l-head__logo {
  position: absolute;
  inset: 0;
  display: block;
  height: max-content;
  margin: auto;
  pointer-events: all;
}
.l-head__logo-img {
  display: block;
  width: 100%;
}
.l-head__hamburger, .l-head__lang-btn {
  display: block;
  width: max-content;
  pointer-events: all;
  filter: drop-shadow(0 1px 0 rgba(29, 21, 22, 0.6)) drop-shadow(0 1px 8px rgba(226, 97, 114, 0.4));
}
.l-head__hamburger {
  position: relative;
  z-index: 112;
  text-align: center;
}
.l-head__hamburger::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: none;
  width: max-content;
  font-weight: 800;
  line-height: 1.5;
  color: #FF68A7;
  content: "CLOSE";
  transform: translateX(50%);
}
.l-head__hamburger[aria-expanded=true]::after {
  display: block;
}
.l-head__hamburger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 2.8em;
  height: 2em;
}
.l-head__hamburger-icon > span, .l-head__hamburger-icon::before, .l-head__hamburger-icon::after {
  display: block;
  width: 100%;
  height: 15%;
  background: #FF68A7;
  border-radius: 100vmax;
}
.l-head__hamburger-icon::before, .l-head__hamburger-icon::after {
  content: "";
  transition: rotate 0.2s ease-out;
}
.l-head__hamburger-icon > span {
  transition: opacity 0.2s ease-out;
}
[aria-expanded=true] .l-head__hamburger-icon > span {
  opacity: 0;
}
[aria-expanded=true] .l-head__hamburger-icon::before, [aria-expanded=true] .l-head__hamburger-icon::after {
  position: absolute;
  inset: 0;
  margin: auto;
}
[aria-expanded=true] .l-head__hamburger-icon::before {
  rotate: 45deg;
}
[aria-expanded=true] .l-head__hamburger-icon::after {
  rotate: -45deg;
}
.l-head__hamburger-label {
  display: block;
  width: max-content;
  margin-top: 0.3em;
  font-weight: 800;
  line-height: 1.5;
  color: #FF68A7;
}
[aria-expanded=true] .l-head__hamburger-label {
  opacity: 0;
}
.l-head__lang-btn {
  color: #FFF;
  text-align: center;
}
.l-head__lang-icon {
  display: block;
  width: 1.8em;
  margin-inline: auto;
}
.l-head__lang-label {
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
}
.l-head__reserve {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 112;
  display: block;
  width: 5em;
  height: 5em;
  padding-block: 0.5em;
  pointer-events: all;
  background: #FFF;
  border-radius: 0 0 0 1.4em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.l-head__reserve-icon {
  display: block;
  width: 48%;
  margin-inline: auto;
}
.l-head__reserve-label {
  display: block;
  margin-top: 0.2em;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(90deg, #FF7EB4 0%, #AA9BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.l-head__btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-head__btm-link {
  display: block flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #FFF;
  pointer-events: all;
  border-bottom: 1px solid #FFF;
  filter: drop-shadow(0 1px 0 rgba(29, 21, 22, 0.6)) drop-shadow(0 1px 8px rgba(226, 97, 114, 0.4));
}
@media (min-width: 768px) {
  .l-head__top {
    gap: 15px;
    height: 60px;
    padding-left: 20px;
  }
  .l-head__logo {
    width: 40px;
  }
  .l-head__hamburger, .l-head__reserve, .l-head__lang-btn {
    font-size: 0.7142857143rem;
  }
  .l-head__btm {
    gap: min(70px, 8.9743589744vw);
    margin-top: 4px;
  }
  .l-head__btm-link {
    gap: 5px;
    min-width: 180px;
    height: 32px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .l-head__btm-link[data-icon=cup] .l-head__btm-icon {
    width: 23px;
  }
  .l-head__btm-link[data-icon=beer] .l-head__btm-icon {
    width: 21px;
  }
}
@media (max-width: 767px) {
  .l-head__top {
    gap: min(15px, 4vw);
    height: min(60px, 16vw);
    padding-left: min(20px, 5.3333333333vw);
  }
  .l-head__logo {
    width: min(40px, 10.6666666667vw);
  }
  .l-head__hamburger, .l-head__reserve, .l-head__lang-btn {
    font-size: min(10px, 2.6666666667vw);
  }
  .l-head__btm {
    gap: min(30px, 8vw);
    margin-top: min(4px, 0.9333333333vw);
  }
  .l-head__btm-link {
    gap: min(5px, 1.3333333333vw);
    min-width: min(154px, 41.0666666667vw);
    height: min(28px, 7.4666666667vw);
    font-size: min(12px, 3.2vw);
    line-height: 1.5;
  }
  .l-head__btm-link[data-icon=cup] .l-head__btm-icon {
    width: min(16px, 4.2666666667vw);
  }
  .l-head__btm-link[data-icon=beer] .l-head__btm-icon {
    width: min(15px, 4vw);
  }
}

/* .l-gnav
----------------------------------- */
.l-gnav {
  position: fixed;
  inset: 0;
  z-index: 111;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.l-gnav__box {
  position: relative;
  height: 100%;
  padding: 4.2857142857em 2.8571428571em 2.8571428571em;
  overflow-y: auto;
  scrollbar-width: none;
  background: #FFDDE4;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-overflow-style: none;
}
.l-gnav__box::-webkit-scrollbar {
  display: none;
}
.l-gnav__box::before, .l-gnav__box::after {
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
}
.l-gnav__box::before {
  inset: 0;
  z-index: 2;
  background: url("../img/common/gnav_bg.png") no-repeat top center/100% auto;
}
.l-gnav__box::after {
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #FFDDE4 0%, #E6F4F8 50%, #D5D4F2 100%);
}
.l-gnav__box > * {
  position: relative;
  z-index: 3;
}
.l-gnav[aria-hidden=false] {
  pointer-events: all;
  opacity: 1;
}
.l-gnav[aria-hidden=false] .l-gnav__box {
  transform: translate3d(0, 0, 0);
}
.l-gnav__dt {
  display: flex;
  gap: 0.2142857143em;
  align-items: flex-end;
  height: 3.3571428571em;
  padding-bottom: 0.4285714286em;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}
.l-gnav__icon {
  height: 1.5em;
}
.l-gnav__hl {
  display: block;
  flex: 1 1 10%;
  min-width: 0;
  line-height: 1.5;
}
.l-gnav__dd {
  margin-top: 0.7142857143em;
}
.l-gnav__link-btn {
  display: block;
  overflow: hidden;
  color: #FFF;
  background: #F9C;
  border: 2px solid #F9C;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.l-gnav__link-btn + .l-gnav__link-btn {
  margin-top: 0.7142857143em;
}
.l-gnav__link-label {
  display: block;
  padding: 0.5714285714em 1em;
  font-weight: 500;
  line-height: 1.5;
}
.l-gnav__link-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .l-gnav {
    font-size: 1rem;
  }
  .l-gnav__box {
    position: relative;
    z-index: 2;
    max-width: 375px;
    transform: translate3d(-375px, 0, 0);
  }
  .l-gnav__box::after {
    height: 1296px;
  }
  .l-gnav__layer {
    position: absolute;
    inset: 0;
    display: block;
    width: 100vw;
    background: rgba(250, 159, 172, 0.7);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .l-gnav[aria-hidden=false] .l-gnav__layer {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .l-gnav {
    font-size: min(14px, 3.7333333333vw);
  }
  .l-gnav__box {
    transform: translate3d(-100vw, 0, 0);
  }
  .l-gnav__box::after {
    height: 345.6vw;
  }
}

/* .l-foot
--------------------------------------------- */
.l-foot {
  position: sticky;
  top: 100%;
  z-index: 2;
  color: #FFF;
  background: #FA9FAC;
}
.l-foot__sns {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-foot__sns-link {
  display: block;
  background: #FFF;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.l-foot__sns-link[data-icon=tiktok] {
  aspect-ratio: 27/30;
  mask-image: url("../img/common/sns-tiktok-note.svg");
}
.l-foot__sns-link[data-icon=x] {
  aspect-ratio: 26/28;
  mask-image: url("../img/common/sns-x.svg");
}
.l-foot__sns-link[data-icon=instagram] {
  aspect-ratio: 1/1;
  mask-image: url("../img/common/sns-instagram.svg");
}
.l-foot__sns-link[data-icon=facebook] {
  aspect-ratio: 1/1;
  mask-image: url("../img/common/sns-facebook.svg");
}
.l-foot__sns-link[data-icon=youtube] {
  aspect-ratio: 34.0645/24;
  mask-image: url("../img/common/sns-youtube.svg");
}
.l-foot__sns-link > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
.l-foot__contact {
  position: relative;
  z-index: 2;
  display: grid;
}
.l-foot__apply {
  text-align: center;
}
.l-foot__apply-h, .l-foot__address-h {
  margin-block: var(--leading-trim);
  font-weight: 500;
}
.l-foot__apply-tel, .l-foot__address-tel {
  margin-block: var(--leading-trim);
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-foot__apply-open, .l-foot__address-open {
  margin-block: var(--leading-trim);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.l-foot__address {
  text-align: center;
}
.l-foot__address-btn {
  display: block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #FFF;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .l-foot__address-btn:hover {
    color: #FA9FAC;
    background: #FFF;
  }
}
.l-foot__address-notice {
  margin-block: var(--leading-trim);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.l-foot__address-notice a {
  font-weight: 800;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-foot__address-notice a:hover {
    text-decoration: none;
  }
}
.l-foot__btm::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, #D5D4F2 0%, #FA9FAC 100%);
}
.l-foot__btm > * {
  position: relative;
  z-index: 2;
}
.l-foot__logo, .l-foot__logo-img {
  display: block;
}
.l-foot__logo-img {
  width: 100%;
}
.l-foot__nav-list {
  display: flex;
  gap: 0.25em;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-foot__nav-li:nth-of-type(n+2) {
  padding-left: 0.25em;
  border-left: 1px solid #FFF;
}
.l-foot__nav-link {
  display: block;
  margin-block: var(--leading-trim);
}
@media (any-hover: hover) {
  .l-foot__nav-link:hover {
    text-decoration: underline;
  }
}
.l-foot__copyright {
  margin-block: var(--leading-trim);
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-foot {
    padding-inline: 30px;
  }
  .l-foot__wrap {
    max-width: 640px;
    margin-inline: auto;
  }
  .l-foot__sns {
    gap: 30px;
    padding-block: 40px 20px;
    border-bottom: 1px solid #FFF;
  }
  .l-foot__sns-link[data-icon=tiktok] {
    width: 27px;
  }
  .l-foot__sns-link[data-icon=x] {
    width: 26px;
  }
  .l-foot__sns-link[data-icon=instagram] {
    width: 30px;
  }
  .l-foot__sns-link[data-icon=facebook] {
    width: 30px;
  }
  .l-foot__sns-link[data-icon=youtube] {
    width: 35px;
  }
  .l-foot__contact {
    grid-template-columns: 1fr 300px;
    padding: 20px 10px;
    border-bottom: 1px solid #FFF;
  }
  .l-foot__apply-h, .l-foot__address-h {
    font-size: 1.1428571429rem;
  }
  .l-foot__apply-tel {
    margin-top: calc(var(--leading-trim) + 15px);
    font-size: 2.5714285714rem;
  }
  .l-foot__apply-open, .l-foot__address-open {
    margin-top: calc(var(--leading-trim) + 5px);
    font-size: 0.8571428571rem;
  }
  .l-foot__address-btn {
    padding: 7px 5px;
    margin-top: 15px;
    font-size: 1.1428571429rem;
    border-radius: 14px;
  }
  .l-foot__address-tel {
    margin-top: calc(var(--leading-trim) + 15px);
    font-size: 1.2857142857rem;
  }
  .l-foot__address-notice {
    margin-top: calc(var(--leading-trim) + 25px);
    font-size: 0.8571428571rem;
  }
  .l-foot__address-notice a {
    padding-inline: 4px;
  }
  .l-foot__btm {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
  }
  .l-foot__btm::before {
    height: 120px;
  }
  .l-foot__logo {
    width: 97px;
    min-width: 97px;
  }
  .l-foot__nav-list {
    height: 28px;
    font-size: 0.8571428571rem;
  }
  .l-foot__copyright {
    margin-top: calc(var(--leading-trim) + 20px);
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .l-foot__sns {
    gap: min(30px, 8vw);
    padding-block: min(40px, 10.6666666667vw) min(10px, 2.6666666667vw);
  }
  .l-foot__sns-link[data-icon=tiktok] {
    width: min(27px, 7.2vw);
  }
  .l-foot__sns-link[data-icon=x] {
    width: min(26px, 6.9333333333vw);
  }
  .l-foot__sns-link[data-icon=instagram] {
    width: min(30px, 8vw);
  }
  .l-foot__sns-link[data-icon=facebook] {
    width: min(30px, 8vw);
  }
  .l-foot__sns-link[data-icon=youtube] {
    width: min(35px, 9.3333333333vw);
  }
  .l-foot__contact {
    padding-inline: min(40px, 10.6666666667vw);
  }
  .l-foot__apply, .l-foot__address {
    width: 100%;
    max-width: min(295px, 78.6666666667vw);
    padding-block: min(20px, 5.3333333333vw);
    margin-inline: auto;
    border-bottom: 1px solid #FFF;
  }
  .l-foot__apply-h, .l-foot__address-h {
    font-size: min(16px, 4.2666666667vw);
  }
  .l-foot__apply-tel {
    margin-top: calc(var(--leading-trim) + min(15px, 4vw));
    font-size: min(36px, 9.6vw);
  }
  .l-foot__apply-open, .l-foot__address-open {
    margin-top: calc(var(--leading-trim) + min(5px, 1.3333333333vw));
    font-size: min(12px, 3.2vw);
  }
  .l-foot__address-btn {
    padding: min(7px, 1.8666666667vw) min(5px, 1.3333333333vw);
    margin-top: min(15px, 4vw);
    font-size: min(16px, 4.2666666667vw);
    border-radius: min(14px, 3.7333333333vw);
  }
  .l-foot__address-tel {
    margin-top: calc(var(--leading-trim) + min(15px, 4vw));
    font-size: min(18px, 4.8vw);
  }
  .l-foot__address-notice {
    margin-top: calc(var(--leading-trim) + min(25px, 6.6666666667vw));
    font-size: min(12px, 3.2vw);
  }
  .l-foot__address-notice a {
    padding-inline: min(4px, 1.0666666667vw);
  }
  .l-foot__btm {
    padding: min(30px, 8vw) min(20px, 5.3333333333vw) min(20px, 5.3333333333vw);
  }
  .l-foot__btm::before {
    height: min(196px, 52.2666666667vw);
  }
  .l-foot__logo {
    width: min(122px, 32.5333333333vw);
    margin-inline: auto;
  }
  .l-foot__nav-list {
    justify-content: center;
    height: min(28px, 7.4666666667vw);
    margin-top: min(20px, 5.3333333333vw);
    font-size: min(12px, 3.2vw);
  }
  .l-foot__copyright {
    margin-top: calc(var(--leading-trim) + min(20px, 5.3333333333vw));
    font-size: min(12px, 3.2vw);
    text-align: center;
  }
}

/* .l-main
----------------------------------- */
.l-main {
  position: relative;
  z-index: 2;
}
.l-main__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.l-main__bg::before, .l-main__bg::after {
  position: absolute;
  display: block;
  width: 100%;
  content: "";
}
.l-main__bg::before {
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.l-main__bg::after {
  inset: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .l-main__bg {
    top: 160px;
  }
  .l-main__bg::before {
    height: 432px;
  }
  .l-main__bg::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .l-main__bg {
    top: min(156px, 41.6vw);
  }
  .l-main__bg::before {
    height: min(432px, 115.2vw);
  }
  .l-main__bg::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .c-btn
----------------------------------- */
.c-btn, .c-btn--small, .c-btn--grade, .c-btn--more, .c-btn--more-wide, .c-btn--link, .c-btn--link-wide {
  position: relative;
  display: block flex;
  align-items: center;
  max-width: 100%;
  padding: 0.7142857143em 1.4285714286em;
  font-weight: 800;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 1em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.c-btn > span, .c-btn--small > span, .c-btn--grade > span, .c-btn--more > span, .c-btn--more-wide > span, .c-btn--link > span, .c-btn--link-wide > span {
  display: block;
  flex: 1 1 10%;
  min-width: 0;
}
.c-btn::after, .c-btn--small::after, .c-btn--grade::after, .c-btn--more::after, .c-btn--more-wide::after, .c-btn--link::after, .c-btn--link-wide::after {
  display: block;
  content: "";
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.c-btn + .c-btn, .c-btn--small + .c-btn, .c-btn + .c-btn--small, .c-btn--small + .c-btn--small, .c-btn--grade + .c-btn, .c-btn--grade + .c-btn--small, .c-btn + .c-btn--grade, .c-btn--small + .c-btn--grade, .c-btn--grade + .c-btn--grade, .c-btn--more + .c-btn, .c-btn--more + .c-btn--small, .c-btn--more + .c-btn--grade, .c-btn--more-wide + .c-btn, .c-btn--more-wide + .c-btn--small, .c-btn--more-wide + .c-btn--grade, .c-btn + .c-btn--more, .c-btn--small + .c-btn--more, .c-btn--grade + .c-btn--more, .c-btn + .c-btn--more-wide, .c-btn--small + .c-btn--more-wide, .c-btn--grade + .c-btn--more-wide, .c-btn--more + .c-btn--more, .c-btn--more-wide + .c-btn--more, .c-btn--more + .c-btn--more-wide, .c-btn--more-wide + .c-btn--more-wide, .c-btn--link + .c-btn, .c-btn--link + .c-btn--small, .c-btn--link + .c-btn--grade, .c-btn--link-wide + .c-btn, .c-btn--link-wide + .c-btn--small, .c-btn--link-wide + .c-btn--grade, .c-btn--link + .c-btn--more, .c-btn--link-wide + .c-btn--more, .c-btn--link + .c-btn--more-wide, .c-btn--link-wide + .c-btn--more-wide, .c-btn + .c-btn--link, .c-btn--small + .c-btn--link, .c-btn--grade + .c-btn--link, .c-btn + .c-btn--link-wide, .c-btn--small + .c-btn--link-wide, .c-btn--grade + .c-btn--link-wide, .c-btn--more + .c-btn--link, .c-btn--more + .c-btn--link-wide, .c-btn--more-wide + .c-btn--link, .c-btn--more-wide + .c-btn--link-wide, .c-btn--link + .c-btn--link, .c-btn--link-wide + .c-btn--link, .c-btn--link + .c-btn--link-wide, .c-btn--link-wide + .c-btn--link-wide {
  margin-top: 2.1428571429em;
}
.c-btn--link, .c-btn--link-wide {
  color: #FFF;
  background: #F9C;
  border-color: #F9C;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (any-hover: hover) {
  .c-btn--link:hover, .c-btn--link-wide:hover {
    color: #F9C;
    background: #FFF;
  }
}
.c-btn--link::after, .c-btn--link-wide::after {
  width: 0.5em;
  aspect-ratio: 7/10;
  mask-image: url("../img/common/arw-next.svg");
}
.c-btn--more, .c-btn--more-wide {
  color: #F9C;
  background: #FFF;
  border-color: currentColor;
}
@media (any-hover: hover) {
  .c-btn--more:hover, .c-btn--more-wide:hover {
    color: #FFF;
    background: #F9C;
  }
}
.c-btn--more::after, .c-btn--more-wide::after {
  width: 0.7142857143em;
  aspect-ratio: 1/1;
  mask-image: url("../img/common/icn-plus.svg");
}
.c-btn--reserve {
  display: flex;
  gap: 0.8888888889em;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.9444444444em;
  margin-inline: auto;
  font-weight: 800;
  line-height: 1.1111111111;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #FF7EB4 0%, #AA9BFF 100%);
  border-radius: 0.7777777778em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.c-btn--reserve::after {
  display: block;
  width: 1.2222222222em;
  aspect-ratio: 1/1;
  content: "";
  background: currentColor;
  mask: url("../img/common/icn-reserve.svg") no-repeat center center;
  mask-size: contain;
}
.c-btn--grade {
  gap: 0.8888888889em;
  justify-content: center;
  color: #FFF;
  background: linear-gradient(90deg, #FF7EB4 0%, #AA9BFF 100%);
  border: none;
  border-radius: 0.7777777778em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.c-btn--grade::after {
  width: 0.5em;
  height: 0.7777777778em;
  mask-image: url("../img/common/arw-next.svg");
}
.c-btn--grade > span {
  flex-grow: 0;
  flex-basis: auto;
  width: max-content;
}
.c-btn--small {
  padding: 0.5714285714em 1.4714285714em;
  color: #F9C;
  background: #FFF;
  border: none;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.c-btn--small::after {
  width: 1.8778571429em;
  height: 0.7142857143em;
  mask-image: url("../img/common/arw-next.svg");
}
@media (any-hover: hover) {
  .c-btn--small:hover {
    color: #FFF;
    background: #F9C;
  }
}
.c-btn--no-arw::after {
  display: none;
}
.c-btn--back::after {
  order: -1;
  scale: -1 1;
}
@media (min-width: 768px) {
  .c-btn, .c-btn--small, .c-btn--grade, .c-btn--more, .c-btn--more-wide, .c-btn--link, .c-btn--link-wide {
    width: 18.5714285714em;
    margin-inline: auto;
    font-size: 1rem;
  }
  .c-btn--reserve {
    width: 22.2222222222em;
    font-size: 1.2857142857rem;
  }
  .c-btn--more-wide, .c-btn--link-wide {
    width: 28.5714285714em;
  }
  .c-btn--grade {
    width: 22.2222222222em;
    font-size: 1.2857142857rem;
  }
  .c-btn--small {
    width: 10.5357142857em;
  }
}
@media (max-width: 767px) {
  .c-btn, .c-btn--small, .c-btn--grade, .c-btn--more, .c-btn--more-wide, .c-btn--link, .c-btn--link-wide {
    width: 100%;
    font-size: min(14px, 3.7333333333vw);
  }
  .c-btn--reserve {
    font-size: min(18px, 4.8vw);
  }
  .c-btn--grade {
    font-size: min(18px, 4.8vw);
  }
}

/* .c-btn-list
----------------------------------- */
.c-btn-list, .c-btn-list--grid, .c-btn-list--grid-col3 {
  display: flex;
  flex-wrap: wrap;
  padding-block: 0.7142857143em 1.4285714286em;
}
.c-btn-list__link {
  width: 100%;
  padding: 0.5714285714em 0.7142857143em;
  font-weight: 500;
  border-radius: 0.4285714286em;
}
.c-btn-list__link::after {
  width: 0.4285714286em;
}
@media (min-width: 768px) {
  .c-btn-list, .c-btn-list--grid, .c-btn-list--grid-col3 {
    gap: 15px;
    justify-content: center;
    max-width: 780px;
    padding-inline: 46px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .c-btn-list__li {
    width: 11.4285714286em;
  }
  .c-btn-list--grid, .c-btn-list--grid-col3 {
    display: grid;
  }
  .c-btn-list--grid .c-btn-list__li, .c-btn-list--grid-col3 .c-btn-list__li {
    width: auto;
  }
  .c-btn-list--grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-btn-list--grid-col3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 510px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .c-btn-list, .c-btn-list--grid, .c-btn-list--grid-col3 {
    gap: min(15px, 4vw) 4.4776119403%;
    font-size: min(14px, 3.7333333333vw);
  }
  .c-btn-list__li {
    flex: 0 1 47.7611940299%;
  }
  .c-btn-list__li:only-child {
    margin-inline: auto;
  }
}

/* .c-box
----------------------------------- */
.c-box {
  padding: 2.8571428571em;
  font-feature-settings: "palt" on;
  background: #FFF;
  border-radius: 1em;
}
.c-box > :first-child {
  margin-top: 0;
}
.c-box > :last-child {
  margin-bottom: 0;
}
.c-box__bloc {
  position: relative;
}
.c-box__bloc:not(:first-child) {
  padding-top: 2.1428571429em;
}
.c-box__bloc:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #FA9FAC;
  mask: url("../img/common/line-dots.svg") repeat-x left top;
  mask-size: auto 100%;
}
.c-box__bloc:not(:last-child) {
  padding-bottom: 2.1428571429em;
}
.c-box__bloc > :first-child {
  margin-top: 0;
}
.c-box__bloc > :last-child {
  margin-bottom: 0;
}
.c-box__img {
  display: block;
  width: 100%;
  margin-block: 1.0714285714em;
}
.c-box__sh {
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-box {
    font-size: 1rem;
  }
  .c-box__btn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .c-box {
    font-size: min(14px, 3.7333333333vw);
  }
  .c-box__btn {
    margin-top: min(25px, 6.6666666667vw);
  }
}

/* .c-card
----------------------------------- */
.c-card {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0.8571428571em;
  overflow: hidden;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.c-card__img {
  width: 100%;
  aspect-ratio: 335/160;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/cover;
}
.c-card__place {
  color: #FFF;
  font-size: 0.7142857143em;
  font-weight: 500;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
  background-color: #FA9FAC;
  margin-left: 1.5em;
  padding: 0.2em 0.5em;
}
.c-card__place::before {
  content: "";
  display: block;
  background: #FFF;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  width: 1.2em;
  height: 1em;
  mask-image: url("../img/common/icn-shop.svg");
}
.c-card__place + .c-card__date {
  margin-top: 0.5em;
}
.c-card__date {
  display: block;
  padding-inline: 1.3636363636em;
  font-size: 0.7857142857em;
  font-weight: 800;
  line-height: 1.0909090909;
  color: #FA9FAC;
}
.c-card__ttl {
  display: block;
  padding-inline: 1.0714285714em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-card__ttl:not(:first-child) {
  margin-top: 0.3571428571em;
}
.c-card__sh {
  padding-inline: 1.3636363636em;
  font-size: 0.7857142857em;
  font-weight: 800;
  line-height: 1.0909090909;
  color: #FA9FAC;
}
.c-card__name {
  display: block;
  padding-inline: 1.3636363636em;
  margin-top: 0.4545454545em;
  font-size: 0.7857142857em;
  font-weight: 800;
  line-height: 1.0909090909;
  color: #FA9FAC;
}
@media (min-width: 768px) {
  .c-card {
    font-size: 1rem;
  }
  .c-card__img + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .c-card {
    font-size: min(14px, 3.7333333333vw);
  }
  .c-card__img + * {
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .c-cate
----------------------------------- */
.c-cate {
  width: max-content;
  padding: 1px 0.3571428571em;
  font-weight: 800;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  background: #FF68A7;
}
@media (min-width: 768px) {
  .c-cate {
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 767px) {
  .c-cate {
    font-size: min(10px, 2.6666666667vw);
  }
}

/* .c-copy
----------------------------------- */
.c-copy {
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-copy {
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 767px) {
  .c-copy {
    font-size: min(16px, 4.2666666667vw);
  }
}

/* .c-headline
----------------------------------- */
.c-headline {
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-headline[data-icon]::before {
  display: block;
  margin: 0 auto 0.4166666667em;
  content: "";
  background: #FA9FAC;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.c-headline[data-icon=maid]::before {
  width: 2.875em;
  height: 1.75em;
  mask-image: url("../img/common/icn-maid.svg");
}
.c-headline[data-icon=collabocafe]::before {
  width: 1.5em;
  height: 1.6666666667em;
  mask-image: url("../img/common/icn-cup-with-heart.svg");
}
.c-headline[data-icon=staff]::before {
  width: 1.5em;
  height: 1.375em;
  mask-image: url("../img/common/icn-staff.svg");
}
.c-headline[data-icon=shop]::before {
  width: 2.1666666667em;
  height: 1.75em;
  mask-image: url("../img/common/icn-shop.svg");
}
.c-headline[data-icon=blog]::before {
  width: 1.3333333333em;
  height: 1.5416666667em;
  margin-bottom: 0.2083333333em;
  mask-image: url("../img/common/icn-blog.svg");
}
.c-headline[data-icon=event]::before {
  width: 1.5em;
  height: 1.5em;
  mask-image: url("../img/common/icn-event.svg");
}
.c-headline[data-icon=logo]::before {
  width: 1.5833333333em;
  height: 1.5em;
  margin-bottom: 0.2083333333em;
  mask-image: url("../img/common/icn-logo.svg");
}
.c-headline[data-icon=joy]::before {
  width: 1.6666666667em;
  height: 1.5em;
  margin-bottom: 0.2083333333em;
  mask-image: url("../img/common/icn-joy.svg");
}
.c-headline[data-icon=beer]::before {
  width: 1.6666666667em;
  height: 1.8333333333em;
  margin-bottom: 0.3333333333em;
  mask-image: url("../img/common/icn-beer.svg");
}
.c-headline--sm, .c-headline--sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-feature-settings: "palt" on;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-headline--sm[data-icon]::before, .c-headline--sub[data-icon]::before {
  display: block;
  content: "";
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.c-headline--sm[data-icon=shop]::before, .c-headline--sub[data-icon=shop]::before {
  mask-image: url("../img/common/icn-shop.svg");
}
.c-headline--sm[data-icon=reserve]::before, .c-headline--sub[data-icon=reserve]::before {
  mask-image: url("../img/common/icn-reserve.svg");
}
.c-headline--sm {
  line-height: 1.4;
}
.c-headline--sm[data-icon=shop]::before {
  width: 1.15em;
  height: 0.9em;
}
.c-headline--sm[data-icon=reserve]::before {
  width: 1em;
  height: 1em;
}
.c-headline--sub {
  line-height: 1.3333333333;
}
.c-headline--sub[data-icon=shop]::before {
  width: 1.125em;
  height: 0.9166666667em;
}
@media (min-width: 768px) {
  .c-headline {
    font-size: 1.7142857143rem;
  }
  .c-headline--sm, .c-headline--sub {
    gap: 5px;
    padding-bottom: 10px;
  }
  .c-headline--sm {
    font-size: 1.4285714286rem;
  }
  .c-headline--sub {
    font-size: 1.7142857143rem;
  }
}
@media (max-width: 767px) {
  .c-headline {
    font-size: min(24px, 6.4vw);
  }
  .c-headline--sm, .c-headline--sub {
    gap: min(5px, 1.3333333333vw);
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .c-headline--sm {
    font-size: min(20px, 5.3333333333vw);
  }
  .c-headline--sub {
    font-size: min(24px, 6.4vw);
  }
}

/* .c-intro
----------------------------------- */
.c-intro {
  padding-bottom: 1.25em;
  background: #F4C8CE;
}
.c-intro__txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-intro {
    font-size: 1.1428571429rem;
  }
  .c-intro__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .c-intro {
    font-size: min(16px, 4.2666666667vw);
  }
  .c-intro__wrap {
    padding-inline: min(40px, 10.6666666667vw);
  }
}

/* .c-pagination
----------------------------------- */
.c-pagination {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.c-pagination__num, .c-pagination__arw, .c-pagination__arw--prev, .c-pagination__arw--next {
  display: block grid;
  place-items: center;
  width: 2em;
  aspect-ratio: 1/1;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #F9C;
  letter-spacing: 0.05em;
  background: #FFF;
  border-radius: 50%;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .c-pagination__num:hover, .c-pagination__arw:hover, .c-pagination__arw--prev:hover, .c-pagination__arw--next:hover {
    color: #FFF;
    background: #F9C;
  }
}
.c-pagination__num:is(span), .c-pagination__arw:is(span), .c-pagination__arw--prev:is(span), .c-pagination__arw--next:is(span) {
  pointer-events: none;
}
.c-pagination__num[aria-current=page] {
  color: #FFF;
  pointer-events: none;
  background: #A4D1F5;
}
.c-pagination__arw, .c-pagination__arw--prev, .c-pagination__arw--next {
  position: relative;
}
.c-pagination__arw::before, .c-pagination__arw--prev::before, .c-pagination__arw--next::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.45em;
  height: 0.7em;
  margin: auto;
  content: "";
  background: currentColor;
  mask: url("../img/common/arw-next.svg") no-repeat center center;
  mask-size: contain;
}
.c-pagination__arw > span, .c-pagination__arw--prev > span, .c-pagination__arw--next > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
.c-pagination__arw--next::before {
  translate: 0.1em 0;
}
.c-pagination__arw--prev::before {
  scale: -1;
  translate: -0.1em 0;
}
@media (min-width: 768px) {
  .c-pagination {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 767px) {
  .c-pagination {
    font-size: min(20px, 5.3333333333vw);
  }
}

/* .c-sec
----------------------------------- */
.c-sec, .c-sec--rev {
  position: relative;
  background: #FFF;
}
.c-sec__wrap {
  position: relative;
  z-index: 4;
}
.c-sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  background: #E6F4F8;
}
.c-sec__bg > span, .c-sec__bg::before, .c-sec__bg::after {
  position: absolute;
  display: block;
  width: 100%;
  content: "";
}
.c-sec__bg::before {
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #E6F4F8 100%);
}
.c-sec__bg::after {
  z-index: 2;
  height: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.c-sec__bg > span {
  z-index: 3;
  background: url("../img/common/bg_wave-wt.svg") repeat-x center top/auto 100%;
}
.c-sec:nth-of-type(2n) .c-sec__bg, .c-sec--rev:nth-of-type(2n) .c-sec__bg {
  background: #ECEBFF;
}
.c-sec:nth-of-type(2n) .c-sec__bg::before, .c-sec--rev:nth-of-type(2n) .c-sec__bg::before {
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #ECEBFF 100%);
}
.c-sec--rev:nth-of-type(2n+1) .c-sec__bg {
  background: #ECEBFF;
}
.c-sec--rev:nth-of-type(2n+1) .c-sec__bg::before {
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #ECEBFF 100%);
}
.c-sec--rev:nth-of-type(2n) .c-sec__bg {
  background: #E6F4F8;
}
.c-sec--rev:nth-of-type(2n) .c-sec__bg::before {
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #E6F4F8 100%);
}
@media (min-width: 768px) {
  .c-sec__bg {
    height: 472px;
  }
  .c-sec__bg::before, .c-sec__bg::after {
    top: 36px;
  }
  .c-sec__bg::before {
    height: 436px;
    max-height: calc(100% - 36px);
  }
  .c-sec__bg::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .c-sec__bg > span {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .c-sec, .c-sec--rev {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .c-sec__bg {
    height: 257.0666666667vw;
  }
  .c-sec__bg::before, .c-sec__bg::after {
    top: min(36px, 9.6vw);
  }
  .c-sec__bg::before {
    height: 230.4vw;
    max-height: calc(100% - min(36px, 9.6vw));
  }
  .c-sec__bg::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .c-sec__bg > span {
    height: min(36px, 9.6vw);
  }
}

/* .c-slider
----------------------------------- */
.c-slider {
  position: relative;
  overflow: hidden;
}
.c-slider__arw, .c-slider__arw--prev, .c-slider__arw--next {
  position: absolute;
  inset-block: 0;
  z-index: 90;
  display: block;
  margin-block: auto;
  background: #FFF;
  border-radius: 50%;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  transition: background-color 0.2s ease-out;
  will-change: transform;
}
.c-slider__arw::before, .c-slider__arw--prev::before, .c-slider__arw--next::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 25%;
  height: 35%;
  margin: auto;
  content: "";
  background: #FA9FAC;
  mask: url("../img/common/arw-next.svg") no-repeat center center;
  mask-size: contain;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}
@media (any-hover: hover) {
  .c-slider__arw:hover, .c-slider__arw--prev:hover, .c-slider__arw--next:hover {
    background: #FA9FAC;
  }
  .c-slider__arw:hover::before, .c-slider__arw--prev:hover::before, .c-slider__arw--next:hover::before {
    background: #FFF;
  }
}
.c-slider__arw[aria-disabled=true], [aria-disabled=true].c-slider__arw--prev, [aria-disabled=true].c-slider__arw--next {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
  filter: grayscale(100%);
}
.c-slider__arw--prev::before {
  scale: -1;
}
.c-slider__arw > span, .c-slider__arw--prev > span, .c-slider__arw--next > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
.c-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-slider__dot {
  display: block;
  aspect-ratio: 1/1;
  background: rgba(89, 78, 79, 0.2);
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .c-slider__dot:hover {
    background: #FF68A7;
  }
}
.c-slider__dot.is-active {
  background: #FF68A7;
}
@media (min-width: 768px) {
  .c-slider__arw, .c-slider__arw--prev, .c-slider__arw--next {
    width: 40px;
    height: 40px;
  }
  .c-slider__arw--prev {
    left: 10px;
  }
  .c-slider__arw--prev::before {
    translate: -2px 0;
  }
  .c-slider__arw--next {
    right: 10px;
  }
  .c-slider__arw--next::before {
    translate: 2px 0;
  }
  .c-slider__pagination {
    gap: 20px;
    padding-block: 15px;
  }
  .c-slider__dot {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .c-slider__arw, .c-slider__arw--prev, .c-slider__arw--next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .c-slider__arw--prev {
    left: 12.1333333333vw;
  }
  .c-slider__arw--prev::before {
    translate: -0.4vw 0;
  }
  .c-slider__arw--next {
    right: 12.1333333333vw;
  }
  .c-slider__arw--next::before {
    translate: 0.4vw 0;
  }
  .c-slider__pagination {
    gap: 5.3333333333vw;
    padding-block: 4vw;
  }
  .c-slider__dot {
    width: 2.1333333333vw;
  }
}

/* .c-sns-list
----------------------------------- */
.c-sns-list {
  display: block flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-sns-list__link {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.6);
}
.c-sns-list__link::before {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-sns-list__link[data-icon=instagram]::before {
  width: 64.7058823529%;
  height: 64.7058823529%;
  background-image: url("../img/common/sns-instagram-bg.jpg");
  mask: url("../img/common/sns-instagram.svg") no-repeat center center;
  mask-size: contain;
}
.c-sns-list__link[data-icon=x]::before {
  width: 52.9411764706%;
  height: 55.8823529412%;
  background-image: url("../img/common/sns-x.svg");
}
.c-sns-list__link[data-icon=facebook]::before {
  width: 70.5882352941%;
  height: 70.5882352941%;
  background-image: url("../img/common/sns-facebook.svg");
}
.c-sns-list__link[data-icon=tiktok]::before {
  width: 64.7058823529%;
  height: 64.7058823529%;
  background-image: url("../img/common/sns-tiktok.svg");
}
.c-sns-list__link > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
/* .c-txt
----------------------------------- */
.c-txt, .c-txt--lt {
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.c-txt--lt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-txt, .c-txt--lt {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .c-txt, .c-txt--lt {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-home
----------------------------------- */
.p-home {
  position: relative;
}

/* .p-home-nav
----------------------------------- */
.p-home-nav {
  position: absolute;
  inset-inline: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home-nav__link {
  display: block;
  color: #FFF;
  filter: drop-shadow(0 1px 0 #000) drop-shadow(0 1px 6px rgba(0, 0, 0, 0.5));
}
.p-home-nav__icon {
  display: block;
  width: auto;
  margin-inline: auto;
}
.p-home-nav__label {
  display: block;
  margin-top: 0.5em;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-nav {
    bottom: min(10px, 1.2756410256vw);
    gap: 40px;
  }
  .p-home-nav__icon {
    height: 30px;
  }
  .p-home-nav__label {
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 767px) {
  .p-home-nav {
    top: calc(100dvh - min(60px, 16vw));
    gap: min(40px, 10.6666666667vw);
  }
  .p-home-nav__icon {
    height: min(30px, 8vw);
  }
  .p-home-nav__label {
    font-size: min(10px, 2.6666666667vw);
  }
}

/* .p-home-slider
----------------------------------- */
.p-home-slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.p-home-slider__slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.p-home-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-slider__copy-bloc {
  position: absolute;
  inset-inline: 0;
  z-index: 2;
  font-weight: 800;
  color: #FF57A2;
  text-align: center;
}
.p-home-slider__copy-bloc > :nth-child(n+2) {
  margin-top: 2px;
}
.p-home-slider__sub-copy {
  line-height: 1.5;
}
.p-home-slider__main-copy {
  line-height: 1.1428571429;
}
.p-home-slider__pagination {
  position: absolute;
  inset-block: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: max-content;
  margin-block: auto;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.p-home-slider__pagination .swiper-pagination-bullet {
  box-sizing: content-box;
  display: block;
  margin: 0;
  background: rgba(89, 78, 79, 0.2);
  border: 1px solid #FFF;
  border-radius: 50%;
}
.p-home-slider__pagination .swiper-pagination-bullet-active {
  background: #FF68A7;
}
@media (min-width: 768px) {
  .p-home-slider__copy-bloc {
    bottom: min(100px, 12.8205128205vw);
    padding-inline: 20px;
  }
  .p-home-slider__copy-bloc > p {
    max-width: 1200px;
    margin-inline: auto;
  }
  .p-home-slider__sub-copy {
    font-size: 1.5714285714rem;
  }
  .p-home-slider__main-copy {
    font-size: 2rem;
  }
  .p-home-slider__pagination {
    right: 15px;
    gap: 10px;
  }
  .p-home-slider__pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .p-home-slider__copy-bloc {
    top: calc(100dvh - min(231px, 61.6vw));
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-home-slider__sub-copy {
    font-size: min(22px, 5.8666666667vw);
  }
  .p-home-slider__main-copy {
    font-size: min(28px, 7.4666666667vw);
  }
  .p-home-slider__pagination {
    right: 4vw;
    gap: 2.6666666667vw;
  }
  .p-home-slider__pagination .swiper-pagination-bullet {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}

/* .p-event-card
----------------------------------- */
.p-event-card {
  display: block flex;
  gap: 0.3571428571em;
  align-items: center;
  padding: 0.8571428571em;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-event-card__date, .p-event-card__date--sun, .p-event-card__date--sat {
  width: max-content;
  min-width: 3.5714285714em;
  font-weight: 800;
  color: #B0A3A4;
  text-align: center;
}
.p-event-card__date--sun {
  color: #F56F71;
}
.p-event-card__date--sat {
  color: #3DB7EB;
}
.p-event-card__year, .p-event-card__day, .p-event-card__week {
  display: block;
}
.p-event-card__year {
  font-size: 0.7142857143em;
  line-height: 1.2;
}
.p-event-card__day {
  margin-top: 0.2142857143em;
  font-size: 1em;
  line-height: 0.9285714286;
}
.p-event-card__week {
  font-size: 0.8571428571em;
  line-height: 1.0833333333;
}
.p-event-card__ttl {
  display: block;
  flex: 1 1 10%;
  min-width: 0;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-event-card__wrap {
  display: block flex;
  gap: 0.3571428571em;
  align-items: center;
  margin-top: 0.3571428571em;
}
.p-event-card__place {
  color: #FFF;
  font-size: 0.7142857143em;
  font-weight: 500;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
  background-color: #FA9FAC;
  padding: 0.2em 0.5em;
}
.p-event-card__place::before {
  content: "";
  display: block;
  background: #FFF;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  width: 1.2em;
  height: 1em;
  mask-image: url("../img/common/icn-shop.svg");
}
@media (min-width: 768px) {
  .p-event-card {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-event-card {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-local-nav
----------------------------------- */
[data-page=information] .p-local-nav, [data-page=information] .p-local-nav--col-3, [data-page=information] .p-local-nav--col-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-local-nav__link, .p-local-nav__link--arw-down {
  position: relative;
  display: block;
  padding: 0.6em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4;
  color: #F9C;
  text-align: center;
  letter-spacing: 0.05em;
  background: #FFF;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .p-local-nav__link:hover, .p-local-nav__link--arw-down:hover {
    color: #FFF;
    background: #F9C;
  }
}
.p-local-nav__link--arw-down::after {
  display: block;
  width: 0.8em;
  height: 0.6em;
  content: "";
  background: currentColor;
  mask: url("../img/common/arw-down.svg") no-repeat center center;
  mask-size: contain;
}
.p-local-nav__link[aria-current=page], [aria-current=page].p-local-nav__link--arw-down {
  color: #FFF;
  background: #A4D1F5;
}
@media (any-hover: hover) {
  .p-local-nav__link[aria-current=page]:hover, [aria-current=page].p-local-nav__link--arw-down:hover {
    background: #F9C;
  }
}
.p-local-nav__label {
  display: block;
}
@media (min-width: 768px) {
  .p-local-nav, .p-local-nav--col-3, .p-local-nav--col-4 {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 10px 20px 20px;
    font-size: 0.7142857143rem;
  }
  [data-page=information] .p-local-nav, [data-page=information] .p-local-nav--col-3, [data-page=information] .p-local-nav--col-4 {
    max-width: 640px;
    margin-inline: auto;
  }
  .p-local-nav__link, .p-local-nav__link--arw-down {
    display: block flex;
    align-items: center;
    justify-content: center;
  }
  .p-local-nav__label {
    min-width: 8.4em;
  }
  .p-local-nav--col-3 .p-local-nav__link, .p-local-nav--col-3 .p-local-nav__link--arw-down {
    width: 190px;
  }
  [data-page=shop] .p-local-nav .p-local-nav__link, [data-page=shop] .p-local-nav--col-3 .p-local-nav__link, [data-page=shop] .p-local-nav--col-4 .p-local-nav__link, [data-page=shop] .p-local-nav .p-local-nav__link--arw-down, [data-page=shop] .p-local-nav--col-3 .p-local-nav__link--arw-down, [data-page=shop] .p-local-nav--col-4 .p-local-nav__link--arw-down {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .p-local-nav, .p-local-nav--col-3, .p-local-nav--col-4 {
    display: grid;
    gap: min(5px, 1.3333333333vw);
    padding: min(10px, 2.6666666667vw) min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
    font-size: min(10px, 2.6666666667vw);
  }
  .p-local-nav--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-local-nav--col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  [data-page=information] .p-local-nav, [data-page=information] .p-local-nav--col-3, [data-page=information] .p-local-nav--col-4 {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-local-nav__link, .p-local-nav__link--arw-down {
    padding: 0.6em 2.15em 0.6em 0.95em;
  }
  .p-local-nav__link--arw-down::after {
    position: absolute;
    inset-block: 0;
    right: 1.048em;
    margin-block: auto;
  }
}

/* .p-page
----------------------------------- */
.p-page {
  position: relative;
  z-index: 3;
}
.p-page__head {
  background: #F4C8CE;
}
.p-page__head-ttl {
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.3076923077;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(29, 21, 22, 0.6), 0 1px 8px rgba(226, 97, 114, 0.4);
}
@media (min-width: 768px) {
  .p-page {
    padding-block: 106px 80px;
  }
  .p-page__head-ttl {
    padding-block: 10px;
    font-size: 1.8571428571rem;
  }
}
@media (max-width: 767px) {
  .p-page {
    padding-block: min(102px, 27.2vw) min(80px, 21.3333333333vw);
  }
  .p-page__head-ttl {
    padding-block: min(10px, 2.6666666667vw);
    font-size: min(26px, 6.9333333333vw);
  }
}

/* .p-recaptcha
----------------------------------- */
.p-recaptcha {
  width: max-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-recaptcha {
    padding-block: 20px 10px;
  }
}
@media (max-width: 767px) {
  .p-recaptcha {
    padding-block: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
}

/* .p-share
----------------------------------- */
.p-share {
  display: flex;
  gap: 2.5em;
  align-items: center;
  justify-content: center;
  padding-top: 2.5em;
  margin-top: 2.5em;
}
.p-share__h {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.p-share__h > span {
  display: block;
  margin-top: 0.25em;
}
.p-share__h::before {
  display: block;
  width: 2.25em;
  height: 2.25em;
  margin-inline: auto;
  content: "";
  background: url("../img/common/icn-share.svg") no-repeat center center/contain;
}
.p-share__link {
  position: relative;
  display: block;
  width: 5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-share__link[data-sns=x] {
  background: #000;
}
.p-share__link[data-sns=x]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 2.125em;
  height: 2.25em;
  margin: auto;
  content: "";
  background: #FFF;
  mask: url("../img/common/sns-x.svg") no-repeat center center;
  mask-size: contain;
}
.p-share__link[data-sns=line] {
  background: url("../img/common/sns-line.svg") no-repeat center center/contain;
}
.p-share__link[data-sns=facebook] {
  background: url("../img/common/sns-facebook.svg") no-repeat center center/contain;
}
.p-share__link > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
@media (min-width: 768px) {
  .p-share {
    font-size: 0.5714285714rem;
  }
}
@media (max-width: 767px) {
  .p-share {
    font-size: min(8px, 2.1333333333vw);
  }
}

/* .p-single
----------------------------------- */
.p-single {
  padding-top: 0.7142857143em;
}
.p-single__bg {
  padding: 2.1428571429em 2.8571428571em 2.8571428571em;
  background: #FFF;
  border-radius: 1em;
}
.p-single__bg:has(.p-single__eyechatch) {
  padding-top: 0;
}
.p-single__eyechatch {
  margin-inline: -2.8571428571em;
  overflow: hidden;
  border-radius: 1em 1em 0 0;
}
.p-single__eyechatch img {
  display: block;
  width: 100%;
}
.p-single__head {
  padding-bottom: 0.7142857143em;
}
.p-single__place {
  color: #FF68A7;
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.1666666667;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2857142857em;
}
.p-single__place::before {
  content: "";
  display: block;
  background: #FF68A7;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  width: 1.25em;
  height: 1em;
  mask-image: url("../img/common/icn-shop.svg");
}
.p-single__place + .p-single__info {
  margin-top: 0.3571428571em;
}
.p-single__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-single__time {
  display: block;
  font-size: 0.8571428571em;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-single__time:only-child {
  margin-left: auto;
}
.p-single__ttl {
  margin-top: 1em;
  font-size: 1.4285714286em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-single__copy {
  margin-top: 1.25em;
  font-size: 1.1428571429em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-single__copy + .p-single__ttl {
  margin-top: 0.5em;
}
.p-single__post {
  margin-top: 0.7142857143em;
  font-size: 1em;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-single__post > :first-child {
  margin-top: 0;
}
.p-single__post > :last-child {
  margin-bottom: 0;
}
.p-single__post p + p {
  margin-top: 1lh;
}
@supports not (top: 1lh) {
  .p-single__post p + p {
    margin-top: 1em;
  }
}
.p-single__post img {
  display: block;
  margin: 1.4285714286em auto;
}
.p-single__post a {
  font-weight: 500;
  color: #A5A7E0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-single__post a:hover {
    text-decoration: none;
  }
}
.p-single__post strong,
.p-single__post b {
  font-weight: 700;
}
.p-single__post h1,
.p-single__post h2,
.p-single__post h3,
.p-single__post h4,
.p-single__post h5,
.p-single__post h6 {
  margin-block: 0.8333333333em;
  font-weight: 500;
  color: #FF57A2;
}
.p-single__post h1,
.p-single__post h2 {
  font-size: 1.7142857143em;
}
.p-single__post h3 {
  font-size: 1.5em;
}
.p-single__post h4 {
  font-size: 1.3571428571em;
}
.p-single__post h5 {
  font-size: 1.2142857143em;
}
.p-single__post h6 {
  font-size: 1.0714285714em;
}
.p-single__post hr {
  margin-block: 1.4285714286em;
}
.p-single__back-btn {
  margin-top: 2.8571428571em;
}
@media (min-width: 768px) {
  .p-single {
    font-size: 1rem;
  }
  .p-single__eyechatch + * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-single {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-single__eyechatch + * {
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-form
----------------------------------- */
.p-form__note {
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-form__input-area {
  margin-top: 0.7142857143em;
}
.p-form__item:not(:first-child) {
  padding-top: 1.4285714286em;
  border-top: solid 1px #E0DDDD;
}
.p-form__item:not(:last-child) {
  padding-bottom: 1.4285714286em;
}
.p-form__item-box:not(:first-of-type) {
  margin-top: 1.0714285714em;
}
.p-form__item-wrap + .p-form__item-wrap {
  margin-top: 1.4285714286em;
}
.p-form__label {
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: block;
}
.p-form__label + .p-form__item-wrap {
  margin-top: 0.7142857143em;
}
.p-form__column-item {
  margin-top: 0.7142857143em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7142857143em;
}
.p-form__column-item > input {
  margin-top: unset;
}
.p-form__column-item--2column {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-form__column-item--2column .p-form__radio {
  max-width: 7.5em;
}
.p-form__column-item .inputBlock {
  width: 100%;
}
.p-form__input {
  display: block;
  width: 100%;
  height: 3.1428571429em;
  margin-top: 0.7142857143em;
  padding: 0.7142857143em;
  background-color: #FFF;
  border: solid 1px #594E4F;
  border-radius: 0.4285714286em;
}
.p-form__input::placeholder {
  color: rgba(89, 78, 79, 0.4);
}
.p-form__input[type=date] {
  width: 100%;
}
.p-form__input--half {
  width: 23.9285714286em;
}
.p-form__input--birthday {
  color: #F9C;
  border: solid 1px #F9C;
  position: relative;
  cursor: pointer;
}
.p-form__input--birthday::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.p-form__input--birthday::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.p-form__input--birthday::-webkit-clear-button {
  -webkit-appearance: none;
}
.p-form__input-wrap {
  width: 11.4285714286em;
  display: block;
  position: relative;
}
.p-form__input-wrap::after {
  content: "";
  position: absolute;
  right: 0.7142857143em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icn-reservation.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-form__tel-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3571428571em;
  margin-top: 0.7142857143em;
}
.p-form__tel-group .p-form__input {
  margin-top: 0;
}
.p-form__tel-separator {
  font-weight: 500;
  line-height: 1.7142857143;
  flex-shrink: 0;
}
.p-form__textarea {
  display: block;
  width: 100%;
  min-height: 13.1428571429em;
  margin-top: 0.7142857143em;
  padding: 0.7142857143em;
  border: solid 1px #594E4F;
  border-radius: 0.4285714286em;
}
.p-form__confirm-txt {
  color: #FF68A7;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 0.7142857143em;
}
.p-form__confirm-txt + .p-form__confirm-txt {
  margin-top: 0.3571428571em;
}
.p-form__correct-btn {
  background-color: #B4ABB0;
  border-color: #B4ABB0;
  flex-direction: row-reverse;
}
.p-form__correct-btn::after {
  transform: scale(-1, 1);
}
.p-form__correct-btn:hover {
  color: #B4ABB0;
}
.p-form__correct-btn:hover::after {
  background: #B4ABB0;
}
.p-form__complete-ttl {
  font-size: 1.7142857143em;
  font-weight: 800;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-form__complete-ttl + .p-form__complete-txt {
  margin-top: 1.4285714286em;
}
.p-form__complete-txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-form__complete-txt + .p-form__complete-txt {
  margin-top: 1.8em;
}
.p-form .inputBlock.inputError {
  background-color: unset;
}
.p-form .inputBlock.inputError .errmsg {
  padding: 0.2857142857em 0.1428571429em;
  background-color: #ffeeee;
}
.p-form__radio {
  width: 100%;
  height: 3.1428571429em;
  position: relative;
  cursor: pointer;
}
.p-form__radio input[type=radio] {
  display: none;
}
.p-form__radio.is-current .p-form__radio-label {
  background: #F9C;
  color: #FFF;
}
.p-form__radio-label {
  color: #F9C;
  font-weight: 800;
  text-align: center;
  height: 100%;
  background-color: #FFEBF5;
  border-radius: 0.4285714286em;
  border: 1px solid #F9C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__item-txt {
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-form__select-wrap {
  width: 23.9285714286em;
  position: relative;
}
.p-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4285714286em;
  width: 0.7142857143em;
  height: 0.4285714286em;
  background-image: url("../img/common/arw-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-form__select {
  color: #F9C;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 0.5714285714em;
  height: 3.1428571429em;
  padding: 0 0.7142857143em;
  background-color: #FFF;
  border: solid 1px #F9C;
  border-radius: 1em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 767px) {
  .p-form__input--half {
    width: 100%;
  }
  .p-form__select-wrap {
    width: 100%;
  }
  .p-form__select {
    width: 100%;
  }
}

#apply-form .p-form__item:last-of-type {
  padding-bottom: 1.4285714286em;
  border-bottom: solid 1px #E0DDDD;
}

/* .p-first
----------------------------------- */
.p-first {
  background: #F4C8CE;
}
.p-first__fv-img {
  display: block;
  width: 100%;
}
.p-first__cont {
  position: relative;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-first__cont::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-first__wrap {
  position: relative;
  z-index: 2;
}
.p-first__msg {
  text-align: center;
}
.p-first__sec-bg {
  bottom: 0;
  height: auto;
}
.p-first__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .p-first__fv {
    max-width: 780px;
    padding: 0 20px 15px;
    margin-inline: auto;
  }
  .p-first__cont::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-first__wrap {
    max-width: 780px;
    margin-inline: auto;
  }
  .p-first__sec:not(:last-of-type) {
    padding-bottom: 40px;
  }
  .p-first__sec:has(.p-first-nav) {
    padding-top: 60px;
  }
  .p-first__sec-h {
    padding-block: 10px;
  }
  .p-first__msg {
    padding-bottom: 20px;
  }
  .p-first__msg-img {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .p-first__fv {
    padding: 0 min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .p-first__cont::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-first__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-first__copy {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-first__sec:not(:last-of-type) {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-first__sec:has(.p-first-nav) {
    padding-top: min(60px, 16vw);
  }
  .p-first__sec-h {
    padding-block: min(10px, 2.6666666667vw);
  }
  .p-first__msg {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  .p-first__msg-img {
    width: 89.3333333333vw;
  }
}

/* .p-first-budget
----------------------------------- */
.p-first-budget {
  display: grid;
}
.p-first-budget__box, .p-first-budget__box--softdrink, .p-first-budget__box--family, .p-first-budget__box--party {
  overflow: hidden;
  border-radius: 1em;
}
.p-first-budget__box--softdrink {
  background: #CEE6F1;
}
.p-first-budget__box--family {
  background: #FFFCBB;
}
.p-first-budget__box--party {
  background: #FFE0EB;
}
.p-first-budget__img {
  display: block;
  width: 100%;
  aspect-ratio: 11/5;
  object-fit: cover;
}
.p-first-budget__dl {
  padding-block: 0.8571428571em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
.p-first-budget__dt {
  padding-inline: 1.0714285714em;
}
.p-first-budget__dd {
  padding-inline: 1.0714285714em 0.7142857143em;
  margin-block: calc(var(--leading-trim) + 0.1428571429em) var(--leading-trim);
}
.p-first-budget__dd span {
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.8571428571;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-first-budget {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 780px;
    padding-inline: 40px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .p-first-budget__box, .p-first-budget__box--softdrink, .p-first-budget__box--family, .p-first-budget__box--party {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .p-first-budget__dl {
    display: grid;
    place-content: center start;
  }
}
@media (max-width: 767px) {
  .p-first-budget {
    gap: min(15px, 4vw);
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-first-charge
----------------------------------- */
.p-first-charge__txt {
  margin-top: 1.4285714286em;
}
.p-first-charge__txt em,
.p-first-charge__txt sup {
  font-weight: 800;
}
.p-first-charge__txt sup {
  top: 0;
  font-size: 100%;
  color: #FF68A7;
}
.p-first-charge__notice-li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-first-charge__notice-li::before {
  content: "※";
}
.p-first-charge__notice-li:nth-of-type(n+2) {
  margin-top: 0.3571428571em;
}
@media (min-width: 768px) {
  .p-first-charge {
    max-width: 580px;
    padding-bottom: 40px;
    margin: 20px auto 0;
  }
  .p-first-charge__notice {
    margin-top: 10px;
  }
  .p-first-charge__cta {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-first-charge {
    padding-bottom: min(40px, 10.6666666667vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-first-charge__notice {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-first-charge__cta {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-first-index
----------------------------------- */
.p-first-index__txt {
  margin-top: 0.7142857143em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-first-index__txt {
    padding-bottom: 20px;
    font-size: 1rem;
  }
  .p-first-index .p-first-nav__card {
    width: 193px;
  }
}
@media (max-width: 767px) {
  .p-first-index__txt {
    padding: 0 min(20px, 5.3333333333vw) min(20px, 5.3333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-first-intro
----------------------------------- */
.p-first-intro__cont {
  margin-top: 0.7142857143em;
}
.p-first-intro__hgroup {
  padding-bottom: 1.4285714286em;
}
.p-first-intro__h {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-first-intro__lede {
  margin-top: 0.7142857143em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-first-intro__img--leave {
  display: block;
  width: 100%;
  padding-bottom: 1.6907142857em;
}
.p-first-intro__txt {
  margin-block: 1.0714285714em;
}
.p-first-intro__app-txt {
  margin-top: 0.3571428571em;
}
.p-first-intro__app {
  display: grid;
}
.p-first-intro__app-img {
  display: block;
  width: 100%;
}
.p-first-intro__app-bnrs {
  display: block flex;
  gap: 1.4285714286em;
  align-items: flex-start;
}
.p-first-intro__app-link {
  display: block;
}
.p-first-intro__app-bnr, .p-first-intro__app-bnr--apple, .p-first-intro__app-bnr--google {
  display: block;
}
.p-first-intro__app-notice {
  display: block;
  margin-top: 1.25em;
  font-size: 0.8571428571em;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-first-intro {
    font-size: 1rem;
  }
  .p-first-intro__cont {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-first-intro__app {
    grid-template-rows: auto 1fr;
    grid-template-columns: 100px 1fr;
    gap: 15px 20px;
    width: 360px;
    margin-inline: auto;
  }
  .p-first-intro__app-fig {
    grid-row: span 2/span 2;
  }
  .p-first-intro__app-bnrs {
    grid-column-start: 2;
  }
  .p-first-intro__app-bnr--apple {
    width: 98px;
  }
  .p-first-intro__app-bnr--google {
    width: 121px;
  }
}
@media (max-width: 767px) {
  .p-first-intro {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-first-intro__app {
    grid-template-columns: 31.2vw 1fr;
    gap: min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .p-first-intro__app-bnrs {
    grid-column: span 2/span 2;
    justify-content: center;
  }
  .p-first-intro__app-bnr--apple {
    width: 26.1333333333vw;
  }
  .p-first-intro__app-bnr--google {
    width: 32.2666666667vw;
  }
}

/* .p-first-maid
----------------------------------- */
.p-first-maid__intro-txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-first-maid__intro-txt + .p-first-maid__intro-txt {
  margin-top: 1em;
}
.p-first-maid__diagram {
  margin-top: 1.4285714286em;
}
.p-first-maid__diagram-img {
  display: block;
  width: 100%;
  border-radius: 1em;
}
.p-first-maid__box {
  padding: 2.8571428571em;
  margin-top: 1.4285714286em;
  font-feature-settings: "palt" on;
  counter-reset: cast;
  background: #FFF;
  border-radius: 1em;
}
.p-first-maid__sec {
  display: grid;
  grid-template-columns: 1.9285714286em 1fr;
  gap: 1.4285714286em;
}
.p-first-maid__sec-h {
  padding-block: 1.4285714286em;
  text-align: center;
}
.p-first-maid__sh, .p-first-maid__sh--blu, .p-first-maid__sh--ppl {
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.3125em;
  font-size: 1.1428571429em;
  font-weight: 800;
  line-height: 1.25;
  counter-increment: cast;
}
.p-first-maid__sh:not(:first-child), .p-first-maid__sh--blu:not(:first-child), .p-first-maid__sh--ppl:not(:first-child) {
  margin-top: 1.25em;
}
.p-first-maid__sh small, .p-first-maid__sh--blu small, .p-first-maid__sh--ppl small {
  font-size: 0.75em;
  font-weight: 500;
}
.p-first-maid__num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4285714286em;
  height: 1.4285714286em;
  font-size: 0.875em;
  font-weight: 900;
  line-height: 1.4285714286;
  vertical-align: center;
  color: #FFF;
  text-align: center;
  letter-spacing: -0.12em;
  border-radius: 50%;
}
.p-first-maid__num::before {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  text-indent: -0.12em;
  content: counter(cast);
}
.p-first-maid__sec:nth-of-type(n+2) {
  margin-top: 1.4285714286em;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sec-h {
  background: #FFE5F2;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__num {
  background: #F76AAC;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sh, .p-first-maid__sec[data-cate=maid] .p-first-maid__sh--blu, .p-first-maid__sec[data-cate=maid] .p-first-maid__sh--ppl {
  color: #F76AAC;
  letter-spacing: 0.05em;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sh--blu {
  color: #13B3FD;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sh--blu .p-first-maid__num {
  background: #13B3FD;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sh--ppl {
  color: #E483E3;
}
.p-first-maid__sec[data-cate=maid] .p-first-maid__sh--ppl .p-first-maid__num {
  background: #E483E3;
}
.p-first-maid__sec[data-cate=kitchen] .p-first-maid__sec-h {
  background: #FFEDD2;
}
.p-first-maid__sec[data-cate=kitchen] .p-first-maid__sh, .p-first-maid__sec[data-cate=kitchen] .p-first-maid__sh--blu, .p-first-maid__sec[data-cate=kitchen] .p-first-maid__sh--ppl {
  color: #FF836B;
}
.p-first-maid__sec[data-cate=kitchen] .p-first-maid__num {
  background: #FF836B;
}
@media (min-width: 768px) {
  .p-first-maid {
    max-width: 580px;
    padding-bottom: 40px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .p-first-maid__intro-txt {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .p-first-maid {
    padding-bottom: min(40px, 10.6666666667vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-first-maid__intro-txt {
    padding-inline: min(20px, 5.3333333333vw);
  }
}

/* .p-first-movie
----------------------------------- */
.p-first-movie__bg {
  bottom: 0;
  height: auto;
  background: #ECEBFF;
}
.p-first-movie__bg::before {
  bottom: 0;
  height: auto;
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #ECEBFF 100%);
}
.p-first-movie__ticktok {
  position: relative;
  width: 325px;
  max-width: 100%;
  margin-inline: auto;
}
.p-first-movie__ticktok blockquote {
  padding: 0;
  margin: 0;
}
.p-first-movie__ticktok blockquote::before {
  display: none;
}
.p-first-movie__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-first-movie__youtube {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.p-first-movie__youtube iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-first-movie {
    padding-block: 60px 40px;
  }
  .p-first-movie__arw--prev {
    left: -56px;
  }
  .p-first-movie__arw--next {
    right: -56px;
  }
  .p-first-movie__youtube {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-first-movie {
    padding-block: min(60px, 16vw) min(40px, 10.6666666667vw);
  }
  .p-first-movie__arw--prev {
    left: -4vw;
  }
  .p-first-movie__arw--next {
    right: -4vw;
  }
  .p-first-movie__youtube {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-first-nav
----------------------------------- */
.p-first-nav {
  gap: 1.4285714286em;
}
.p-first-nav__card {
  display: block;
  color: #FFF;
  background: #F9C;
  border-radius: 1em;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  will-change: transform;
}
.p-first-nav__fig {
  overflow: hidden;
  border-radius: 1em 1em 0 0;
}
.p-first-nav__img {
  display: block;
  width: 100%;
  transition: scale 0.2s ease-out;
  will-change: transform;
}
.p-first-nav__label {
  display: block;
  padding: 0.5em 1.0714285714em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.2857142857;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-first-nav__card:hover .p-first-nav__img {
    scale: 1.05;
  }
}
@media (min-width: 768px) {
  .p-first-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1rem;
  }
  .p-first-nav__card {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .p-first-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-first-payment
----------------------------------- */
.p-first-payment__txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-first-payment__logos {
  padding: 0.7142857143em;
  margin-top: 1.4285714286em;
  background: #FFF;
  border-radius: 1em;
}
.p-first-payment__logos-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-first-payment {
    font-size: 1rem;
  }
  .p-first-payment__logos {
    max-width: 420px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-first-payment {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-first-price
----------------------------------- */
.p-first-price {
  padding: 1.4285714286em;
  font-feature-settings: "palt" on;
  background: #FFF;
  border-radius: 1em;
}
.p-first-price__h {
  font-size: 1.1428571429em;
  font-weight: 800;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-first-price__h sup {
  top: 0;
  font-size: 100%;
  color: #FF68A7;
}
.p-first-price__open {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-first-price__list {
  margin-top: 0.7142857143em;
}
.p-first-price__li {
  display: flex;
  gap: 0.7142857143em;
  align-items: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-first-price__li em,
.p-first-price__li span {
  width: 7.5em;
}
@media (min-width: 768px) {
  .p-first-price {
    font-size: 1rem;
  }
  .p-first-price__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    justify-content: center;
  }
  .p-first-price__li {
    width: 15.7142857143em;
  }
}
@media (max-width: 767px) {
  .p-first-price {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-first-price__list {
    display: grid;
    gap: min(5px, 1.3333333333vw);
    padding-left: min(20px, 5.3333333333vw);
  }
}

/* .p-quality
----------------------------------- */
.p-quality__wrap {
  position: relative;
  z-index: 4;
}
.p-quality__sec-bg {
  bottom: 0;
  height: auto;
}
.p-quality__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .p-quality__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-quality__sec:not(:last-of-type) {
    padding-bottom: 40px;
  }
  .p-quality__sec-h {
    padding-block: 10px 20px;
  }
}
@media (max-width: 767px) {
  .p-quality__sec:not(:last-of-type) {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-quality__sec-h {
    padding-block: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
  }
}

/* .p-quality-intro
----------------------------------- */
.p-quality-intro {
  position: relative;
  padding-bottom: 2.8571428571em;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-quality-intro::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-quality-intro__txt {
  padding-inline: 1.4285714286em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-quality-intro {
    font-size: 1rem;
  }
  .p-quality-intro::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-quality-intro {
    padding-inline: min(20px, 5.3333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-quality-intro::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-joy
----------------------------------- */
.p-joy {
  background: #F4C8CE;
}
.p-joy__fv-img {
  display: block;
  width: 100%;
}
.p-joy__cont, .p-joy__lead {
  position: relative;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-joy__cont::before, .p-joy__lead::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-joy__lead {
  z-index: 2;
}
.p-joy__lead::before {
  z-index: -1;
}
.p-joy__wrap {
  position: relative;
  z-index: 2;
}
.p-joy__txt {
  margin-top: 0.7142857143em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-joy__fv {
    max-width: 780px;
    padding: 0 20px 15px;
    margin-inline: auto;
  }
  .p-joy__cont::before, .p-joy__lead::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-joy__lead {
    padding-bottom: 20px;
  }
  .p-joy__wrap {
    max-width: 780px;
    margin-inline: auto;
  }
  .p-joy__txt {
    padding-bottom: 20px;
    font-size: 1rem;
  }
  .p-joy__rev {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .p-joy__fv {
    padding: 0 min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .p-joy__cont::before, .p-joy__lead::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-joy__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-joy__copy {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-joy__txt {
    padding: 0 min(20px, 5.3333333333vw) min(20px, 5.3333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-joy__rev {
    padding-top: min(60px, 16vw);
  }
}

/* .p-joy-index
----------------------------------- */
@media (min-width: 768px) {
  .p-joy-index .p-joy-nav__card {
    width: 157px;
  }
}
/* .p-joy-simulation
----------------------------------- */
.p-joy-simulation__sec-ttl {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-joy-simulation__sec-txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-joy-simulation__sec-img {
  width: 100%;
}
.p-joy-simulation__sec-column {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-joy-simulation__sec-column::before {
  content: "";
  background-image: url("../img/joy/simulation/bubble.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-joy-simulation__sec-link-txt {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-joy-simulation__sec-link-txt:hover {
    text-decoration: underline;
  }
}
.p-joy-simulation__sec-bg {
  height: auto;
  bottom: 0;
}
.p-joy-simulation__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-joy-simulation__reserve-btn-wrap {
  background-color: #FFF;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .p-joy-simulation__txt {
    padding-bottom: 20px;
  }
  .p-joy-simulation__sec:nth-of-type(1) {
    padding-bottom: 26px;
  }
  .p-joy-simulation__sec:nth-of-type(2) {
    padding-bottom: 40px;
  }
  .p-joy-simulation__sec:nth-of-type(3) {
    padding-bottom: 20px;
  }
  .p-joy-simulation__sec:nth-of-type(4) {
    padding-bottom: 10px;
  }
  .p-joy-simulation__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-joy-simulation__sec-ttl {
    margin-top: 10px;
  }
  .p-joy-simulation__sec-txt {
    margin-top: 10px;
  }
  .p-joy-simulation__sec-h {
    padding-block: 10px;
  }
  .p-joy-simulation__sec-img {
    margin-top: 20px;
  }
  .p-joy-simulation__sec-column {
    margin-top: 30px;
    padding: 40px;
    background-image: url("../img/common/colorful-star_bg.png");
    border-radius: 14px;
  }
  .p-joy-simulation__sec-column::before {
    width: 102px;
    height: 102px;
  }
  .p-joy-simulation__sec-column-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .p-joy-simulation__sec-column-img {
    width: 230px;
    flex-shrink: 0;
  }
  .p-joy-simulation__btn {
    margin-top: 30px;
  }
  .p-joy-simulation__reserve-btn-wrap {
    padding: 40px 0 10px;
  }
  .p-joy-simulation__reserve-btn {
    width: 18.6111111111em;
  }
}
@media (max-width: 767px) {
  .p-joy-simulation__sec:nth-of-type(1) {
    padding-bottom: min(22px, 5.8666666667vw);
  }
  .p-joy-simulation__sec:nth-of-type(2) {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-joy-simulation__sec:nth-of-type(3) {
    padding-bottom: 0;
  }
  .p-joy-simulation__sec:nth-of-type(4) {
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .p-joy-simulation__txt {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-joy-simulation__sec-txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-simulation__sec-h {
    padding-block: min(10px, 2.6666666667vw);
  }
  .p-joy-simulation__sec-ttl {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-simulation__sec-img {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-simulation__sec-column {
    margin-top: min(30px, 8vw);
    padding: min(40px, 10.6666666667vw);
    background-image: url("../img/common/colorful-star_bg-sp.png");
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-joy-simulation__sec-column::before {
    width: min(102px, 27.2vw);
    height: min(102px, 27.2vw);
  }
  .p-joy-simulation__sec-column-img {
    width: 100%;
  }
  .p-joy-simulation__sec-column-txt {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-simulation__btn {
    margin-top: min(30px, 8vw);
  }
  .p-joy-simulation__reserve-btn-wrap {
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
  .p-joy-simulation__reserve-btn {
    width: 100%;
  }
}

/* .p-joy-party
----------------------------------- */
.p-joy-party__sec-ttl {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-joy-party__sec-txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-joy-party__sec-link-txt {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-joy-party__sec-link-txt:hover {
    text-decoration: underline;
  }
}
.p-joy-party__sec-img {
  width: 100%;
}
.p-joy-party__card-txt {
  line-height: 1.7142857143;
  background-color: #FFF;
}
.p-joy-party__course-note {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.p-joy-party__course-note::before {
  content: "※";
}
.p-joy-party__bonus {
  background-color: #FFF;
}
.p-joy-party__bonus-ttl {
  font-weight: 900;
  font-feature-settings: "palt" on;
  line-height: 1.0909090909;
  color: #FF68A7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-joy-party__bonus-list {
  display: flex;
  justify-content: center;
}
.p-joy-party__bonus-ttl-space01 {
  letter-spacing: -0.05em;
}
.p-joy-party__bonus-ttl-space02 {
  letter-spacing: -0.48em;
}
.p-joy-party__bonus-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.p-joy-party__bonus-item::before {
  content: "";
  position: absolute;
}
.p-joy-party__bonus-item:nth-of-type(1)::before {
  background-image: url("../img/joy/party/badge01.svg");
}
.p-joy-party__bonus-item:nth-of-type(2)::before {
  background-image: url("../img/joy/party/badge02.svg");
}
.p-joy-party__bonus-item:nth-of-type(3)::before {
  background-image: url("../img/joy/party/badge03.svg");
}
.p-joy-party__bonus-txt {
  font-weight: 900;
  font-feature-settings: "palt" on;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-joy-party__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-joy-party__price-txt {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border: solid 1px #594E4F;
}
.p-joy-party__price-yen {
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-joy-party__price-yen-after {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-joy-party__price-yen-after::before {
  content: "→";
}
.p-joy-party__movie-video {
  height: auto;
}
.p-joy-party__note-ttl {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #FF68A7;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-joy-party__note-ttl::before {
  content: "●";
}
.p-joy-party__note-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-joy-party__note-txt::before {
  content: "※";
}
.p-joy-party__reserve-btn-wrap {
  background-color: #FFF;
  position: relative;
  z-index: 4;
}
.p-joy-party__sec-bg {
  height: auto;
  bottom: 0;
}
.p-joy-party__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .p-joy-party__txt {
    padding-bottom: 20px;
  }
  .p-joy-party__sec {
    padding-bottom: 40px;
  }
  .p-joy-party__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-joy-party__sec-h {
    padding-block: 10px;
  }
  .p-joy-party__sec-h--s {
    font-size: 1.2857142857rem;
  }
  .p-joy-party__sec-txtarea {
    margin-top: 10px;
  }
  .p-joy-party__sec-txt {
    margin-top: 10px;
  }
  .p-joy-party__sec-img {
    margin-top: 20px;
  }
  .p-joy-party__card-img {
    border-radius: 14px 14px 0 0;
  }
  .p-joy-party__card-txt {
    padding: 20px;
    border-radius: 0 0 14px 14px;
  }
  .p-joy-party__note-wrap {
    margin-top: 10px;
  }
  .p-joy-party__course-note {
    gap: 2px;
  }
  .p-joy-party__course-note:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-joy-party__bonus {
    border-radius: 14px;
    margin-top: 20px;
    padding: 40px;
  }
  .p-joy-party__bonus-ttl {
    font-size: 1.5714285714rem;
  }
  .p-joy-party__bonus-list {
    margin-top: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .p-joy-party__bonus-item {
    width: 50%;
    padding-top: 32px;
  }
  .p-joy-party__bonus-item::before {
    width: 102px;
    height: 102px;
    top: -10px;
    left: -10px;
  }
  .p-joy-party__bonus-img {
    width: 160px;
  }
  .p-joy-party__bonus-txt {
    margin-top: 10px;
  }
  .p-joy-party__price {
    margin-top: 5px;
    gap: 5px;
  }
  .p-joy-party__price-txt {
    font-size: 12px;
    padding: 3px 8px 4px;
    border-radius: 4px;
  }
  .p-joy-party__price-yen {
    font-size: 1.1428571429rem;
  }
  .p-joy-party__price-yen-after {
    font-size: 1.1428571429rem;
    gap: 5px;
  }
  .p-joy-party__movie {
    margin-top: 40px;
  }
  .p-joy-party__movie-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .p-joy-party__movie-video {
    width: 280px;
  }
  .p-joy-party__note-area {
    margin-top: 40px;
  }
  .p-joy-party__note-blk:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-joy-party__note-ttl {
    gap: 2px;
  }
  .p-joy-party__note-txt {
    gap: 2px;
    margin-top: 6px;
  }
  .p-joy-party__reserve-btn-wrap {
    padding-bottom: 10px;
  }
  .p-joy-party__reserve-btn {
    width: 18.6111111111em;
  }
}
@media (max-width: 767px) {
  .p-joy-party__sec {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-joy-party__txt {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-joy-party__sec-h {
    padding-block: min(10px, 2.6666666667vw);
  }
  .p-joy-party__sec-h--s {
    font-size: min(18px, 4.8vw);
  }
  .p-joy-party__sec-txtarea {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-party__sec-txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-party__sec-img {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-party__card-img {
    border-radius: 14px 14px 0 0;
  }
  .p-joy-party__card-txt {
    padding: min(20px, 5.3333333333vw);
    border-radius: 0 0 min(14px, 3.7333333333vw) min(14px, 3.7333333333vw);
  }
  .p-joy-party__note-wrap {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-party__course-note {
    gap: min(2px, 0.5333333333vw);
  }
  .p-joy-party__course-note:not(:first-of-type) {
    margin-top: min(5px, 1.3333333333vw);
  }
  .p-joy-party__bonus {
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw) min(43px, 11.4vw);
  }
  .p-joy-party__bonus-ttl {
    font-size: min(22px, 5.8666666667vw);
  }
  .p-joy-party__bonus-list {
    margin-top: min(30px, 8vw);
    align-items: center;
    flex-direction: column;
  }
  .p-joy-party__bonus-item {
    width: min(249px, 66.4vw);
    padding-top: min(32px, 8.5333333333vw);
  }
  .p-joy-party__bonus-item::before {
    width: min(102px, 27.2vw);
    height: min(102px, 27.2vw);
    top: min(-10px, -2.6666666667vw);
    left: min(-10px, -2.6666666667vw);
  }
  .p-joy-party__bonus-item:not(:first-of-type) {
    margin-top: min(30px, 8vw);
  }
  .p-joy-party__bonus-img {
    width: min(160px, 42.6666666667vw);
  }
  .p-joy-party__bonus-txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-party__price {
    margin-top: min(5px, 1.3333333333vw);
    gap: min(5px, 1.3333333333vw);
  }
  .p-joy-party__price-txt {
    font-size: min(12px, 3.2vw);
    padding: min(3px, 0.8vw) min(8px, 2.1333333333vw) min(4px, 1.0666666667vw);
    border-radius: min(4px, 1.0666666667vw);
  }
  .p-joy-party__price-yen {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-joy-party__price-yen-after {
    font-size: min(16px, 4.2666666667vw);
    gap: min(5px, 1.3333333333vw);
  }
  .p-joy-party__movie {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-joy-party__movie-video {
    width: 100%;
  }
  .p-joy-party__movie-video:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-party__note-area {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-joy-party__note-blk:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-party__note-ttl {
    gap: min(2px, 0.5333333333vw);
  }
  .p-joy-party__note-txt {
    gap: min(2px, 0.5333333333vw);
    margin-top: min(6px, 1.6vw);
  }
  .p-joy-party__reserve-btn-wrap {
    padding: 0 min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
  .p-joy-party__reserve-btn {
    width: 100%;
  }
}

/* .p-joy-live
----------------------------------- */
.p-joy-live__cont {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-joy-live__cont::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-joy-live__set-img {
  width: 100%;
}
.p-joy-live__set-ttl {
  color: #FF68A7;
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-joy-live__set-txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-joy-live__closing-ttl {
  color: #FF68A7;
  font-size: 1.1428571429em;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
.p-joy-live__closing-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-joy-live__closing-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-joy-live__closing-badge-txt {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-joy-live__cont::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-joy-live__cont-wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-joy-live__set {
    background-image: url("../img/common/colorful-star_bg.png");
    background-size: contain;
    border-radius: 14px;
    margin-top: 20px;
    padding: 40px;
  }
  .p-joy-live__set-txtarea {
    margin-top: 20px;
  }
  .p-joy-live__set-txt {
    margin-top: 10px;
  }
  .p-joy-live__insta {
    margin-top: 20px;
  }
  .p-joy-live__closing {
    margin-top: 30px;
  }
  .p-joy-live__closing-ttl {
    text-align: center;
  }
  .p-joy-live__closing-wrap {
    margin-top: 10px;
    gap: 10px;
  }
  .p-joy-live__closing-badge {
    width: 160px;
  }
  .p-joy-live__closing-badge-img {
    width: 128px;
  }
  .p-joy-live__closing-badge-txt {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-joy-live__cont::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-joy-live__cont-wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-joy-live__set {
    background-image: url("../img/common/colorful-star_bg-sp.png");
    background-size: cover;
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw);
  }
  .p-joy-live__set-txtarea {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-live__set-txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-joy-live__insta {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-live__closing {
    margin-top: min(30px, 8vw);
  }
  .p-joy-live__closing-ttl {
    text-align: left;
  }
  .p-joy-live__closing-wrap {
    margin-top: min(10px, 2.6666666667vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-joy-live__closing-badge {
    width: min(162px, 43.2vw);
  }
  .p-joy-live__closing-badge-img {
    width: min(128px, 34.1333333333vw);
  }
  .p-joy-live__closing-badge-txt {
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .p-joy-menu
----------------------------------- */
.p-joy-menu__cont {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-joy-menu__cont::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-joy-menu__cont-wrap {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.p-joy-menu__cont-ttl {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FF68A7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-joy-menu__swiper {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}
.p-joy-menu__reserve-btn-wrap {
  background-color: #FFF;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .p-joy-menu__cont::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-joy-menu__cont-wrap {
    margin-top: 10px;
  }
  .p-joy-menu__swiper {
    margin-top: 20px;
  }
  .p-joy-menu__slide {
    width: 335px;
  }
  .p-joy-menu__arw--prev {
    left: 20px;
  }
  .p-joy-menu__arw--next {
    right: 20px;
  }
  .p-joy-menu__reserve-btn-wrap {
    padding: 20px 0 40px;
  }
  .p-joy-menu__reserve-btn {
    width: 18.6111111111em;
  }
}
@media (max-width: 767px) {
  .p-joy-menu__cont::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-joy-menu__swiper {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-joy-menu__slide {
    width: min(282px, 75.2vw);
  }
  .p-joy-menu__arw--prev {
    left: min(10px, 2.6666666667vw);
  }
  .p-joy-menu__arw--next {
    right: min(10px, 2.6666666667vw);
  }
  .p-joy-menu__reserve-btn-wrap {
    padding: min(20px, 5.3333333333vw) min(20px, 5.3333333333vw) min(40px, 10.6666666667vw);
  }
  .p-joy-menu__reserve-btn {
    width: 100%;
  }
}

/* .p-joy-nav
----------------------------------- */
.p-joy-nav {
  gap: 1.4285714286em;
}
.p-joy-nav__card {
  display: flex;
  flex-direction: column;
  color: #FFF;
  background: #F9C;
  border-radius: 1em;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  will-change: transform;
}
.p-joy-nav__fig {
  overflow: hidden;
  border-radius: 1em 1em 0 0;
}
.p-joy-nav__img {
  display: block;
  width: 100%;
  transition: scale 0.2s ease-out;
  will-change: transform;
}
.p-joy-nav__label {
  padding: 0.5em 1.0714285714em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.2857142857;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (any-hover: hover) {
  .p-joy-nav__card:hover .p-joy-nav__img {
    scale: 1.05;
  }
}
@media (min-width: 768px) {
  .p-joy-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    font-size: 1rem;
  }
  .p-joy-nav__card {
    width: 157px;
  }
}
@media (max-width: 767px) {
  .p-joy-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-maid-archive
----------------------------------- */
.p-maid-archive__list {
  display: grid;
  gap: 1.6666666667em;
  margin-top: 1.6666666667em;
}
.p-maid-archive__card {
  display: block;
  padding: 0.3333333333em;
  overflow: hidden;
  color: #FFF;
  background: linear-gradient(90deg, #F9C 0%, #D590FE 100%);
  border-radius: 1.1666666667em;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.p-maid-archive__card-img {
  aspect-ratio: 148/188;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/cover;
  border-radius: 1.1666666667em 1.1666666667em 0 0;
}
.p-maid-archive__card-name {
  margin-top: 0.3333333333em;
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-maid-archive__pagination, .p-maid-archive__more-btn {
  margin-top: 2.8571428571em;
}
@media (min-width: 768px) {
  .p-maid-archive {
    font-size: 0.8571428571rem;
  }
  .p-maid-archive__sec {
    padding-inline: 48px;
    margin-top: 60px;
  }
  .p-maid-archive__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 684px;
    margin-inline: auto;
  }
  .p-maid-archive__sns {
    gap: 8px;
    margin-top: 10px;
  }
  .p-maid-archive__sns .c-sns-list__link {
    width: 28px;
  }
  .p-maid-archive__more-btn {
    width: 28.5714285714em;
  }
  .p-maid-archive .p-local-nav--col-3 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-maid-archive {
    font-size: min(12px, 3.2vw);
  }
  .p-maid-archive__sec {
    margin-top: min(60px, 16vw);
  }
  .p-maid-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-maid-archive__sns {
    gap: 2.1333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-maid-archive__sns .c-sns-list__link {
    width: 7.4666666667vw;
  }
  .p-maid-archive .p-local-nav--col-3 {
    padding-top: min(40px, 10.6666666667vw);
  }
}

/* .p-maid-blog
----------------------------------- */
.p-maid-blog__list {
  display: grid;
}
@media (min-width: 768px) {
  .p-maid-blog {
    padding-bottom: 28px;
    margin-top: 60px;
  }
  .p-maid-blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    max-width: 780px;
    padding-inline: 40px;
    margin: 30px auto 0;
  }
  .p-maid-blog__list + * {
    margin-top: 40px;
  }
  .p-maid-blog__li {
    display: grid;
    grid-template-columns: 1fr;
    place-content: end start;
  }
}
@media (max-width: 767px) {
  .p-maid-blog {
    padding-bottom: min(41px, 10.9333333333vw);
    margin-top: min(60px, 16vw);
  }
  .p-maid-blog__list {
    gap: min(20px, 5.3333333333vw);
    margin-top: min(35px, 9.3333333333vw);
  }
  .p-maid-blog__list + * {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-maid-blogcard
----------------------------------- */
.p-maid-blogcard {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 20.8955223881%;
  gap: 4.4776119403%;
  padding: 5.9701492537%;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-maid-blogcard.is-new {
  border-radius: 0 1em 1em;
}
.p-maid-blogcard.is-new::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  padding: 0.4em;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 0.7142857143em;
  font-weight: 700;
  font-feature-settings: "palt" on;
  line-height: 1;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  content: "NEW";
  background: #FF68A7;
}
.p-maid-blogcard__name {
  display: block;
  font-size: 0.7857142857em;
  font-weight: 800;
  line-height: 1.0909090909;
  color: #FA9FAC;
}
.p-maid-blogcard__ttl {
  margin-top: 0.2142857143em;
  font-size: 1em;
  font-feature-settings: "palt" on;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-maid-blogcard__time {
  display: block;
  margin-top: 0.3em;
  font-size: 0.7142857143em;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.p-maid-blogcard__count {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-top: 0.3em;
  font-size: 0.7142857143em;
}
.p-maid-blogcard__count-li {
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.p-maid-blogcard__count-li[data-icon] {
  display: flex;
  gap: 0.4em;
  align-items: center;
}
.p-maid-blogcard__count-li[data-icon]::before {
  display: block;
  content: "";
  background: #FA9FAC;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.p-maid-blogcard__count-li[data-icon=heart]::before {
  width: 1.3em;
  height: 1.2em;
  mask-image: url("../img/common/icn-heart.svg");
}
.p-maid-blogcard__count-li[data-icon=comment]::before {
  width: 1.2em;
  height: 1.2em;
  mask-image: url("../img/common/icn-comment.svg");
}
.p-maid-blogcard__img {
  height: 6.0714285714em;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-maid-blogcard {
    min-height: 140px;
  }
  .p-maid-blogcard.is-new {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-maid-blogcard.is-new {
    margin-top: min(15px, 4vw);
  }
}

/* .p-maid-detail
----------------------------------- */
.p-maid-detail {
  position: relative;
}
.p-maid-detail__main {
  position: relative;
  z-index: 2;
}
.p-maid-detail__main-bg {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-maid-detail__main-bg::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-maid-detail__main {
    display: grid;
    grid-template-columns: 345px 1fr;
    gap: 20px;
    max-width: 780px;
    padding: 0 40px 10px;
    margin-inline: auto;
  }
  .p-maid-detail__main-bg {
    top: 0;
    height: 432px;
  }
  .p-maid-detail__main-bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-maid-detail__reserve-btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-maid-detail__main {
    padding-bottom: 5.3333333333vw;
  }
  .p-maid-detail__main-bg {
    top: 117.0666666667vw;
    height: 115.2vw;
  }
  .p-maid-detail__main-bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-maid-detail__reserve-btn {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-maid-fv
----------------------------------- */
.p-maid-fv__slide-img {
  width: 100%;
  aspect-ratio: 345/439;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/contain;
}
.p-maid-fv__slider-arws {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 345/439;
  pointer-events: none;
}
.p-maid-fv__slider-arw {
  pointer-events: all;
}
@media (min-width: 768px) {
  .p-maid-fv__sns {
    gap: 20px;
  }
  .p-maid-fv__sns .c-sns-list__link {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .p-maid-fv__slider-wrap {
    background: #F4C8CE;
  }
  .p-maid-fv__slide {
    padding-inline: 4vw;
    background: #F4C8CE;
  }
  .p-maid-fv__sns {
    gap: 5.3333333333vw;
  }
  .p-maid-fv__sns .c-sns-list__link {
    width: 13.3333333333vw;
  }
  .p-maid-fv__slider-arws .c-slider__arw--prev {
    left: 2.6666666667vw;
  }
  .p-maid-fv__slider-arws .c-slider__arw--next {
    right: 2.6666666667vw;
  }
}

/* .p-maid-grandprix
----------------------------------- */
.p-maid-grandprix {
  position: relative;
}
.p-maid-grandprix::before, .p-maid-grandprix::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 27em;
  pointer-events: none;
  content: "";
}
.p-maid-grandprix::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-maid-grandprix::after {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.p-maid-grandprix > * {
  position: relative;
  z-index: 2;
}
.p-maid-grandprix__ttl {
  padding-bottom: 0.4166666667em;
  font-size: 1.5em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.3333333333;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 0 #847173, -3px -3px 0 #847173, -3px 3px 0 #847173, 3px -3px 0 #847173, 3px 0 0 #847173, -3px 0 0 #847173, 0 3px 0 #847173, 0 -3px 0 #847173;
  filter: drop-shadow(0 1px 3px #E26172);
}
.p-maid-grandprix__wrap {
  display: flex;
}
.p-maid-grandprix__box {
  padding-bottom: 0.375em;
}
.p-maid-grandprix__h {
  margin-bottom: 0.25em;
  text-align: center;
}
.p-maid-grandprix__h img {
  width: 85.9090909091%;
}
.p-maid-grandprix__card {
  display: block;
  background: linear-gradient(90deg, #F9C 0%, #D590FE 100%);
  border-radius: 0.875em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15);
}
.p-maid-grandprix__card-img {
  width: 100%;
  aspect-ratio: 220/280;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/cover;
  border-radius: 0.875em 0.875em 0 0;
}
.p-maid-grandprix__card-name {
  padding: 0.625em 1.25em;
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-maid-grandprix__card-name > span {
  display: block;
  margin-block: var(--leading-trim);
}
.p-maid-grandprix__bnr-link {
  display: block;
}
.p-maid-grandprix__bnr-img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-maid-grandprix {
    padding-inline: 50px;
    font-size: 1.1428571429rem;
  }
  .p-maid-grandprix::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-maid-grandprix__wrap {
    gap: 10px;
    justify-content: center;
  }
  .p-maid-grandprix__box {
    width: 220px;
  }
  .p-maid-grandprix__sns {
    gap: 15px;
    margin-top: 10px;
  }
  .p-maid-grandprix__sns .c-sns-list__link {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .p-maid-grandprix::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-maid-grandprix__box {
    width: 61.3333333333vw;
    padding-inline: 1.3333333333vw;
  }
  .p-maid-grandprix__sns {
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
  .p-maid-grandprix__sns .c-sns-list__link {
    width: 9.0666666667vw;
  }
}

/* .p-maid-index
----------------------------------- */
.p-maid-index, .p-maid-index--jp {
  position: relative;
}
.p-maid-index__wrap {
  position: relative;
  z-index: 2;
}
.p-maid-index__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-maid-index__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
.p-maid-index--jp .p-maid-index__bg {
  inset: 0;
}
@media (min-width: 768px) {
  .p-maid-index__sec + .p-maid-index__sec {
    margin-top: 20px;
  }
  .p-maid-index__bg {
    bottom: 55px;
  }
  .p-maid-index__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-maid-index + .p-local-nav--col-3, .p-maid-index--jp + .p-local-nav--col-3 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-maid-index__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-maid-index__sec + .p-maid-index__sec {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-maid-index__bg {
    bottom: 41.8666666667vw;
  }
  .p-maid-index__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-maid-list
----------------------------------- */
.p-maid-list {
  position: relative;
}
.p-maid-list__wrap {
  position: relative;
  z-index: 2;
}
.p-maid-list__sub-ttl {
  padding-bottom: 0.5em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-maid-list__archive-list {
  margin-top: 0;
}
.p-maid-list__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-maid-list__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-maid-list {
    padding-bottom: 40px;
  }
  .p-maid-list__sub-ttl {
    font-size: 1.4285714286rem;
  }
  .p-maid-list__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-maid-list + .p-maid__nav {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .p-maid-list__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-maid-list__sub-ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-maid-list__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-maid-list + .p-maid__nav {
    padding-top: min(40px, 10.6666666667vw);
  }
}

/* .p-maid-msg
----------------------------------- */
.p-maid-msg {
  position: relative;
}
.p-maid-msg::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background: #FFF url("../img/cast/maid/bg_msg.jpg") repeat 0 0;
  opacity: 0.7;
}
.p-maid-msg > * {
  position: relative;
  z-index: 2;
}
.p-maid-msg__txt {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.8888888889;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-maid-msg__txt p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .p-maid-msg {
    padding-top: 60px;
  }
  .p-maid-msg::before {
    background-size: 1000px auto;
  }
  .p-maid-msg__txt {
    max-width: 380px;
    margin: 20px auto 0;
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .p-maid-msg {
    padding-top: 16vw;
  }
  .p-maid-msg::before {
    background-size: 266.6666666667vw auto;
  }
  .p-maid-msg__txt {
    padding-inline: min(60px, 16vw);
    margin-top: 5.3333333333vw;
    font-size: min(18px, 4.8vw);
  }
}

/* .p-maid-profile
----------------------------------- */
.p-maid-profile__bg {
  padding: 1.4285714286em 2.1428571429em;
  background: #FFF;
  border-radius: 1em;
}
.p-maid-profile__table {
  width: 100%;
}
.p-maid-profile__table th,
.p-maid-profile__table td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-maid-profile__table th {
  width: 7.8571428571em;
  padding-right: 0.7142857143em;
  color: #FF68A7;
}
.p-maid-profile__table td a {
  color: #A5A7E0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-maid-profile__table td a:hover {
    text-decoration: none;
  }
}
.p-maid-profile__table tr:nth-of-type(n+2) th,
.p-maid-profile__table tr:nth-of-type(n+2) td {
  padding-top: 0.8571428571em;
}
.p-maid-profile__bnr {
  display: block;
  margin-top: 1.4285714286em;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-maid-profile__bnr img {
  display: block;
  width: 100%;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .p-maid-profile {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-maid-profile {
    padding-inline: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-shop-area
----------------------------------- */
.p-shop-area {
  padding-top: 1.4285714286em;
  background: #FFF;
}
.p-shop-area__sec + .p-shop-area__sec {
  margin-top: 1.4285714286em;
}
.p-shop-area__ttl {
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
  font-size: 1.4285714286em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-shop-area__ttl::before {
  display: block;
  width: 1.15em;
  height: 0.9em;
  content: "";
  background: #FA9FAC;
  mask: url("../img/common/icn-shop.svg") no-repeat center center;
  mask-size: contain;
}
.p-shop-area__reserve {
  margin-top: 2.8571428571em;
}
@media (min-width: 768px) {
  .p-shop-area {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-shop-area {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-shop-area__reserve {
    padding-inline: min(20px, 5.3333333333vw);
  }
}

/* .p-shop-event
----------------------------------- */
.p-shop-event {
  overflow: visible;
}
.p-shop-event__list {
  display: grid;
}
.p-shop-event__bg {
  height: auto;
  max-height: none;
}
.p-shop-event__bg::before {
  bottom: 0;
  height: auto;
}
@media (min-width: 768px) {
  .p-shop-event {
    margin-top: 60px;
  }
  .p-shop-event__wrap {
    padding-inline: 40px;
  }
  .p-shop-event__list {
    gap: 10px;
    width: 600px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .p-shop-event__more-btn {
    margin-top: 40px;
  }
  .p-shop-event__bg {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .p-shop-event {
    margin-top: min(60px, 16vw);
  }
  .p-shop-event__list {
    gap: min(10px, 2.6666666667vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-shop-event__more-btn {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-shop-event__bg {
    bottom: max(-60px, -16vw);
  }
}

/* .p-shop-gallery
----------------------------------- */
.p-shop-gallery__wrap {
  position: relative;
}
.p-shop-gallery__slider {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}
.p-shop-gallery__img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shop-gallery {
    padding-inline: 40px;
  }
  .p-shop-gallery__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-shop-gallery__slider {
    width: 474px;
    max-width: 100%;
  }
  .p-shop-gallery__slider-arw.c-slider__arw--prev {
    left: 13px;
  }
  .p-shop-gallery__slider-arw.c-slider__arw--next {
    right: 13px;
  }
}
@media (max-width: 767px) {
  .p-shop-gallery__slider {
    margin-inline: min(15px, 4.1146666667vw);
  }
  .p-shop-gallery__slider-arw.c-slider__arw--prev {
    left: min(10px, 2.6666666667vw);
  }
  .p-shop-gallery__slider-arw.c-slider__arw--next {
    right: min(10px, 2.6666666667vw);
  }
}

/* .p-shop-info
----------------------------------- */
.p-shop-info {
  margin-top: 0.7142857143em;
}
.p-shop-info__box {
  padding: 1.4285714286em 2.1428571429em;
  background: #FFF;
  border-radius: 1em;
}
.p-shop-info__table {
  width: 100%;
}
.p-shop-info__table th,
.p-shop-info__table td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-shop-info__table th {
  width: 7.1428571429em;
  color: #FF68A7;
}
.p-shop-info__table td {
  padding-left: 0.7142857143em;
}
.p-shop-info__table tr:nth-of-type(n+2) th,
.p-shop-info__table tr:nth-of-type(n+2) td {
  padding-top: 1.4285714286em;
}
.p-shop-info__open-item em {
  display: inline-block;
  padding-right: 1.5em;
}
.p-shop-info__map {
  margin-top: 1.4285714286em;
}
.p-shop-info__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-shop-info {
    max-width: 780px;
    padding-inline: 40px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .p-shop-info__box {
    width: 580px;
    margin-inline: auto;
  }
  .p-shop-info__open {
    display: flex;
    gap: 10px;
  }
  .p-shop-info__open-list {
    flex: 1 1 40%;
    min-width: 0;
  }
  .p-shop-info__map {
    aspect-ratio: 700/326;
  }
}
@media (max-width: 767px) {
  .p-shop-info {
    padding-inline: min(20px, 5.3333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-shop-info__map {
    aspect-ratio: 335/300;
  }
}

/* .p-shop-open
----------------------------------- */
.p-shop-open {
  position: relative;
  padding-block: 0.7142857143em 1.4285714286em;
}
.p-shop-open__wrap {
  position: relative;
  z-index: 2;
}
.p-shop-open__box {
  overflow: hidden;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15);
}
.p-shop-open__box + .p-shop-open__box {
  margin-top: 1.4285714286em;
}
.p-shop-open__summary {
  display: flex;
  gap: 1.1428571429em;
  align-items: center;
  padding: 0.7857142857em 1.4285714286em;
  color: #594E4F;
  background: linear-gradient(0deg, #FFF 0%, #FFDDE4 50%, #ECEBFF 100%);
}
.p-shop-open__summary::after {
  display: block;
  width: 0.7142857143em;
  height: 1.0714285714em;
  content: "";
  background: currentColor;
  mask: url("../img/common/arw-open.svg") no-repeat center center;
  mask-size: contain;
  transition: rotate 0.2s ease-out;
}
[open] .p-shop-open__summary::after {
  rotate: 180deg;
}
.p-shop-open__h {
  display: flex;
  flex: 1 1 10%;
  gap: 0.7142857143em;
  align-items: center;
  justify-content: center;
  min-width: 0;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-shop-open__h::before {
  display: block;
  width: 1.4285714286em;
  height: 1.1428571429em;
  content: "";
  background: currentColor;
  mask: url("../img/common/icn-shop.svg") no-repeat center center;
  mask-size: contain;
}
.p-shop-open__inner {
  padding: 0.7142857143em 1.4285714286em 1.0714285714em;
}
.p-shop-open__table {
  width: 100%;
  border-bottom: 1px solid #E0DDDD;
}
.p-shop-open__table th,
.p-shop-open__table td {
  padding-block: 0.7142857143em;
  font-size: 1em;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  border-top: 1px solid #E0DDDD;
}
.p-shop-open__table th {
  font-weight: 500;
  color: #F9C;
}
.p-shop-open__table td {
  padding-left: 0.7142857143em;
  font-weight: 600;
  vertical-align: top;
  text-align: right;
}
.p-shop-open__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-shop-open__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-shop-open {
    font-size: 1rem;
  }
  .p-shop-open__wrap {
    max-width: 500px;
    margin-inline: auto;
  }
  .p-shop-open__table th {
    width: 71.7391304348%;
  }
  .p-shop-open__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-shop-open {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-shop-open__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-shop-open__table th {
    width: 55.9322033898%;
  }
  .p-shop-open__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-shop
----------------------------------- */
.p-shop {
  position: relative;
}
.p-shop__wrap, .p-shop__btns {
  position: relative;
  z-index: 3;
}
.p-shop__bg {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-shop__bg::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-shop__btns {
    margin-top: 60px;
  }
  .p-shop__reserve-btn:not(:first-child) {
    margin-top: 40px;
  }
  .p-shop__bg {
    top: 0;
    bottom: 400px;
  }
  .p-shop__bg::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-shop__btns {
    padding-inline: min(20px, 5.3333333333vw);
    margin-top: min(60px, 16vw);
  }
  .p-shop__reserve-btn:not(:first-child) {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-shop__bg {
    top: min(207px, 55.2vw);
    height: min(432px, 115.2vw);
    max-height: 100%;
  }
  .p-shop__bg::before {
    position: absolute;
    top: max(-207px, -55.2vw);
    left: 0;
    display: block;
    width: 100%;
    height: min(208px, 55.4666666667vw);
    content: "";
    background: #F4C8CE;
  }
  .p-shop__bg::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-info-archive
----------------------------------- */
.p-info-archive__list {
  display: grid;
}
@media (min-width: 768px) {
  .p-info-archive__list {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .p-info-archive__list {
    gap: min(10px, 2.6666666667vw);
  }
}

/* .p-info-card
----------------------------------- */
.p-info-card {
  position: relative;
  display: block;
  padding: 1em 1.4285714286em;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-info-card__info {
  display: block flex;
  align-items: center;
  justify-content: space-between;
}
.p-info-card__time {
  display: block;
  font-size: 0.8571428571em;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-info-card__ttl {
  display: block;
  margin-top: 0.4285714286em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .p-info
----------------------------------- */
.p-info {
  position: relative;
}
.p-info__wrap {
  position: relative;
  z-index: 2;
}
.p-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-info__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-info {
    padding-inline: 40px;
  }
  .p-info__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-info__pagination {
    margin-top: 40px;
  }
  .p-info__bg {
    height: 1296px;
  }
  .p-info__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-info__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-info__pagination {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-info__bg {
    height: min(1296px, 345.6vw);
  }
  .p-info__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-event
----------------------------------- */
.p-event__icon-ttl {
  display: flex;
  gap: 0.2083333333em;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.4166666667em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-event__icon-ttl::before {
  display: block;
  width: 1.0416666667em;
  height: 1.0833333333em;
  content: "";
  background: url("../img/common/icn-event.svg") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-event__icon-ttl {
    font-size: 1.7142857143rem;
  }
}
@media (max-width: 767px) {
  .p-event__icon-ttl {
    font-size: min(24px, 6.4vw);
  }
}

/* .p-event-pickup
----------------------------------- */
.p-event-pickup__list {
  display: grid;
  gap: 1.4285714286em;
}
@media (min-width: 768px) {
  .p-event-pickup {
    max-width: 780px;
    padding-inline: 45px;
    padding-bottom: 30px;
    margin-inline: auto;
  }
  .p-event-pickup__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-event-pickup {
    padding-inline: min(20px, 5.3333333333vw);
    padding-bottom: min(30px, 8vw);
  }
  .p-event-pickup__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* .p-event-archive
----------------------------------- */
.p-event-archive {
  position: relative;
}
.p-event-archive__wrap {
  position: relative;
  z-index: 4;
}
.p-event-archive__list {
  display: grid;
  margin: 0 auto;
}
.p-event-archive__li .p-event-card {
  display: block;
}
@media (min-width: 768px) {
  .p-event-archive {
    padding-top: 40px;
  }
  .p-event-archive__nav {
    padding: 20px 0;
  }
  .p-event-archive__nav .p-local-nav__link {
    width: 162px;
  }
  .p-event-archive__nav--bottom {
    padding-bottom: 0;
  }
  .p-event-archive__list {
    gap: 10px;
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-event-archive {
    padding-top: min(40px, 10.6666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-event-archive__nav {
    padding: min(20px, 5.3333333333vw) min(32px, 8.5333333333vw);
  }
  .p-event-archive__nav--bottom {
    padding-bottom: 0;
  }
  .p-event-archive__nav .p-local-nav__link {
    padding: 0.6em 0.174em;
  }
  .p-event-archive__list {
    gap: min(10px, 2.6666666667vw);
  }
}

/* .p-event-single
----------------------------------- */
.p-event-single {
  position: relative;
}
.p-event-single__wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 2.8571428571em;
}
.p-event-single__reserve-btn {
  margin-top: 1.1111111111em;
}
.p-event-single__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-event-single__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-event-single__wrap {
    max-width: 680px;
    padding-inline: 40px;
    margin-inline: auto;
  }
  .p-event-single__bg {
    height: 1296px;
  }
  .p-event-single__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-event-single__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-event-single__bg {
    height: min(1296px, 345.6vw);
  }
  .p-event-single__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-event-single-pickup
----------------------------------- */
.p-event-single-pickup {
  position: relative;
  padding-bottom: 1.4285714286em;
}
.p-event-single-pickup__sec-bg {
  height: 100%;
}
.p-event-single-pickup__sec-bg::before {
  height: 100%;
}
.p-event-single-pickup__cont {
  margin-top: 0.7142857143em;
}
.p-event-single-pickup__card:not(:first-of-type) {
  margin-top: 1.4285714286em;
}
.p-event-single-pickup__back-btn {
  margin-top: 2.1428571429em;
}
@media (min-width: 768px) {
  .p-event-single-pickup__cont {
    width: 335px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-event-single-pickup {
    padding-top: 0;
  }
}

/* .p-competition
----------------------------------- */
.p-competition {
  background: #F4C8CE;
}
.p-competition__sec-bg {
  height: auto;
  bottom: 0;
}
.p-competition__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-competition__event-img {
  width: 100%;
}
.p-competition__event-ttl {
  color: #FFF;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #594E4F;
}
.p-competition__event-cont {
  background-color: #FFF;
}
.p-competition__event-head {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.p-competition__event-date {
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  text-align: center;
  writing-mode: vertical-rl;
  background-color: #EAE5E6;
  flex-shrink: 0;
}
.p-competition__event-date--award {
  writing-mode: horizontal-tb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-competition__event-time-wrap {
  width: 100%;
  border-top: solid 1px #E0DDDD;
  border-bottom: solid 1px #E0DDDD;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-competition__event-time-blk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-competition__event-time-blk:not(:first-of-type) {
  position: relative;
}
.p-competition__event-time-blk:not(:first-of-type)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #E0DDDD, #E0DDDD 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.p-competition__event-time-blk--award {
  justify-content: center;
}
.p-competition__event-stage {
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.p-competition__event-stage-s-txt {
  line-height: 1.5;
}
.p-competition__event-time {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.4285714286;
}
.p-competition__event-details {
  position: relative;
}
.p-competition__event-details::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/common/dots.svg");
  background-repeat: repeat-x;
  background-size: 10px 2px;
}
.p-competition__details-ttl, .p-competition__award-ttl {
  color: #FF68A7;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-competition__details-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-competition__award-txt {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  background-color: #FFFCBB;
}
.p-competition__award-item-ttl {
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  background-color: #EAE5E6;
  padding: 4px 10px;
}
.p-competition__award-item-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-competition__award-special-item {
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.p-competition__sec-img {
  width: 100%;
}
.p-competition__winner-blk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.p-competition__winner-badge img, .p-competition__winner-img img {
  width: 100%;
}
.p-competition__winner-details {
  width: 100%;
}
.p-competition__winner-details-row {
  border-bottom: solid 1px #E0DDDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-competition__winner-details-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background: #FA9FAC;
  display: block;
  mask-position: center center;
  mask-size: contain;
}
.p-competition__winner-details-icon--shop::before {
  mask-image: url("../img/common/icn-shop.svg");
}
.p-competition__winner-details-icon--name::before {
  mask-image: url("../img/common/icn-maid.svg");
}
.p-competition__winner-details-txt {
  color: #A5A7E0;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-competition__winner-details-txt:hover {
    text-decoration: underline;
  }
}
.p-competition__winner-team-area {
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FFDC90 0%, #DFBC67 25%, #FFE3A0 50%, #DFBC67 75%, #FFDC90 100%);
  border-radius: 100vmax;
  margin: 0 auto;
}
.p-competition__winner-team-name {
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.p-competition__winner-team-name::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #E0DDDD, #E0DDDD 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-competition__winner-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-competition__fv {
    max-width: 780px;
    padding: 0 20px 15px;
    margin-inline: auto;
  }
  .p-competition__sec {
    padding-bottom: 40px;
  }
  .p-competition__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-competition__sec-h {
    padding-block: 10px;
  }
  .p-competition__event + .p-competition__event {
    margin-top: 30px;
  }
  .p-competition__event-img img {
    border-radius: 14px 14px 0 0;
  }
  .p-competition__event-ttl {
    font-size: 16px;
    padding: 10px 20px;
  }
  .p-competition__event-ttl--txt-only {
    border-radius: 14px 14px 0 0;
  }
  .p-competition__event-cont {
    border-radius: 0 0 14px 14px;
  }
  .p-competition__event-head {
    padding: 10px;
    gap: 10px;
  }
  .p-competition__event-date {
    font-size: 14px;
    padding: 6px;
  }
  .p-competition__event-date--award {
    white-space: nowrap;
    padding: 12px 10px;
  }
  .p-competition__event-time-wrap {
    padding-top: 10px;
  }
  .p-competition__event-time-blk {
    padding-bottom: 10px;
  }
  .p-competition__event-time-blk:not(:first-of-type) {
    padding-top: 10px;
  }
  .p-competition__event-time-blk:not(:first-of-type)::before {
    background-image: linear-gradient(to right, #E0DDDD, #E0DDDD 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
  }
  .p-competition__event-stage {
    font-size: 14px;
    width: 76px;
  }
  .p-competition__event-stage-s-txt {
    font-size: 12px;
  }
  .p-competition__event-time {
    font-size: 14px;
  }
  .p-competition__event-wrap {
    padding: 20px 40px 40px;
  }
  .p-competition__event-details {
    padding-bottom: 20px;
  }
  .p-competition__event-details::after {
    height: 2px;
    background-size: 10px 2px;
  }
  .p-competition__details-ttl, .p-competition__award-ttl {
    font-size: 16px;
  }
  .p-competition__details-txt {
    font-size: 14px;
    margin-top: 15px;
  }
  .p-competition__details-txt--txt-only {
    margin-top: 0;
  }
  .p-competition__event-award {
    margin-top: 20px;
  }
  .p-competition__award-blk {
    margin-top: 25px;
  }
  .p-competition__award-blk:first-of-type {
    margin-top: 15px;
  }
  .p-competition__award-txt {
    font-size: 14px;
    padding: 10px;
  }
  .p-competition__award-list {
    margin-top: 15px;
  }
  .p-competition__award-item:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-competition__award-item-ttl {
    font-size: 14px;
  }
  .p-competition__award-item-txt {
    font-size: 14px;
    margin-top: 5px;
  }
  .p-competition__award-special {
    margin-top: 15px;
  }
  .p-competition__award-special-item {
    font-size: 14px;
  }
  .p-competition__award-special-item:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-competition__sec-img {
    padding-bottom: 40px;
  }
  .p-competition__btn-wrap {
    margin-top: 20px;
  }
  .p-competition__btn-wrap--bottom {
    margin-top: 60px;
  }
  .p-competition__btn {
    width: 23.9285714286em;
  }
  .p-competition__winner {
    margin-top: 20px;
  }
  .p-competition__winner-blk {
    width: 255px;
  }
  .p-competition__winner-img {
    margin-top: 15px;
  }
  .p-competition__winner-details {
    margin-top: 15px;
  }
  .p-competition__winner-details-row {
    padding-bottom: 10px;
    gap: 10px;
  }
  .p-competition__winner-details-row:not(:first-of-type) {
    padding-top: 10px;
  }
  .p-competition__winner-details-icon {
    width: 28px;
  }
  .p-competition__winner-details-icon--shop::before {
    width: 17px;
    height: 14px;
  }
  .p-competition__winner-details-icon--name::before {
    width: 23px;
    height: 14px;
  }
  .p-competition__winner-details-txt {
    min-width: 65px;
    font-size: 14px;
  }
  .p-competition__winner-details-txt--2column {
    min-width: 103px;
  }
  .p-competition__winner-team {
    margin-top: 15px;
  }
  .p-competition__winner-team + .p-competition__winner-team {
    margin-top: 30px;
  }
  .p-competition__winner-team-area {
    font-size: 16px;
    width: 160px;
    height: 30px;
  }
  .p-competition__winner-team-name {
    font-size: 16px;
    padding: 10px 0;
  }
  .p-competition__winner-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-competition__fv {
    padding: 0 min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .p-competition__sec {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-competition__sec-h {
    padding-block: min(10px, 2.6666666667vw);
  }
  .p-competition__event + .p-competition__event {
    margin-top: min(30px, 8vw);
  }
  .p-competition__event-img img {
    border-radius: min(14px, 3.7333333333vw) min(14px, 3.7333333333vw) 0 0;
  }
  .p-competition__event-ttl {
    font-size: min(16px, 4.2666666667vw);
    padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
  }
  .p-competition__event-cont {
    border-radius: 0 0 min(14px, 3.7333333333vw) min(14px, 3.7333333333vw);
  }
  .p-competition__event-head {
    padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-competition__event-date {
    font-size: min(14px, 3.7333333333vw);
    padding: min(6px, 1.6vw);
  }
  .p-competition__event-time-wrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  .p-competition__event-time-blk {
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .p-competition__event-time-blk:not(:first-of-type) {
    padding-top: min(10px, 2.6666666667vw);
  }
  .p-competition__event-time-blk:not(:first-of-type)::before {
    background-image: linear-gradient(to right, #E0DDDD, #E0DDDD min(2px, 0.5333333333vw), transparent min(2px, 0.5333333333vw), transparent min(2px, 0.5333333333vw));
    background-size: min(4px, 1.0666666667vw) min(1px, 0.2666666667vw);
  }
  .p-competition__event-stage {
    font-size: min(14px, 3.7333333333vw);
    width: min(76px, 20.2666666667vw);
  }
  .p-competition__event-stage-s-txt {
    font-size: min(12px, 3.2vw);
  }
  .p-competition__event-time {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-competition__event-wrap {
    padding: min(20px, 5.3333333333vw) min(40px, 10.6666666667vw) min(40px, 10.6666666667vw);
  }
  .p-competition__event-details {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  .p-competition__event-details::after {
    height: min(2px, 0.5333333333vw);
    background-size: min(9px, 2.4vw) min(2px, 0.5333333333vw);
  }
  .p-competition__details-ttl, .p-competition__award-ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-competition__details-txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(15px, 4vw);
  }
  .p-competition__event-award {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-competition__award-blk {
    margin-top: min(25px, 6.6666666667vw);
  }
  .p-competition__award-blk:first-of-type {
    margin-top: min(15px, 4vw);
  }
  .p-competition__award-txt {
    font-size: min(14px, 3.7333333333vw);
    padding: min(10px, 2.6666666667vw);
  }
  .p-competition__award-list {
    margin-top: min(15px, 4vw);
  }
  .p-competition__award-item:not(:first-of-type) {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-competition__award-item-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-competition__award-item-txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(5px, 1.3333333333vw);
  }
  .p-competition__award-special {
    margin-top: min(15px, 4vw);
  }
  .p-competition__award-special-item {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-competition__award-special-item:not(:first-of-type) {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-competition__sec-img {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-competition__btn-wrap {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-competition__btn-wrap--bottom {
    margin-top: min(60px, 16vw);
  }
  .p-competition__btn {
    width: 100%;
  }
  .p-competition__winner {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-competition__winner-img {
    margin-top: min(15px, 4vw);
  }
  .p-competition__winner-details {
    margin-top: min(15px, 4vw);
  }
  .p-competition__winner-details-row {
    padding-bottom: min(10px, 2.6666666667vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-competition__winner-details-row:not(:first-of-type) {
    padding-top: min(10px, 2.6666666667vw);
  }
  .p-competition__winner-details-icon {
    width: min(28px, 7.4666666667vw);
  }
  .p-competition__winner-details-icon--shop::before {
    width: min(17px, 4.5333333333vw);
    height: min(14px, 3.7333333333vw);
  }
  .p-competition__winner-details-icon--name::before {
    width: min(23px, 6.1333333333vw);
    height: min(14px, 3.7333333333vw);
  }
  .p-competition__winner-details-txt {
    min-width: min(65px, 17.3333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-competition__winner-details-txt--2column {
    min-width: min(103px, 27.4666666667vw);
  }
  .p-competition__winner-team {
    margin-top: min(15px, 4vw);
  }
  .p-competition__winner-team + .p-competition__winner-team {
    margin-top: min(30px, 8vw);
  }
  .p-competition__winner-team-area {
    font-size: min(16px, 4.2666666667vw);
    width: min(160px, 42.6666666667vw);
    height: min(30px, 8vw);
  }
  .p-competition__winner-team-name {
    font-size: min(16px, 4.2666666667vw);
    padding: min(10px, 2.6666666667vw) 0;
  }
  .p-competition__winner-wrap {
    gap: min(30px, 8vw);
  }
}

/* .p-competition-schedule
----------------------------------- */
.p-competition-schedule {
  position: relative;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-competition-schedule::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-competition-schedule__cont {
  position: relative;
  z-index: 1;
}
.p-competition-schedule__ttl {
  color: #FFF;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  background-color: #FA9FAC;
}
.p-competition-schedule__item {
  background: #FFF;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-competition-schedule__link {
  display: block;
}
.p-competition-schedule__time {
  font-weight: 800;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.p-competition-schedule__item-ttl {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.p-competition-schedule__link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-competition-schedule__month {
  font-weight: 800;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-competition-schedule {
    padding-bottom: 40px;
  }
  .p-competition-schedule::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-competition-schedule__ttl {
    font-size: 14px;
    width: 160px;
    padding: 6px 20px;
    border-radius: 0 200px 200px 0;
  }
  .p-competition-schedule__blk {
    margin-top: 30px;
  }
  .p-competition-schedule__blk:first-of-type {
    margin-top: 20px;
  }
  .p-competition-schedule__list {
    margin-top: 10px;
    padding: 0 20px;
  }
  .p-competition-schedule__item {
    border-radius: 14px;
  }
  .p-competition-schedule__item:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-competition-schedule__link {
    padding: 15px 20px;
  }
  .p-competition-schedule__time {
    font-size: 12px;
  }
  .p-competition-schedule__time + .p-competition-schedule__item-ttl {
    margin-top: 4px;
  }
  .p-competition-schedule__item-ttl {
    font-size: 14px;
  }
  .p-competition-schedule__month {
    font-size: 14px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .p-competition-schedule {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-competition-schedule::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-competition-schedule__ttl {
    font-size: min(14px, 3.7333333333vw);
    width: min(160px, 42.6666666667vw);
    padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
    border-radius: 0 min(200px, 53.3333333333vw) min(200px, 53.3333333333vw) 0;
  }
  .p-competition-schedule__blk {
    margin-top: min(30px, 8vw);
  }
  .p-competition-schedule__blk:first-of-type {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-competition-schedule__list {
    margin-top: min(10px, 2.6666666667vw);
    padding: 0 min(20px, 5.3333333333vw);
  }
  .p-competition-schedule__item {
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-competition-schedule__item:not(:first-of-type) {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-competition-schedule__link {
    padding: min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .p-competition-schedule__time {
    font-size: min(12px, 3.2vw);
  }
  .p-competition-schedule__time + .p-competition-schedule__item-ttl {
    margin-top: min(4px, 1.0666666667vw);
  }
  .p-competition-schedule__item-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-competition-schedule__month {
    font-size: min(14px, 3.7333333333vw);
    width: min(45px, 12vw);
  }
}

/* .p-overseas
----------------------------------- */
.p-overseas {
  position: relative;
  z-index: 1;
}
.p-overseas::before, .p-overseas::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
  z-index: -1;
}
.p-overseas::before {
  background: linear-gradient(180deg, #f4c8ce 0%, #d5d4f2 50%, #fff 100%);
}
.p-overseas::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-overseas__fv {
  display: block;
  max-width: 740px;
  margin-inline: auto;
}
.p-overseas__wrap {
  margin: 0 auto;
}
.p-overseas__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-overseas__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-overseas__img-txt {
  background: linear-gradient(90deg, #FF7EB4 0%, #AA9BFF 100%);
  border-radius: 100vmax 0 0 100vmax;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  display: grid;
  place-content: center;
  position: absolute;
  right: 0;
}
.p-overseas__ttl {
  background-color: #594E4F;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  display: grid;
  place-content: center;
}
.p-overseas__cont {
  background-color: #fff;
}
.p-overseas__head-list {
  display: flex;
  flex-direction: column;
}
.p-overseas__head-item {
  display: flex;
}
.p-overseas__head-item dt {
  background-color: #EAE5E6;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  writing-mode: vertical-rl;
}
.p-overseas__head-item dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.p-overseas__head-item:first-of-type dd {
  border-top: solid 1px #E0DDDD;
  position: relative;
}
.p-overseas__head-item:last-of-type dd {
  border-bottom: solid 1px #E0DDDD;
}
.p-overseas__head-item:not(:last-of-type) dd {
  position: relative;
}
.p-overseas__head-item:not(:last-of-type) dd::before {
  content: "";
  background-color: #E0DDDD;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.p-overseas__wrap-ttl {
  font-weight: 500;
  color: #FF68A7;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-overseas__wrap-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-overseas__wrap-txt li {
  position: relative;
}
.p-overseas__wrap-txt li::before {
  content: "";
  display: inline-block;
  background-color: #594E4F;
  position: absolute;
}
.p-overseas__btn-wrap {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-overseas::before, .p-overseas::after {
    height: 4390px;
  }
  .p-overseas::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-overseas__fv {
    margin-bottom: 15px;
  }
  .p-overseas__wrap {
    max-width: 580px;
  }
  .p-overseas__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .p-overseas__img {
    border-radius: 14px 14px 0 0;
  }
  .p-overseas__img-txt {
    height: 30px;
    font-size: 16px;
    padding-inline: 20px;
    bottom: 5px;
  }
  .p-overseas__ttl {
    font-size: 16px;
    padding-block: 10px;
  }
  .p-overseas__cont {
    border-radius: 0 0 14px 14px;
  }
  .p-overseas__cont-head {
    padding: 10px 20px;
  }
  .p-overseas__cont-wrap {
    padding: 20px 40px 40px;
  }
  .p-overseas__head-list {
    gap: 5px;
  }
  .p-overseas__head-item {
    gap: 10px;
  }
  .p-overseas__head-item dt {
    width: 24px;
    padding-inline: 6px;
  }
  .p-overseas__wrap-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-overseas__wrap-txt li {
    padding-left: 22px;
  }
  .p-overseas__wrap-txt li::before {
    width: 3px;
    height: 3px;
    top: 10px;
    left: 9px;
  }
  .p-overseas__btn-wrap {
    max-width: 400px;
  }
  .p-overseas__btn.c-btn--link-wide {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-overseas::before, .p-overseas::after {
    height: min(3869px, 1031.7333333333vw);
  }
  .p-overseas::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-overseas__fv {
    margin-bottom: min(15px, 4vw);
  }
  .p-overseas__wrap {
    width: 100%;
  }
  .p-overseas__item:not(:last-of-type) {
    margin-bottom: min(30px, 8vw);
  }
  .p-overseas__img {
    border-radius: min(14px, 3.7333333333vw) min(14px, 3.7333333333vw) 0 0;
  }
  .p-overseas__img-txt {
    height: min(30px, 8vw);
    font-size: min(16px, 4.2666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
    bottom: min(5px, 1.3333333333vw);
  }
  .p-overseas__ttl {
    font-size: min(16px, 4.2666666667vw);
    padding-block: min(10px, 2.6666666667vw);
  }
  .p-overseas__cont {
    border-radius: 0 0 min(14px, 3.7333333333vw) min(14px, 3.7333333333vw);
  }
  .p-overseas__cont-head {
    padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
  }
  .p-overseas__cont-wrap {
    padding: min(20px, 5.3333333333vw) min(40px, 10.6666666667vw) min(40px, 10.6666666667vw);
  }
  .p-overseas__head-list {
    gap: min(5px, 1.3333333333vw);
  }
  .p-overseas__head-item {
    gap: min(10px, 2.6666666667vw);
  }
  .p-overseas__head-item dt {
    font-size: min(14px, 3.7333333333vw);
    width: min(24px, 6.4vw);
    padding-inline: min(6px, 1.6vw);
  }
  .p-overseas__head-item dd {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-overseas__wrap-ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .p-overseas__wrap-txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-overseas__wrap-txt li {
    padding-left: min(22px, 5.8666666667vw);
  }
  .p-overseas__wrap-txt li::before {
    width: min(3px, 0.8vw);
    height: min(3px, 0.8vw);
    top: min(10px, 2.6666666667vw);
    left: min(9px, 2.4vw);
  }
  .p-overseas__btn.c-btn--link-wide {
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-collabo-archive
----------------------------------- */
.p-collabo-archive {
  position: relative;
}
.p-collabo-archive__nav, .p-collabo-archive__list, .p-collabo-archive__pagination, .p-collabo-archive__contact {
  position: relative;
  z-index: 2;
}
.p-collabo-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4285714286em;
}
.p-collabo-archive__pagination {
  padding-block: 0.5em 1em;
  margin-top: 1.5em;
}
.p-collabo-archive__contact {
  margin-top: 1.4285714286em;
}
.p-collabo-archive__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-collabo-archive__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-collabo-archive__nav .p-local-nav__link {
    width: 109px;
  }
  .p-collabo-archive__list {
    max-width: 780px;
    padding-inline: 45px;
    margin-inline: auto;
  }
  .p-collabo-archive__list:first-child {
    padding-top: 20px;
  }
  .p-collabo-archive__bg {
    height: 864px;
  }
  .p-collabo-archive__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-collabo-archive__nav, .p-collabo-archive__list {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-collabo-archive__list:first-child {
    padding-top: min(20px, 5.3333333333vw);
  }
  .p-collabo-archive__bg {
    height: min(864px, 230.4vw);
  }
  .p-collabo-archive__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-collabo-contact
----------------------------------- */
.p-collabo-contact {
  position: relative;
  padding: 0.7142857143em 1.4285714286em;
}
.p-collabo-contact__details {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #F9C;
  border-radius: 1em;
}
.p-collabo-contact__summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.7857142857em 1.4285714286em;
  color: #F9C;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.p-collabo-contact__summary::before, .p-collabo-contact__summary::after {
  display: block;
  width: 0.7142857143em;
  height: 0.7142857143em;
  content: "";
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: opacity 0.2s ease-out;
}
.p-collabo-contact__summary::before {
  position: absolute;
  inset-block: 0;
  right: 1.4285714286em;
  margin-block: auto;
  opacity: 0;
  mask-image: url("../img/common/icn-minus.svg");
}
.p-collabo-contact__summary::after {
  mask-image: url("../img/common/icn-plus.svg");
}
@media (any-hover: hover) {
  .p-collabo-contact__summary:hover {
    color: #FFF;
    background: #F9C;
  }
}
[open] .p-collabo-contact__summary::before {
  opacity: 1;
}
[open] .p-collabo-contact__summary::after {
  opacity: 0;
}
@media (any-hover: hover) {
  [open] .p-collabo-contact__summary:hover {
    color: #F9C;
    background: #FFF;
  }
}
.p-collabo-contact__h {
  flex: 1 1 10%;
  min-width: 0;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-collabo-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3571428571em;
  padding: 0 1.4285714286em 1.4285714286em;
}
.p-collabo-contact__btn {
  display: grid;
  place-content: center;
  padding: 0.7857142857em 0.4285714286em;
  color: #FFF;
  text-align: center;
  background: #F9C;
  border: 1px solid #F9C;
  border-radius: 0.4285714286em;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .p-collabo-contact__btn:hover {
    color: #F9C;
    background: #FFF;
  }
}
.p-collabo-contact__sh {
  display: block;
  font-size: 0.6428571429em;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
.p-collabo-contact__tel-num {
  display: flex;
  gap: 0.3125em;
  align-items: center;
  justify-content: center;
  margin-top: 0.125em;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1428571429em;
  font-weight: 700;
  line-height: 1.5625;
}
.p-collabo-contact__tel-num::before {
  display: block;
  width: 0.9375em;
  height: 1.25em;
  content: "";
  background: currentColor;
  mask: url("../img/common/icn-mobile.svg") no-repeat center center;
  mask-size: contain;
}
.p-collabo-contact__tel-num > span {
  display: block;
  margin-block: var(--leading-trim);
}
.p-collabo-contact__open {
  font-size: 0.6428571429em;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
.p-collabo-contact__form-label {
  display: block;
  font-size: 0.8571428571em;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-collabo-contact__form-label::before {
  display: block;
  width: 1.5833333333em;
  height: 1.5em;
  margin: 0 auto 0.3333333333em;
  content: "";
  background: currentColor;
  mask: url("../img/common/icn-contact.svg") no-repeat center center;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-collabo-contact {
    font-size: 1rem;
  }
  .p-collabo-contact__details {
    max-width: 23.9285714286em;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-collabo-contact {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-collabo-pickup
----------------------------------- */
.p-collabo-pickup {
  position: relative;
  padding-bottom: 1.4285714286em;
}
.p-collabo-pickup__cont {
  margin-top: 0.7142857143em;
}
.p-collabo-pickup__back-btn {
  margin-top: 2.1428571429em;
}
@media (min-width: 768px) {
  .p-collabo-pickup__cont {
    width: 335px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-collabo-pickup {
    padding-top: 0;
  }
}

/* .p-collabo-single
----------------------------------- */
.p-collabo-single {
  position: relative;
}
.p-collabo-single__wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 2.8571428571em;
}
.p-collabo-single__reserve-btn {
  margin-top: 1.1111111111em;
}
.p-collabo-single__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-collabo-single__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-collabo-single__wrap {
    max-width: 680px;
    padding-inline: 40px;
    margin-inline: auto;
  }
  .p-collabo-single__bg {
    height: 1296px;
  }
  .p-collabo-single__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-collabo-single__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-collabo-single__bg {
    height: min(1296px, 345.6vw);
  }
  .p-collabo-single__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-blog
----------------------------------- */
.p-blog, .p-blog--individual, .p-blog--month, .p-blog--theme {
  position: relative;
}
.p-blog__wrap {
  position: relative;
  z-index: 2;
}
.p-blog__icon-ttl {
  display: flex;
  gap: 0.2083333333em;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.4166666667em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-blog__icon-ttl::before {
  display: block;
  width: 1em;
  height: 1.1666666667em;
  content: "";
  background: url("../img/common/icn-blog.svg") no-repeat center center/contain;
}
.p-blog__sub-ttl {
  padding-bottom: 0.5em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-blog__archive {
  display: grid;
}
.p-blog__headline {
  padding-block: 0.4166666667em;
}
.p-blog__headline:nth-of-type(n+2) {
  margin-top: 1.6666666667em;
}
.p-blog__index, .p-blog__index--monthly {
  padding-block: 0;
}
.p-blog__index > li[aria-hidden=true], .p-blog__index--monthly > li[aria-hidden=true] {
  display: none;
}
.p-blog__sec .c-sec__bg, .p-blog__sec--ranking .c-sec__bg {
  bottom: 0;
  height: auto;
}
.p-blog__sec .c-sec__bg::before, .p-blog__sec--ranking .c-sec__bg::before {
  bottom: 0;
  height: auto;
}
.p-blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-blog__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-position: center top;
  background-size: 100% auto;
}
.p-blog__nav {
  display: flex;
  align-items: center;
}
.p-blog__nav-btn {
  margin: 0;
}
.p-blog__nav-btn + .p-blog__nav-btn {
  margin-top: 0;
}
.p-blog__month-index, .p-blog__theme-index {
  padding-block: 0;
}
@media (min-width: 768px) {
  .p-blog, .p-blog--individual, .p-blog--month, .p-blog--theme {
    padding-block: 10px 40px;
  }
  .p-blog__wrap {
    max-width: 780px;
    padding-inline: 45px;
    margin-inline: auto;
  }
  .p-blog__icon-ttl {
    font-size: 1.7142857143rem;
  }
  .p-blog__sub-ttl {
    font-size: 1.4285714286rem;
  }
  .p-blog__more-btn {
    margin-top: 30px;
  }
  .p-blog__archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-blog__archive .p-blog__more-btn {
    grid-column: span 2/span 2;
    padding-top: 10px;
    margin-top: 0;
  }
  .p-blog__archive-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .p-blog__sec + .p-blog__sec, .p-blog__sec--ranking + .p-blog__sec, .p-blog__sec + .p-blog__sec--ranking, .p-blog__sec--ranking + .p-blog__sec--ranking {
    margin-top: 40px;
  }
  .p-blog__sec--ranking .c-sec__bg {
    bottom: 70px;
  }
  .p-blog__index + .p-blog__more-btn, .p-blog__index--monthly + .p-blog__more-btn {
    margin-top: 10px;
  }
  .p-blog__index--monthly + .p-blog__more-btn {
    margin-top: 30px;
  }
  .p-blog__bg {
    bottom: 40px;
  }
  .p-blog__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
    background-repeat: no-repeat;
  }
  .p-blog__pagination {
    padding-block: 10px 30px;
    margin-top: 30px;
  }
  .p-blog__nav {
    gap: 40px;
    justify-content: center;
  }
  .p-blog__bottoms {
    margin-top: 40px;
  }
  .p-blog__month-index, .p-blog__theme-index {
    gap: 20px 15px;
  }
  .p-blog__month-index + .p-blog__nav, .p-blog__theme-index + .p-blog__nav {
    margin-top: 40px;
  }
  .p-blog__month-index {
    padding-inline: 0;
  }
  .p-blog__theme-index {
    grid-template-columns: repeat(2, 1fr);
    width: 629px;
  }
  .p-blog--individual {
    padding-bottom: 0;
  }
  .p-blog--individual .p-blog__bg {
    bottom: 228px;
  }
  .p-blog--month {
    padding-bottom: 0;
  }
  .p-blog--month .p-blog__bg {
    bottom: 0;
  }
  .p-blog--theme {
    padding-bottom: 0;
  }
  .p-blog--theme .p-blog__bg {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .p-blog, .p-blog--individual, .p-blog--month, .p-blog--theme {
    padding-block: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  }
  .p-blog__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-blog__icon-ttl {
    font-size: min(24px, 6.4vw);
  }
  .p-blog__sub-ttl {
    padding-inline: min(20px, 5.3333333333vw);
    font-size: min(20px, 5.3333333333vw);
  }
  .p-blog__more-btn {
    margin-top: min(30px, 8vw);
  }
  .p-blog__archive {
    gap: min(20px, 5.3333333333vw);
  }
  .p-blog__archive .p-blog__more-btn {
    padding-top: min(10px, 2.6666666667vw);
    margin-top: 0;
  }
  .p-blog__sec + .p-blog__sec, .p-blog__sec--ranking + .p-blog__sec, .p-blog__sec + .p-blog__sec--ranking, .p-blog__sec--ranking + .p-blog__sec--ranking {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-blog__sec--ranking .c-sec__bg {
    bottom: min(183px, 48.8vw);
  }
  .p-blog__index + .p-blog__more-btn, .p-blog__index--monthly + .p-blog__more-btn {
    padding-inline: min(20px, 5.3333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-blog__index--monthly + .p-blog__more-btn {
    margin-top: min(30px, 8vw);
  }
  .p-blog__bg {
    bottom: 24.5333333333vw;
  }
  .p-blog__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
    background-repeat: repeat-y;
  }
  .p-blog__pagination {
    padding-block: min(10px, 2.6666666667vw) min(30px, 8vw);
    margin-top: min(30px, 8vw);
  }
  .p-blog__nav {
    gap: min(40px, 10.6666666667vw);
  }
  .p-blog__nav-btn {
    flex: 1 1 10%;
    min-width: 0;
  }
  .p-blog__bottoms {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-blog__month-index, .p-blog__theme-index {
    gap: min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .p-blog__month-index + .p-blog__nav, .p-blog__theme-index + .p-blog__nav {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-blog--individual {
    padding-bottom: 0;
  }
  .p-blog--individual .p-blog__bg {
    bottom: 74.6666666667vw;
  }
  .p-blog--month {
    padding-bottom: 0;
  }
  .p-blog--month .p-blog__bg {
    bottom: 0;
  }
  .p-blog--theme {
    padding-bottom: 0;
  }
  .p-blog--theme .p-blog__bg {
    bottom: 10.6666666667vw;
  }
}

/* .p-blog-head
----------------------------------- */
.p-blog-head {
  background: #F4C8CE;
}
.p-blog-head__ttl img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-blog-head {
    padding: 10px 20px;
  }
  .p-blog-head__ttl {
    max-width: 700px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-blog-head {
    padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
  }
}

/* .p-blog-nav
----------------------------------- */
.p-blog-nav {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
}
.p-blog-nav__btn {
  gap: 1em;
  justify-content: center;
  width: 9.833em;
  padding: 0.6em;
  margin: 0;
  font-size: 1em;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.6);
}
.p-blog-nav__btn::after {
  width: 0.504em;
  height: 0.8em;
}
.p-blog-nav__btn + .p-blog-nav__btn {
  margin-top: 0;
}
.p-blog-nav__btn > span {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .p-blog-nav {
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 767px) {
  .p-blog-nav {
    margin-inline: -4em;
    font-size: min(10px, 2.6666666667vw);
  }
}

/* .p-blog-ranking
----------------------------------- */
.p-blog-ranking {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-blog-ranking__card {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.p-blog-ranking__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9em;
  height: 4.6em;
  font-size: 0.8333333333em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 0.8;
  color: #FFF;
  text-align: center;
  background: #C2D9E4;
  writing-mode: vertical-rl;
  text-combine-upright: all;
}
.p-blog-ranking__rank-num {
  font-size: 1.4em;
  line-height: 1.0714285714;
}
.p-blog-ranking__bloc {
  flex: 1 1 10%;
  min-width: 0;
}
.p-blog-ranking__img {
  aspect-ratio: 78/98;
  padding: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #F9C 0%, #D590FE 100%);
  border-radius: 0 0.5833333333em 0.5833333333em;
  box-shadow: 0 2px 4px 1.5px rgba(0, 0, 0, 0.15);
}
.p-blog-ranking__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0 0.5833333333em 0.5833333333em;
}
.p-blog-ranking__name {
  display: block;
  margin-top: 0.3333333333em;
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.1666666667;
  text-align: center;
}
.p-blog-ranking__card:nth-of-type(1) .p-blog-ranking__rank::before, .p-blog-ranking__card:nth-of-type(2) .p-blog-ranking__rank::before, .p-blog-ranking__card:nth-of-type(3) .p-blog-ranking__rank::before {
  display: block;
  width: 1.2em;
  height: 0.9em;
  margin-bottom: 0.2em;
  content: "";
  background: currentColor;
  mask: url("../img/common/icn-crown.svg") no-repeat center center;
  mask-size: contain;
}
.p-blog-ranking__card:nth-of-type(1) .p-blog-ranking__rank {
  background: linear-gradient(180deg, #D1A649 0%, #F6DB98 50%, #D1A649 100%);
}
.p-blog-ranking__card:nth-of-type(2) .p-blog-ranking__rank {
  background: linear-gradient(180deg, #999D9E 0%, #DAE6E8 50%, #999D9E 100%);
}
.p-blog-ranking__card:nth-of-type(3) .p-blog-ranking__rank {
  background: linear-gradient(180deg, #D17949 0%, #FCD2C3 50%, #D17949 100%);
}
.p-blog-ranking .p-blog__more-btn {
  grid-column: span 3/span 3;
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-blog-ranking {
    gap: 10px 40px;
    max-width: 371px;
    margin-inline: auto;
    font-size: 0.8571428571rem;
  }
  .p-blog-ranking .p-blog__more-btn {
    padding-top: 20px;
    margin-inline: -40px;
  }
}
@media (max-width: 767px) {
  .p-blog-ranking {
    gap: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
    font-size: min(12px, 3.2vw);
  }
  .p-blog-ranking .p-blog__more-btn {
    padding-top: min(20px, 5.3333333333vw);
  }
}

/* .p-blog-reactions
----------------------------------- */
.p-blog-reactions {
  display: flex;
  gap: 1.4285714286em;
  justify-content: center;
  margin-top: 2.1428571429em;
}
.p-blog-reactions__btn {
  display: block flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3.5714285714em;
  padding: 0.4285714286em 0.5714285714em;
  text-align: center;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.p-blog-reactions__btn.disabled {
  color: #FFF;
  pointer-events: none;
  background: #B4ABB0;
  box-shadow: none;
}
.p-blog-reactions__btn-label {
  display: block flex;
  gap: 0.2857142857em;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #F9C;
  transition: color 0.2s ease-out;
}
.disabled .p-blog-reactions__btn-label {
  color: inherit;
}
.p-blog-reactions__btn-label[data-icn]::before {
  display: block;
  content: "";
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.p-blog-reactions__btn-label[data-icn=heart]::before {
  width: 1.2142857143em;
  height: 1.0714285714em;
  mask-image: url("../img/common/icn-heart.svg");
}
.p-blog-reactions__btn-label[data-icn=comment]::before {
  width: 1.1428571429em;
  height: 1.1428571429em;
  mask-image: url("../img/common/icn-comment.svg");
}
.p-blog-reactions__num {
  display: block;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2857142857;
  text-align: center;
  letter-spacing: 0.05em;
}
.disabled .p-blog-reactions__num {
  display: none;
}
.p-blog-reactions__app-msg {
  margin-top: 0.3333333333em;
  font-size: 0.6428571429em;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-blog-reactions__btn:hover {
    color: #FFF;
    background: #F9C;
  }
  .p-blog-reactions__btn:hover .p-blog-reactions__btn-label {
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .p-blog-reactions {
    font-size: 1rem;
  }
  .p-blog-reactions__btn {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .p-blog-reactions {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-blog-reactions__btn {
    flex: 1 1 10%;
    min-width: 0;
  }
}

/* .p-blog-recently
----------------------------------- */
.p-blog-recently {
  overflow: visible;
}
.p-blog-recently__bg {
  height: auto;
}
.p-blog-recently__bg::before {
  bottom: 0;
  height: auto;
}
.p-blog-recently__bg::after {
  bottom: 0;
  aspect-ratio: unset;
  background-repeat: repeat-y;
}
@media (min-width: 768px) {
  .p-blog-recently {
    margin-top: 40px;
  }
  .p-blog-recently__wrap {
    max-width: 780px;
    padding-inline: 45px;
    margin-inline: auto;
  }
  .p-blog-recently__ttl {
    padding-bottom: 10px;
  }
  .p-blog-recently__back-btn {
    margin-top: 30px;
  }
  .p-blog-recently__bg {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-blog-recently {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-blog-recently__back-btn {
    margin-top: min(30px, 8vw);
  }
  .p-blog-recently__bg {
    bottom: 47.2vw;
  }
}

/* .p-blog-single
----------------------------------- */
.p-blog-single {
  position: relative;
}
.p-blog-single__wrap {
  position: relative;
  z-index: 2;
}
.p-blog-single__time {
  display: block;
  font-weight: 800;
  line-height: 1.75;
  text-align: right;
  letter-spacing: 0.05em;
}
.p-blog-single__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-blog-single__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-blog-single__wrap {
    max-width: 780px;
    padding-inline: 90px;
    margin-inline: auto;
  }
  .p-blog-single__head {
    margin-top: 20px;
  }
  .p-blog-single__time {
    font-size: 0.8571428571rem;
  }
  .p-blog-single__btns {
    margin-top: 40px;
  }
  .p-blog-single .p-share {
    margin-top: 0;
  }
  .p-blog-single__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-blog-single__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-blog-single__head {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-blog-single__btns {
    margin: min(40px, 10.6666666667vw) max(-20px, -5.3333333333vw) 0;
  }
  .p-blog-single__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-qscs
----------------------------------- */
/* .p-qscs-archive
----------------------------------- */
.p-qscs-archive {
  position: relative;
}
.p-qscs-archive::before, .p-qscs-archive::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-qscs-archive::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-qscs-archive::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-qscs-archive > * {
  position: relative;
  z-index: 2;
}
.p-qscs-archive__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.p-qscs-archive__ttl-cont, .p-qscs-archive__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-qscs-archive__ttl-lead {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-qscs-archive__m-ttl {
  font-weight: 900;
  line-height: 1.25;
}
.p-qscs-archive__l-ttl {
  font-weight: 900;
  line-height: 1.0384615385;
  letter-spacing: 0.05em;
}
.p-qscs-archive__s-ttl {
  font-weight: 900;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
.p-qscs-archive__ttl-logo img {
  width: 100%;
}
.p-qscs-archive__list {
  display: grid;
}
.p-qscs-archive__card {
  display: block;
  overflow: hidden;
  color: #FFF;
  background: linear-gradient(90deg, #F9C 0%, #D590FE 100%);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.p-qscs-archive__card-img {
  aspect-ratio: 148/188;
  background: #FFF url("../images/img/castimg.png") no-repeat center center/cover;
}
.p-qscs-archive__card-name {
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-qscs-archive {
    padding-inline: 50px;
  }
  .p-qscs-archive::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-qscs-archive__wrap {
    max-width: 684px;
    margin: 0 auto;
  }
  .p-qscs-archive__blk {
    padding-bottom: 40px;
  }
  .p-qscs-archive__ttl-wrap {
    padding-bottom: 10px;
    gap: 5px;
  }
  .p-qscs-archive__ttl-wrap--qscs {
    width: 261px;
  }
  .p-qscs-archive__ttl-wrap--egg {
    width: 335px;
  }
  .p-qscs-archive__ttl-lead {
    font-size: 10px;
  }
  .p-qscs-archive__m-ttl {
    font-size: 16px;
  }
  .p-qscs-archive__l-ttl {
    font-size: 26px;
  }
  .p-qscs-archive__s-ttl {
    font-size: 6px;
    margin-top: 2px;
  }
  .p-qscs-archive__ttl-logo {
    width: 80px;
  }
  .p-qscs-archive__ttl-logo--egg {
    width: 90px;
  }
  .p-qscs-archive__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .p-qscs-archive__card {
    padding: 4px;
    border-radius: 14px;
  }
  .p-qscs-archive__card-img {
    border-radius: 14px 14px 0 0;
  }
  .p-qscs-archive__card-name {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .p-qscs-archive::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-qscs-archive__blk {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-qscs-archive__ttl-wrap {
    padding-bottom: min(10px, 2.6666666667vw);
    gap: min(5px, 1.3333333333vw);
  }
  .p-qscs-archive__ttl-wrap--qscs {
    width: min(261px, 69.6vw);
  }
  .p-qscs-archive__ttl-wrap--egg {
    width: min(335px, 89.3333333333vw);
  }
  .p-qscs-archive__ttl-lead {
    font-size: min(10px, 2.6666666667vw);
  }
  .p-qscs-archive__m-ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-qscs-archive__l-ttl {
    font-size: min(26px, 6.9333333333vw);
  }
  .p-qscs-archive__s-ttl {
    font-size: min(6px, 1.6vw);
    margin-top: min(2px, 0.5333333333vw);
  }
  .p-qscs-archive__ttl-logo {
    width: min(80px, 21.3333333333vw);
  }
  .p-qscs-archive__ttl-logo--egg {
    width: min(90px, 24vw);
  }
  .p-qscs-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(20px, 5.3333333333vw);
  }
  .p-qscs-archive__card {
    padding: min(4px, 1.0666666667vw);
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-qscs-archive__card-img {
    border-radius: min(14px, 3.7333333333vw) min(14px, 3.7333333333vw) 0 0;
  }
  .p-qscs-archive__card-name {
    margin-top: min(4px, 1.0666666667vw);
  }
}

/* .p-qscs-about
----------------------------------- */
.p-qscs-about__sec-bg {
  height: auto;
  bottom: 0;
}
.p-qscs-about__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-qscs-about__ttl::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.p-qscs-about__ttl--qscs::before {
  background-image: url("../img/qscs/ttl_logo01.svg");
}
.p-qscs-about__ttl--egg::before {
  background-image: url("../img/qscs/ttl_logo02.svg");
}
.p-qscs-about__txt {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-qscs-about__origin {
  background-color: #FFF;
  margin: 0 auto;
}
.p-qscs-about__origin-ttl {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-qscs-about__origin-txt {
  font-weight: 800;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-qscs-about__color-txt {
  color: #FF68A7;
}
@media (min-width: 768px) {
  .p-qscs-about {
    padding-bottom: 40px;
  }
  .p-qscs-about__wrap {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .p-qscs-about__ttl {
    padding-bottom: 10px;
  }
  .p-qscs-about__ttl::before {
    margin: 0 auto 5px;
  }
  .p-qscs-about__ttl--qscs::before {
    width: 80px;
    height: 90px;
  }
  .p-qscs-about__ttl--egg::before {
    width: 90px;
    height: 90px;
  }
  .p-qscs-about__s-ttl {
    font-size: 12px;
  }
  .p-qscs-about__txt {
    margin-top: 10px;
  }
  .p-qscs-about__origin {
    width: 309px;
    border-radius: 14px;
    margin-top: 20px;
    padding: 20px;
  }
  .p-qscs-about__origin-ttl {
    font-size: 22px;
  }
  .p-qscs-about__origin-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-qscs-about {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-qscs-about__ttl {
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .p-qscs-about__ttl::before {
    margin: 0 auto min(5px, 1.3333333333vw);
  }
  .p-qscs-about__ttl--qscs::before {
    width: min(80px, 21.3333333333vw);
    height: min(90px, 24vw);
  }
  .p-qscs-about__ttl--egg::before {
    width: min(90px, 24vw);
    height: min(90px, 24vw);
  }
  .p-qscs-about__s-ttl {
    font-size: min(12px, 3.2vw);
  }
  .p-qscs-about__txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-about__origin {
    width: min(309px, 82.4vw);
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding: min(20px, 5.3333333333vw);
  }
  .p-qscs-about__origin-ttl {
    font-size: min(22px, 5.8666666667vw);
  }
  .p-qscs-about__origin-txt {
    font-size: min(16px, 4.2666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .p-qscs-activities
----------------------------------- */
.p-qscs-activities__sec-bg {
  height: auto;
  bottom: 0;
}
.p-qscs-activities__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-qscs-activities__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-qscs-activities__item::before {
  content: "・";
  font-weight: 800;
  flex-shrink: 0;
}
.p-qscs-activities__txt {
  line-height: 1.4285714286;
}
.p-qscs-activities__item-link {
  word-break: break-all;
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-qscs-activities__item-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-qscs-activities__wrap {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .p-qscs-activities__ttl {
    padding: 10px 0;
  }
  .p-qscs-activities__list {
    margin-top: 10px;
  }
  .p-qscs-activities__item::before {
    font-size: 16px;
  }
  .p-qscs-activities__item:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-qscs-activities__wrap {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-qscs-activities__ttl {
    padding: min(10px, 2.6666666667vw) 0;
  }
  .p-qscs-activities__list {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-activities__item {
    gap: min(8px, 2.1333333333vw);
  }
  .p-qscs-activities__item::before {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-qscs-activities__item::before {
    padding-top: min(2px, 0.5333333333vw);
  }
  .p-qscs-activities__item:not(:first-of-type) {
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-qscs-info
----------------------------------- */
.p-qscs-info__sec-bg {
  height: auto;
  bottom: 0;
}
.p-qscs-info__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-qscs-info__list {
  display: grid;
}
@media (min-width: 768px) {
  .p-qscs-info__wrap {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .p-qscs-info__ttl {
    padding-top: 10px;
  }
  .p-qscs-info__list {
    gap: 10px;
    width: 600px;
    max-width: 100%;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .p-qscs-info__wrap {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-qscs-info__ttl {
    padding-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-info__list {
    gap: min(10px, 2.6666666667vw);
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-qscs-discography
----------------------------------- */
.p-qscs-discography__sec-bg {
  height: auto;
  bottom: 0;
}
.p-qscs-discography__sec-bg::before {
  bottom: 0;
  height: auto;
  max-height: none;
}
.p-qscs-discography__blk {
  position: relative;
}
.p-qscs-discography__blk:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../img/common/dots_bk.svg");
  background-repeat: repeat-x;
  background-size: 10px 2px;
}
.p-qscs-discography__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-qscs-discography__img {
  flex-shrink: 0;
}
.p-qscs-discography__img img {
  width: 100%;
}
.p-qscs-discography__label {
  color: #FFF;
  line-height: 1.0833333333;
  letter-spacing: 0.05em;
  background-color: #FA9FAC;
  border-radius: 100vmax;
}
.p-qscs-discography__item-ttl {
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-qscs-discography__date {
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  display: block;
}
.p-qscs-discography__blk-ttl {
  font-weight: 800;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-qscs-discography__txt {
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-qscs-discography__wrap {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .p-qscs-discography__ttl {
    padding-top: 10px;
  }
  .p-qscs-discography__blk:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .p-qscs-discography__blk:not(:last-of-type)::after {
    width: 740px;
    height: 2px;
    background-size: 10px 2px;
  }
  .p-qscs-discography__blk:not(:first-of-type) {
    margin-top: 30px;
  }
  .p-qscs-discography__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .p-qscs-discography__item {
    gap: 20px;
  }
  .p-qscs-discography__img {
    width: 120px;
  }
  .p-qscs-discography__label {
    font-size: 12px;
    padding: 2px 10px;
  }
  .p-qscs-discography__item-ttl {
    margin-top: 10px;
  }
  .p-qscs-discography__date {
    font-size: 12px;
    margin-top: 10px;
  }
  .p-qscs-discography__blk-ttl {
    font-size: 18px;
  }
  .p-qscs-discography__txt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-qscs-discography__ttl {
    padding-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-discography__blk {
    padding-bottom: min(30px, 8vw);
  }
  .p-qscs-discography__blk:not(:last-of-type)::after {
    width: 100%;
    height: min(2px, 0.5333333333vw);
    background-size: min(9px, 2.4vw) min(2px, 0.5333333333vw);
  }
  .p-qscs-discography__blk:not(:first-of-type) {
    margin-top: min(30px, 8vw);
  }
  .p-qscs-discography__list {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-qscs-discography__item {
    gap: min(20px, 5.3333333333vw);
  }
  .p-qscs-discography__item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-qscs-discography__img {
    width: min(120px, 32vw);
  }
  .p-qscs-discography__label {
    font-size: min(12px, 3.2vw);
    padding: 0 min(10px, 2.6666666667vw);
  }
  .p-qscs-discography__item-ttl {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-discography__date {
    font-size: min(12px, 3.2vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-qscs-discography__blk-ttl {
    font-size: min(18px, 4.8vw);
  }
  .p-qscs-discography__txt {
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-appli
----------------------------------- */
.p-appli {
  position: relative;
}
.p-appli::before, .p-appli::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-appli::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-appli::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-appli > * {
  position: relative;
  z-index: 2;
}
.p-appli__sec-bg {
  height: 100%;
}
.p-appli__sec-bg::before {
  height: 100%;
}
.p-appli__lead {
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-appli__wrap {
  margin: 0 auto;
}
.p-appli__fv-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.p-appli__fv-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-appli__benefits {
  background-color: #FFF;
}
.p-appli__benefits-ttl {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-appli__benefits-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.p-appli__benefits-lv {
  color: #FFF;
  font-weight: 700;
  line-height: 1.7142857143;
  background-color: #FA9FAC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-appli__benefits-lv-num {
  line-height: 1.3333333333;
}
.p-appli__benefits-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-appli__details-ttl {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #EAE5E6;
  border-radius: 100vmax;
}
.p-appli__details-item {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-appli__details-item::before {
  content: "・";
  font-weight: 800;
}
@media (min-width: 768px) {
  .p-appli {
    padding-bottom: 40px;
  }
  .p-appli::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-appli__lead {
    font-size: 16px;
    max-width: 500px;
  }
  .p-appli__wrap {
    max-width: 420px;
  }
  .p-appli__sec-h {
    padding: 10px 0;
  }
  .p-appli__fv-wrap {
    width: 258px;
    margin-top: 20px;
    gap: 20px;
  }
  .p-appli__img {
    width: 117px;
  }
  .p-appli__fv-btn-wrap {
    gap: 20px;
  }
  .p-appli__fv-btn--app {
    width: 98px;
  }
  .p-appli__fv-btn--google {
    width: 121px;
  }
  .p-appli__benefits {
    border-radius: 14px;
    margin-top: 20px;
    padding: 40px;
  }
  .p-appli__benefits-ttl {
    font-size: 20px;
  }
  .p-appli__benefits-list {
    margin-top: 15px;
  }
  .p-appli__benefits-item {
    gap: 10px;
  }
  .p-appli__benefits-item:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-appli__benefits-lv {
    width: 60px;
  }
  .p-appli__benefits-lv-num {
    font-size: 18px;
  }
  .p-appli__details-ttl {
    width: 175px;
    padding: 2px 0;
  }
  .p-appli__details-list {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-appli {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-appli::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-appli__lead {
    font-size: min(16px, 4.2666666667vw);
    padding: 0 min(20px, 5.3333333333vw);
  }
  .p-appli__sec-h {
    padding: min(10px, 2.6666666667vw) 0;
  }
  .p-appli__fv-wrap {
    width: min(258px, 68.8vw);
    margin-top: min(20px, 5.3333333333vw);
    gap: min(20px, 5.3333333333vw);
  }
  .p-appli__img {
    width: min(117px, 31.2vw);
  }
  .p-appli__fv-btn-wrap {
    gap: min(20px, 5.3333333333vw);
  }
  .p-appli__fv-btn--app {
    width: min(98px, 26.1333333333vw);
  }
  .p-appli__fv-btn--google {
    width: min(121px, 32.2666666667vw);
  }
  .p-appli__benefits {
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw);
  }
  .p-appli__benefits-ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-appli__benefits-list {
    margin-top: min(15px, 4vw);
  }
  .p-appli__benefits-item {
    font-size: min(14px, 3.7333333333vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-appli__benefits-item:not(:first-of-type) {
    margin-top: min(5px, 1.3333333333vw);
  }
  .p-appli__benefits-lv {
    font-size: min(14px, 3.7333333333vw);
    width: min(60px, 16vw);
  }
  .p-appli__benefits-lv-num {
    font-size: min(18px, 4.8vw);
  }
  .p-appli__details-ttl {
    width: min(175px, 46.6666666667vw);
    padding: min(2px, 0.5333333333vw) 0;
  }
  .p-appli__details-list {
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-appli-enjoy
----------------------------------- */
.p-appli-enjoy__sec-bg {
  height: 100%;
}
.p-appli-enjoy__sec-bg::before {
  height: 100%;
}
.p-appli-enjoy__head-list {
  background-size: cover;
  background-repeat: no-repeat;
}
.p-appli-enjoy__head-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-appli-enjoy__head-item:nth-of-type(2) {
  align-items: flex-start;
}
.p-appli-enjoy__head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
.p-appli-enjoy__head-ttl {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1em;
  flex-shrink: 0;
}
.p-appli-enjoy__head-num {
  color: #FF68A7;
  font-weight: 900;
  line-height: 1em;
}
.p-appli-enjoy__head-txt {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-appli-enjoy__cont {
  background-color: #FFF;
}
.p-appli-enjoy__cont-item:not(:first-of-type) {
  position: relative;
}
.p-appli-enjoy__cont-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../img/common/dots.svg");
  background-repeat: repeat-x;
}
.p-appli-enjoy__cont-ttl {
  color: #FF68A7;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-appli-enjoy__cont-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-appli-enjoy__note-mark {
  color: #FF68A7;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  vertical-align: super;
}
.p-appli-enjoy__note-txt {
  display: block;
  color: #FF68A7;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-appli-enjoy {
    padding: 10px 0 40px;
  }
  .p-appli-enjoy__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-appli-enjoy__head-list {
    background-image: url("../img/common/colorful-star_bg.png");
    border-radius: 14px;
    margin-top: 10px;
    padding: 40px;
  }
  .p-appli-enjoy__head-item {
    gap: 15px;
  }
  .p-appli-enjoy__head-item:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-appli-enjoy__head-box {
    width: 56px;
    gap: 4px;
    padding: 5px 0;
  }
  .p-appli-enjoy__head-num {
    font-size: 32px;
  }
  .p-appli-enjoy__cont {
    border-radius: 14px;
    margin-top: 20px;
    padding: 40px;
  }
  .p-appli-enjoy__cont-item:not(:first-of-type) {
    padding-top: 30px;
  }
  .p-appli-enjoy__cont-item:not(:first-of-type)::before {
    height: 2px;
    background-size: 10px 2px;
  }
  .p-appli-enjoy__cont-item:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .p-appli-enjoy__cont-ttl {
    font-size: 16px;
  }
  .p-appli-enjoy__cont-txt {
    margin-top: 15px;
  }
  .p-appli-enjoy__note-txt {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-appli-enjoy {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-appli-enjoy__head-list {
    background-image: url("../img/common/colorful-star_bg-sp.png");
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
    padding: min(40px, 10.6666666667vw);
  }
  .p-appli-enjoy__head-item {
    gap: min(15px, 4vw);
  }
  .p-appli-enjoy__head-item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-appli-enjoy__head-box {
    gap: min(4px, 1.0666666667vw);
    padding: min(5px, 1.3333333333vw) 0;
  }
  .p-appli-enjoy__head-num {
    font-size: min(32px, 8.5333333333vw);
  }
  .p-appli-enjoy__cont {
    border-radius: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw);
  }
  .p-appli-enjoy__cont-item:not(:first-of-type) {
    padding-top: min(30px, 8vw);
  }
  .p-appli-enjoy__cont-item:not(:first-of-type)::before {
    height: min(2px, 0.5333333333vw);
    background-size: min(9px, 2.4vw) min(2px, 0.5333333333vw);
  }
  .p-appli-enjoy__cont-item:not(:last-of-type) {
    padding-bottom: min(30px, 8vw);
  }
  .p-appli-enjoy__cont-ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-appli-enjoy__cont-txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(15px, 4vw);
  }
  .p-appli-enjoy__note-txt {
    font-size: min(14px, 3.7333333333vw);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: min(15px, 4vw);
  }
  .p-appli-enjoy__note-txt span:nth-of-type(1) {
    flex-shrink: 0;
  }
}

/* .p-appli-member
----------------------------------- */
.p-appli-member__txt {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-appli-member__cont {
  background-color: #FFF;
}
.p-appli-member__cont-ttl {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-appli-member__cont-blk:last-of-type .p-appli-member__blk-list {
  position: relative;
}
.p-appli-member__cont-blk:last-of-type .p-appli-member__blk-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/common/dots.svg");
  background-repeat: repeat-x;
}
.p-appli-member__blk-ttl {
  color: #FFF;
  font-weight: 800;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FA9FAC;
  border-radius: 100vmax;
}
.p-appli-member__item-ttl {
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.p-appli-member__item-ttl::before {
  content: "●";
}
.p-appli-member__blk-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-appli-member__color-txt {
  color: #FF68A7;
}
.p-appli-member__blk-subitem {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-appli-member__blk-subitem::before {
  content: "・";
  font-weight: 800;
  margin: 0 0.2em;
}
.p-appli-member__note-txt {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-appli-member__note-txt::before {
  content: "※";
  flex-shrink: 0;
}
.p-appli-member__note-txt--pink {
  color: #FF68A7;
}
.p-appli-member__link-txt {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-appli-member__link-txt:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-appli-member {
    padding-bottom: 40px;
  }
  .p-appli-member__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-appli-member__txt {
    margin-top: 10px;
  }
  .p-appli-member__cont {
    margin-top: 20px;
    padding: 40px;
    border-radius: 14px;
  }
  .p-appli-member__cont-ttl {
    font-size: 20px;
  }
  .p-appli-member__cont-blk {
    margin-top: 24px;
  }
  .p-appli-member__cont-blk:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-appli-member__cont-blk:last-of-type .p-appli-member__blk-list {
    padding-bottom: 20px;
  }
  .p-appli-member__cont-blk:last-of-type .p-appli-member__blk-list::after {
    height: 2px;
    background-size: 10px 2px;
  }
  .p-appli-member__blk-ttl {
    padding: 4px 0;
  }
  .p-appli-member__blk-list {
    margin-top: 10px;
  }
  .p-appli-member__blk-item {
    margin-top: 10px;
  }
  .p-appli-member__blk-txt {
    margin-top: 2px;
  }
  .p-appli-member__blk-sublist {
    margin-top: 2px;
  }
  .p-appli-member__note-blk {
    margin-top: 20px;
  }
  .p-appli-member__note-txt {
    gap: 2px;
  }
  .p-appli-member__note-txt:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-appli-member {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-appli-member__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-appli-member__cont {
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw);
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-appli-member__cont-ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-appli-member__cont-blk {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-appli-member__blk-ttl {
    padding: min(4px, 1.0666666667vw) 0;
  }
  .p-appli-member__blk-list {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-appli-member__blk-list:last-of-type {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  .p-appli-member__blk-list:last-of-type::after {
    height: min(2px, 0.5333333333vw);
    background-size: min(9px, 2.4vw) min(2px, 0.5333333333vw);
  }
  .p-appli-member__blk-item {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-appli-member__item-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-appli-member__blk-txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(2px, 0.5333333333vw);
  }
  .p-appli-member__blk-sublist {
    margin-top: min(2px, 0.5333333333vw);
  }
  .p-appli-member__blk-subitem {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-appli-member__note-blk {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-appli-member__note-txt {
    font-size: min(14px, 3.7333333333vw);
    gap: min(2px, 0.5333333333vw);
  }
  .p-appli-member__note-txt:not(:first-of-type) {
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-appli-card
----------------------------------- */
.p-appli-card__txt {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-appli-card__list {
  display: grid;
}
.p-appli-card__item-ttl {
  color: #FFF;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FA9FAC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-appli-card__item-subttl {
  display: block;
  line-height: 1.1666666667;
}
.p-appli-card__item-img {
  width: 100%;
}
.p-appli-card__item-img img {
  width: 100%;
}
.p-appli-card__item-txt {
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-appli-card {
    padding-bottom: 40px;
  }
  .p-appli-card__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-appli-card__txt {
    margin-top: 10px;
  }
  .p-appli-card__list {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 54px;
  }
  .p-appli-card__item-ttl {
    height: 42px;
  }
  .p-appli-card__item-subttl {
    font-size: 12px;
  }
  .p-appli-card__item-img {
    margin-top: 5px;
  }
  .p-appli-card__item-txt {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-appli-card {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-appli-card__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-appli-card__list {
    margin-top: min(20px, 5.3333333333vw);
    grid-template-columns: repeat(2, 1fr);
    gap: min(20px, 5.3333333333vw);
  }
  .p-appli-card__item-ttl {
    font-size: min(14px, 3.7333333333vw);
    height: min(42px, 11.2vw);
  }
  .p-appli-card__item-subttl {
    font-size: min(12px, 3.2vw);
  }
  .p-appli-card__item-img {
    margin-top: min(5px, 1.3333333333vw);
  }
  .p-appli-card__item-txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-appli-apply
----------------------------------- */
.p-appli-apply__txt {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-appli-apply__cont {
  background-color: #FFF;
}
.p-appli-apply__cont-blk:first-of-type {
  position: relative;
}
.p-appli-apply__cont-blk:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/common/dots.svg");
  background-repeat: repeat-x;
}
.p-appli-apply__blk-ttl {
  color: #FF68A7;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-appli-apply__cont-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-appli-apply__cont-txt--pink {
  color: #FF68A7;
}
.p-appli-apply__cont-txt + .p-appli-apply__cont-txt {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .p-appli-apply__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-appli-apply__txt {
    margin-top: 10px;
  }
  .p-appli-apply__cont {
    margin-top: 30px;
    padding: 40px;
    border-radius: 14px;
  }
  .p-appli-apply__cont-blk:first-of-type {
    padding-bottom: 30px;
  }
  .p-appli-apply__cont-blk:first-of-type::after {
    height: 2px;
    background-size: 10px 2px;
  }
  .p-appli-apply__cont-blk:not(:first-of-type) {
    padding-top: 30px;
  }
  .p-appli-apply__blk-ttl {
    font-size: 16px;
  }
  .p-appli-apply__cont-item {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-appli-apply__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-appli-apply__cont {
    margin-top: min(20px, 5.3333333333vw);
    padding: min(40px, 10.6666666667vw);
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-appli-apply__cont-blk:first-of-type {
    padding-bottom: min(30px, 8vw);
  }
  .p-appli-apply__cont-blk:first-of-type::after {
    height: min(2px, 0.5333333333vw);
    background-size: min(9px, 2.4vw) min(2px, 0.5333333333vw);
  }
  .p-appli-apply__cont-blk:not(:first-of-type) {
    padding-top: min(30px, 8vw);
  }
  .p-appli-apply__blk-ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-appli-apply__cont-item {
    margin-top: min(15px, 4vw);
  }
}

/* .p-appli-download
----------------------------------- */
.p-appli-download {
  position: relative;
  z-index: 4;
}
.p-appli-download__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-appli-download__txt {
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-appli-download {
    margin-top: 8px;
  }
  .p-appli-download__wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .p-appli-download__btn-wrap {
    gap: 20px;
  }
  .p-appli-download__btn--app {
    width: 98px;
  }
  .p-appli-download__btn--google {
    width: 121px;
  }
  .p-appli-download__txt {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-appli-download {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-appli-download__btn-wrap {
    gap: min(20px, 5.3333333333vw);
  }
  .p-appli-download__btn--app {
    width: min(98px, 26.1333333333vw);
  }
  .p-appli-download__btn--google {
    width: min(121px, 32.2666666667vw);
  }
  .p-appli-download__txt {
    font-size: min(12px, 3.2vw);
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-faq
----------------------------------- */
.p-faq__cont {
  position: relative;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-faq__cont::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-faq__wrap {
  position: relative;
  z-index: 2;
}
.p-faq__box {
  overflow: hidden;
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15);
}
.p-faq__box + .p-faq__box {
  margin-top: 1.4285714286em;
}
.p-faq__summary {
  display: flex;
  gap: 1.0714285714em;
  align-items: center;
  padding: 1.4285714286em 1.0714285714em 1.4285714286em 1.4285714286em;
  transition: color 0.2s ease-out;
}
@media (any-hover: hover) {
  .p-faq__summary:hover {
    color: #FF68A7;
  }
}
.p-faq__qs {
  flex: 1 1 10%;
  min-width: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
}
.p-faq__icn-plus {
  position: relative;
  display: block;
  width: 1.5714285714em;
  height: 1.5714285714em;
  background: #F9C;
  border-radius: 0.2857142857em;
}
.p-faq__icn-plus::before, .p-faq__icn-plus::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 54.5454545455%;
  height: 54.5454545455%;
  margin: auto;
  content: "";
  background: #FFF;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: opacity 0.2s ease-out;
}
.p-faq__icn-plus::before {
  mask-image: url("../img/common/icn-plus.svg");
}
.p-faq__icn-plus::after {
  opacity: 0;
  mask-image: url("../img/common/icn-minus.svg");
}
[open] .p-faq__icn-plus::before {
  opacity: 0;
}
[open] .p-faq__icn-plus::after {
  opacity: 1;
}
.p-faq__ans {
  padding: 1.4285714286em;
  font-size: 1em;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  border-top: 1px solid #E0DDDD;
}
.p-faq__ans > :first-child {
  margin-top: 0;
}
.p-faq__ans > :last-child {
  margin-bottom: 0;
}
.p-faq__ans strong {
  font-weight: 500;
}
.p-faq__h {
  margin-block: 1.4285714286em 0.7142857143em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5714285714;
  color: #FF68A7;
}
.p-faq__inner {
  padding-left: 1.4285714286em;
}
.p-faq__inner > :first-child {
  margin-top: 0;
}
.p-faq__inner > :last-child {
  margin-bottom: 0;
}
.p-faq__ans-txt + .p-faq__ans-txt {
  margin-top: 0.7142857143em;
}
.p-faq__ans-txt a:not([class]) {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-faq__ans-txt a:not([class]):hover {
    text-decoration: underline;
  }
}
.p-faq__ans-txt:is(ul) > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-faq__ans-txt:is(ul) > li::before {
  content: "・";
}
.p-faq__ans-txt:is(ul) > li.is-notice::before {
  content: "※";
}
.p-faq__ans-txt:is(ul) > li.is-notice:nth-of-type(n+2) {
  margin-top: 0.3571428571em;
}
.p-faq__sh {
  margin-block: 0.7142857143em 0.1428571429em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5714285714;
}
.p-faq__system-item, .p-faq__system-item--price {
  display: flex;
  gap: 0.3571428571em;
  font-size: 1em;
  line-height: 1.7142857143;
}
.p-faq__system-item > dt, .p-faq__system-item--price > dt {
  min-width: 3.5714285714em;
  font-weight: 500;
}
.p-faq__system-item > dd, .p-faq__system-item--price > dd {
  flex: 1 1 5%;
  min-width: 0;
}
.p-faq__system-item > dd > *:nth-child(n+2), .p-faq__system-item--price > dd > *:nth-child(n+2) {
  margin-top: 0.7142857143em;
}
.p-faq__system-item--price {
  gap: 0.7142857143em;
}
.p-faq__system-item--price > dt {
  min-width: 7.5em;
}
.p-faq__bloc {
  margin-block: 1.4285714286em;
}
.p-faq__bloc > :first-child {
  margin-top: 0;
}
.p-faq__bloc > :last-child {
  margin-bottom: 0;
}
.p-faq__vip > li:nth-of-type(n+2) {
  margin-top: 0.7142857143em;
}
.p-faq__vip em {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-faq {
    font-size: 1rem;
  }
  .p-faq__cont {
    padding-bottom: 40px;
  }
  .p-faq__cont::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-faq__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-faq {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-faq__cont {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-faq__cont::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-faq__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
}

/* .p-fc
----------------------------------- */
.p-fc {
  position: relative;
}
.p-fc::before, .p-fc::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
}
.p-fc::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-fc::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-fc > * {
  position: relative;
  z-index: 2;
}
.p-fc__lead {
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-fc__fv {
  max-width: 668px;
  margin: 0 auto;
}
.p-fc__wrap {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-fc {
    padding-inline: 50px;
  }
  .p-fc::before, .p-fc::after {
    height: 846px;
  }
  .p-fc::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-fc__lead {
    font-size: 16px;
    max-width: 500px;
  }
  .p-fc__fv {
    margin-top: 20px;
  }
  .p-fc__fv-img {
    width: 100%;
  }
  .p-fc__wrap {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .p-fc::before, .p-fc::after {
    height: min(1081px, 288.2666666667vw);
  }
  .p-fc::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-fc__lead {
    font-size: min(16px, 4.2666666667vw);
    max-width: min(295px, 78.6666666667vw);
  }
  .p-fc__fv {
    margin-top: min(20px, 5.3333333333vw);
  }
}

/* .p-fc-intro
----------------------------------- */
.p-fc-intro__ttl {
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-fc-intro__txt {
  line-height: 1.5714285714;
}
.p-fc-intro__txt:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .p-fc-intro {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .p-fc-intro__ttl {
    font-size: 24px;
  }
  .p-fc-intro__txt {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-fc-intro {
    max-width: min(275px, 73.3333333333vw);
    margin: min(30px, 8vw) auto 0;
    padding-bottom: min(30px, 8vw);
  }
  .p-fc-intro__ttl {
    font-size: min(24px, 6.4vw);
  }
  .p-fc-intro__txt {
    margin-top: min(15px, 4vw);
  }
}

/* .p-fc-company
----------------------------------- */
.p-fc-company__ttl {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-fc-company__item dl {
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-fc-company__item dt {
  color: #FF68A7;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .p-fc-company__item-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-fc-company {
    padding: 30px 0;
  }
  .p-fc-company__ttl {
    font-size: 20px;
  }
  .p-fc-company__details {
    margin-top: 20px;
  }
  .p-fc-company__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-fc-company__item dl {
    gap: 10px;
  }
  .p-fc-company__item dt {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .p-fc-company {
    padding: min(30px, 8vw) 0;
  }
  .p-fc-company__ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-fc-company__details {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-fc-company__item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-fc-company__item dl {
    font-size: min(14px, 3.7333333333vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-fc-company__item dt {
    width: min(70px, 18.6666666667vw);
  }
}

/* .p-fc-cta
----------------------------------- */
.p-fc-cta__txt {
  color: #FF68A7;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-fc-cta__tel {
  color: #FF68A7;
  border: solid 1px #FF68A7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-fc-cta__tel-lead {
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-fc-cta__tel-num {
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 0.6944444444;
  letter-spacing: 0.05em;
}
.p-fc-cta__tel-txt {
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-fc-cta {
    padding-top: 30px;
  }
  .p-fc-cta__wrap {
    padding: 0 20px;
  }
  .p-fc-cta__btn-wrap {
    margin-top: 20px;
  }
  .p-fc-cta__btn {
    width: 24.2857142857em;
  }
  .p-fc-cta__tel {
    margin-top: 30px;
    padding: 20px;
    border-radius: 14px;
  }
  .p-fc-cta__tel-num {
    font-size: 36px;
    margin-top: 8px;
    pointer-events: none;
    cursor: default;
  }
  .p-fc-cta__tel-txt {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-fc-cta {
    padding-top: min(30px, 8vw);
  }
  .p-fc-cta__txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-fc-cta__btn-wrap {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-fc-cta__tel-lead {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-fc-cta__tel {
    margin-top: min(30px, 8vw);
    padding: min(20px, 5.3333333333vw);
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-fc-cta__tel-num {
    font-size: min(36px, 9.6vw);
    margin-top: min(8px, 2.1333333333vw);
  }
  .p-fc-cta__tel-txt {
    font-size: min(12px, 3.2vw);
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-interview-intro
----------------------------------- */
.p-interview-intro {
  padding-bottom: 0.8333333333em;
  margin-top: 1.25em;
}
.p-interview-intro__maid {
  font-feature-settings: "palt" on;
}
.p-interview-intro__maid-name {
  font-size: 1.1666666667em;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.p-interview-intro__maid-profile {
  font-size: 0.8333333333em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-interview-intro__lede {
  padding-block: 1em;
  margin-top: 1.25em;
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #FA9FAC;
  border-block: 1px solid currentColor;
}
@media (min-width: 768px) {
  .p-interview-intro {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .p-interview-intro {
    font-size: min(12px, 3.2vw);
  }
}

/* .p-recruit
----------------------------------- */
.p-recruit {
  position: relative;
}
.p-recruit__wrap:not(.c-sec__wrap) {
  position: relative;
  z-index: 2;
}
.p-recruit__index, .p-recruit__index--recently {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-recruit__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-recruit__wrap {
    max-width: 780px;
    padding-inline: 45px;
    margin-inline: auto;
  }
  .p-recruit__index, .p-recruit__index--recently {
    gap: 20px;
    padding-block: 10px 30px;
  }
  .p-recruit__pagination {
    margin-top: 10px;
  }
  .p-recruit__btn-area {
    margin-top: 40px;
  }
  .p-recruit__single-btns {
    padding-block: 20px 40px;
  }
  .p-recruit__recently {
    padding-bottom: 27px;
  }
  .p-recruit__bg {
    bottom: 136px;
  }
  .p-recruit__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-recruit__bg:has(.p-recruit-special-list) {
    bottom: 228px;
  }
}
@media (max-width: 767px) {
  .p-recruit__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-recruit__index, .p-recruit__index--recently {
    gap: min(20px, 5.3333333333vw);
    padding-block: min(10px, 2.6666666667vw) min(30px, 8vw);
  }
  .p-recruit__index--recently {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-recruit__pagination {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-recruit__btn-area {
    margin-top: min(40px, 10.6666666667vw);
  }
  .p-recruit__single-btns {
    padding-block: min(20px, 5.3333333333vw) min(40px, 10.6666666667vw);
  }
  .p-recruit__recently {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  .p-recruit__bg {
    bottom: min(125px, 33.3333333333vw);
  }
  .p-recruit__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-recruit__bg:has(.p-recruit-special-list) {
    bottom: min(436px, 116.2666666667vw);
  }
}

/* .p-recruit-index
----------------------------------- */
.p-recruit-index {
  background: #F4C8CE;
}
.p-recruit-index__sec-bg {
  height: 100%;
}
.p-recruit-index__sec-bg::before {
  height: 100%;
}
@media (min-width: 768px) {
  .p-recruit-index__fv {
    max-width: 640px;
    padding: 10px 20px 0;
    margin: 0 auto;
  }
  .p-recruit-index__fv-img {
    width: 100%;
  }
  .p-recruit-index__fv-img img {
    border-radius: 14px 14px 0 0;
  }
  .p-recruit-index__sec-h {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .p-recruit-index__fv {
    padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw) 0;
    margin: 0 auto;
  }
  .p-recruit-index__fv-img {
    width: 100%;
  }
  .p-recruit-index__fv-img img {
    border-radius: min(14px, 3.7333333333vw) min(14px, 3.7333333333vw) 0 0;
  }
  .p-recruit-index__sec-h {
    padding-bottom: min(10px, 2.6666666667vw);
  }
}

/* .p-recruit-details
----------------------------------- */
.p-recruit-details {
  position: relative;
}
.p-recruit-details::before, .p-recruit-details::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-recruit-details::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-recruit-details::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-recruit-details > * {
  position: relative;
  z-index: 2;
}
.p-recruit-details__wrap {
  background-color: #FFF;
}
.p-recruit-details__txt-obj img {
  width: 100%;
}
.p-recruit-details__sec-h {
  text-align: left;
}
.p-recruit-details__blk-bg {
  max-height: 100%;
  background: #ECEBFF;
  opacity: 0.5;
}
.p-recruit-details__lead {
  color: #FF68A7;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-recruit-details__blk-img {
  width: 100%;
}
.p-recruit-details__blk-img img {
  width: 100%;
}
.p-recruit-details__blk-list {
  display: grid;
}
.p-recruit-details__item-img {
  width: 100%;
}
.p-recruit-details__item-txt {
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-recruit-details__blk-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-recruit-details__img-figcaption {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-details {
    padding-bottom: 40px;
  }
  .p-recruit-details::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-recruit-details__wrap {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-radius: 0 0 14px 14px;
  }
  .p-recruit-details__txt-obj {
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .p-recruit-details__blk {
    margin-top: 50px;
  }
  .p-recruit-details__blk:nth-of-type(2) {
    margin-top: unset;
  }
  .p-recruit-details__blk-img + .p-recruit-details__blk-img {
    margin-top: 10px;
  }
  .p-recruit-details__blk-img + .p-recruit-details__blk-txt {
    padding-top: 20px;
  }
  .p-recruit-details__blk-wrap {
    padding: 0 40px;
  }
  .p-recruit-details__blk-bg {
    height: 110px;
  }
  .p-recruit-details__blk-bg::before {
    height: 110px;
  }
  .p-recruit-details__sec-h {
    padding-bottom: 10px;
  }
  .p-recruit-details__lead {
    font-size: 16px;
  }
  .p-recruit-details__blk-list {
    margin-top: 10px;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .p-recruit-details__blk-item {
    width: 120px;
  }
  .p-recruit-details__item-img img {
    border-radius: 14px;
  }
  .p-recruit-details__item-txt {
    margin-top: 6px;
  }
  .p-recruit-details__blk-txt {
    padding: 6px 0 10px;
  }
  .p-recruit-details__img-figcaption {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-recruit-details {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-recruit-details::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-recruit-details__wrap {
    padding-bottom: min(40px, 10.6666666667vw);
    border-radius: 0 0 min(14px, 3.7333333333vw) min(14px, 3.7333333333vw);
    overflow: hidden;
  }
  .p-recruit-details__txt-obj {
    width: 93.3333333333vw;
    padding: min(20px, 5.3333333333vw) 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .p-recruit-details__blk {
    margin-top: min(50px, 13.3333333333vw);
  }
  .p-recruit-details__blk:nth-of-type(2) {
    margin-top: 0;
  }
  .p-recruit-details__blk-img + .p-recruit-details__blk-img {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-recruit-details__blk-img + .p-recruit-details__blk-txt {
    padding-top: min(20px, 5.3333333333vw);
  }
  .p-recruit-details__blk-wrap {
    padding: 0 min(20px, 5.3333333333vw);
  }
  .p-recruit-details__blk-bg {
    height: min(110px, 29.3333333333vw);
  }
  .p-recruit-details__blk-bg::before {
    height: min(110px, 29.3333333333vw);
  }
  .p-recruit-details__sec-h {
    padding-bottom: min(10px, 2.6666666667vw);
  }
  .p-recruit-details__lead {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-recruit-details__blk-list {
    margin-top: min(10px, 2.6666666667vw);
    grid-template-columns: repeat(2, 1fr);
    gap: min(15px, 4vw);
  }
  .p-recruit-details__blk-item {
    width: 100%;
  }
  .p-recruit-details__item-img img {
    width: 100%;
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-recruit-details__item-txt {
    margin-top: min(6px, 1.6vw);
  }
  .p-recruit-details__blk-txt {
    font-size: min(14px, 3.7333333333vw);
    padding: min(6px, 1.6vw) 0 min(10px, 2.6666666667vw);
  }
  .p-recruit-details__img-figcaption {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(5px, 1.3333333333vw);
  }
}

/* .p-recruit-job
----------------------------------- */
.p-recruit-job__blk {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.p-recruit-job__blk:first-of-type {
  padding-top: unset;
}
.p-recruit-job__blk:last-of-type {
  padding-bottom: unset;
}
.p-recruit-job__blk:not(:first-of-type) {
  border-top: solid 1px #E0DDDD;
}
.p-recruit-job__blk-ttl {
  color: #FFF;
  line-height: 1.25;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-align: center;
  background-color: #FA9FAC;
  flex-shrink: 0;
}
.p-recruit-job__blk-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.p-recruit-job__blk-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-recruit-job__item-ttl {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  background-color: #EAE5E6;
}
.p-recruit-job__item-txt {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-recruit-job__item-txt-link {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-recruit-job__item-txt-link:hover {
    text-decoration: underline;
  }
}
.p-recruit-job__note-txt {
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-recruit-job__note-txt::before {
  content: "※";
  flex-shrink: 0;
}
.p-recruit-job__txt-item {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-recruit-job__txt-item::before {
  content: "・";
  font-weight: 800;
  line-height: 1em;
  flex-shrink: 0;
}
.p-recruit-job__txt-item:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .p-recruit-job__wrap {
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .p-recruit-job__cont {
    padding: 20px 0;
  }
  .p-recruit-job__blk {
    padding: 10px 0;
    gap: 10px;
  }
  .p-recruit-job__blk-ttl {
    font-size: 16px;
    padding: 20px 8px;
  }
  .p-recruit-job__blk-item {
    gap: 6px;
  }
  .p-recruit-job__blk-item:not(:first-of-type) {
    margin-top: 15px;
  }
  .p-recruit-job__item-ttl {
    padding: 0 4px;
  }
  .p-recruit-job__note-txt {
    font-size: 12px;
    gap: 2px;
  }
  .p-recruit-job__note-txt:not(:first-of-type) {
    margin-top: 4px;
  }
  .p-recruit-job__txt-list {
    margin-top: 6px;
  }
  .p-recruit-job__txt-item::before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__wrap {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-recruit-job__cont {
    padding: min(20px, 5.3333333333vw) 0;
  }
  .p-recruit-job__blk {
    padding: min(10px, 2.6666666667vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-recruit-job__blk-ttl {
    font-size: min(16px, 4.2666666667vw);
    padding: min(20px, 5.3333333333vw) min(8px, 2.1333333333vw);
  }
  .p-recruit-job__blk-item {
    gap: min(6px, 1.6vw);
  }
  .p-recruit-job__blk-item:not(:first-of-type) {
    margin-top: min(15px, 4vw);
  }
  .p-recruit-job__item-ttl {
    padding: 0 min(4px, 1.0666666667vw);
  }
  .p-recruit-job__item-txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-recruit-job__note-txt {
    font-size: min(12px, 3.2vw);
    gap: min(2px, 0.5333333333vw);
  }
  .p-recruit-job__note-txt:not(:first-of-type) {
    margin-top: min(4px, 1.0666666667vw);
  }
  .p-recruit-job__txt-list {
    margin-top: min(6px, 1.6vw);
  }
  .p-recruit-job__txt-item {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-recruit-job__txt-item::before {
    font-size: min(18px, 4.8vw);
  }
}

/* .p-recruit-form
----------------------------------- */
.p-recruit-form__form-submit {
  margin-top: 2.8571428571em;
}
.p-recruit-form__line-btn-wrap {
  width: 28.5714285714em;
  margin: 2.1428571429em auto 0;
}
.p-recruit-form__line-btn {
  color: #FFF;
  font-size: 1.2857142857em;
  font-weight: 800;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.1111111111em;
  background-color: #06C755;
  border: solid 1px #06C755;
  border-radius: 1em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-recruit-form__line-btn::before {
  content: "";
  display: block;
  width: 2.1428571429em;
  height: 2.1428571429em;
  background-image: url("../img/common/sns-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3571428571em;
}
.p-recruit-form__line-btn::after {
  content: "";
  width: 0.6428571429em;
  aspect-ratio: 9/14;
  background-color: #FFF;
  mask-image: url("../img/common/arw-next.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  margin-left: 1.1428571429em;
}
.p-recruit-form__line-btn:hover {
  color: #06C755;
  background-color: #FFF;
}
.p-recruit-form__line-btn:hover::after {
  background-color: #06C755;
}
.p-recruit-form__txtblk {
  position: relative;
  z-index: 4;
}
.p-recruit-form__txtblk-item {
  padding-bottom: 0.7142857143em;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.7142857143em;
}
.p-recruit-form__txtblk-item:not(:first-of-type) {
  padding-top: 0.7142857143em;
  border-top: solid 1px #E0DDDD;
}
.p-recruit-form__txtblk-ttl {
  color: #FFF;
  font-size: 1.1428571429em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  width: 7.1428571429em;
  background-color: #A2C1AF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit-form__txtarea {
  padding: 0.7142857143em 0;
}
.p-recruit-form__txtblk-txt {
  font-size: 1em;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-recruit-form__txtblk-link {
  color: #A5A7E0;
  font-size: 1em;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-recruit-form__txtblk-link:hover {
    text-decoration: underline;
  }
}
.p-recruit-form__cta {
  position: relative;
  z-index: 4;
}
.p-recruit-form__cta-tel {
  color: #FF68A7;
  padding: 1.4285714286em;
  border-radius: 1em;
  border: solid 1px #FF68A7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-recruit-form__cta-tel-lead {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-recruit-form__cta-tel-num {
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: min(36px, 9.6vw);
  font-weight: 700;
  line-height: 0.6944444444;
  letter-spacing: 0.05em;
  margin-top: 0.2222222222em;
}
.p-recruit-form__cta-tel-txt {
  font-size: 0.8571428571em;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  margin-top: 0.4166666667em;
}
.p-recruit-form__cta-txt {
  color: #FF68A7;
  font-size: 1em;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.5714285714em;
}
@media (min-width: 768px) {
  .p-recruit-form__wrap {
    max-width: 460px;
    margin: 0 auto;
  }
  .p-recruit-form__txtblk {
    max-width: 580px;
    margin: 2.8571428571em auto 0;
  }
  .p-recruit-form__cta {
    max-width: 500px;
    margin: 0.7142857143em auto 0;
  }
  .p-recruit-form__cta-wrap {
    padding: 0 1.4285714286em;
  }
  .p-recruit-form__cta-tel-num {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 767px) {
  .p-recruit-form__line-btn-wrap {
    width: 100%;
  }
  .p-recruit-form__line-btn {
    font-size: min(18px, 4.8vw);
  }
  .p-recruit-form__txtblk {
    margin-top: 2.8571428571em;
  }
  .p-recruit-form__cta {
    margin: 0.7142857143em auto 0;
  }
}

/* .p-recruit-confirm
----------------------------------- */
.p-recruit-confirm {
  position: relative;
}
.p-recruit-confirm::before, .p-recruit-confirm::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-recruit-confirm::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-recruit-confirm::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-recruit-confirm > * {
  position: relative;
  z-index: 2;
}
.p-recruit-confirm__wrap {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .p-recruit-confirm::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-recruit-confirm__wrap {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 14px;
  }
  .p-recruit-confirm__cont {
    padding: 40px;
  }
  .p-recruit-confirm__form-submit {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-recruit-confirm::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-recruit-confirm__wrap {
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-recruit-confirm__cont {
    padding: min(40px, 10.6666666667vw);
  }
  .p-recruit-confirm__form-submit {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-recruit-complete
----------------------------------- */
.p-recruit-complete {
  position: relative;
}
.p-recruit-complete::before, .p-recruit-complete::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-recruit-complete::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-recruit-complete::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-recruit-complete > * {
  position: relative;
  z-index: 2;
}
.p-recruit-complete__wrap {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .p-recruit-complete::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-recruit-complete__wrap {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 14px;
  }
  .p-recruit-complete__cont {
    padding: 40px;
  }
  .p-recruit-complete__form-submit {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-recruit-complete::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-recruit-complete__wrap {
    border-radius: min(14px, 3.7333333333vw);
  }
  .p-recruit-complete__cont {
    padding: min(40px, 10.6666666667vw);
  }
  .p-recruit-complete__form-submit {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-reserve
----------------------------------- */
.p-reserve__cont {
  position: relative;
}
.p-reserve__wrap {
  position: relative;
  z-index: 2;
}
.p-reserve__sec:last-of-type .p-reserve__list {
  padding-bottom: 0;
}
.p-reserve__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-reserve__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-reserve__cont {
    padding-bottom: 40px;
  }
  .p-reserve__wrap {
    max-width: 780px;
    margin-inline: auto;
  }
  .p-reserve__sec + .p-reserve__sec {
    margin-top: 20px;
  }
  .p-reserve__list[data-area=akihabara] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-reserve__list[data-area=akihabara] .c-btn-list__li {
    width: auto;
  }
  .p-reserve__bg {
    bottom: 51px;
  }
  .p-reserve__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
}
@media (max-width: 767px) {
  .p-reserve__cont {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .p-reserve__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-reserve__sec + .p-reserve__sec {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-reserve__bg {
    bottom: min(173px, 46.1333333333vw);
  }
  .p-reserve__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
}

/* .p-reserve-explain
----------------------------------- */
.p-reserve-explain__sec + .p-reserve-explain__sec {
  margin-top: 1.4285714286em;
}
.p-reserve-explain__h {
  margin-bottom: 0.375em;
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #FF68A7;
  letter-spacing: 0.05em;
}
.p-reserve-explain__txt {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-reserve-explain__txt a {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-reserve-explain__txt a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-reserve-explain {
    padding-inline: 90px;
    font-size: 1rem;
  }
  .p-reserve-explain__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-reserve-explain__btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-reserve-explain {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-reserve-explain__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-reserve-explain__btn {
    margin-top: min(40px, 10.6666666667vw);
  }
}

/* .p-company
----------------------------------- */
.p-company {
  position: relative;
  z-index: 1;
}
.p-company::before, .p-company::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  content: "";
  z-index: -1;
}
.p-company::before {
  background: linear-gradient(180deg, #f4c8ce 0%, #d5d4f2 50%, #fff 100%);
}
.p-company::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-company__wrap {
  margin: 0 auto;
}
.p-company__item dl {
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-company__item dt {
  color: #FF68A7;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .p-company__item-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-company::before, .p-company::after {
    height: 1033px;
  }
  .p-company::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-company__wrap {
    max-width: 420px;
    padding-top: 10px;
  }
  .p-company__details {
    margin-bottom: 60px;
  }
  .p-company__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-company__item dl {
    gap: 10px;
  }
  .p-company__item dt {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .p-company::before, .p-company::after {
    height: min(975px, 260vw);
  }
  .p-company::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-company__details {
    margin-bottom: min(60px, 16vw);
  }
  .p-company__item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-company__item dl {
    font-size: min(14px, 3.7333333333vw);
    gap: min(10px, 2.6666666667vw);
  }
  .p-company__item dt {
    width: min(70px, 18.6666666667vw);
  }
}

/* .p-company-group
----------------------------------- */
.p-company-group__ttl {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-company-group__img {
  display: block;
  width: 100%;
  border-radius: 14px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.p-company-group__name {
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-group__ttl {
    font-size: 20px;
  }
  .p-company-group__list {
    margin-block: 20px;
  }
  .p-company-group__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .p-company-group__name {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-company-group__ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-company-group__list {
    margin-block: min(20px, 5.3333333333vw);
  }
  .p-company-group__item:not(:last-of-type) {
    margin-bottom: min(30px, 8vw);
  }
  .p-company-group__name {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .p-corp
----------------------------------- */
.p-corp__hero {
  background: #F4C8CE;
}
.p-corp__hero-img {
  display: block;
  width: 100%;
}
.p-corp__sec-bg {
  inset: 0;
  height: auto;
}
.p-corp__sec-bg::before {
  bottom: 0;
  height: auto;
}
@media (min-width: 768px) {
  .p-corp__hero {
    padding: 0 20px 15px;
  }
  .p-corp__hero-img {
    max-width: 740px;
    margin-inline: auto;
  }
  .p-corp__sec {
    padding-block: 10px 40px;
  }
  .p-corp__sec[data-sec=for-tourist] {
    background: #FFDDE4;
  }
  .p-corp__sec[data-sec=for-tourist]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: linear-gradient(0deg, #FFF 0%, #FFDDE4 100%);
  }
  .p-corp__sec[data-sec=for-tourist] .p-corp__sec-bg {
    max-height: 1296px;
  }
  .p-corp__sec[data-sec=for-tourist] .p-corp__sec-bg::before {
    background: linear-gradient(0deg, #FFDDE4 0%, #FFDDE4 50%, #E6F4F8 100%);
  }
}
@media (max-width: 767px) {
  .p-corp__hero {
    padding: 0 min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .p-corp__sec {
    padding-block: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  }
}

/* .p-corp-cont
----------------------------------- */
.p-corp-cont {
  padding-bottom: 2.8571428571em;
}
.p-corp-cont__wrap > :last-child {
  margin-bottom: 0;
}
.p-corp-cont__intro {
  margin-top: 0.7142857143em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.p-corp-cont__img {
  display: block;
  width: 100%;
  margin-block: 1.4285714286em;
}
.p-corp-cont__h {
  padding: 0.25em 0.625em;
  margin-bottom: 0.9375em;
  font-size: 1.1428571429em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  background: #FA9FAC;
}
.p-corp-cont__h:not(:first-child) {
  margin-top: 1.875em;
}
.p-corp-cont__txt a {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-corp-cont__txt a:hover {
    text-decoration: underline;
  }
}
.p-corp-cont__notice {
  margin-top: 1.0714285714em;
}
.p-corp-cont__notice-li {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.p-corp-cont__notice-li::before {
  content: "※";
}
.p-corp-cont__notice-li:nth-of-type(n+2) {
  margin-top: 0.3571428571em;
}
.p-corp-cont__format {
  padding: 1.4285714286em;
  margin-top: 1.0714285714em;
  background: #F8F6F0;
}
.p-corp-cont__menu .p-corp-cont__img {
  margin-bottom: 0;
}
.p-corp-cont__menu-marks {
  display: flex;
  gap: 2.1428571429em;
  align-items: center;
  justify-content: center;
  padding: 0.7142857143em 3.5714285714em;
  background: #FFF;
}
.p-corp-cont__menu-mark {
  display: block;
  flex: 1 1 5%;
  min-width: 0;
}
.p-corp-cont__copy {
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-corp-cont {
    font-size: 1rem;
  }
  .p-corp-cont__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-corp-cont {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-corp-info
----------------------------------- */
.p-corp-info {
  display: grid;
}
.p-corp-info:not(:first-child) {
  margin-top: 1.4285714286em;
}
.p-corp-info__box {
  display: grid;
  row-gap: 0.5714285714em;
  place-content: center;
  padding: 1.4285714286em;
  background: #F8F6F0;
  border-radius: 1em;
}
.p-corp-info__email {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-corp-info__email em {
  display: block;
}
.p-corp-info__email-link {
  display: block;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.p-corp-info__email-link a {
  display: block;
  width: max-content;
  margin: var(--leading-trim) auto;
  color: #FF68A7;
}
.p-corp-info__h {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.1428571429;
  color: #FF68A7;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-corp-info__sh {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-corp-info__tel {
  text-align: center;
}
.p-corp-info__tel-num {
  display: block;
  width: max-content;
  margin: var(--leading-trim) auto;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #FF68A7;
}
.p-corp-info__open {
  display: block;
  margin-top: 0.25em;
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.p-corp-info__notice {
  display: block;
  padding-left: 1.05em;
  font-size: 0.8571428571em;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.1666666667;
  text-indent: -1.05em;
  letter-spacing: 0.05em;
}
.p-corp-info__notice::before {
  content: "※";
}
@media (min-width: 768px) {
  .p-corp-info {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 740px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .p-corp-info__email-link {
    margin-top: 0.625em;
    font-size: 1.1428571429em;
  }
  .p-corp-info__tel-num {
    font-size: 1.7857142857em;
  }
}
@media (max-width: 767px) {
  .p-corp-info {
    gap: min(10px, 2.6666666667vw);
    width: min(330px, 88vw);
    margin-inline: auto;
    font-size: min(14px, 3.7333333333vw);
  }
  .p-corp-info__email-link {
    margin-top: 0.5em;
    font-size: 1.4285714286em;
  }
  .p-corp-info__tel-num {
    font-size: 2.5714285714em;
  }
}

/* .p-corp-intro
----------------------------------- */
.p-corp-intro {
  position: relative;
  padding-bottom: 2.8571428571em;
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-corp-intro::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.p-corp-intro__wrap {
  position: relative;
  z-index: 2;
}
.p-corp-intro__ttl {
  font-size: 1.1428571429em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-corp-intro__txt {
  margin-top: 0.7142857143em;
  font-size: 1em;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-corp-intro {
    font-size: 1rem;
  }
  .p-corp-intro::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-corp-intro__wrap {
    max-width: 780px;
    padding-inline: 20px;
    margin-inline: auto;
  }
  .p-corp-intro__txt {
    max-width: 580px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-corp-intro {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-corp-intro::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-corp-intro__txt {
    padding-inline: min(20px, 5.3333333333vw);
  }
}

/* .p-corp-slider
----------------------------------- */
.p-corp-slider, .p-corp-slider--tourist {
  position: relative;
}
.p-corp-slider__wrap {
  align-items: center;
}
.p-corp-slider__img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-corp-slider--tourist {
    margin-block: 20px 30px;
  }
  .p-corp-slider__slide {
    width: 316px;
    padding-inline: 8px;
  }
}
@media (max-width: 767px) {
  .p-corp-slider, .p-corp-slider--tourist {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .p-corp-slider--tourist {
    margin-block: min(20px, 5.3333333333vw) min(30px, 8vw);
  }
  .p-corp-slider__slide {
    width: 84.2666666667vw;
    padding-inline: 2.1333333333vw;
  }
  .p-corp-slider__arw--prev {
    left: 2.6666666667vw;
  }
  .p-corp-slider__arw--next {
    right: 2.6666666667vw;
  }
}

/* .p-contact
----------------------------------- */
.p-contact {
  position: relative;
}
.p-contact__wrap {
  position: relative;
  z-index: 2;
}
.p-contact__box {
  padding: 2.8571428571em;
  background: #FFF;
  border-radius: 1.1428571429em;
}
.p-contact__reserve-btn {
  font-size: 1em;
  padding: 0.7857142857em 1.4285714286em;
  font-weight: 800;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 1.1428571429em;
}
.p-contact__reserve-btn span {
  flex: 1 1 10%;
}
.p-contact__link-btn {
  border-radius: 1.1428571429em;
}
.p-contact__form {
  margin-top: 2.1428571429em;
}
.p-contact__form--confirm {
  margin-top: 0;
}
.p-contact__form-submit {
  margin-top: 2.8571428571em;
}
.p-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-contact__bg::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-contact__wrap {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-contact__reserve-btn, .p-contact__link-btn {
    width: 17.8571428571em;
  }
  .p-contact__bg {
    height: 940px;
  }
  .p-contact__bg::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-contact__bg--confirm {
    height: 584px;
  }
  .p-contact__bg--complete {
    height: 226px;
  }
}
@media (max-width: 767px) {
  .p-contact__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-contact__reserve-btn, .p-contact__link-btn {
    width: 100%;
  }
  .p-contact__bg {
    height: min(1090px, 290.6666666667vw);
  }
  .p-contact__bg::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-contact__bg--confirm {
    height: min(632px, 168.5333333333vw);
  }
  .p-contact__bg--complete {
    height: min(298px, 79.4666666667vw);
  }
}

/* .p-contact-head
----------------------------------- */
.p-contact-head__txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-contact-head__link {
  color: #A5A7E0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-contact-head__link:hover {
  text-decoration: none;
}
.p-contact-head__note {
  color: #F56F71;
  font-size: 0.8571428571em;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-top: 0.8333333333em;
}
.p-contact-head__btn-wrap {
  display: grid;
  gap: 1.4285714286em;
  margin-top: 0.7142857143em;
}
@media (min-width: 768px) {
  .p-contact-head__btn-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-contact-head__btn-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* .p-hyper-app
----------------------------------- */
.p-hyper-app {
  display: block flex;
  flex-wrap: wrap;
  gap: 1.4285714286em;
  align-items: center;
  justify-content: center;
}
.p-hyper-app__fig {
  width: 7.1428571429em;
}
.p-hyper-app__img {
  display: block;
  width: 100%;
}
.p-hyper-app__link {
  width: 100%;
}
@media (min-width: 768px) {
  .p-hyper-app {
    font-size: 1rem;
  }
  .p-hyper-app__txt {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .p-hyper-app {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-hyper-app__txt {
    width: min(135px, 36vw);
  }
}

/* .p-hyper-concept
----------------------------------- */
.p-hyper-concept {
  font-feature-settings: "palt" on;
}
.p-hyper-concept__img {
  display: block;
  width: 100%;
}
.p-hyper-concept__h {
  margin-top: 0.9375em;
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.25;
  color: #FFDE00;
  letter-spacing: 0.05em;
}
.p-hyper-concept__txt {
  margin-top: 1.0714285714em;
}
@media (min-width: 768px) {
  .p-hyper-concept {
    max-width: 335px;
    margin-inline: auto;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-hyper-concept {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-hyper-head
----------------------------------- */
.p-hyper-head {
  position: relative;
  background: #331F88;
}
.p-hyper-head__ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.p-hyper-head__fig {
  width: 100%;
}
.p-hyper-head__movie {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-hyper-head__ttl-img {
    width: 335px;
  }
  .p-hyper-head__fig {
    max-width: 600px;
    aspect-ratio: 600/337;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-hyper-head__ttl-img {
    width: 89.3333333333vw;
  }
  .p-hyper-head__fig {
    aspect-ratio: 375/240;
  }
}

/* .p-hyper-howto
----------------------------------- */
.p-hyper-howto {
  display: block grid;
  margin-top: 0.7142857143em;
  font-feature-settings: "palt" on;
}
.p-hyper-howto__box {
  padding-bottom: 1.4285714286em;
  overflow: hidden;
  background: #FFF;
  border-radius: 1em;
}
.p-hyper-howto__h {
  padding: 0.625em;
  font-size: 1.1428571429em;
  font-weight: 800;
  line-height: 1.25;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  background: #3B443C;
}
.p-hyper-howto__img, .p-hyper-howto__img--qr, .p-hyper-howto__img--id {
  display: block;
  margin: 1.4285714286em auto 0;
}
.p-hyper-howto__list {
  padding-inline: 1.4285714286em;
  margin-top: 1.0714285714em;
  counter-reset: line-howto;
}
.p-hyper-howto__li {
  position: relative;
  padding-left: 1.7857142857em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  counter-increment: line-howto;
}
.p-hyper-howto__li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block grid;
  place-content: center;
  width: 1.4285714286em;
  height: 1.4285714286em;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  content: counter(line-howto);
  background: #818181;
  border-radius: 50%;
}
.p-hyper-howto__li:nth-of-type(n+2) {
  margin-top: 0.7142857143em;
}
@media (min-width: 768px) {
  .p-hyper-howto {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 1rem;
  }
  .p-hyper-howto__img--qr {
    width: 97.5510204082%;
  }
  .p-hyper-howto__img--id {
    width: 83.6734693878%;
  }
}
@media (max-width: 767px) {
  .p-hyper-howto {
    gap: min(10px, 2.6666666667vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-hyper-howto__img--qr {
    width: min(239px, 63.7333333333vw);
  }
  .p-hyper-howto__img--id {
    width: min(215px, 57.3333333333vw);
  }
}

/* .p-hyper-line
----------------------------------- */
.p-hyper-line {
  position: relative;
}
.p-hyper-line__box {
  padding: 1.4285714286em 2.8571428571em 2.8571428571em;
  font-feature-settings: "palt" on;
  background: #11BA2D;
  border-radius: 1em;
}
.p-hyper-line__head {
  position: relative;
  margin-inline: -1.4285714286em;
}
.p-hyper-line__head::before, .p-hyper-line__head::after {
  position: absolute;
  display: block;
  content: "";
}
.p-hyper-line__head::before {
  background-repeat: no-repeat;
  background-size: contain;
}
.p-hyper-line__head::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  mask: url("../img/common/line-dots.svg") repeat-x left top;
  mask-size: auto 100%;
}
.p-hyper-line__head > * {
  position: relative;
  z-index: 2;
}
.p-hyper-line__ttl {
  text-align: center;
}
.p-hyper-line__present {
  margin-top: 0.5714285714em;
  font-weight: 800;
  line-height: 1.2857142857;
  color: #FFF;
  text-align: center;
}
.p-hyper-line__howto-h {
  margin-top: 0.8333333333em;
  font-size: 1.7142857143em;
  font-weight: 800;
  line-height: 1.3333333333;
  color: #3B443C;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-hyper-line {
    padding-top: 24px;
    font-size: 1rem;
  }
  .p-hyper-line__wrap {
    width: 580px;
    max-width: 100%;
    margin-inline: auto;
  }
  .p-hyper-line__head {
    padding: 0.5em 5.7142857143em 1.4285714286em 0;
  }
  .p-hyper-line__head::before {
    right: 4px;
    bottom: 5px;
    width: 138px;
    height: 136px;
    background-image: url("../img/hyper/line_pic-pc.png");
    background-position: center center;
  }
  .p-hyper-line__present {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .p-hyper-line {
    padding-top: min(24px, 6.4vw);
    font-size: min(14px, 3.7333333333vw);
  }
  .p-hyper-line__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-hyper-line__head {
    padding: 0.5em 29.3333333333vw 1.4285714286em 0;
  }
  .p-hyper-line__head::before {
    right: max(-20px, -5.3333333333vw);
    bottom: min(10px, 2.6666666667vw);
    width: 41.8666666667vw;
    height: 53.3333333333vw;
    background-image: url("../img/hyper/line_pic-sp.png");
    background-position: right bottom;
  }
  .p-hyper-line__ttl-img {
    width: 44.8vw;
  }
  .p-hyper-line__present {
    font-size: 3.7333333333vw;
  }
}

/* .p-hyper-menu
----------------------------------- */
.p-hyper-menu {
  margin-top: 0.625em;
}
.p-hyper-menu__h {
  font-size: 1em;
  font-weight: 800;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  color: #FFDE00;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-hyper-menu__wrap {
  margin-top: 1.25em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hyper-menu {
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 767px) {
  .p-hyper-menu {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-hyper-menu__wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

/* .p-hyper-open
----------------------------------- */
.p-hyper-open {
  font-feature-settings: "palt" on;
}
.p-hyper-open__week {
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.375;
  color: #FFDE00;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-hyper-open__time {
  margin-top: 0.3125em;
  font-size: 1.1428571429em;
  font-weight: 800;
  line-height: 2;
  color: #FFDE00;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-hyper-open__time em {
  font-size: 1.75em;
  line-height: 1.1428571429;
}
.p-hyper-open__notice {
  margin-top: 1.4285714286em;
}
.p-hyper-open__notice-txt {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.p-hyper-open__notice-txt::before {
  content: "※";
}
.p-hyper-open__notice-txt:nth-of-type(n+2) {
  margin-top: 0.4285714286em;
}
@media (min-width: 768px) {
  .p-hyper-open {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-hyper-open {
    font-size: min(14px, 3.7333333333vw);
  }
}

/* .p-hyper-performance
----------------------------------- */
.p-hyper-performance {
  color: #594E4F;
}
.p-hyper-performance__sh {
  color: #331F88;
}
.p-hyper-performance__txt {
  margin-top: 1.0714285714em;
}
.p-hyper-performance__bloc:not(:first-child)::before {
  background: #331F88;
}
/* .p-hyper-sec
----------------------------------- */
.p-hyper-sec__sec {
  position: relative;
  color: #FFF;
}
.p-hyper-sec__sec::before, .p-hyper-sec__sec::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
}
.p-hyper-sec__sec::before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  mask: url("../img/common/bg_wave-wt.svg") repeat-x center top;
  mask-size: auto 100%;
}
.p-hyper-sec__sec::after {
  inset: 0;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  opacity: 0.2;
}
.p-hyper-sec__sec:nth-of-type(2n+1) {
  background: linear-gradient(180deg, #331F88 0%, #5A28FF 50%, #2B5DFF 100%);
}
.p-hyper-sec__sec:nth-of-type(2n+1)::before {
  background: #852EFF;
}
.p-hyper-sec__sec:nth-of-type(2n) {
  background: linear-gradient(180deg, #331F88 0%, #5A28FF 50%, #852EFF 100%);
}
.p-hyper-sec__sec:nth-of-type(2n)::before {
  background: #2C5DFF;
}
.p-hyper-sec__wrap {
  position: relative;
  z-index: 3;
  padding-block: 0.7142857143em 2.8571428571em;
}
.p-hyper-sec__h {
  padding-bottom: 0.625em;
  color: #FFDE00;
}
.p-hyper-sec__h[data-icon]::before {
  background: currentColor;
}
.p-hyper-sec__h-sub {
  display: block;
  font-size: 0.5833333333em;
  line-height: 1.4285714286;
}
.p-hyper-sec__h-sub:not(:last-child) {
  margin-bottom: 0.1428571429em;
}
.p-hyper-sec__txt > a {
  color: #FFDE00;
}
@media (any-hover: hover) {
  .p-hyper-sec__txt > a:hover {
    text-decoration: underline;
  }
}
.p-hyper-sec__bg-end {
  pointer-events: none;
  background: url("../img/common/bg_wave-end.svg") repeat-x center bottom/auto 100%;
}
@media (min-width: 768px) {
  .p-hyper-sec {
    font-size: 1rem;
  }
  .p-hyper-sec__sec::before {
    height: 36px;
  }
  .p-hyper-sec__sec::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-hyper-sec__inner {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-hyper-sec__bg-end {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .p-hyper-sec {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-hyper-sec__sec::before {
    height: 9.6vw;
  }
  .p-hyper-sec__sec::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-hyper-sec__wrap {
    padding-inline: min(20px, 5.3333333333vw);
  }
  .p-hyper-sec__bg-end {
    height: min(36px, 9.6vw);
  }
}

/* .p-hyper-slider
----------------------------------- */
.p-hyper-slider {
  position: relative;
  overflow: hidden;
}
.p-hyper-slider__slide {
  width: fit-content;
}
.p-hyper-slider__img {
  display: block;
}
.p-hyper-slider__arws {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: max-content;
  margin: auto;
}
@media (min-width: 768px) {
  .p-hyper-slider__slide {
    display: flex;
    gap: 20px;
    padding-inline: 10px;
  }
  .p-hyper-slider__img {
    width: 335px;
  }
  .p-hyper-slider__arws {
    max-width: 740px;
  }
  .p-hyper-slider__arw--prev {
    left: 0;
  }
  .p-hyper-slider__arw--next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .p-hyper-slider__slide {
    padding-inline: 2.4vw;
  }
  .p-hyper-slider__img {
    width: 73.8293333333vw;
  }
  .p-hyper-slider__arw--prev {
    left: 2.6666666667vw;
  }
  .p-hyper-slider__arw--next {
    right: 2.6666666667vw;
  }
}

/* .p-hyper-system
----------------------------------- */
.p-hyper-system {
  position: relative;
  font-feature-settings: "palt" on;
  color: #FFF;
  background: linear-gradient(180deg, #331F88 0%, #5A28FF 50%, #852EFF 100%);
}
.p-hyper-system::before {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  opacity: 0.2;
}
.p-hyper-system__wrap {
  position: relative;
  z-index: 2;
}
.p-hyper-system__logo {
  position: absolute;
  inset-inline: 0;
  z-index: 3;
  display: block;
  margin-inline: auto;
}
.p-hyper-system__ttl {
  display: block;
  font-weight: 800;
  line-height: 1.4;
  color: #FFDE00;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-hyper-system__price {
  display: block;
  margin-inline: auto;
}
.p-hyper-system__open {
  margin-top: 0.2777777778em;
  font-weight: 800;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-hyper-system__notice {
  display: block;
  padding-left: 1.1em;
  font-weight: 400;
  line-height: 1.3333333333;
  text-indent: -1.1em;
  letter-spacing: 0.05em;
}
.p-hyper-system__notice::before {
  content: "※";
}
.p-hyper-system__copy {
  width: 15em;
  padding-block: 0.1875em;
  margin: 0 auto 0.5em;
  font-weight: 800;
  line-height: 1.0625;
  color: #331F88;
  text-align: center;
  background: #FFF;
  border-radius: 100vmax;
}
.p-hyper-system__msg {
  margin-top: 1.1111111111em;
  font-weight: 800;
  line-height: 1.6666666667;
  color: #FFDE00;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-hyper-system {
    padding-block: 10px 20px;
  }
  .p-hyper-system::before {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-hyper-system__wrap {
    max-width: 580px;
    margin-inline: auto;
  }
  .p-hyper-system__head {
    padding-block: 50px 15px;
  }
  .p-hyper-system__logo {
    top: -100px;
    width: 143px;
  }
  .p-hyper-system__ttl {
    font-size: 1.4285714286rem;
  }
  .p-hyper-system__open {
    font-size: 1.2857142857rem;
  }
  .p-hyper-system__notice {
    width: max-content;
    max-width: 100%;
    margin: 5px auto 0;
    font-size: 0.8571428571rem;
  }
  .p-hyper-system__60mins {
    width: 335px;
    margin-inline: auto;
  }
  .p-hyper-system__60mins .p-hyper-system__notice {
    margin-top: 8px;
  }
  .p-hyper-system__boxs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
  }
  .p-hyper-system__box {
    width: 283px;
  }
  .p-hyper-system__copy {
    font-size: 1.1428571429rem;
  }
  .p-hyper-system__msg {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .p-hyper-system {
    padding: 2.6666666667vw min(20px, 5.3333333333vw) min(30px, 8vw);
  }
  .p-hyper-system::before {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-hyper-system__head {
    padding-block: 10.6666666667vw min(15px, 4vw);
  }
  .p-hyper-system__logo {
    top: -26.6666666667vw;
    width: 38.1333333333vw;
  }
  .p-hyper-system__ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .p-hyper-system__open {
    font-size: min(18px, 4.8vw);
  }
  .p-hyper-system__notice {
    margin-top: min(5px, 1.3333333333vw);
    font-size: min(12px, 3.2vw);
  }
  .p-hyper-system__60mins .p-hyper-system__price {
    width: min(281px, 74.9333333333vw);
  }
  .p-hyper-system__60mins .p-hyper-system__notice {
    margin-top: min(8px, 2.1333333333vw);
  }
  .p-hyper-system__boxs {
    margin-top: min(10px, 2.6666666667vw);
  }
  .p-hyper-system__box + .p-hyper-system__box {
    margin-top: min(15px, 4vw);
  }
  .p-hyper-system__box .p-hyper-system__price {
    width: min(232px, 61.8666666667vw);
  }
  .p-hyper-system__copy {
    font-size: min(16px, 4.2666666667vw);
  }
  .p-hyper-system__msg {
    font-size: min(18px, 4.8vw);
  }
}

/* .p-privacy
----------------------------------- */
.p-privacy {
  position: relative;
}
.p-privacy::before, .p-privacy::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-privacy::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-privacy::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-privacy > * {
  position: relative;
  z-index: 2;
}
.p-privacy__sec-bg {
  height: 100%;
}
.p-privacy__sec-bg::before {
  height: 100%;
}
.p-privacy__lead {
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-privacy__item-ttl {
  font-weight: 800;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-privacy__txt {
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-privacy__txt-link {
  color: #A5A7E0;
}
@media (any-hover: hover) {
  .p-privacy__txt-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .p-privacy::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-privacy__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-privacy__lead {
    font-size: 14px;
  }
  .p-privacy__list {
    margin-top: 20px;
  }
  .p-privacy__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-privacy__txt {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-privacy::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-privacy__lead {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-privacy__list {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-privacy__item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-privacy__item-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-privacy__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .p-terms
----------------------------------- */
.p-terms {
  position: relative;
}
.p-terms::before, .p-terms::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-terms::before {
  background: linear-gradient(180deg, #F4C8CE 0%, #D5D4F2 50%, #FFF 100%);
}
.p-terms::after {
  background-position: center top;
  background-size: 100% auto;
}
.p-terms > * {
  position: relative;
  z-index: 2;
}
.p-terms__lead {
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-terms__box {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-terms__box-item {
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-terms__box-item::before {
  content: "・";
  font-weight: 800;
  margin: 0 1em 0 0;
}
.p-terms__box-item:not(:first-of-type) {
  margin-top: 1em;
}
.p-terms__item-ttl {
  font-weight: 800;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.p-terms__txt {
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-terms::after {
    background-image: url("../img/common/bg_img-pc.png");
  }
  .p-terms__wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  .p-terms__lead {
    font-size: 14px;
  }
  .p-terms__box {
    margin-top: 20px;
    padding: 20px;
  }
  .p-terms__list {
    margin-top: 20px;
  }
  .p-terms__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-terms__txt {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-terms::after {
    background-image: url("../img/common/bg_img-sp.png");
  }
  .p-terms__lead {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-terms__box {
    margin-top: min(20px, 5.3333333333vw);
    padding: min(20px, 5.3333333333vw);
  }
  .p-terms__box-item {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-terms__list {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-terms__item:not(:first-of-type) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .p-terms__item-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .p-terms__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* .u-bg
----------------------------------- */
.u-bg--wt {
  background: #FFF;
}
.u-bg--pnk {
  background: #F4C8CE;
}

/* .u-color
----------------------------------- */
.u-color--pnk {
  color: #FF57A2;
}
.u-color--lt-pnk {
  color: #FF68A7;
}
.u-color--blu {
  color: #76F3DC;
}
.u-color--yel {
  color: #FFF532;
}
.u-color--org {
  color: #FF836B;
}

/* .u-font
----------------------------------- */
.u-font--m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.u-font--quicksand {
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
}
.u-font--decol {
  font-family: "Kaisei Decol", serif;
}

/* .u-fw
----------------------------------- */
.u-fw--700 {
  font-weight: 700;
}
.u-fw--600 {
  font-weight: 600;
}
.u-fw--500 {
  font-weight: 500;
}
.u-fw--400 {
  font-weight: 400;
}
.u-fw--300 {
  font-weight: 300;
}

/* .u-letter-sp
----------------------------------- */
.u-letter-sp--5 {
  letter-spacing: 0.05em;
}
.u-letter-sp--40 {
  letter-spacing: 0.4em;
}

/* .u-t-shadow
----------------------------------- */
.u-t-shadow {
  filter: drop-shadow(0 1px 0 #000) drop-shadow(0 1px 6px rgba(0, 0, 0, 0.5));
}

/* .u-ta
----------------------------------- */
.u-ta--left {
  text-align: left;
}
.u-ta--center {
  text-align: center;
}
.u-ta--right {
  text-align: right;
}