@charset "UTF-8";
[data-v-3ef9e49c]:export {
  brand-primary01: #d10000;
  brand-secondary01: #2e5851;
  brand-accent01: #46aecf;
  brand-accent02: #ff7a00;
  brand-error: #ff0014;
  common-blue01: #46aecf;
  common-green01: #5a9d1d;
  common-green02: #56b98a;
  common-orange01: #ff7a00;
  common-lightenorange01: #ffebd9;
  common-beige01: #696458;
  common-beige02: #cec8ba;
  common-beige03: #f2ecde;
  common-grey01: #7f808b;
  common-grey02: #9d9da8;
  common-grey03: #cdcdcf;
  common-grey04: #f0f0f0;
  common-black01: #373841;
  common-white01: #fcfcfc;
  dp-primary: #df6800;
  dp-error: #ff0014;
  dp-red01: #c90011;
  dp-black01: #000;
  dp-grey01: #444;
  dp-grey02: #666;
  dp-grey03: #888;
  dp-grey04: #aaa;
  dp-grey05: #ccc;
  dp-grey06: #eaeaea;
  dp-white01: #fff;
}

/**
 * 画像を指定アスペクト比で描画する
 * @param $horizontal 幅の比率
 * @param $vertical 高さの比率
 * @param $objectFit
 *
 * @example
 * 画像を 4:3 で描画する場合
 *
 * ```html
 * <div class="wrapper">
 *   <img />
 * </div>
 * ```
 *
 * ```css
 * .wrapper {
 *   @include imageAspectRatio(4, 3);
 * }
 * ```
 */
.menu[data-v-3ef9e49c] {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100svh;
}
.menu a[data-v-3ef9e49c]:not(.c-button) {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}
.menu__inner[data-v-3ef9e49c] {
  padding: 2rem 2.4rem;
}
.menu__inner[data-v-3ef9e49c]:last-child {
  padding-bottom: 3.2rem;
}
.menu__inner[data-v-3ef9e49c] :last-child {
  margin-bottom: 0;
}
.menu__inner[data-v-3ef9e49c]:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.menu__inner--sub[data-v-3ef9e49c] {
  padding: 1.6rem 2.4rem;
}
.menu-main[data-v-3ef9e49c] {
  background-color: #fcfcfc;
  box-shadow: 0 1px 1px rgba(55, 56, 65, 0.05);
}
.menu-main a[data-v-3ef9e49c]:not(.c-button) {
  color: #373841;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.menu-sub[data-v-3ef9e49c] {
  color: #7f808b;
}
.menu-sub a[data-v-3ef9e49c]:not(.c-button) {
  color: #7f808b;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.menu-sub-title[data-v-3ef9e49c] {
  margin-bottom: 8px;
  font-size: 13px;
  color: #9d9da8;
}
.menu-sub-id[data-v-3ef9e49c] {
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
  color: #9d9da8;
}
.menu-header[data-v-3ef9e49c] {
  display: flex;
}
.menu-header-icon[data-v-3ef9e49c] {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  background: #f0f0f0;
  border-radius: 50%;
}
.menu-header-icon > img[data-v-3ef9e49c] {
  width: 3.8rem;
  height: 3.8rem;
}
.menu-header-info[data-v-3ef9e49c] {
  flex: 1;
  margin-left: 1.3rem;
}
.menu-header-info__rank[data-v-3ef9e49c] {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-right: 0.8rem;
  margin-bottom: 0.3rem;
}
.menu-header-info__rank > a[data-v-3ef9e49c] {
  display: grid;
  place-items: center;
  line-height: 1;
  padding: 0 0.8rem;
}
.menu-header-info-mile[data-v-3ef9e49c] {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.4rem;
}
.menu-header-info-mile__value[data-v-3ef9e49c] {
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #2e5851;
  line-height: 1;
  word-break: keep-all;
}
.menu-header-info-mile__value > span[data-v-3ef9e49c] {
  font-size: 3.2rem;
  margin-right: 0.8rem;
  word-break: break-all;
}
.menu-header-info-mile .c-button[data-v-3ef9e49c] {
  padding: 0.4rem 0.9rem;
  height: 3rem;
  font-size: 1.1rem;
}
.menu-mypage a[data-v-3ef9e49c]:not(.c-button) {
  font-size: 1.6rem;
}
.menu-mypage-item[data-v-3ef9e49c] {
  position: relative;
}
.menu-mypage-item[data-v-3ef9e49c]:not(:last-child) {
  margin-bottom: 1.6rem;
}
.menu-mypage-item__inner[data-v-3ef9e49c] {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}
.menu-mypage-item__inner .c-icon[data-v-3ef9e49c] {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.9rem;
}
.menu-mypage-item--noticed[data-v-3ef9e49c]::before {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -4px;
  content: "";
  width: 6px;
  height: 6px;
  background: #d10000;
  border-radius: 10em;
}
.menu-onlinestore .c-lead3[data-v-3ef9e49c] {
  margin-bottom: 1.2rem;
}
.menu-account .c-lead3[data-v-3ef9e49c] {
  margin-bottom: 1.2rem;
}
.menu-list > li[data-v-3ef9e49c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-list > li[data-v-3ef9e49c] > :first-child {
  flex: 1;
}
.menu-list > li[data-v-3ef9e49c]:not(:last-child) {
  margin-bottom: 1.2rem;
}
.menu-info .c-lead3[data-v-3ef9e49c] {
  margin-bottom: 1rem;
}
.menu-info__list[data-v-3ef9e49c] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.menu-check-circle-bordered[data-v-3ef9e49c] {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: #cdcdcf;
  border-radius: 999px;
}
.menu-check-circle-bordered .c-icon[data-v-3ef9e49c] {
  width: 14px;
  height: 14px;
}
.menu-check-circle-bordered .c-icon g[data-v-3ef9e49c] {
  fill: #fff;
}

/*# sourceMappingURL=85.2e538b13.css.map?v=1786938416561*/