@charset "UTF-8";
*:where(:not(iframe,
canvas,
img,
svg,
video,
dialog,
input[type=checkbox],
input[type=radio],
select):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: clip;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  max-inline-size: 100%;
  max-block-size: 100%;
}

img[width="0"] {
  display: none;
}

a,
button {
  cursor: pointer;
  touch-action: manipulation;
}

input,
select,
textarea {
  -webkit-user-select: auto;
  user-select: auto;
  font-family: inherit;
}

textarea {
  white-space: revert;
  word-break: break-all;
  resize: vertical;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
}

td {
  vertical-align: middle;
  word-break: break-all;
}

address {
  font-style: inherit;
}

div,
span {
  color: inherit;
  font-weight: inherit;
}

iframe {
  vertical-align: bottom;
  border: none;
}

:where([hidden]) {
  display: none;
}

:where([disable]) {
  pointer-events: none;
}

html:has(dialog[open]) {
  overflow: hidden;
}

:where(dialog:modal) {
  all: revert;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-line-break: after-white-space;
  user-select: auto;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

@media print, screen and (min-width: 768px) {
  a[href^=tel],
  a[href^=sms] {
    pointer-events: none;
  }
}
a[href="javascript:void(0);"] {
  pointer-events: none;
}

:root {
  --black: #111;
  --dark: #2d2d2d;
  --blue: #0069b7;
  --green: #3d6a80;
  --red: #f86161;
  --title: "Poppins", sans-serif;
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

body.worker {
  --blue: #e56f2d;
}

body.delivery {
  --blue: #54b99c;
}

::selection {
  background: rgba(0, 90, 173, 0.6);
  color: white;
}

::placeholder {
  color: #aeaeae;
}

@media (hover: hover) and (pointer: fine) {
  .hover-op {
    transition: opacity 250ms ease 0s;
  }
  .hover-op:hover {
    opacity: 0.7;
  }
}
html,
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: var(--black);
  line-height: 1.88;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
  .sp {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }
}
[data-textbefore]::before {
  content: attr(data-textbefore) " ";
}

[data-textafter]::after {
  content: " " attr(data-textafter);
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.jcs {
  justify-content: flex-start;
}

.jce {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.jcb {
  justify-content: space-between;
}

.jca {
  justify-content: space-around;
}

.ais {
  align-items: flex-start;
}

.aie {
  align-items: flex-end;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

.flxw {
  flex-wrap: wrap;
}

.flxg {
  flex-grow: 1;
}

.flxd-col {
  flex-direction: column;
}

.flxd-row {
  flex-direction: row;
}

.capsule {
  border-radius: calc(infinity * 1px);
}

.circle {
  border-radius: 50%;
}

.flipx {
  transform: scale(-1, 1);
}

.flipy {
  transform: scale(1, -1);
}

.mt-0_25 {
  margin-top: 0.25em !important;
}

.mt-0_50 {
  margin-top: 0.5em !important;
}

.mt-0_75 {
  margin-top: 0.75em !important;
}

.mt-1_25 {
  margin-top: 1.25em !important;
}

.mt-1_50 {
  margin-top: 1.5em !important;
}

.mt-1_75 {
  margin-top: 1.75em !important;
}

.mt-0 {
  margin-top: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.ml-0_25 {
  margin-left: 0.25em !important;
}

.ml-0_50 {
  margin-left: 0.5em !important;
}

.ml-0_75 {
  margin-left: 0.75em !important;
}

.ml-1_25 {
  margin-left: 1.25em !important;
}

.ml-1_50 {
  margin-left: 1.5em !important;
}

.ml-1_75 {
  margin-left: 1.75em !important;
}

.ml-0 {
  margin-left: 0em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.gap-0_25 {
  gap: 0.25em !important;
}

.gap-0_50 {
  gap: 0.5em !important;
}

.gap-0_75 {
  gap: 0.75em !important;
}

.gap-1_25 {
  gap: 1.25em !important;
}

.gap-1_50 {
  gap: 1.5em !important;
}

.gap-1_75 {
  gap: 1.75em !important;
}

.gap-0 {
  gap: 0em !important;
}

.gap-1 {
  gap: 1em !important;
}

.gap-2 {
  gap: 2em !important;
}

.gap-3 {
  gap: 3em !important;
}

.gap-4 {
  gap: 4em !important;
}

.gap-5 {
  gap: 5em !important;
}

.w-auto {
  width: auto;
}

.w-max {
  width: max-content;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.mb-0_25 {
  margin-bottom: 0.25em !important;
}

.mb-0_50 {
  margin-bottom: 0.5em !important;
}

.mb-0_75 {
  margin-bottom: 0.75em !important;
}

.mb-1_25 {
  margin-bottom: 1.25em !important;
}

.mb-1_50 {
  margin-bottom: 1.5em !important;
}

.mb-1_75 {
  margin-bottom: 1.75em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mlr {
  margin-inline: auto;
}

.ptb-0_25 {
  padding-block: 0.25em !important;
}

.ptb-0_50 {
  padding-block: 0.5em !important;
}

.ptb-0_75 {
  padding-block: 0.75em !important;
}

.ptb-1_25 {
  padding-block: 1.25em !important;
}

.ptb-1_50 {
  padding-block: 1.5em !important;
}

.ptb-1_75 {
  padding-block: 1.75em !important;
}

.ptb-0 {
  padding-block: 0em !important;
}

.ptb-1 {
  padding-block: 1em !important;
}

.ptb-2 {
  padding-block: 2em !important;
}

.ptb-3 {
  padding-block: 3em !important;
}

.ptb-4 {
  padding-block: 4em !important;
}

.ptb-5 {
  padding-block: 5em !important;
}

.plr-0_25 {
  padding-inline: 0.25em !important;
}

.plr-0_50 {
  padding-inline: 0.5em !important;
}

.plr-0_75 {
  padding-inline: 0.75em !important;
}

.plr-1_25 {
  padding-inline: 1.25em !important;
}

.plr-1_50 {
  padding-inline: 1.5em !important;
}

.plr-1_75 {
  padding-inline: 1.75em !important;
}

.plr-0 {
  padding-inline: 0em !important;
}

.plr-1 {
  padding-inline: 1em !important;
}

.plr-2 {
  padding-inline: 2em !important;
}

.plr-3 {
  padding-inline: 3em !important;
}

.plr-4 {
  padding-inline: 4em !important;
}

.plr-5 {
  padding-inline: 5em !important;
}

.p-0_25 {
  padding: 0.25em !important;
}

.p-0_50 {
  padding: 0.5em !important;
}

.p-0_75 {
  padding: 0.75em !important;
}

.p-1_25 {
  padding: 1.25em !important;
}

.p-1_50 {
  padding: 1.5em !important;
}

.p-1_75 {
  padding: 1.75em !important;
}

.p-0 {
  padding: 0em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.dg {
  display: grid;
}

[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.7;
  filter: grayscale(1);
}

[disabled][data-type=div] {
  opacity: 0.3;
}

[disabled][data-type=div] * {
  user-select: none;
}

.ui-lock {
  opacity: 0.8;
  pointer-events: none;
  position: relative;
  user-select: none;
}

.ui-lock.uploading {
  opacity: 1;
}

.ui-lock:not(.uploading):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.0196078431);
  z-index: 100;
}

.ui-lock * {
  pointer-events: none;
}

.form-error:empty {
  display: none;
}

.form-error {
  padding: 0.1em 1em;
  color: #c84949;
  border: 2px solid #c84949;
  border-radius: 5px;
  background: #fce3e3;
  margin-top: 0.5em;
  display: block;
}

body.uploading * {
  pointer-events: none;
}

body.uploading::before {
  content: "";
  display: block;
  position: fixed;
  z-index: calc(infinity);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(180px, 30vw);
  border-radius: calc(infinity * 1px);
  aspect-ratio: 1/1;
  border-width: 8px;
  border-style: solid;
  border-color: #ababab;
  border-top-color: var(--blue);
  animation-name: uploading;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes uploading {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
body.uploading::after {
  content: "アップロード中...";
  position: fixed;
  z-index: calc(infinity);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-weight: bold;
  font-size: clamp(11px, 5vw, 24px);
  padding-inline: 1em;
  background: color-mix(in srgb, var(--blue) 100%, transparent 10%);
  color: white;
}

:root {
  --header-height: calc((100 / 750) * 110 * 1vw);
}

body.material .header {
  background: #0069b7;
}

body.worker .header {
  background: #e56f2d;
}

body.delivery .header {
  background: #54b99c;
}

body:is(.material, .worker, .delivery) .header .logo * {
  fill: white;
}

.header {
  position: fixed;
  inset: 0;
  height: var(--header-height);
  border-bottom: 1px solid #e5e5e5;
  background: white;
  padding-inline: 2.6666666667vw;
  z-index: 80;
}
.header .inner {
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 31.4666666667vw;
  display: block;
  aspect-ratio: 236/70;
}
.header .unit {
  align-items: center;
  display: flex;
  gap: 0;
  flex-shrink: 0;
}
.header .search {
  display: none;
  position: fixed;
  background: white;
  padding-block: 4vw;
  padding-inline: 2.6666666667vw;
  top: var(--header-height);
  left: 0;
  width: 100%;
}
.header .search .box {
  position: relative;
  display: flex;
  padding: 4vw 10vw 4vw 4vw;
  background: #efefef;
  line-height: 1;
  border-radius: 0.6666666667vw;
  font-size: 3.7333333333vw;
  border: 1px solid transparent;
  transition: all 250ms ease 0s;
}
.header .search .box form {
  width: 100%;
}
.header .search .box:focus-within {
  border: 1px solid var(--blue);
}
.header .search .box [type=search] {
  padding-right: 4vw;
  flex-grow: 1;
  width: 100%;
}
.header .search .box [type=search]::placeholder {
  color: #aaaaaa;
}
.header .search .box [type=submit] {
  position: absolute;
  width: 5vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/search.svg");
  aspect-ratio: 1/1;
  background-color: currentColor;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  transform-origin: center center;
  transition: all 250ms ease 0s;
}
.header .search .box [type=search]:focus + [type=submit],
.header .search .box [type=submit]:focus {
  background-color: var(--blue);
  scale: 1.05;
}
.header .search :is(a) {
  text-align: right;
  font-size: 15px;
  margin-inline: auto 0;
  width: max-content;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 9px;
}
.header .search :is(a)::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 20px;
}
.header .regist::before {
  background-image: url("../img/common/icon/beginner.svg");
}
.header .login::before {
  background-image: url("../img/common/icon/key.svg");
}
.header .search .login-nav {
  display: flex;
  margin-top: 3vw;
  gap: 2.6666666667vw;
  justify-content: center;
}
.header .search .login-nav a {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  padding-block: 2.1333333333vw;
  padding-inline: 3.2vw;
  font-size: 3.7333333333vw;
  background: #f7f7f7;
  border-radius: 0.8vw;
  color: #c7cdd8;
}
.header .search .login-nav a::before {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
  width: 5.3333333333vw;
  aspect-ratio: 28/26;
}
.header .search .login-nav a.material::before {
  mask-image: url("../img/common/icon/material.svg");
}
.header .search .login-nav a.worker::before {
  mask-image: url("../img/common/icon/worker.svg");
}
.header .search .login-nav a.delivery::before {
  mask-image: url("../img/common/icon/delivery.svg");
}
.header .search .login-nav a[active] {
  background-color: #f0fdfe;
  color: var(--blue);
}
.header .menu {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 10.6666666667vw;
  border-radius: calc(infinity * 1px);
  background: #efefef;
  position: relative;
}
.header .menu::before {
  content: "";
  width: 4.4vw;
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/menu.svg");
  background-color: var(--blue);
  aspect-ratio: 21/5;
}

body[data-logged=true] .header .search {
  justify-content: flex-end;
  grid-template-areas: "box box box" ". . login-nav";
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
}

.footer {
  background: var(--dark);
  color: white;
}
.footer .inner {
  margin-inline: auto;
  padding-inline: 5.3333333333vw;
}
.footer .unit[data-id="1"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 19.6vw 0;
}
.footer .unit[data-id="1"] .box .item[data-id="1"] {
  display: flex;
  flex-direction: column;
  font-size: 3.4666666667vw;
  font-weight: bold;
  align-items: center;
  border-top: 1px solid white;
}
.footer .unit[data-id="1"] .box .item[data-id="1"] a {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 5.3333333333vw;
  padding-inline: 2.6666666667vw;
  border-bottom: 1px solid white;
}
.footer .unit[data-id="1"] .box .item[data-id="1"] a::before,
.footer .unit[data-id="1"] .box .item[data-id="1"] a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
}
.footer .unit[data-id="1"] .box .item[data-id="1"] a::before {
  background-color: #fff;
  right: 0;
  border-radius: calc(infinity * 1px);
  width: 4.8vw;
  aspect-ratio: 1/1;
  transition: inherit;
}
.footer .unit[data-id="1"] .box .item[data-id="1"] a::after {
  width: 1.6vw;
  aspect-ratio: 7/10;
  right: 1.4666666667vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/arrow.svg");
  background-color: var(--blue);
  transition: inherit;
}
.footer .unit[data-id="1"] .box .item[data-id="2"] {
  font-size: 3.2vw;
  line-height: 1;
  margin-block: 9vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer .unit[data-id="1"] .box .item[data-id="2"] a {
  padding-block: 4.4vw;
  padding-inline: 0vw;
}
.footer .logo {
  display: none;
}
.footer .unit[data-id="2"] {
  padding-block: 3.7333333333vw;
  border-top: 1px solid #888;
}
.footer .unit[data-id="2"] small {
  color: #888;
  font-size: 2.6666666667vw;
  line-height: 1;
  letter-spacing: 0.2666666667vw;
}

html.menu-on {
  overflow: hidden;
}

.sp-menu {
  position: fixed;
  inset: 0;
  z-index: -1;
  transition: all 250ms ease 0s;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.menu-on .sp-menu {
  z-index: calc(infinity);
  pointer-events: auto;
  opacity: 1;
}

.sp-menu .inner {
  position: relative;
  width: 89.3333333333vw;
  background: white;
  height: 100dvh;
  margin-inline: auto 0;
  overflow-y: auto;
  right: -89.3333333333vw;
  padding-bottom: 12vw;
}

.menu-on .sp-menu .inner {
  transition: all 250ms ease 250ms;
  right: 0;
}

.sp-menu .inner .close-menu {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/icon/close.svg");
  background-size: 4vw;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  border-radius: calc(infinity * 1px);
  margin-inline: auto 2.6666666667vw;
  margin-block: 2vw;
  display: block;
}

.sp-menu .inner {
  --inner-padding: calc((100 / 750) * 40 * 1vw);
}

.sp-menu .inner nav {
  background: #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

.sp-menu .inner ul {
  background: white;
}

.sp-menu .inner nav {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}

.sp-menu .unit[data-id="1"] {
  display: flex;
  border-top: 1px solid #e9e9e9;
  align-items: center;
  gap: 4vw;
  position: relative;
  padding-inline: var(--inner-padding);
  padding-block: 5vw;
}

.sp-menu .unit[data-id="1"] .avator {
  flex-shrink: 0;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}

.sp-menu .unit[data-id="1"] .avator img {
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sp-menu .unit[data-id="1"]::after {
  content: "";
  width: 2vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/arrow.svg");
  aspect-ratio: 7/10;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  right: var(--inner-padding);
  translate: 0 -50%;
  transition: all 250ms ease 0s;
}

.sp-menu .unit[data-id="1"] .text {
  display: flex;
  flex-direction: column;
}

.sp-menu .unit[data-id="1"] a {
  padding-right: 6vw;
  word-break: break-all;
}

.sp-menu .unit[data-id="1"] a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sp-menu .inner nav a {
  display: flex;
  width: 100%;
  padding-inline: var(--inner-padding);
  font-size: 3.3333333333vw;
  font-weight: bold;
  position: relative;
  padding-block: 5.3333333333vw;
  transition: all 250ms ease 0s;
}

.sp-menu .inner nav li {
  border-top: 1px solid transparent;
}

.sp-menu .inner nav li + li {
  border-top-color: #e9e9e9;
}

.sp-menu .inner nav li a::after {
  content: "";
  width: 2vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/arrow.svg");
  aspect-ratio: 7/10;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  right: var(--inner-padding);
  translate: 0 -50%;
  transition: inherit;
}

.sp-menu .inner .logout {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.sp-menu .inner .logout a {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}

.sp-menu .inner .logout a span:first-child {
  flex-shrink: 0;
}

.sp-menu .inner .logout a span:last-child {
  font-weight: normal;
  color: #aaaaaa;
  font-size: 3.0666666667vw;
  user-select: none;
  display: block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}

html,
body {
  font-size: 3.4666666667vw;
}

main {
  padding-top: var(--header-height);
}

.u-inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 2.6666666667vw;
}

.u-button :where(a, button) {
  position: relative;
  width: 100%;
  margin-inline: auto;
  display: block;
  padding-block: 3.2vw;
  background: var(--blue);
  color: white;
  font-size: 3.7333333333vw;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.u-button[single] :where(a, button)::after {
  display: none;
}

.u-button[single] :where(a, button) {
  padding-block: 0.05em;
  font-size: 90%;
  font-weight: normal;
  padding-inline: 0.75em;
}

.u-button[red] :where(a, button) {
  background: var(--red);
}

.u-button[black] :where(a, button) {
  color: var(--black);
  background: white;
  box-shadow: inset 0 0 0 2px #999999;
}

.u-button[red-o] :where(a, button) {
  color: var(--red);
  background: white;
  box-shadow: inset 0 0 0 2px var(--red);
}

.u-button :where(a, button)::after {
  transition: all 250ms ease 0s;
  content: "";
  width: 4.8vw;
  display: block;
  border-radius: calc(infinity * 1px);
  background-color: white;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 1.6vw 2.5142857143vw;
  background-position: 55% center;
  position: absolute;
  background-image: url("../img/common/icon/arrow.svg");
  top: 50%;
  translate: 0 -50%;
  right: 2.6666666667vw;
}

.u-button[black] :where(a, button)::after {
  background-color: #999999;
  background-image: url("../img/common/icon/arrow-w.svg");
}

.u-button[red] :where(a, button)::after {
  background-image: url("../img/common/icon/arrow-r.svg");
}

.u-button[red-o] :where(a, button)::after {
  background-color: var(--red);
  background-image: url("../img/common/icon/arrow-w.svg");
}

.u-anchor :where(a, button) {
  color: var(--blue);
  text-decoration: underline;
  transition: all 250ms ease 0s;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 3.2vw;
}

.u-anchor.tar :where(a, button) {
  justify-content: flex-end;
}

.u-anchor :where(a, button)::after {
  content: "";
  width: 1.6vw;
  aspect-ratio: 7/10;
  background-image: url("../img/common/icon/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.u-note {
  background: #f3f3f3;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
}

.u-tag {
  display: flex;
  flex-wrap: wrap;
  color: var(--blue);
  font-weight: bold;
  font-size: 2.4vw;
  gap: 0.5333333333vw;
}

.u-tag .u-tag-item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  gap: 1.2vw;
  padding: 1vw 1vw;
  line-height: 1.2;
  background: #d8edfd;
}

body.worker .u-tag .u-tag-item {
  background: #ffede7;
}

body.delivery .u-tag .u-tag-item {
  background: #d9ffec;
}

.u-tag .u-tag-item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.0666666667vw;
  mask-repeat: no-repeat;
  flex-shrink: 0;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/tag.svg");
  background-color: currentColor;
}

.u-sort {
  display: flex;
  align-items: center;
  gap: 7vw;
  justify-content: flex-end;
}

.u-sort .sort-item {
  display: flex;
  align-items: center;
  gap: 2vw;
  position: relative;
}

.u-sort .sort-item + .sort-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: -3.8vw;
  top: 50%;
  translate: 0 -50%;
}

.u-sort .sort-item::after {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.u-sort .sort-item[sort]::after {
  width: 4vw;
  aspect-ratio: 19/18;
  mask-image: url("../img/common/icon/sort.svg");
  background-color: var(--blue);
}

.u-sort .sort-item[sort] select {
  line-height: 1;
  padding: 0;
  appearance: none;
  direction: rtl;
  border: none;
  text-align: right;
  background: transparent;
  outline: none;
  color: var(--black);
  font-size: 2.9333333333vw;
}

.u-sort .sort-item[detail] {
  display: flex;
  align-items: center;
  gap: 2vw;
  font-size: 2.9333333333vw;
  transition: all 250ms ease 0s;
}

.u-sort .sort-item[detail]::after {
  content: "";
  width: 4vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/adjustments.svg");
  aspect-ratio: 17/18;
  background-color: var(--blue);
}

.u-thumb {
  margin-top: 4vw;
  display: grid;
  gap: 1.3333333333vw;
  grid-template-columns: repeat(3, 1fr);
}

.u-thumb .u-thumb-item {
  overflow: hidden;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 4;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.u-thumb .u-thumb-item[new]::before {
  content: "NEW";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 600;
  color: white;
  font-size: 2.4vw;
  font-family: var(--title);
  padding: 1vw 1.75vw;
  background: var(--red);
}

.u-thumb .u-thumb-item .img {
  position: relative;
  z-index: 1;
}

.u-thumb .u-thumb-item[favorite] .img .favorite {
  mask-image: url("../img/common/icon/heart-on.svg");
  background-color: var(--red);
}

.u-thumb .u-thumb-item .img .favorite {
  position: absolute;
  inset: auto 2vw 2vw auto;
  width: 5.3333333333vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/heart.svg");
  aspect-ratio: 15/13;
  background-color: white;
}

.u-thumb .u-thumb-item img {
  object-fit: cover;
  width: 100%;
  margin-inline: auto;
  display: block;
  height: 100%;
  object-position: center center;
  max-height: 30.6666666667vw;
}

.u-thumb .u-thumb-item a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-thumb .u-thumb-item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
}

.u-thumb .u-thumb-item .body {
  padding-block: 0.9333333333vw;
  padding-inline: 1.8666666667vw;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.u-thumb .u-thumb-item .body a {
  font-size: 2.4vw;
}

.u-thumb .u-thumb-item .body .price {
  font-weight: bold;
  font-size: 3.6vw;
}

.u-thumb .u-thumb-item .body .price::after {
  font-size: 2.4vw;
  font-weight: normal;
}

.u-thumb .u-thumb-item .body .u-tag {
  width: 100%;
  font-size: 2.4vw;
}

.u-thumb .u-thumb-item .body .u-tag-item {
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item {
  font-size: 2.6666666667vw;
}

.breadcrumb a.breadcrumb-item {
  color: var(--blue);
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: var(--black);
  line-height: 1;
  pointer-events: none;
}

body:not(.top-contents) .main .mv {
  text-align: center;
  font-weight: bold;
  padding-block: 5.3333333333vw;
}

body:not(.top-contents) .main .mv h1 {
  font-weight: bold;
  font-size: 3.7333333333vw;
}

.localnav {
  background: #efefef;
}

.localnav .u-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

.localnav .u-inner a {
  display: grid;
  position: relative;
  place-items: center;
  width: 50%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding-block: 4vw;
  color: #a0a0a0;
}

.localnav .u-inner a[active] {
  pointer-events: none;
  user-select: none;
}

.localnav .u-inner a:where([active]) {
  color: var(--black);
}

.localnav .u-inner a::after {
  content: "";
  height: 0.8vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--blue);
  opacity: 0.1;
}

.localnav .u-inner a[active]::after {
  background: var(--blue);
  opacity: 1;
}

.u-boxnav {
  margin-bottom: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  border-radius: 10px;
  padding: 0.5333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #a0a0a0;
  gap: 0.5333333333vw;
  margin-inline: auto;
}

.u-boxnav a {
  display: grid;
  width: 100%;
  border-radius: 6px;
  place-content: center;
  line-height: 1;
  padding-block: 2.1333333333vw;
}

.u-boxnav a[active] {
  background: var(--blue);
  color: white;
  pointer-events: none;
}

.u-narrow {
  margin-inline: auto;
  padding-block: 8vw;
  padding-inline: 5.3333333333vw;
}

.u-narrow {
  gap: 5.3333333333vw 0px;
  display: flex;
  flex-direction: column;
}

.u-narrow .selects {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.6666666667vw;
}

.u-narrow .unit {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
}

.u-narrow .unit label {
  grid-column: 1/1;
}

.u-narrow .unit select {
  grid-column: 2/2;
}

.u-narrow .search {
  display: flex;
  gap: 1.0666666667vw;
}

.u-narrow .search .input {
  border-radius: 4px;
  background: #efefef;
  flex-grow: 1;
  position: relative;
  padding-right: 20px;
  transition: all 250ms ease 0s;
}

.u-narrow .search .input:has(input[type=search]:focus) {
  box-shadow: 0 0 0 1px var(--blue);
}

.u-narrow .search .input:has(input[type=search]:focus)::after {
  background-color: var(--blue);
}

.u-narrow .search .input::after {
  content: "";
  width: 4.5333333333vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/search.svg");
  height: 4.5333333333vw;
  aspect-ratio: 1/1;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3vw;
}

.u-narrow .submit {
  width: 14.4vw;
}

.u-narrow .search input[type=search] {
  padding: 1em;
  width: 100%;
}

.u-narrow .submit button {
  display: grid;
  place-content: center;
  background: var(--blue);
  height: 100%;
  color: white;
  border-radius: 4px;
  font-size: 3.7333333333vw;
  width: 100%;
}

.u-narrow .unit label {
  font-weight: bold;
}

.u-narrow .unit select {
  border: 1px solid #dddddd;
  font-size: 3.7333333333vw;
  padding: 1em 1.68em;
  border-radius: 5px;
  appearance: none;
  outline: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.616%22%20height%3D%2213.503%22%20viewBox%3D%220%200%2023.616%2013.503%22%3E%3Cpath%20fill%3D%22%2300698c%22%20id%3D%22Icon_ionic-ios-arrow-down%22%20d%3D%22M18%2C20.679l8.93-8.937a1.681%2C1.681%2C0%2C0%2C1%2C2.384%2C0%2C1.7%2C1.7%2C0%2C0%2C1%2C0%2C2.391L19.2%2C24.258a1.685%2C1.685%2C0%2C0%2C1-2.327.049L6.68%2C14.14a1.688%2C1.688%2C0%2C0%2C1%2C2.384-2.391Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%2F%3E%3C%2Fsvg%3E");
  background-size: 2.3vw 1.299999999vw;
  background-repeat: no-repeat;
  background-position: 97% center;
  padding-right: 7vw;
}

.u-narrow .u-sort {
  margin-top: 0vw;
}

.u-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.6666666667vw;
}

.u-card-unit {
  position: relative;
  background: white;
  border-radius: 5px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  padding-block: 2.6666666667vw;
  padding-inline: 2.6666666667vw;
  grid-template-columns: auto 1fr;
}

.u-card-unit .category {
  grid-area: category;
  margin-right: 1.3333333333vw;
  grid-row: 1;
  grid-column: span 2;
}

.u-card-unit .category span {
  display: inline-flex;
  grid-column: 1/3;
  width: fit-content;
  color: var(--blue);
  font-weight: bold;
  align-items: center;
  border-radius: 2px;
  gap: 4px;
  font-size: 2.4vw;
  padding: 1.3333333333vw;
  line-height: 1.2;
  background: #d8edfd;
  word-break: break-all;
}

.u-card[red] .category span {
  background: #fdd8d8;
  color: var(--red);
}

.u-card-unit .img {
  grid-area: img;
  background: #000;
  overflow: hidden;
  border-radius: 5px;
  width: 30.6666666667vw;
  height: 26.6666666667vw;
  text-align: center;
  display: grid;
  place-content: center;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  position: relative;
  grid-row: 2;
  grid-column: 1/1;
}

.u-card-unit[new] .img::before {
  content: "NEW";
  font-weight: bold;
  font-family: var(--title);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4vw;
  background: var(--red);
  color: white;
  padding: 0.9333333333vw 1.3333333333vw;
  line-height: 1;
}

.u-card-unit .img img {
  object-fit: contain;
  height: auto;
  max-height: 26.6666666667vw;
  object-position: center;
}

.u-card-unit .names {
  grid-area: names;
  grid-row: 2;
  grid-column: 2/2;
  padding-left: 4vw;
}

.u-card-unit .company {
  grid-area: company;
  margin-top: 2.6666666667vw;
  display: block;
  height: auto;
  font-size: 2.4vw;
}

.u-card-unit .title {
  grid-area: title;
  font-weight: bold;
  font-size: 3.6vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.u-card-unit :where(.address, .day, .price, .time, .date) {
  font-size: 3.2vw;
  display: flex;
  gap: 1.7333333333vw;
  align-items: flex-start;
  position: relative;
}

.u-card-unit .date {
  gap: 0;
}

.u-card-unit .time {
  gap: 0;
}

.u-card-unit :where(.address, .day, .price)::before {
  content: "";
  flex-shrink: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 4vw;
  mask-repeat: no-repeat;
  position: relative;
  top: 1.0666666667vw;
  mask-size: contain;
  mask-position: center;
  background-color: var(--blue);
}

.u-card-unit .address {
  grid-area: address;
  grid-row: 3;
  grid-column: span 2;
}

.u-card-unit .day {
  grid-area: day;
  grid-row: 4;
  grid-column: span 2;
}

.u-card-unit .price {
  grid-area: price;
  grid-row: 5;
  grid-column: span 2;
}

.u-card-unit .price .value {
  flex-shrink: 0;
}

.u-card-unit .price .value::after {
  font-size: 2.4vw;
}

.u-card-unit .address::before {
  mask-image: url("../img/common/icon/pin.svg");
}

.u-card-unit .day::before {
  mask-image: url("../img/common/icon/clock.svg");
}

.u-card-unit .price::before {
  mask-image: url("../img/common/icon/yen.svg");
}

.u-card-unit a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.u-card-unit .favorite {
  position: absolute;
  display: block;
  width: 5.3333333333vw;
  aspect-ratio: 20/17;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url("../img/common/icon/heart.svg");
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  background-color: #9ca3af;
  z-index: 30;
}

.u-card-unit[favorite] .favorite {
  mask-image: url("../img/common/icon/heart-on.svg");
  background-color: var(--red);
}

.u-checkbox {
  display: flex;
  gap: 2vw;
  padding-block: 2vw 3vw;
  flex-wrap: wrap;
}

.u-checkbox[single] {
  gap: 2vw;
}

.u-checkbox :where([type=checkbox], [type=radio]) {
  accent-color: var(--blue);
  aspect-ratio: 1/1;
  width: 4vw;
  margin: 0;
  cursor: pointer;
}

.u-checkbox label {
  cursor: pointer;
  width: fit-content;
  border: 1px solid #d8edfd;
  background: white;
  padding: 4vw 6vw;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 2vw;
  line-height: 1;
  transition: all 250ms ease 0s;
}

.u-checkbox[single] label {
  border: 1px solid transparent;
  gap: 0;
  padding: 0;
}

.u-checkbox label:has(input:checked) {
  background: #e9f5ff;
  color: var(--blue);
  font-weight: bold;
  border-color: var(--blue);
}

.u-link {
  color: var(--blue);
  text-decoration: underline;
}

main .avator {
  text-align: center;
  margin-inline: auto;
}

main .avator .img img {
  display: block;
  border-radius: calc(infinity * 1px);
  margin-inline: auto;
  width: 20vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: contain;
}

main .avator .text {
  font-weight: bold;
  font-size: 4.2666666667vw;
  padding-inline: 0vw;
  word-break: break-all;
  margin-top: 5.3333333333vw;
}

main .avator-upload label {
  display: flex;
  margin-top: 5.3333333333vw;
  padding: 3vw 6vw;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--black);
  font-size: 2.6666666667vw;
  cursor: pointer;
  line-height: 1;
  transition: all 250ms ease 0s;
}

main .article[deco] .u-inner {
  position: relative;
  z-index: 2;
}

main .article[deco] {
  padding-top: 8vw;
}

main .article[deco]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/common/bg_2x.png");
  width: 100%;
  height: 18vw;
}

.u-head {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  padding-block: 2vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid var(--blue);
}

.u-pager ul {
  margin-block: 12vw 1vw;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

.u-pager ul li {
  --width: calc((100 / 750) * 90 * 1vw);
  width: var(--width);
  aspect-ratio: 1/1;
  border-radius: calc(infinity * 1px);
  margin-bottom: 0;
  border: 1px solid #dee2e6;
  transition: all 250ms ease 0s;
  background: #fff;
  overflow: hidden;
  font-size: 2.9333333333vw;
}

.u-pager ul li.dots {
  pointer-events: none;
  background: transparent;
  border: none;
}

.u-pager ul li.dots span {
  display: inline-flex;
  width: 100%;
  height: var(--width);
  justify-content: center;
  align-items: center;
}

.u-pager ul li:first-child {
  border-left: 1px solid #dee2e6;
}

.u-pager ul li:last-child {
  border-right: 1px solid #dee2e6;
}

.u-pager ul li.active a {
  pointer-events: none;
}

.u-pager ul li.active {
  background: var(--blue);
}

.u-pager ul li.active a {
  color: #fff;
}

.u-pager ul li a {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 2.9333333333vw;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.u-pager ul li a i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent var(--black);
}

.u-pager ul li.flipon a i {
  border-width: 4px 4px 4px 0;
  border-color: transparent var(--black) transparent transparent;
}

.login-buttons {
  display: flex;
  font-size: 3.7333333333vw;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  gap: 2.6666666667vw;
  margin-top: 6.6666666667vw;
}

.login-buttons a {
  width: 78.6666666667vw;
  margin-inline: auto;
  gap: 3.2vw;
  border: 2px solid var(--black);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  padding-block: 4vw;
}

.login-buttons a.login {
  background: var(--black);
  color: white;
}

.login-buttons a.regist {
  color: var(--blue);
  border-color: currentColor;
}

.login-buttons a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.7333333333vw;
  height: 5.3333333333vw;
}

.login-buttons a.login::before {
  background-image: url("../img/common/icon/key.svg");
}

.login-buttons a.regist::before {
  background-image: url("../img/common/icon/beginner.svg");
}

.login-buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2.6666666667vw;
  width: 4.8vw;
  aspect-ratio: 1/1;
  background-color: white;
  background-image: url("../img/common/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: 52% 52%;
  background-size: 1.7333333333vw 2.5333333333vw;
  display: block;
  z-index: 2;
  border-radius: calc(infinity * 1px);
}

.login-buttons a.regist::after {
  background-color: var(--blue);
  background-image: url("../img/common/icon/arrow-w.svg");
}

.search-detailbox {
  display: none;
}

.u-niceselect {
  width: 100%;
  padding: 3vw;
  height: auto;
  font-size: 3.7333333333vw;
  line-height: 1;
  float: none;
}

.nice-select:after {
  border-bottom-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-width: 1px;
  border-right-width: 1px;
  height: 1.5vw;
  width: 1.5vw;
  right: 2.3vw;
  transition: none;
}

.selected-tags {
  display: flex;
  margin-top: 1em;
  flex-wrap: wrap;
  gap: 0.5em;
}

.edit-tag {
  display: inline-grid;
  grid-template-columns: 0 auto 1fr;
  align-items: center;
  border-radius: 4px;
  gap: 0 2.2vw;
  padding: 2.4vw 1.9vw;
  line-height: 1.2;
  color: var(--blue);
  font-size: 3vw;
  font-weight: bold;
  background: #d8edfd;
}

body.worker .edit-tag {
  background: #ffede7;
}

body.delivery .edit-tag {
  background: #d9ffec;
}

.edit-tag::before {
  content: "";
}

.remove-tag {
  line-height: 1;
}

.remove-tag::after {
  content: "";
  display: inline-block;
  width: auto;
  aspect-ratio: 1/1;
  height: 5vw;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 0C229.232 0 0 229.232 0 512c0 282.784 229.232 512 512 512c282.784 0 512-229.216 512-512C1024 229.232 794.784 0 512 0zm0 961.008c-247.024 0-448-201.984-448-449.01c0-247.024 200.976-448 448-448s448 200.977 448 448s-200.976 449.01-448 449.01zm181.008-630.016c-12.496-12.496-32.752-12.496-45.248 0L512 466.752l-135.76-135.76c-12.496-12.496-32.752-12.496-45.264 0c-12.496 12.496-12.496 32.752 0 45.248L466.736 512l-135.76 135.76c-12.496 12.48-12.496 32.769 0 45.249c12.496 12.496 32.752 12.496 45.264 0L512 557.249l135.76 135.76c12.496 12.496 32.752 12.496 45.248 0c12.496-12.48 12.496-32.769 0-45.249L557.248 512l135.76-135.76c12.512-12.512 12.512-32.768 0-45.248z"/></svg>');
  background-color: var(--blue);
}

.close-window {
  background: var(--gray);
  background: #b7b7b7;
  margin-inline: auto;
  display: block;
  border-radius: 5px;
  padding: 0.75em 1em;
  font-size: 4vw;
  width: min(1000px, 100% - 2em);
  font-weight: bold;
  margin-block: 2em 8em;
  text-align: center;
}

.close-window:hover {
  opacity: 0.7;
}

.close-window::before {
  content: "プレビューを";
}

/*# sourceMappingURL=style_sp.css.map */
