@charset "UTF-8";
/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* ROOT
--------------------------------------------------------- */
:root {
  --BK: #1c1c1c;
  --LBK: #555555;
  --RD: #FF0019;
  --YE: #FEB92B;
  --BL: #5822F2;
  --GY: #979797;
  --LGY: #C9C9C9;
  --PL: #CE27A2;
}

body {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: var(--BK);
  line-height: 1;
  font-weight: 500;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 3.5897435897vw;
  }
}

body.common,
body.admin,
body.store,
body.author {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: var(--BK);
  font-weight: 500;
}

/* 背景カラー */
body.common,
body.admin,
body.store,
body.author {
  background: #F0F3F8;
}

body.hamburger-active {
  overflow: hidden;
}

/* フォント */
.zen {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: normal;
  font-style: normal;
}

.jost {
  font-family: "Jost", "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.plus {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* PC・SP出し分け */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a, button {
    transition: all ease 0.3s;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
}
/* inner */
.inner {
  width: 87.6923076923vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1080px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1180px) {
  .inner {
    width: 91.5254237288vw;
  }
}

/* main */
main {
  padding-top: 14.358974359vw;
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 0;
  }
}

/* ---------------------------------------------------------
 　■ Header
--------------------------------------------------------- */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  background: #fff;
  /* ナビ */
  /* 絞り込み検索 */
  /* close */
}
@media screen and (min-width: 769px) {
  header#header {
    position: relative;
  }
}
header#header .inner {
  height: 14.358974359vw;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
@media screen and (min-width: 769px) {
  header#header .inner {
    width: 87.6923076923vw;
    max-width: auto;
    height: 80px;
    padding-right: 0;
  }
}
header#header .inner h1 {
  width: 33.3333333333vw;
}
@media screen and (min-width: 769px) {
  header#header .inner h1 {
    width: 180px;
  }
}
header#header .head-search {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  header#header .admin-nav-search + .head-search {
    margin-left: 50px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1180px) {
  header#header .admin-nav-search + .head-search {
    margin-left: 2.5423728814vw;
  }
}
header#header .btn-hamburger {
  position: relative;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  cursor: pointer;
  margin-left: 5.1282051282vw;
}
header#header .btn-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--BK);
}
header#header .btn-hamburger, header#header .btn-hamburger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  header#header .btn-hamburger, header#header .btn-hamburger span {
    display: none;
  }
}
header#header .btn-hamburger span:nth-of-type(1) {
  top: 0;
}
header#header .btn-hamburger span:nth-of-type(2) {
  top: 2.3076923077vw;
}
header#header .btn-hamburger span:nth-of-type(3) {
  bottom: 0;
}
header#header .btn-hamburger.active {
  transform: rotate(360deg);
}
header#header .btn-hamburger.active span:nth-of-type(1) {
  transform: translateY(5.1282051282vw) rotate(-45deg);
  top: -2.8205128205vw;
}
header#header .btn-hamburger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
header#header .btn-hamburger.active span:nth-of-type(3) {
  opacity: 0;
}
header#header .navi-g {
  position: fixed;
  top: 14.358974359vw;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  height: calc(100% - 14.358974359vw);
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
}
@media screen and (min-width: 769px) {
  header#header .navi-g {
    width: 100%;
    height: calc(100% - 80px);
  }
}
header#header .navi-g {
  transform: translateX(100vw);
  transition: all 0.2s linear;
}
header#header .navi-g.active {
  transform: translateX(0);
}
header#header .navi-g .navi-g-inner {
  position: absolute;
  top: 2.5641025641vw;
  right: 6.1538461538vw;
  background: #fff;
  border-radius: 5.1282051282vw;
  padding: 5.1282051282vw 5.8974358974vw 9.2307692308vw;
  max-height: calc(100% - 5.1282051282vw);
  overflow: auto;
}
header#header .navi-g .navi-g-inner .btn .btn-pill-pl {
  width: 49.7435897436vw;
  height: 12.3076923077vw;
  font-size: 4.1025641026vw;
}
header#header .navi-g .navi-g-inner .nav-ico > div {
  padding: 2.5641025641vw 0 5.1282051282vw;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 2.5641025641vw;
}
header#header .navi-g .navi-g-inner .nav-ico dt {
  font-size: 4.1025641026vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 3.0769230769vw;
}
header#header .navi-g .navi-g-inner .nav-ico dt::before {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  content: "";
  display: block;
}
header#header .navi-g .navi-g-inner .nav-ico dd {
  font-size: 3.0769230769vw;
  margin-top: 3.7179487179vw;
}
header#header .navi-g .navi-g-inner .nav-ico dd a {
  display: inline-block;
  background: var(--BK);
  color: #fff;
  border-radius: 0.7692307692vw;
  padding: 1.5384615385vw 3.0769230769vw;
}
header#header .navi-g .navi-g-inner .nav-ico dd a + a {
  margin-left: 2.0512820513vw;
}
header#header .navi-g .navi-g-inner .nav-ico .shop dt::before {
  background-image: url(../img/ico_shop_pl.svg);
}
header#header .navi-g .navi-g-inner .nav-ico .mystery dt::before {
  background-image: url(../img/ico_book_pl.svg);
}
header#header .navi-g .navi-g-inner .nav-ico .program dt::before {
  background-image: url(../img/ico_map_pl.svg);
}
header#header .navi-g .navi-g-inner .nav-link {
  font-size: 3.5897435897vw;
  font-weight: bold;
  line-height: 2.313;
}
header#header .navi-g .navi-g-inner .nav-link li {
  margin-top: 2.5641025641vw;
  border-bottom: 1px solid #EEEEEE;
}
header#header .search-wp {
  position: fixed;
  top: 14.358974359vw;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
@media screen and (min-width: 769px) {
  header#header .search-wp {
    top: 80px;
  }
}
header#header .search-wp.active {
  opacity: 1;
  visibility: visible;
}
header#header .search-wp .search-filter {
  position: absolute;
  top: 2.5641025641vw;
  right: 0;
  background: #fff;
  width: 100%;
  max-height: calc(100% - 5.1282051282vw);
  text-align: left;
  border-radius: 5.1282051282vw;
  padding: 6.9230769231vw 11.5384615385vw 10.2564102564vw;
  overflow: auto;
  transform: translateX(100vw);
  transition: transform 0.3s ease;
  /* input */
  /* select */
  /* 2カラム */
  /* チェックボックス */
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter {
    top: 10px;
    right: 20px;
    max-height: calc(100% - 20px);
    border-radius: 20px;
    padding: 32px 30px 30px;
    width: 681px;
  }
}
header#header .search-wp .search-filter .ttl {
  font-size: 4.1025641026vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .ttl {
    font-size: 16px;
  }
}
header#header .search-wp .search-filter .search-filter-ttl {
  color: var(--PL);
  background-color: #fff;
  position: absolute;
  left: 2.0512820513vw;
  top: -1.2820512821vw;
  display: block;
  font-size: 3.0769230769vw;
  padding: 0 2.5641025641vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .search-filter-ttl {
    left: 8px;
    top: -5px;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
}
header#header .search-wp .search-filter li {
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter li {
    margin-top: 20px;
    width: 300px;
  }
  header#header .search-wp .search-filter li:nth-of-type(7) {
    width: 100%;
  }
}
header#header .search-wp .search-filter .input-wp {
  position: relative;
}
header#header .search-wp .search-filter .input-wp input {
  outline: none;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 1.0256410256vw;
  height: 11.2820512821vw;
  padding: 0 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .input-wp input {
    border-radius: 4px;
    height: 44px;
    padding: 0 10px;
  }
}
header#header .search-wp .search-filter .input-wp ::-moz-placeholder {
  color: #E2E2E2;
}
header#header .search-wp .search-filter .input-wp ::placeholder {
  color: #E2E2E2;
}
header#header .search-wp .search-filter .select-wp {
  position: relative;
}
header#header .search-wp .search-filter .select-box {
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #E2E2E2;
  border-radius: 1.0256410256vw;
  height: 11.2820512821vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .select-box {
    border-radius: 4px;
    height: 44px;
  }
}
header#header .search-wp .search-filter .select-box::before {
  content: "";
  width: 2vw;
  height: 2vw;
  border: 0px;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2vw;
  margin-top: -1vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .select-box::before {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
  }
}
header#header .search-wp .search-filter .select-box select {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
header#header .search-wp .search-filter .select-box select::-ms-expand {
  display: none;
}
header#header .search-wp .search-filter .select-box select {
  color: black;
  padding: 2.0512820513vw 9.7435897436vw 2.0512820513vw 2.0512820513vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .select-box select {
    padding: 8px 38px 8px 8px;
  }
}
header#header .search-wp .search-filter .select-2col-wp {
  display: flex;
  justify-content: space-between;
  gap: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .select-2col-wp {
    gap: 20px;
  }
}
header#header .search-wp .search-filter .check-wp {
  position: relative;
  padding: 3.0769230769vw;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .check-wp {
    padding: 6px 12px 0 17px;
  }
  header#header .search-wp .search-filter .check-wp + .check-wp {
    padding: 17px 17px 12px;
  }
}
header#header .search-wp .search-filter .check-wp label {
  display: inline-block;
}
header#header .search-wp .search-filter .check-wp input {
  display: none;
}
header#header .search-wp .search-filter .check-wp input + span {
  font-size: 3.0769230769vw;
  font-weight: bold;
  padding-left: 5.8974358974vw;
  position: relative;
  margin: 2.5641025641vw 2.5641025641vw 0 0;
  display: flex;
  align-items: center;
  height: 4.1025641026vw; /* beforeと高さを合わせて中央揃えにする */
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .check-wp input + span {
    font-size: 12px;
    padding-left: 23px;
    margin: 10px 16px 0 0;
    height: 16px; /* beforeと高さを合わせて中央揃えにする */
  }
}
header#header .search-wp .search-filter .check-wp input + span::before,
header#header .search-wp .search-filter .check-wp input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
}
header#header .search-wp .search-filter .check-wp input + span::before {
  top: 0;
  left: 0;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  border: 1px solid #000;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .check-wp input + span::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
header#header .search-wp .search-filter .check-wp input:checked + span::before {
  border: 1px solid var(--RD);
  background: var(--RD);
}
header#header .search-wp .search-filter .check-wp input:checked + span::after {
  top: 0.7692307692vw;
  left: 1.2820512821vw;
  width: 1.2820512821vw;
  height: 2.0512820513vw;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  header#header .search-wp .search-filter .check-wp input:checked + span::after {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
  }
}
header#header .search-wp.active .search-filter {
  transform: translateX(0);
}
header#header .btn-wp {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 2.3076923077vw;
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  header#header .btn-wp {
    padding: 0 170px;
    margin-top: 30px;
  }
}
header#header .btn-wp .btn-pill.btn-wh {
  color: var(--BK);
  background: #fff;
  border: 1px solid currentColor;
  font-size: 3.5897435897vw;
  height: 10.2564102564vw;
  width: 31.7948717949vw;
}
@media screen and (min-width: 769px) {
  header#header .btn-wp .btn-pill.btn-wh {
    font-size: 14px;
    height: 40px;
    width: 124px;
  }
}
header#header .btn-wp .btn-pill.btn-ico {
  font-size: 3.5897435897vw;
  height: 10.2564102564vw;
  width: 32.8205128205vw;
  background: var(--PL);
}
@media screen and (min-width: 769px) {
  header#header .btn-wp .btn-pill.btn-ico {
    font-size: 14px;
    height: 40px;
    width: 128px;
  }
}
header#header .btn-wp .btn-pill.btn-ico::before {
  background-image: url(../img/search_02.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 769px) {
  header#header .btn-wp .btn-pill.btn-ico::before {
    width: 15px;
    height: 15px;
  }
}
header#header .close.icon {
  color: #000;
  position: absolute;
  top: 6.9230769231vw;
  right: 10.2564102564vw;
  margin-top: 0;
  margin-left: 0;
  width: 3.0769230769vw;
  height: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  header#header .close.icon {
    top: 30px;
    right: 40px;
    width: 12px;
    height: 12px;
  }
}
header#header .close.icon:before {
  content: "";
  position: absolute;
  top: 1.2820512821vw;
  width: 3.8461538462vw;
  height: 2px;
  background-color: currentColor;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  header#header .close.icon:before {
    top: 5px;
    width: 15px;
  }
}
header#header .close.icon:after {
  content: "";
  position: absolute;
  top: 1.2820512821vw;
  width: 3.8461538462vw;
  height: 2px;
  background-color: currentColor;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  header#header .close.icon:after {
    top: 5px;
    width: 15px;
  }
}
header#header .admin-nav-search {
  display: none;
}
@media screen and (min-width: 769px) {
  header#header .admin-nav-search {
    display: flex;
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
  }
  header#header .admin-nav-search li {
    display: flex;
    align-items: center;
    letter-spacing: 0.07em;
  }
  header#header .admin-nav-search li:not(:nth-child(1)) {
    margin-left: 40px;
  }
  header#header .admin-nav-search li::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    margin-right: 12px;
  }
  header#header .admin-nav-search li.search-mistery::before {
    background-image: url(../img/ico_map_bk.svg);
  }
  header#header .admin-nav-search li.search-store::before {
    background-image: url(../img/ico_shop_bk.svg);
  }
  header#header .admin-nav-search li.search-product::before {
    background-image: url(../img/ico_book_bk.svg);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1180px) {
  header#header .admin-nav-search {
    font-size: clamp(14px, 1.3559322034vw, 16px);
  }
  header#header .admin-nav-search li {
    letter-spacing: 0;
  }
  header#header .admin-nav-search li:not(:nth-child(1)) {
    margin-left: 3.3898305085vw;
  }
  header#header .admin-nav-search li::before {
    margin-right: 1.0169491525vw;
  }
}
header#header .btn-login-entry-wp {
  display: none;
}
@media screen and (min-width: 769px) {
  header#header .btn-login-entry-wp {
    margin-left: 20px;
    display: block;
  }
  header#header .btn-login-entry-wp .btn-login-entry {
    color: #CE27A2;
    display: block;
    width: 194px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1180px) {
  header#header .btn-login-entry-wp {
    margin-left: 1.6949152542vw;
  }
  header#header .btn-login-entry-wp .btn-login-entry {
    width: 16.4406779661vw;
    font-size: clamp(12px, 1.3559322034vw, 16px);
  }
}

#ui-datepicker-div {
  z-index: 10 !important;
}

/* === ユーザー用ヘッダー === */
header#header.user .btn-change-wp {
  margin-left: 20px;
}
header#header.user .btn-change-wp .btn-change {
  color: #fff;
  background: rgb(206, 39, 162);
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: bold;
}
header#header.user .btn-change-wp .btn-change::before {
  background-image: url(../img/ico_change.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin-right: 8px;
}
.order-reset {
  order: 0;
}
@media screen and (max-width: 769px) {
  header#header.user .btn-change-wp {
    display: none;
  }
  header#header.user .btn-change-wp.sp {
    display: block;
    margin: 0;
  }
}
/* === 管理者用ヘッダー === */
header#header.admin h1 {
  width: auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header#header.admin h1 img {
  width: 33.3333333333vw;
}
@media screen and (min-width: 769px) {
  header#header.admin h1 img {
    width: 180px;
  }
}
header#header.admin .btn-change-wp {
  margin-left: auto;
}
header#header.admin .btn-change-wp .btn-change {
  color: #fff;
  background: #333;
  width: 240px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: bold;
}
header#header.admin .btn-change-wp .btn-change::before {
  background-image: url(../img/ico_change.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin-right: 8px;
}

/* === userヘッダー === */
header#header.mypage .head-search {
  margin-left: auto;
  order: 2;
}
header#header.mypage .btn-hamburger {
  margin-left: 5.641025641vw;
  order: 3;
}
header#header.mypage .btn-mypage {
  order: 1;
  margin-left: auto;
  max-width: 8.2051282051vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  header#header.mypage .head-search {
    margin-left: 50px;
    order: 0;
  }
  header#header.mypage .btn-mypage {
    margin-left: 20px;
    max-width: 40px;
  }
}

header#header .user-sidenav-wp {
  position: fixed;
  top: 14.358974359vw;
  right: 0;
  height: calc(100vh - 14.358974359vw);
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
@media screen and (min-width: 769px) {
  header#header .user-sidenav-wp {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
header#header .user-sidenav-wp.active {
  opacity: 1;
  visibility: visible;
}
header#header .user-sidenav-wp .nav-p {
  position: absolute;
  top: 2.5641025641vw;
  right: 6.1538461538vw;
  width: 64.1025641026vw;
  background: #fff;
  border-radius: 20px;
  padding: 5.1282051282vw 5.8974358974vw 9.2307692308vw;
  max-height: calc(100% - 5.1282051282vw);
  overflow: auto;
  transform: translateX(100vw);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  header#header .user-sidenav-wp .nav-p {
    top: 10px;
    right: 24px;
    padding: 20px 20px 36px;
    max-height: calc(100% - 20px);
    width: 250px;
  }
}
header#header .user-sidenav-wp .nav-p + .nav-p {
  margin-top: 20px;
  border-top: 1px solid currentColor;
  padding-top: 10px;
}
header#header .user-sidenav-wp .nav-p > li {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 769px) {
  header#header .user-sidenav-wp .nav-p > li {
    margin-top: 8px;
  }
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl {
  display: flex;
  align-items: center;
  height: 12.3076923077vw;
  font-size: 4.1025641026vw;
  padding-left: 6.1538461538vw;
}
@media screen and (min-width: 769px) {
  header#header .user-sidenav-wp .nav-p > li .nav-p-ttl {
    height: 48px;
    font-size: 16px;
    padding-left: 24px;
  }
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current {
  background: var(--PL);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl::before {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  margin-right: 4.1025641026vw;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  header#header .user-sidenav-wp .nav-p > li .nav-p-ttl::before {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-pickup::before {
  background-image: url(../img/admin_ico_pickup.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-account::before {
  background-image: url(../img/admin_ico_account.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-chat::before {
  background-image: url(../img/admin_ico_chat.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-alert::before {
  background-image: url(../img/admin_ico_alert.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-license::before {
  background-image: url(../img/admin_ico_license.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-logout::before {
  background-image: url(../img/admin_ico_logout.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-mypage::before {
  background-image: url(../img/admin_ico_mypage.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-koen::before {
  background-image: url(../img/admin_ico_koen.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-report::before {
  background-image: url(../img/admin_ico_report.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-accountset::before {
  background-image: url(../img/admin_ico_accountset.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-shift::before {
  background-image: url(../img/admin_ico_shift.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-users::before {
  background-image: url(../img/admin_ico_users.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-friend::before {
  background-image: url(../img/admin_ico_people.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-playlist::before {
  background-image: url(../img/admin_ico_playlist.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-shop::before {
  background-image: url(../img/admin_ico_shop.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.nav-reserved::before {
  background-image: url(../img/admin_ico_reserved.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-pickup::before {
  background-image: url(../img/admin_ico_pickup_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-account::before {
  background-image: url(../img/admin_ico_account_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-chat::before {
  background-image: url(../img/admin_ico_chat_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-alert::before {
  background-image: url(../img/admin_ico_alert_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-license::before {
  background-image: url(../img/admin_ico_license_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-logout::before {
  background-image: url(../img/admin_ico_logout_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-mypage::before {
  background-image: url(../img/admin_ico_mypage_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-koen::before {
  background-image: url(../img/admin_ico_koen_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-report::before {
  background-image: url(../img/admin_ico_report_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-accountset::before {
  background-image: url(../img/admin_ico_accountset_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-shift::before {
  background-image: url(../img/admin_ico_shift_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-users::before {
  background-image: url(../img/admin_ico_users_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-friend::before {
  background-image: url(../img/admin_ico_people_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-playlist::before {
  background-image: url(../img/admin_ico_playlist_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-shop::before {
  background-image: url(../img/admin_ico_shop_wh.svg);
}
header#header .user-sidenav-wp .nav-p > li .nav-p-ttl.current.nav-reserved::before {
  background-image: url(../img/admin_ico_reserved_wh.svg);
}
header#header .user-sidenav-wp.active .nav-p {
  transform: translateX(0);
}

/* ---------------------------------------------------------
 　■ Footer
--------------------------------------------------------- */
.entry-nav {
  background: #3C3C3C;
  padding: 7.6923076923vw 0 10.2564102564vw;
  color: #FFF;
  margin-top: 15.3846153846vw;
}
@media screen and (max-width: 768px) {
  .entry-nav li:not(:nth-child(1)) a {
    border-top: 1px solid #595959;
  }
}
.entry-nav li a {
  color: #fff;
  padding: 7.6923076923vw 5.1282051282vw 4.358974359vw;
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.entry-nav li a .lead {
  font-size: 3.0769230769vw;
  letter-spacing: 0.08em;
}
.entry-nav li a .ttl {
  font-size: 5.1282051282vw;
  margin-top: 1.2820512821vw;
  letter-spacing: 0.08em;
}
.entry-nav li a::before {
  content: "";
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  border: 0px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7.1794871795vw;
}
@media screen and (min-width: 769px) {
  .entry-nav {
    padding: 25px 0;
    margin-top: 60px;
  }
  .entry-nav .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 45px;
  }
  .entry-nav li a {
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 77px;
  }
  .entry-nav li a .lead {
    font-size: 12px;
  }
  .entry-nav li a .ttl {
    font-size: 24px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .entry-nav li a .ttl::after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(45deg);
  }
  .entry-nav li a::before {
    display: none;
  }
}

footer {
  color: #FFF;
  background: var(--BK);
  letter-spacing: 0.08em;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer img {
  width: 100%;
}
footer .footer-top {
  padding: 15.8974358974vw 0 7.6923076923vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #595959;
}
@media screen and (min-width: 769px) {
  footer .footer-top {
    padding: 28px 0 30px;
  }
}
footer .footer-top .footer-logo {
  width: 33.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer-top .footer-logo {
    width: 180px;
  }
}
footer .footer-top .footer-sns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5.1282051282vw;
}
footer .footer-top .footer-sns li {
  width: 8.2051282051vw;
}
@media screen and (min-width: 769px) {
  footer .footer-top .footer-sns {
    gap: 20px;
  }
  footer .footer-top .footer-sns li {
    width: 32px;
  }
}
footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #595959;
  padding-bottom: 5.1282051282vw;
  gap: 2%;
}
@media screen and (min-width: 769px) {
  footer .footer_nav {
    padding: 20px 0;
    gap: 40px;
  }
}
footer .footer_nav dl {
  width: 49%;
  line-height: 2;
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  footer .footer_nav dl {
    margin-top: 2px;
    width: 120px;
  }
}
footer .footer_nav dt {
  font-size: 3.5897435897vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  footer .footer_nav dt {
    font-size: 14px;
    white-space: nowrap;
  }
}
footer .footer_nav dd {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  footer .footer_nav dd {
    font-size: 12px;
  }
}
footer .footer-bottom {
  line-height: 2;
  font-size: 3.0769230769vw;
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 769px) {
  footer .footer-bottom {
    font-size: 12px;
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 50px;
  }
}
footer .footer-bottom ul li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-bottom ul li::after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background: #fff;
  margin: 0 0.5em;
}
footer .copy {
  color: #595959;
  font-size: 3.0769230769vw;
  padding: 5.1282051282vw 0 12.8205128205vw;
  display: block;
}
@media screen and (min-width: 769px) {
  footer .copy {
    font-size: 12px;
    padding: 0;
  }
}

/* ---------------------------------------------------------
 　■ 共通
--------------------------------------------------------- */
/* 検索アイコンボタン */
.search-ico-btn button {
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CE27A2;
}
@media screen and (min-width: 769px) {
  .search-ico-btn button {
    width: 40px;
    height: 40px;
  }
}
.search-ico-btn button span img {
  width: 4.1025641026vw;
}
@media screen and (min-width: 769px) {
  .search-ico-btn button span img {
    width: 24px;
  }
}

/* フリーワード検索 */
.free-word-search {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 1.5384615385vw;
  border-radius: 4px;
  box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .free-word-search {
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
.free-word-search .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.3846153846vw;
  height: 6.1538461538vw;
  border-right: 1px solid #E4E4E4;
  margin-right: 1.2820512821vw;
}
@media screen and (min-width: 769px) {
  .free-word-search .area {
    width: 60px;
    height: 24px;
    margin-right: 5px;
  }
}
.free-word-search .area .map-ico {
  width: 4.1025641026vw;
}
@media screen and (min-width: 769px) {
  .free-word-search .area .map-ico {
    width: 16px;
  }
}
.free-word-search .area .txt {
  font-size: 3.0769230769vw;
  margin-left: 1.5384615385vw;
}
@media screen and (min-width: 769px) {
  .free-word-search .area .txt {
    font-size: 12px;
    margin-left: 6px;
  }
}
.free-word-search .input-text {
  width: calc(100% - 23.5897435897vw - 1.2820512821vw);
}
@media screen and (min-width: 769px) {
  .free-word-search .input-text {
    width: calc(100% - 92px - 5px);
  }
}
.free-word-search .input-text input {
  padding: 0.7692307692vw 1.2820512821vw 0.7692307692vw 0;
  outline: none;
  border: none;
  width: 100%;
}
.free-word-search .input-text input::-moz-placeholder {
  color: #C7C7C7;
}
.free-word-search .input-text input::placeholder {
  color: #C7C7C7;
}
@media screen and (min-width: 769px) {
  .free-word-search .input-text input {
    padding: 3px 5px 3px 0;
  }
}
/* 日付検索 */
.date-search-btn {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .date-search-btn {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
.date-search-btn > input {
  z-index: 1;
  position: relative;
  background: transparent;
  border: none;
  height: 12.8205128205vw;
  width: 42.3076923077vw;
  cursor: pointer;
  text-align: center;
  caret-color: transparent;
}
@media screen and (min-width: 769px) {
  .date-search-btn > input {
    width: 217px;
    height: 100%;
  }
}
.date-search-btn > input:focus {
  outline: none;
  box-shadow: 0 0 0 0;
}
.date-search-btn > input:not(:-moz-placeholder-shown) + .date-search-btn-wp {
  display: none;
}
.date-search-btn > input:not(:placeholder-shown) + .date-search-btn-wp {
  display: none;
}
.date-search-btn .date-search-btn-wp {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
  height: 12.8205128205vw;
  width: 42.3076923077vw;
}
@media screen and (min-width: 769px) {
  .date-search-btn .date-search-btn-wp {
    gap: 10px;
    height: 50px;
    width: 217px;
    border-radius: 4px;
  }
}
.date-search-btn .date-search-btn-wp .ico {
  width: 3.8461538462vw;
}
@media screen and (min-width: 769px) {
  .date-search-btn .date-search-btn-wp .ico {
    width: 15px;
  }
}

/* 現在地から検索 */
.currMap-search-btn .currMap-search-btn-wp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
  background: #fff;
  height: 12.8205128205vw;
  width: 42.3076923077vw;
  border-radius: 4px;
  box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .currMap-search-btn .currMap-search-btn-wp {
    gap: 10px;
    height: 50px;
    width: 217px;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
.currMap-search-btn .currMap-search-btn-wp .ico {
  width: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .currMap-search-btn .currMap-search-btn-wp .ico {
    width: 20px;
  }
}

/* search-pagetopセット */
.search-pagetop .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .search-pagetop .inner {
    width: 450px;
    gap: 10px;
  }
}

/* === mystery詳細部分 === */
/* people */
.product-detail .people {
  font-size: clamp(10px, 2.5641025641vw, 24px);
  display: flex;
  align-items: center;
  gap: 1.2820512821vw;
}
.product-detail .people .ico {
  width: 4.358974359vw;
  margin-left: 1.2820512821vw;
}

@media screen and (min-width: 769px) {
  .product-detail .people {
    font-size: 10px;
    gap: 5px;
  }
  .product-detail .people .ico {
    width: 17px;
    margin-left: 5px;
  }
}
/* time */
.product-detail .time {
  font-size: 2.5641025641vw;
  display: flex;
  align-items: center;
  gap: 1.2820512821vw;
}
.product-detail .time .ico {
  width: 3.3333333333vw;
}

@media screen and (min-width: 769px) {
  .product-detail .time {
    font-size: 10px;
    gap: 5px;
  }
  .product-detail .time .ico {
    width: 13px;
  }
}
/* flag */
.product-detail .flag {
  font-size: 2.5641025641vw;
  display: flex;
  align-items: center;
  gap: 1.2820512821vw;
}
.product-detail .flag .ico {
  width: 3.3333333333vw;
  margin-left: 1.2820512821vw;
}

@media screen and (min-width: 769px) {
  .product-detail .flag {
    font-size: 10px;
    gap: 5px;
  }
  .product-detail .flag .ico {
    width: 13px;
    margin-left: 5px;
  }
}
/* display */
.product-detail .display {
  font-size: 2.5641025641vw;
  display: flex;
  align-items: center;
  gap: 1.2820512821vw;
}
.product-detail .display .ico {
  width: 3.8461538462vw;
  margin-left: 1.2820512821vw;
}

@media screen and (min-width: 769px) {
  .product-detail .display {
    font-size: 10px;
    gap: 5px;
  }
  .product-detail .display .ico {
    width: 15px;
    margin-left: 5px;
  }
}
/* タイトル */
.product-detail .ttl {
  font-size: 4.1025641026vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
  line-height: 1.5;
  padding-bottom: 0.641025641vw;
}
.product-detail .ttl > span {
  border-bottom: 1px solid #7C7C7C;
}

@media screen and (min-width: 769px) {
  .product-detail .ttl {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
/* 店舗情報 */
.store-datail .txt {
  font-size: 3.0769230769vw;
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .store-datail .txt {
    font-size: 12px;
    margin-right: 10px;
  }
}
.store-datail .store-wp {
  display: flex;
  align-items: center;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .store-datail .store-wp {
    margin-top: 13px;
  }
}
.store-datail .store-wp .store-ico {
  width: 5.1282051282vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.2820512821vw;
}
@media screen and (min-width: 769px) {
  .store-datail .store-wp .store-ico {
    width: 20px;
    margin-right: 5px;
  }
}
.store-datail .store-wp .store-name {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  .store-datail .store-wp .store-name {
    font-size: 12px;
  }
}
.store-datail .address-wp .address {
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .store-datail .address-wp .address {
    font-size: 10px;
  }
}

.date-wp {
  display: flex;
  align-items: center;
}
.date-wp .year {
  font-size: 3.0769230769vw;
  margin-right: 1.7948717949vw;
}
@media screen and (min-width: 769px) {
  .date-wp .year {
    font-size: 12px;
    margin-right: 7px;
  }
}
.date-wp .date {
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .date-wp .date {
    font-size: 20px;
  }
}
.date-wp .week {
  font-size: 2.5641025641vw;
  background: var(--PL);
  border-radius: 50%;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 1.7948717949vw 0 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .date-wp .week {
    font-size: 10px;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}
.date-wp .time {
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 769px) {
  .date-wp .time {
    font-size: 14px;
  }
}

/* === ボタン類 === */
/* 予約ボタン */
.btn .reserve-btn {
  border-radius: 2.0512820513vw;
  width: 100%;
  height: 10.2564102564vw;
  color: #fff;
  background: var(--RD);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .reserve-btn {
    border-radius: 8px;
    height: 40px;
  }
}
.btn .reserve-btn::before {
  background-image: url(../img/arrow_tri_rt.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5641025641vw;
  height: 3.8461538462vw;
  content: "";
  display: inline-block;
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .btn .reserve-btn::before {
    width: 10px;
    height: 15px;
    margin-right: 10px;
  }
}

/* 予約ボタン 紫 */
.btn .reserve-btn-pl {
  border-radius: 2.0512820513vw;
  width: 100%;
  height: 10.2564102564vw;
  color: #fff;
  background: var(--PL);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .reserve-btn-pl {
    border-radius: 8px;
    height: 40px;
  }
}
.btn .reserve-btn-pl::before {
  background-image: url(../img/arrow_tri_rt.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5641025641vw;
  height: 3.8461538462vw;
  content: "";
  display: inline-block;
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .btn .reserve-btn-pl::before {
    width: 10px;
    height: 15px;
    margin-right: 10px;
  }
}

/* === ボタン === */
.btn .btn-pill {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: var(--RD);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === ボタン（紫） === */
.btn .btn-pill-pl {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: var(--PL);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill-pl {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === ボタン（黒） === */
.btn .btn-pill-bk {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: var(--BK);
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid currentColor;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill-bk {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === ボタン（グレー） === */
.btn .btn-pill-gy {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: #B9B9B9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill-gy {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === ボタン（赤白） === */
.btn .btn-pill-wh {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: var(--RD);
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid currentColor;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill-wh {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === ボタン（黒） === */
.btn .btn-pill-black {
  border-radius: 12.8205128205vw;
  height: 14.358974359vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: var(--BK);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn .btn-pill-black {
    border-radius: 50px;
    height: 56px;
    font-size: 20px;
  }
}

/* === 星レーティング === */
.star_rating-wp {
  display: flex;
  justify-content: center;
}

.star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: var(--LGY);
  font-size: 3.8461538462vw;
  letter-spacing: 0.28em;
}
@media screen and (min-width: 769px) {
  .star_rating {
    font-size: 15px;
  }
}

.star_rating:before, .star_rating:after {
  content: "★★★★★";
}

.star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.star_rating[data-rate="5"]:after {
  width: 100%;
}

.star_rating[data-rate="4.9"]:after {
  width: 92%;
}

.star_rating[data-rate="4.8"]:after {
  width: 91%;
}

.star_rating[data-rate="4.7"]:after {
  width: 90%;
}

.star_rating[data-rate="4.6"]:after {
  width: 89%;
}

.star_rating[data-rate="4.5"]:after {
  width: 88%;
}

.star_rating[data-rate="4.4"]:after {
  width: 87%;
}

.star_rating[data-rate="4.3"]:after {
  width: 86%;
}

.star_rating[data-rate="4.2"]:after {
  width: 85%;
}

.star_rating[data-rate="4.1"]:after {
  width: 84%;
}

.star_rating[data-rate="4"]:after {
  width: 80%;
}

.star_rating[data-rate="3.9"]:after {
  width: 72%;
}

.star_rating[data-rate="3.8"]:after {
  width: 71%;
}

.star_rating[data-rate="3.7"]:after {
  width: 70%;
}

.star_rating[data-rate="3.6"]:after {
  width: 69%;
}

.star_rating[data-rate="3.5"]:after {
  width: 68%;
}

.star_rating[data-rate="3.4"]:after {
  width: 67%;
}

.star_rating[data-rate="3.3"]:after {
  width: 66%;
}

.star_rating[data-rate="3.2"]:after {
  width: 65%;
}

.star_rating[data-rate="3.1"]:after {
  width: 64%;
}

.star_rating[data-rate="3"]:after {
  width: 60%;
}

.star_rating[data-rate="2.9"]:after {
  width: 52%;
}

.star_rating[data-rate="2.8"]:after {
  width: 51%;
}

.star_rating[data-rate="2.7"]:after {
  width: 50%;
}

.star_rating[data-rate="2.6"]:after {
  width: 49%;
}

.star_rating[data-rate="2.5"]:after {
  width: 48%;
}

.star_rating[data-rate="2.4"]:after {
  width: 47%;
}

.star_rating[data-rate="2.3"]:after {
  width: 46%;
}

.star_rating[data-rate="2.2"]:after {
  width: 45%;
}

.star_rating[data-rate="2.1"]:after {
  width: 44%;
}

.star_rating[data-rate="2"]:after {
  width: 40%;
}

.star_rating[data-rate="1.9"]:after {
  width: 32%;
}

.star_rating[data-rate="1.8"]:after {
  width: 31%;
}

.star_rating[data-rate="1.7"]:after {
  width: 30%;
}

.star_rating[data-rate="1.6"]:after {
  width: 29%;
}

.star_rating[data-rate="1.5"]:after {
  width: 28.1%;
}

.star_rating[data-rate="1.4"]:after {
  width: 27%;
}

.star_rating[data-rate="1.3"]:after {
  width: 26%;
}

.star_rating[data-rate="1.2"]:after {
  width: 25%;
}

.star_rating[data-rate="1.1"]:after {
  width: 24%;
}

.star_rating[data-rate="1"]:after {
  width: 20%;
}

.star_rating[data-rate="0.9"]:after {
  width: 12%;
}

.star_rating[data-rate="0.8"]:after {
  width: 11%;
}

.star_rating[data-rate="0.7"]:after {
  width: 10%;
}

.star_rating[data-rate="0.6"]:after {
  width: 9%;
}

.star_rating[data-rate="0.5"]:after {
  width: 8%;
}

.star_rating[data-rate="0.4"]:after {
  width: 7%;
}

.star_rating[data-rate="0.3"]:after {
  width: 6%;
}

.star_rating[data-rate="0.2"]:after {
  width: 5%;
}

.star_rating[data-rate="0.1"]:after {
  width: 4%;
}

.star_rating[data-rate="0"]:after {
  width: 0%;
}

.star_rating-txt {
  font-size: 4.1025641026vw;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .star_rating-txt {
    font-size: 16px;
  }
}

/* === お気に入り === */

/* === SNSシェアボタン === */
.sns-wp{
	display: flex;
	align-items: center;
	gap: 3.8461538462vw;
	margin-top: 5.1282051282vw;
}
.sns-wp .txt{
	font-size: 3.0769230769vw;
}
.sns-wp > div:not(.txt){
	width: 5.8974358974vw;
}
.sns-wp > div:not(.txt) a{
	display: block;
}
.sns-wp > div:not(.txt) a img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	.sns-wp{
		gap: 15px;
		margin-top: 20px;
	}
	.sns-wp .txt{
		font-size: 12px;
	}
	.sns-wp > div:not(.txt){
		width: 23px;
	}
}

/* === 店舗詳細 === */
.store-card {
  position: relative;
  border-radius: 10px;
  width: 76.9230769231vw;
  box-shadow: 1.2820512821vw 1.2820512821vw 2.5641025641vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .store-card {
    width: 300px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.store-card .store-image {
  width: 100%;
  height: 35.8974358974vw;
}
.store-card .store-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  .store-card .store-image {
    height: 165px;
  }
}
.store-card .store-card-inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: -2.5641025641vw;
  padding: 7.6923076923vw 2.5641025641vw 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner {
    margin-top: -10px;
    padding: 30px 10px 20px;
  }
}
.store-card .store-card-inner .store-icon {
  border-radius: 50%;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  background: #fff;
  position: absolute;
  top: -6.4102564103vw;
  left: 2.5641025641vw;
  padding: 0.5128205128vw;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .store-icon {
    width: 50px;
    height: 50px;
    top: -25px;
    left: 10px;
    padding: 2px;
  }
}
.store-card .store-card-inner .store-icon img {
  border-radius: 50%;
  width: 11.7948717949vw;
  height: 11.7948717949vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .store-icon img {
    width: 46px;
    height: 46px;
  }
}
.store-card .store-card-inner .access dt {
  font-size: 4.1025641026vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
  line-height: 1.5;
  padding-bottom: 1.2820512821vw;
  margin-bottom: 1.2820512821vw;
}
.store-card .store-card-inner .access dt > span {
  border-bottom: 1px solid #7C7C7C;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .access dt {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.store-card .store-card-inner .access dd {
  font-size: 3.0769230769vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .access dd {
    font-size: 12px;
  }
}
.store-card .store-card-inner .title-list {
  margin-top: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .title-list {
    margin-top: 12px;
  }
}
.store-card .store-card-inner .title-list .ttl {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.store-card .store-card-inner .title-list .ttl::before {
  background-image: url(../img/ico_chack.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.8717948718vw;
  height: 5.1282051282vw;
  content: "";
  display: block;
  margin-right: 1.7948717949vw;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .title-list .ttl::before {
    width: 21px;
    height: 21px;
    margin-right: 7px;
  }
}
.store-card .store-card-inner .title-list ul {
  margin-top: 3.0769230769vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .title-list ul {
    margin-top: 12px;
    gap: 4px;
  }
}
.store-card .store-card-inner .title-list ul li img {
  width: 15.641025641vw;
  height: 21.7948717949vw;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 769px) {
  .store-card .store-card-inner .title-list ul li img {
    width: 61px;
    height: 85px;
  }
}

/* === 無料会員登録でもっと便利に！ === */
.signup-sec {
  margin-top: 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .signup-sec {
    margin-top: 50px;
  }
}
.signup-sec .inner {
  border: 2px solid var(--PL);
  border-radius: 2.5641025641vw;
  padding: 6.4102564103vw 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .signup-sec .inner {
    border: 4px solid var(--PL);
    border-radius: 10px;
    padding: 30px 73px 32px 27px;
    max-width: 980px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.signup-sec .ttl {
  font-size: 6.1538461538vw;
  font-weight: bold;
  color: var(--PL);
  line-height: 1.5;
  padding: 0 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .signup-sec .ttl {
    font-size: 32px;
    padding: 0 10px;
  }
}
.signup-sec .txt {
  line-height: 1.5;
  margin-top: 3.8461538462vw;
  padding: 0 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .signup-sec .txt {
    margin-top: 11px;
    padding: 0 10px;
  }
}
.signup-sec .btn {
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 769px) {
  .signup-sec .btn {
    margin-top: 0;
    width: 300px;
  }
}
.signup-sec .btn .btn-entry {
  border-radius: 12.8205128205vw;
  height: 15.3846153846vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: bold;
  background: var(--PL);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .signup-sec .btn .btn-entry {
    border-radius: 50px;
    height: 60px;
    font-size: 20px;
  }
}

/* ---------------------------------------------------------
 　■ タブ切り替え汎用
--------------------------------------------------------- */
.tab-area {
  display: flex;
}
.tab-area .tab {
  cursor: pointer;
}

.panel-area > .panel {
  display: none;
}

.panel-area > .panel.active {
  display: block;
}

/* ---------------------------------------------------------
 　■ 管理画面（パスワード等フォーム系）
--------------------------------------------------------- */
.auth-fields-sec {
  background: #fff;
  border-radius: 10px;
}

/* 共通 */
.auth-fields-sec {
  margin: 38px auto 0;
  padding: 40px 0 50px;
  color: #333;
  position: relative;
  /* タブ */
  /* タブコンテンツ */
  /* 戻るリンク */
}
@media screen and (max-width: 768px) {
  .auth-fields-sec {
    margin: 9.7435897436vw auto 1em;
    padding: 10.2564102564vw 0 12.8205128205vw;
  }
}
.auth-fields-sec a {
  color: #333;
}
.auth-fields-sec .head-ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec .head-ttl {
    font-size: 6.1538461538vw;
  }
}
.auth-fields-sec .auth-fields-tab {
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #ddd;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec .auth-fields-tab {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
}
.auth-fields-sec .auth-fields-tab li {
  padding: 10px;
  cursor: pointer;
  width: 50%;
  text-align: center;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec .auth-fields-tab li {
    padding: 2.5641025641vw;
    height: 11.7948717949vw;
  }
}
.auth-fields-sec .auth-fields-tab li:hover {
  opacity: 0.65;
}
.auth-fields-sec .auth-fields-tab .active {
  color: var(--RD);
  border-bottom: 2px solid red;
}
.auth-fields-sec .auth-fields-content-wp {
  margin-top: 30px;
}
.auth-fields-sec .auth-fields-content-wp .auth-fields-content {
  margin: 0 auto;
}
.auth-fields-sec .lnk-back {
  font-size: 12px;
  position: absolute;
  left: 21px;
  top: 47px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec .lnk-back {
    font-size: clamp(10px, 3.0769230769vw, 24px);
    left: 5.3846153846vw;
    top: 5.1282051282vw;
  }
}

/* Sサイズ */
.auth-fields-sec.auth-fields-s {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-s {
    width: 87.6923076923vw;
  }
}
.auth-fields-sec.auth-fields-s .auth-fields-content {
  width: 391px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-s .auth-fields-content {
    width: 90%;
  }
}
.auth-fields-sec.auth-fields-s .auth-fields-inner {
  width: 391px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-s .auth-fields-inner {
    width: 90%;
  }
}

/* Lサイズ */
.auth-fields-sec.auth-fields-l {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-l {
    width: 90%;
  }
}
.auth-fields-sec.auth-fields-l .auth-fields-content {
  width: 680px;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-l .auth-fields-content {
    width: 100%;
  }
}
.auth-fields-sec.auth-fields-l .auth-fields-inner {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .auth-fields-sec.auth-fields-l .auth-fields-inner {
    width: 90%;
  }
}

/* === フォームtable（dl） === */
.registType .low {
  display: flex;
  align-items: center;
  padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
  .registType .low {
    flex-direction: column;
    align-items: flex-start;
  }
}
.registType .low dt {
  width: 220px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.registType .low dt .required, .registType .low dt .optional {
  display: inline-block;
  width: 29px;
  margin-right: 10px;
  padding: 4px 0 5px;
  font-size: 10px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
.registType .low dt .required {
  background: var(--RD);
}
.registType .low dt .optional {
  background: #333;
}
.registType .low dt .note {
  font-size: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 6px;
}
.registType .low dt .note figure {
  width: 16px;
  display: inline-block;
  margin-right: 3px;
}
.registType .low dd {
  width: calc(100% - 180px - 10px);
  margin-left: 10px;
}
.registType + .btn {
  margin-top: 30px;
}

/* ---------------------------------------------------------
 　■ フォームパーツ
--------------------------------------------------------- */
/* === フォームパーツ === */
.form-group {
  text-align: left;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .form-group {
    margin-top: 6.9230769231vw;
  }
}
.form-group ::-moz-placeholder {
  color: #9D9D9D;
}
.form-group ::placeholder {
  color: #9D9D9D;
}
.form-group .err {
  color: var(--RD);
  margin-top: 3px;
  line-height: 1.5;
}
.form-group label {
  display: block;
}
.form-group label span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .form-group label span {
    margin-bottom: 2.0512820513vw;
  }
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .form-group input, .form-group textarea {
    padding: 2.5641025641vw 3.8461538462vw;
  }
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border: 1px solid #333;
  box-shadow: 0 0 0 0;
}
.form-group input.readonly, .form-group textarea.readonly {
  background: #E5E5E5;
}
.form-group .fileup-box {
  border: 1px solid currentColor;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 4px;
  padding-left: 10px;
  height: 44px;
  width: 148px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.form-group .fileup-box::before {
  background-image: url(../img/ico_upload.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .form-group .fileup-box::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    margin-right: 2.5641025641vw;
  }
}
.form-group .fileup-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* ログイン系は.loginTypeを付ける */
.form-group.loginType label input {
  padding: 17px 15px;
}
@media screen and (max-width: 768px) {
  .form-group.loginType label input {
    padding: 4.358974359vw 3.8461538462vw;
  }
}

/* PW */
.toggle-password-wp {
  position: relative;
}
.toggle-password-wp .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .toggle-password-wp .toggle-password {
    right: 2.5641025641vw;
  }
}
.toggle-password-wp .toggle-password img {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .toggle-password-wp .toggle-password img {
    width: 20px;
    height: 20px;
  }
}

.btn .btn-submit {
  width: 100%;
  padding: 10px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn .btn-submit {
    padding: 2.5641025641vw;
    font-size: 4.1025641026vw;
    height: 14.358974359vw;
  }
}
.btn .btn-submit-gy {
  width: 100%;
  padding: 10px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn .btn-submit-gy {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
    height: 8.7179487179vw;
  }
}

/* PW忘れた方はこちら */
.forgot-password {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .forgot-password {
    font-size: clamp(10px, 3.0769230769vw, 24px);
    margin-top: 5.1282051282vw;
  }
}
.forgot-password a {
  text-decoration: underline;
}

/* 四角いボタン */
.btn .btn-square {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #454545;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn .btn-square {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
    height: 8.7179487179vw;
  }
}

/* === セレクトボックス === */
.form-group.select-box {
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 1px solid #E2E2E2;
  border-radius: 1.0256410256vw;
  height: 11.2820512821vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .form-group.select-box {
    border-radius: 4px;
    height: 44px;
  }
}

.form-group.select-box::before {
  content: "";
  width: 2vw;
  height: 2vw;
  border: 0px;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2vw;
  margin-top: -1vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form-group.select-box::before {
    width: 10px;
    height: 10px;
    right: 15px;
    margin-top: -7px;
  }
}

.form-group.select-box select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 1;
  padding: 2.0512820513vw 9.7435897436vw 2.0512820513vw 2.0512820513vw;
}
@media screen and (min-width: 769px) {
  .form-group.select-box select {
    padding: 8px 38px 8px 8px;
  }
}

.form-group.select-box select::-ms-expand {
  display: none;
}

/* === ラジオボタン === */
.radioBox label {
  display: inline-block;
}

.radioBox input {
  display: none;
}

.radioBox input + span {
  position: relative;
  padding-left: 5.1282051282vw;
  margin-right: 5.1282051282vw;
  display: flex;
  align-items: center;
  height: 3.8461538462vw;
}
@media screen and (min-width: 769px) {
  .radioBox input + span {
    padding-left: 20px;
    margin-right: 20px;
    height: 15px;
  }
}

.radioBox input + span::before,
.radioBox input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.radioBox input + span::before {
  top: 0;
  left: 0;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  border: 1px solid var(--BK);
}
@media screen and (min-width: 769px) {
  .radioBox input + span::before {
    width: 15px;
    height: 15px;
  }
}

.radioBox input:checked + span::after {
  top: 1.0256410256vw;
  left: 1.0256410256vw;
  width: 1.7948717949vw;
  height: 1.7948717949vw;
  background: var(--RD);
}
@media screen and (min-width: 769px) {
  .radioBox input:checked + span::after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
  }
}

/* CheckBox */
.checkBox label {
  display: inline-block;
}
.checkBox input {
  display: none;
}
.checkBox input + span {
  font-size: 3.0769230769vw;
  font-weight: bold;
  padding-left: 5.8974358974vw;
  position: relative;
  margin-right: 2.5641025641vw;
  display: flex;
  align-items: center;
  height: 4.1025641026vw; /* beforeと高さを合わせて中央揃えにする */
}
@media screen and (min-width: 769px) {
  .checkBox input + span {
    font-size: 12px;
    padding-left: 23px;
    margin: 10px 10px 0 0;
    height: 16px; /* beforeと高さを合わせて中央揃えにする */
  }
}
.checkBox input + span::before,
.checkBox input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
}
.checkBox input + span::before {
  top: 0;
  left: 0;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  border: 1px solid #000;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  .checkBox input + span::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
.checkBox input:checked + span::before {
  border: 1px solid var(--RD);
  background: var(--RD);
}
.checkBox input:checked + span::after {
  top: 0.7692307692vw;
  left: 1.2820512821vw;
  width: 1.2820512821vw;
  height: 2.0512820513vw;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .checkBox input:checked + span::after {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
  }
}

.calendar-ico {
  width: 138px;
  position: relative;
}
.calendar-ico input {
  padding-left: 40px;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #333;
}
.calendar-ico::before {
  background-image: url(../img/ico_callendar_bk.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 13px;
  top: 12px;
  width: 18px;
  height: 20px;
  content: "";
  display: block;
  z-index: 0;
}

/* ---------------------------------------------------------
 　■ アカウント登録申請上部（/common/account/）
--------------------------------------------------------- */
.auth-fields-header {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 22px;
  width: 680px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .auth-fields-header {
    width: 100%;
  }
}
.auth-fields-header .txt {
  text-align: center;
}
.auth-fields-header .btn {
  width: 420px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .auth-fields-header .btn {
    width: 56.4102564103vw;
  }
}

.auth-fields-select .form-group.select-box {
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: var(--RD);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 220px;
  height: 43px;
  position: relative;
  margin: 20px auto 0;
}
.auth-fields-select .form-group.select-box::before {
  display: none;
}
.auth-fields-select .form-group.select-box::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.auth-fields-select .form-group.select-box select {
  padding: 8px 30px 8px 20px;
}
.auth-fields-select .form-group.select-box option {
  color: #333;
}

/* ---------------------------------------------------------
 　■ 管理画面（管理者用セット）
--------------------------------------------------------- */
.admin-contents-wp {
  max-width: 1330px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.admin-contents-wp .left-nav {
  width: 260px;
  background: #fff;
  border-radius: 10px;
}
.admin-contents-wp .contents-wp {
  width: calc(100% - 290px);
}
.admin-contents-wp .contents {
  margin-top: 30px;
}
.admin-contents-wp .contents.col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.admin-contents-wp .contents .contents-inner-lt {
  width: 290px;
}
.admin-contents-wp .contents .contents-inner-rt {
  background: #fff;
  border-radius: 10px;
  width: calc(100% - 290px);
}
.admin-contents-wp .left-nav {
  padding: 10px 10px 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.admin-contents-wp .left-nav .nav-p + .nav-p {
  margin-top: 20px;
  border-top: 1px solid currentColor;
  padding-top: 10px;
}
.admin-contents-wp .left-nav .nav-p > li {
  margin-top: 8px;
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 16px;
  padding-left: 24px;
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current {
  background: var(--RD);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl::before {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  content: "";
  display: block;
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-pickup::before {
  background-image: url(../img/admin_ico_pickup.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-account::before {
  background-image: url(../img/admin_ico_account.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-chat::before {
  background-image: url(../img/admin_ico_chat.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-alert::before {
  background-image: url(../img/admin_ico_alert.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-license::before {
  background-image: url(../img/admin_ico_license.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-logout::before {
  background-image: url(../img/admin_ico_logout.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-mypage::before {
  background-image: url(../img/admin_ico_mypage.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-koen::before {
  background-image: url(../img/admin_ico_koen.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-report::before {
  background-image: url(../img/admin_ico_report.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-accountset::before {
  background-image: url(../img/admin_ico_accountset.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-shift::before {
  background-image: url(../img/admin_ico_shift.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-users::before {
  background-image: url(../img/admin_ico_users.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-friend::before {
  background-image: url(../img/admin_ico_people.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-playlist::before {
  background-image: url(../img/admin_ico_playlist.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-shop::before {
  background-image: url(../img/admin_ico_shop.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.nav-reserved::before {
  background-image: url(../img/admin_ico_reserved.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-pickup::before {
  background-image: url(../img/admin_ico_pickup_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-account::before {
  background-image: url(../img/admin_ico_account_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-chat::before {
  background-image: url(../img/admin_ico_chat_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-alert::before {
  background-image: url(../img/admin_ico_alert_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-license::before {
  background-image: url(../img/admin_ico_license_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-logout::before {
  background-image: url(../img/admin_ico_logout_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-mypage::before {
  background-image: url(../img/admin_ico_mypage_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-koen::before {
  background-image: url(../img/admin_ico_koen_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-report::before {
  background-image: url(../img/admin_ico_report_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-accountset::before {
  background-image: url(../img/admin_ico_accountset_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-shift::before {
  background-image: url(../img/admin_ico_shift_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-users::before {
  background-image: url(../img/admin_ico_users_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-friend::before {
  background-image: url(../img/admin_ico_people_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-playlist::before {
  background-image: url(../img/admin_ico_playlist_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-shop::before {
  background-image: url(../img/admin_ico_shop_wh.svg);
}
.admin-contents-wp .left-nav .nav-p > li .nav-p-ttl.current.nav-reserved::before {
  background-image: url(../img/admin_ico_reserved_wh.svg);
}
.admin-contents-wp .left-nav .nav-c {
  margin-left: 44px;
  padding: 0 10px 8px 4px;
  border-left: 1px solid currentColor;
}
.admin-contents-wp .left-nav .nav-c > li + li {
  margin-top: 4px;
}
.admin-contents-wp .left-nav .nav-c > li .nav-c-ttl {
  display: flex;
  align-items: center;
  height: 34px;
  font-size: 14px;
  padding-left: 10px;
}
.admin-contents-wp .left-nav .nav-c > li .nav-c-ttl.current {
  background: var(--RD);
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
.admin-contents-wp .left-nav.mypage-nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.mypage-nav {
    display: block;
  }
  .admin-contents-wp .left-nav.mypage-nav .nav-p > li .nav-p-ttl.current {
    background: var(--PL);
  }
}
.admin-contents-wp .left-nav.search-nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav {
    display: block;
    width: 340px;
    padding: 20px 20px 40px;
  }
  .admin-contents-wp .left-nav.search-nav .search-filter {
    /* input */
    /* select */
    /* 2カラム */
    /* チェックボックス */
  }
  .admin-contents-wp .left-nav.search-nav .search-filter .ttl {
    font-size: 4.1025641026vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .search-filter-ttl {
    color: var(--PL);
    background-color: #fff;
    position: absolute;
    left: 2.0512820513vw;
    top: -1.2820512821vw;
    display: block;
    font-size: 3.0769230769vw;
    padding: 0 2.5641025641vw;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .search-filter-ttl {
    left: 8px;
    top: -5px;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter li {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter li {
    margin-top: 20px;
    width: 300px;
  }
  .admin-contents-wp .left-nav.search-nav .search-filter li:nth-of-type(7) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .input-wp {
    position: relative;
  }
  .admin-contents-wp .left-nav.search-nav .search-filter .input-wp input {
    outline: none;
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 1.0256410256vw;
    height: 11.2820512821vw;
    padding: 0 2.5641025641vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .input-wp input {
    border-radius: 4px;
    height: 44px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .input-wp ::-moz-placeholder {
    color: #E2E2E2;
  }
  .admin-contents-wp .left-nav.search-nav .search-filter .input-wp ::placeholder {
    color: #E2E2E2;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-wp {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box {
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 1.0256410256vw;
    height: 11.2820512821vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box {
    border-radius: 4px;
    height: 44px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box::before {
    content: "";
    width: 2vw;
    height: 2vw;
    border: 0px;
    border-bottom: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2vw;
    margin-top: -1vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box::before {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box select {
    width: 100%;
    height: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box select::-ms-expand {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box select {
    color: black;
    padding: 2.0512820513vw 9.7435897436vw 2.0512820513vw 2.0512820513vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-box select {
    padding: 8px 38px 8px 8px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-2col-wp {
    display: flex;
    justify-content: space-between;
    gap: 5.1282051282vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .select-2col-wp {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp {
    position: relative;
    padding: 3.0769230769vw;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp {
    padding: 12px 17px;
  }
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp + .check-wp {
    padding: 17px 17px 12px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp label {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input + span {
    font-size: 3.0769230769vw;
    font-weight: bold;
    padding-left: 5.8974358974vw;
    position: relative;
    margin: 2.5641025641vw 2.5641025641vw 0 0;
    display: flex;
    align-items: center;
    height: 4.1025641026vw; /* beforeと高さを合わせて中央揃えにする */
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input + span {
    font-size: 12px;
    padding-left: 23px;
    margin: 10px 16px 0 0;
    height: 16px; /* beforeと高さを合わせて中央揃えにする */
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input + span::before,
.admin-contents-wp .left-nav.search-nav .search-filter .check-wp input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input + span::before {
    top: 0;
    left: 0;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    border: 1px solid #000;
    border-radius: 1.0256410256vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input + span::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input:checked + span::before {
    border: 1px solid var(--RD);
    background: var(--RD);
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input:checked + span::after {
    top: 0.7692307692vw;
    left: 1.2820512821vw;
    width: 1.2820512821vw;
    height: 2.0512820513vw;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .check-wp input:checked + span::after {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 0 2.3076923077vw;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp {
    padding: 0;
    margin-top: 20px;
    justify-content: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-wh {
    color: var(--BK);
    background: #fff;
    border: 1px solid currentColor;
    font-size: 3.5897435897vw;
    height: 10.2564102564vw;
    width: 31.7948717949vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-wh {
    font-size: 14px;
    height: 40px;
    width: 124px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-ico {
    font-size: 3.5897435897vw;
    height: 10.2564102564vw;
    width: 32.8205128205vw;
    background: var(--PL);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-ico {
    font-size: 14px;
    height: 40px;
    width: 128px;
  }
}
@media screen and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-ico::before {
    background-image: url(../img/search_02.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    content: "";
    display: inline-block;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .admin-contents-wp .left-nav.search-nav .search-filter .btn-wp .btn-pill.btn-ico::before {
    width: 15px;
    height: 15px;
  }
}
.admin-contents-wp .contents-head h2 {
  font-size: 28px;
  color: #37383F;
  letter-spacing: 0.04em;
}
.admin-contents-wp .search-wp {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.admin-contents-wp .search-wp label {
  display: flex;
  align-items: center;
}
.admin-contents-wp .search-wp label .search-input input {
  outline: none;
  box-shadow: 0 0 0 0;
  padding: 9px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 40px;
  width: 320px;
  margin-left: 10px;
}
.admin-contents-wp .search-wp label .search-input input:focus {
  outline: none;
  border: 1px solid #333;
  box-shadow: 0 0 0 0;
}
.admin-contents-wp .search-wp .search-btn .btn-pill {
  font-size: 12px;
  margin-left: 20px;
  width: 105px;
  height: 40px;
}
.admin-contents-wp .search-wp .search-btn .btn-pill::before {
  background-image: url(../img/search_02.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  margin-right: 8px;
}
.admin-contents-wp .search-wp .clear-btn .btn-pill-bk {
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  width: 105px;
  height: 40px;
}
/* ---------------------------------------------------------
 　■ 管理画面contents内絞り込み
--------------------------------------------------------- */
.search-count {
  margin-right: 12px;
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
}

.narrow-down {
  display: flex;
  align-items: center;
}
.narrow-down dt {
  margin-right: 5px;
}
.narrow-down dd label, .narrow-down div label {
  display: inline-block;
}
.narrow-down dd label input, .narrow-down div label input {
  display: none;
}
.narrow-down dd label input + span, .narrow-down div label input + span {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  height: 33px;
  color: #AFAFAF;
}
.narrow-down dd label input:checked + span, .narrow-down div label input:checked + span {
  color: #fff;
  background: #353535;
  width: auto;
  height: 33px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: bold;
}

/* ---------------------------------------------------------
 　■ ページャー
--------------------------------------------------------- */
.pager {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pager ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.pager ul li a, .pager ul li span {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li a img, .pager ul li span img {
  width: 21px;
}
.pager ul li.active span, .pager ul li.active a {
  color: #fff;
  background: #3C3C3C;
  pointer-events: none;
}

/* ---------------------------------------------------------
 　■ ステータス
--------------------------------------------------------- */
.status-wp {
  position: relative;
}
.status-wp .btn-pill, .status-wp .btn-pill-gy, .status-wp .btn-pill-wh {
  width: 144px;
  height: 36px;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
  margin: 0 auto;
}
.status-wp .btn-pill::after, .status-wp .btn-pill-gy::after, .status-wp .btn-pill-wh::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.status-wp .status-change-box {
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 10px 20px;
  position: absolute;
  top: calc(100% - 5px);
  right: 10px;
  z-index: 1;
  background: #fff;
  width: 200px;
}
.status-wp .status-change-box .radioBox label {
  display: block;
}
.status-wp .status-change-box .radioBox input + span {
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 4px;
}
.status-wp .status-change-box .radioBox input:checked + span {
  background: #646464;
  color: #fff;
}
.status-wp .status-change-box .radioBox input + span::before {
  display: none;
}
.status-wp .status-change-box .radioBox input:checked + span::after {
  display: none;
}
.status-wp .status-change-box .btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.status-wp .status-change-box .btn-group .btn-square,
.status-wp .status-change-box .btn-group .btn-submit {
  font-size: 12px;
  font-weight: normal;
  width: 86px;
  height: 34px;
  padding: 0;
}

/* ---------------------------------------------------------
 　■ モーダル
--------------------------------------------------------- */
div.modaal-container {
  width: 540px;
  height: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.modal-outer {
  display: none;
}

.modal-inner {
  text-align: center;
}
.modal-inner h2 {
  font-size: 24px;
  font-weight: 500;
}
.modal-inner h2 + p {
  margin-top: 25px;
  line-height: 1.5;
}
.modal-inner .btn-group {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 228px;
}
.modal-inner .btn-group .btn-square,
.modal-inner .btn-group .btn-submit {
  font-size: 14px;
  font-weight: normal;
  width: 109px;
  height: 37px;
  padding: 0 0 2px 0;
}

/* ---------------------------------------------------------
 　■ トグルボタン
--------------------------------------------------------- */
.toggle-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3c3c3c;
  border-radius: 30px;
  width: 128px;
  height: 41px;
  padding: 0 5px;
}
.toggle-buttons button {
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 33px;
  font-size: 12px;
  font-weight: 700;
}
.toggle-buttons button.active {
  background: #fff;
  color: #3c3c3c;
}

/* ---------------------------------------------------------
 　■ ぱんくず
--------------------------------------------------------- */
.breadcrumb {
  margin: 1.2820512821vw 0 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    margin: 20px 0 23px;
  }
}
.breadcrumb .inner {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.breadcrumb span {
  font-size: 3.0769230769vw;
  font-weight: bold;
}
.breadcrumb span .current-item {
  color: #979797;
}
.breadcrumb span a,
.breadcrumb span .current-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.0256410256vw;
       column-gap: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  .breadcrumb span {
    font-size: 12px;
  }
  .breadcrumb span a, .breadcrumb span .current-item {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.breadcrumb span:not(:nth-child(1)) a::before {
  content: "";
  background-image: url(../img/breadcrumb-arrow-bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  margin-left: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  .breadcrumb span:not(:nth-child(1)) a::before {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
}
.breadcrumb span span.current-item::before {
  content: "";
  background-image: url(../img/breadcrumb-arrow-gr.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  margin-left: 1.0256410256vw;
}
@media screen and (min-width: 769px) {
  .breadcrumb span span.current-item::before {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
}
.arrow-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #3490dc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: background-color 0.2s;
    font-weight: 700;
    background-color: #FFFFFF;
    border: none;
    padding:  8px 30px 8px 0px;
}

.arrow-btn.up::before {
    content: "↑"; /* 上向き矢印 */
    font-size: 16px;
    transition: transform 0.2s;
    margin-right: 8px;
}

.arrow-btn.down::before {
    content: "↓"; /* 下向き矢印 */
    font-size: 16px;
    transition: transform 0.2s;
    margin-right: 8px;
}
.notice-image-ratio {
  aspect-ratio: 180 / 114;
  object-fit: cover;
}
.notice-image.list {
  width: fit-content;
  height: fit-content;
}
.notice-image.list img {
  width: 180px;
  aspect-ratio: 180 / 114;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .notice-image.list img {
    width: 100%;
    max-width: 216px;
  }
}
/* ---------------------------------------------------------
　■ アカウント詳細
--------------------------------------------------------- */
.common.account.detail.detail_confirm .badge-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common.account.detail.detail_confirm .badge-flex label {
  width: 100%;
  max-width: 270px;
}
.common.account.detail.detail_confirm .badge {
  width: fit-content;
  height: fit-content;
  margin: 0 0 0 auto;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.common.account.detail.detail_confirm .password_close {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.common.account.detail.detail_confirm .password_close img {
  width: 18px;
  height: 18px;
}
.common.account.detail .update-button {
  margin: 0;
  background-color: white;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: #000 solid 1px;
}
.user.stage_reserve .low.sns .jost {
  display: flex;
  gap: 0 15px;
  padding: 3.8461538462vw 0 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .user.stage_reserve .store-info-sec.complete .stage-datail.sns {
    margin-top: 20px;
    margin-left: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
  }
}
.top-page .store-product-list {
  justify-content: space-between;
}
.top-page .store-product-list li {
  width: 16%;
  margin: 0 auto;
}

.top-page .newRelease-sec .slick-dotted.slick-slider .item {
  min-height: 215px;
}
.input-disabled {
  background-color: rgb(207, 207, 207);
  cursor: not-allowed;
  caret-color: transparent;
}
.friend-request.modal-inner .button-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.friend-request.modal-inner .button-list .button-item {
  display: block;
  width: 100px;
  padding: 12px 0;
  border-radius: 10px;
  letter-spacing: 1px;
}
.friend-request.modal-inner .button-list .button-item.button-reject {
  border: 1px solid #000;
}
.friend-request.modal-inner .button-list .button-item.button-pending {
  border: 1px solid #CE27A2;
  color: #CE27A2;
}
.friend-request.modal-inner .button-list .button-item.button-approve {
  background-color: #CE27A2;
  color: #fff;
}
.request-link {
  margin: 0;
}
.modal-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 40px;
}
.component.error-message {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  color: red;
  font-weight: bold;
}
.store.reserve.list .modaal-container {
  overflow: hidden;
}
/*# sourceMappingURL=common.css.map */