/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --font-weight-medium: 500;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .mr-auto {
    margin-right: auto;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@charset "UTF-8";
@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("/static/font/NotoSansJP_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url("/static/font/NotoSansJP_Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/font/MaterialSymbolsRounded.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
:root {
  --alto_10: #f6f6f6;
  --alto_20: #e4e4e4;
  --alto_f5: rgb(245, 245, 245);
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --black_87: rgba(var(--black), 0.6);
  --black_70: rgba(var(--black), 0.7);
  --black_60: rgba(var(--black), 0.6);
  --black_50: rgba(var(--black), 0.5);
  --black_38: rgba(var(--black), 0.38);
  --black_30: rgba(var(--black), 0.3);
  --black_12: rgba(var(--black), 0.12);
  --black_10: rgba(var(--black), 0.1);
  --black_02: rgba(var(--black), 0.02);
  --error: #d50000;
  --snackbar: #333;
  --primary: #34b0c0;
  --primary_text: darken(#34b0c0, 0.4);
  --secondary: #4cb8ba;
  --secondary_text: darken(#4cb8ba, 0.4);
  --main: #f1b4bb;
  --main_base: 251, 180, 187;
  --main_12: rgba(241, 180, 187, 0.12);
  --main_04: rgba(241, 180, 187, 0.04);
  --main_dark: 241, 180, 187;
  --main_ontext: #fff;
  --main_text: darken(#34b0c0, 0.4);
  --accent: rgb(241, 180, 187);
  --accent_08: rgba(241, 180, 187, 0.08);
  --accent_ontext: #e98f9a;
  --line: #06c755;
  --pocone_main: #34b0c0;
  --pocone_accent: #540c82;
  --user_main: #0077c5;
  --border: rgba(0, 0, 0, 0.12);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  position: relative;
  line-height: 1.6;
  color: var(--black_87);
  background-color: var(--alto_10);
  overflow-y: scroll;
  font-family: "Noto Sans JP", "NotoSans", "NotoSansCJKJP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, small {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  &:hover {
    opacity: 0.8;
    transition: 0.2s opacity;
  }
}
p, span, a {
  word-break: break-all;
}
ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
dl, dt, dd {
  margin: 0;
}
img, svg {
  vertical-align: middle;
  max-width: 100%;
}
em {
  font-style: normal;
}
a:focus, input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
}
button, input, optgroup, select, textarea {
  line-height: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  &:hover {
    cursor: pointer;
  }
}
select::-ms-expand {
  display: none;
}
input {
  padding: 0;
  height: 5.2rem;
  border-radius: 0.2rem;
  border-width: 0px;
}
select {
  padding: 0;
  border-radius: 0.2rem;
  border-width: 0px;
  background-color: transparent;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  max-height: 70vh;
  resize: vertical;
  border-radius: 0.2rem;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  &:hover {
    opacity: 0.8;
    transition: 0.2s opacity;
  }
}
strong {
  font-weight: normal;
}
p {
  margin: 0;
}
address {
  font-style: normal;
}
figure {
  margin: 0;
}
dfn {
  font-style: normal;
}
i {
  font-style: normal;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  line-height: inherit;
}
label {
  margin-bottom: 0;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: normal;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: none;
}
legend {
  display: table;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
:target {
  scroll-margin-top: 6.4rem;
}
@charset "UTF-8";
.template {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(0deg, rgba(var(--main), 0.04) 0%, rgba(var(--main), 0.04) 100%), linear-gradient(0deg, var(--black_02) 0%, var(--black_02) 100%), rgb(var(--white));
}
.template_notfound {
  position: relative;
  max-width: 50rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@charset "UTF-8";
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\f95b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\f905";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\f95c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\f95d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\f95e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\f95f";
}
.fa-handshake-slash:before {
  content: "\f960";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\f961";
}
.fa-head-side-cough-slash:before {
  content: "\f962";
}
.fa-head-side-mask:before {
  content: "\f963";
}
.fa-head-side-virus:before {
  content: "\f964";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\f965";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\f966";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\f967";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\f968";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\f969";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\f96a";
}
.fa-pump-soap:before {
  content: "\f96b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\f96c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\f96e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\f96f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\f970";
}
.fa-store-slash:before {
  content: "\f971";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\f972";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\f974";
}
.fa-virus-slash:before {
  content: "\f975";
}
.fa-viruses:before {
  content: "\f976";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/font/fa-brands-400.woff2") format("woff2");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/font/fa-regular-400.woff2") format("woff2");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/static/font/fa-solid-900.woff2") format("woff2");
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  &:focus {
    outline: none;
  }
  &.dragging {
    cursor: pointer;
    cursor: hand;
  }
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  &:before, &:after {
    content: "";
    display: table;
  }
  &:after {
    clear: both;
  }
  .slick-loading & {
    visibility: hidden;
  }
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  [dir="rtl"] & {
    float: right;
  }
  img {
    display: block;
  }
  &.slick-loading img {
    display: none;
  }
  display: none;
  &.dragging img {
    pointer-events: none;
  }
  .slick-initialized & {
    display: block;
  }
  .slick-loading & {
    visibility: hidden;
  }
  .slick-vertical & {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
  box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
  animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@charset "UTF-8";
.l_col_1 {
  grid-column: span 1;
}
.l_col_2 {
  grid-column: span 2;
}
.l_col_3 {
  grid-column: span 3;
}
.l_col_4 {
  grid-column: span 4;
}
.l_col_5 {
  grid-column: span 5;
}
.l_col_6 {
  grid-column: span 6;
}
.l_col_7 {
  grid-column: span 7;
}
.l_col_8 {
  grid-column: span 8;
}
.l_col_9 {
  grid-column: span 9;
}
.l_col_10 {
  grid-column: span 10;
}
.l_col_11 {
  grid-column: span 11;
}
.l_col_12 {
  grid-column: span 12;
}
@charset "UTF-8";
.l_block {
  display: block;
}
.l_inline_block {
  display: inline-block;
}
.l_inline {
  display: inline;
}
.l_inline_flex {
  display: inline-flex;
}
@charset "UTF-8";
.l_flex {
  display: flex;
}
.l_flex_reverse {
  -ms-flex-direction: row;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l_flex_column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.l_align_items_flex_start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l_align_items_center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.l_align_items_flex_end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.l_align_items_baseline {
  align-items: baseline;
}
.l_align_content_baseline {
  align-content: baseline;
}
.l_justify_content_flex_start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.l_justify_content_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.l_justify_content_flex_end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.l_justify_content_space_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l_justify_content_space_between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l_flex_wrap {
  box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_flex_nowrap {
  flex-wrap: nowrap;
}
.l_column_gap_16 {
  column-gap: 1.6rem;
}
.l_flex_order_0 {
  order: 0;
}
.l_flex_order_1 {
  order: 1;
}
.l_flex_order_2 {
  order: 2;
}
.l_flex_order_3 {
  order: 3;
}
.flex_1 {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l_flex_pc {
    display: flex;
  }
}
@charset "UTF-8";
.l_layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  @media screen and (min-width: 768px) {
    max-width: calc(102rem + 4.8rem);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  @media screen and (max-width: 767px) {
    max-width: calc(102rem + 3.2rem);
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l_layout_min {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  @media screen and (min-width: 768px) {
    max-width: calc(62.4rem + 4.8rem);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  @media screen and (max-width: 767px) {
    max-width: calc(62.4rem + 3.2rem);
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l_platform {
  width: 100%;
  max-width: 107.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
.l_layout_signup {
  width: 100%;
  max-width: 106.8rem;
  margin-left: auto;
  margin-right: auto;
  @media screen and (min-width: 768px) {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  @media screen and (max-width: 767px) {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@charset "UTF-8";
.l_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}
.l_grid_pc {
  @media screen and (min-width: 768px) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }
}
@charset "UTF-8";
.l_row {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
@charset "UTF-8";
.header {
  &.header_user {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    @media screen and (min-width: 768px) {
      height: 6.4rem;
    }
    @media screen and (max-width: 767px) {
      height: 4.8rem;
    }
    background-color: var(--primary);
    color: var(--black_60);
    z-index: 6;
    &.header_signup {
      background-color: rgb(var(--white));
      @media screen and (max-width: 767px) {
        border-bottom: 1px solid var(--black_12);
      }
      .header_signup_inner {
        display: flex;
        align-items: center;
        height: 100%;
        @media screen and (max-width: 767px) {
          padding-left: .4rem;
          padding-right: .4rem;
        }
      }
      .header_signup_image {
        margin-left: auto;
        margin-right: auto;
        @media screen and (min-width: 768px) {
          padding-right: 10rem;
          height: 3.6rem;
        }
        @media screen and (max-width: 767px) {
          padding-right: 4.8rem;
          height: 3.2rem;
        }
      }
      .header_signup_icon {
        display: flex;
        align-items: center;
        color: var(--black_60);
        .material-symbols-rounded {
          padding: 1.2rem;
        }
      }
      .header_signup_text {
        padding: 1rem 1.6rem 1rem .4rem;
        font-size: 1.6rem;
        color: var(--black_60);
        line-height: normal;
        @media screen and (max-width: 767px) {
          display: none;
        }
      }
    }
    .header_inner {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
    .header_icon {
      width: 3.2rem;
      height: 3.2rem;
      font-size: 2rem;
      color: rgb(var(--white));
    }
    .header_logo {
      width: 11rem;
      height: 3.8rem;
      margin-left: auto;
      margin-right: auto;
      svg {
        height: 100%;
        fill: rgb(var(--white));
      }
    }
    .header_search {
      position: relative;
      display: block;
      width: calc(100% - 4rem);
      height: 3.2rem;
      border-radius: 1.6rem;
      background-color: rgb(var(--white));
      .header_search_icon {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        left: .8rem;
        width: 2rem;
        height: 2rem;
        color: var(--black_30);
        transform: translateY(-50%);
      }
      .header_search_text {
        position: absolute;
        top: 50%;
        left: 3.6rem;
        color: var(--black_60);
        line-height: 1;
        transform: translateY(-50%);
      }
    }
    .header_right_menu {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.2rem;
      height: 3.2rem;
      margin-left: auto;
      .header_right_menu_icon {
        font-size: 2.2rem;
        color: rgb(var(--white));
        &.fa-user-circle {
          font-size: 2.6rem;
        }
      }
    }
    .header_title {
      width: calc(100% - 6.4rem);
      padding-left: .8rem;
      padding-right: .8rem;
      text-align: center;
      white-space: nowrap;
    }
    .header_right_text {
      font-size: 1.2rem;
      white-space: nowrap;
      cursor: pointer;
    }
    &.header_scroll {
      position: fixed;
      left: auto;
      background-color: transparent;
      box-shadow: none;
      .header_title {
        display: none;
      }
      .header_icon {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        color: var(--black_60);
        background-color: rgb(var(--white));
      }
      &.is_active {
        background-color: var(--primary);
        animation: opacity .2s ease;
        .header_title {
          display: block;
        }
        .header_icon {
          text-align: left;
          box-shadow: none;
          color: rgb(var(--white));
          background-color: transparent;
        }
      }
    }
    &.header_transparent {
      position: fixed;
      left: auto;
      background-color: transparent;
      box-shadow: none;
      &::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 12rem;
        background-image: linear-gradient(180deg, rgba(0,0,0,0.80) 0%, rgba(255,255,255,0.00) 100%);
        z-index: -1;
      }
    }
  }
  &.header_platform {
    display: flex;
    align-items: center;
    height: 7.2rem;
    &.header_ct012 {
      @media screen and (max-width: 767px) {
        position: sticky;
        top: 0;
        justify-content: space-between;
        height: 4.8rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        background-color: rgb(var(--white));
        border-bottom: 1px solid var(--black_12);
        z-index: 1;
      }
    }
    .header_logo {
      @media screen and (min-width: 768px) {
        width: 25.6rem;
        padding-left: 2rem;
      }
      @media screen and (max-width: 767px) {
        width: 7rem;
        padding-left: 0;
      }
      .header_logo_link {
        display: block;
      }
      .header_image {
        @media screen and (min-width: 768px) {
          width: auto;
          height: 4.2rem;
        }
        @media screen and (max-width: 767px) {
          width: auto;
          height: 1.8rem;
        }
      }
    }
    .header_action {
      display: flex;
      align-items: center;
    }
    .header_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 4rem;
      margin-left: .8rem;
      color: var(--black_60);
      &:hover {
        opacity: .8;
        cursor: pointer;
      }
      &:first-of-type {
        margin-left: auto;
      }
      .fas {
        font-size: 2.8rem;
      }
    }
  }
  &.header_user_navi {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: var(--black_60);
    z-index: 6;
    @media screen and (min-width: 768px) {
      height: 6.4rem;
    }
    @media screen and (max-width: 767px) {
      height: 4.8rem;
    }
    &.is_active {
      border-bottom: 1px solid var(--black_12);
      background-color: rgb(var(--white));
    }
    &.is_opaque {
      background-color: rgb(var(--white));
    }
    .header_inner {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      @media screen and (min-width: 768px) {
        max-width: calc(102rem + 4.8rem);
        padding-left: 2.4rem;
        padding-right: 2.4rem;
      }
      @media screen and (max-width: 767px) {
        padding-left: .4rem;
        padding-right: .4rem;
      }
    }
    .header_link {
      display: flex;
      align-items: center;
      color: var(--black_60);
      border-radius: 100rem;
      @media screen and (min-width: 768px) {
        padding-right: 1.6rem;
      }
      &:hover {
        box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
      }
      &:focus {
        box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
      }
      &:first-of-type {
        margin-left: auto;
      }
      +.header_link {
        margin-left: .4rem;
      }
    }
    .header_link_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.8rem;
      height: 4.8rem;
    }
    .header_link_text {
      @media screen and (min-width: 768px) {
        font-size: 1.6rem;
        margin-left: .4rem;
      }
      @media screen and (max-width: 767px) {
        display: none;
      }
    }
    &.header_user_subpage {
      .header_title {
        display: -webkit-box;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        color: var(--black_87);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        @media screen and (min-width: 768px) {
          width: calc(100% - 20rem);
          padding-left: 4rem;
          padding-right: 4rem;
        }
        @media screen and (max-width: 767px) {
          width: calc(100% - 9.6rem);
          padding-left: .4rem;
          padding-right: .4rem;
        }
      }
      .header_link:first-of-type {
        margin-left: 0;
      }
      .header_logo {
        text-align: center;
        @media screen and (min-width: 768px) {
          width: calc(100% - 20rem);
        }
        @media screen and (max-width: 767px) {
          width: calc(100% - 9.6rem);
        }
      }
      .header_logo_object {
        @media screen and (min-width: 768px) {
          height: 3.6rem;
        }
        @media screen and (max-width: 767px) {
          height: 3.2rem;
        }
      }
    }
  }
  &.header_supply_navi {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: var(--black_60);
    z-index: 6;
    @media screen and (min-width: 768px) {
      height: 6.4rem;
    }
    @media screen and (max-width: 767px) {
      height: 4.8rem;
    }
    &.is_active {
      border-bottom: 1px solid var(--black_12);
      background-color: rgb(var(--white));
    }
    &.is_opaque {
      background-color: rgb(var(--white));
    }
    .header_inner {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      @media screen and (min-width: 768px) {
        max-width: calc(102rem + 4.8rem);
        padding-left: 2.4rem;
        padding-right: 2.4rem;
      }
      @media screen and (max-width: 767px) {
        padding-left: .4rem;
        padding-right: .4rem;
      }
    }
    .header_link {
      display: flex;
      align-items: center;
      color: var(--black_60);
      border-radius: 100rem;
      @media screen and (min-width: 768px) {
        padding-right: 1.6rem;
      }
      &:hover {
        box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
      }
      &:focus {
        box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
      }
      &:first-of-type {
        margin-left: auto;
      }
      +.header_link {
        margin-left: .4rem;
      }
    }
    .header_link_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.8rem;
      height: 4.8rem;
    }
    .header_link_text {
      @media screen and (min-width: 768px) {
        font-size: 1.6rem;
        margin-left: .4rem;
      }
      @media screen and (max-width: 767px) {
        display: none;
      }
    }
    &.header_user_subpage {
      .header_title {
        display: -webkit-box;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        color: var(--black_87);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        @media screen and (min-width: 768px) {
          width: calc(100% - 20rem);
          padding-left: 4rem;
          padding-right: 4rem;
        }
        @media screen and (max-width: 767px) {
          width: calc(100% - 9.6rem);
          padding-left: .4rem;
          padding-right: .4rem;
        }
      }
      .header_link:first-of-type {
        margin-left: 0;
      }
      .header_logo {
        text-align: center;
        @media screen and (min-width: 768px) {
          width: calc(100% - 20rem);
        }
        @media screen and (max-width: 767px) {
          width: calc(100% - 9.6rem);
        }
      }
      .header_logo_object {
        @media screen and (min-width: 768px) {
          height: 3.6rem;
        }
        @media screen and (max-width: 767px) {
          height: 3.2rem;
        }
      }
    }
  }
}
@charset "UTF-8";
.align {
  display: flex;
  .align_item {
    width: 50%;
    padding: 1.6rem;
    border-radius: .4rem;
    border: 1px solid var(--black_12);
    &:last-of-type {
      margin-left: 1.6rem;
    }
  }
  .align_title {
    text-align: center;
    margin-bottom: 1.6rem;
    font-weight: 500;
  }
  .align_icon {
    color: var(--black_30);
    &.align_icon_out {
      transform: rotate(180deg);
    }
  }
}
.category_filter_area {
  position: sticky;
  width: 100%;
  background-color: rgb(var(--white));
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1);
  z-index: 199;
  @media screen and (min-width: 768px) {
    top: 6.4rem;
  }
  @media screen and (max-width: 767px) {
    top: 5.6rem;
  }
  .category_filter_inner {
    width: 100%;
    height: 100%;
    @media screen and (min-width: 768px) {
      max-width: calc(102rem + 4.8rem);
      padding-left: 2.4rem;
      padding-right: 2.4rem;
      margin-left: auto;
      margin-right: auto;
    }
    @media screen and (max-width: 767px) {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
    .category_filter_content {
      display: flex;
      align-items: center;
      gap: 2.4rem;
      height: 4.8rem;
      padding: 1.6rem 0;
      position: relative;
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      @media screen and (max-width: 767px) {
        padding: 1.6rem 0;
        justify-content: space-between;
      }
      &.is_hidden {
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0;
        overflow: hidden;
      }
      .category_info {
        display: flex;
        align-items: center;
        height: 4.8rem;
        padding: 0.4rem 0;
        gap: 0.8rem;
        .category_label {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 500;
          color: var(--black_60);
          white-space: nowrap;
          line-height: 1.6;
        }
        .selected_category_name {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          color: var(--black_60);
          white-space: nowrap;
          line-height: 1.6;
        }
      }
      .category_toggle_button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        height: 3.2rem;
        min-width: 7.6rem;
        padding: 0 1.2rem;
        background-color: transparent;
        border: 1px solid var(--accent);
        border-radius: 0.4rem;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        color: var(--accent);
        cursor: pointer;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
        @media screen and (max-width: 767px) {
          min-width: 7.6rem;
          padding: 0 1.2rem;
          border-radius: 0.4rem;
          border: 1px solid var(--accent);
          background-color: white;
        }
        &:hover {
          background-color: rgba(var(--accent), 0.04);
        }
        &:active {
          background-color: rgba(var(--accent), 0.08);
        }
        .category_toggle_text {
          font-weight: 400;
          line-height: 1.6;
          white-space: nowrap;
          color: var(--accent);
        }
        .category_toggle_icon {
          font-size: 20px;
          color: var(--accent);
          transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
          width: 20px;
          height: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }
    .category_list {
      position: relative;
      z-index: 9999;
      background-color: rgb(var(--white));
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px);
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      max-height: 0;
      overflow: hidden;
      @media screen and (min-width: 768px) {
        border-top: 1px solid var(--border);
      }
      .category_list_inner {
        display: flex;
        padding: 16px 0px;
        flex-direction: column;
        align-items: flex-start;
        @media screen and (min-width: 768px) {
          max-width: calc(102rem + 4.8rem);
          margin-left: auto;
          margin-right: auto;
        }
        .category_buttons {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          overflow-x: auto;
          scroll-behavior: smooth;
          scrollbar-width: none;
          -ms-overflow-style: none;
          &::-webkit-scrollbar {
            display: none;
          }
          .category_button {
            display: inline-flex;
            align-items: center;
            padding: 0 1.2rem;
            background-color: var(--alto_10);
            border-radius: 24px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.6;
            text-decoration: none;
            color: var(--black_60);
            cursor: pointer;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
            height: 32px;
            &.is_selected {
              background-color: var(--accent);
              border-color: var(--accent);
              color: rgb(var(--white));
              font-weight: 500;
              box-shadow: 0 2px 8px rgba(241, 180, 187, 0.08);
            }
            .category_button_text {
              line-height: 1.6;
              white-space: nowrap;
            }
          }
        }
        .category_close_button {
          display: flex;
          align-items: center;
          justify-content: center;
          width: auto;
          padding: 8px 16px;
          margin-top: 1.6rem;
          margin-left: auto;
          background-color: transparent;
          border: none;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.6;
          color: var(--black_60);
          cursor: pointer;
          transition: color 0.2s ease;
          .category_close_text {
            line-height: 1.6;
          }
        }
      }
      &.is_open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        max-height: 400px;
      }
    }
  }
}
@charset "UTF-8";
.title {
  font-weight: 500;
  color: var(--black_87);
}
.title_user {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 3.2rem;
  margin-bottom: .8rem;
}
.title_default {
  font-size: 1.3rem;
}
.title_10 {
  font-size: 1rem;
}
.title_11 {
  font-size: 1.1rem;
}
.title_12 {
  font-size: 1.2rem;
}
.title_13 {
  font-size: 1.3rem;
}
.title_15 {
  font-size: 1.5rem;
}
.title_18 {
  font-size: 1.8rem;
  font-weight: 500;
}
.title_22 {
  font-size: 2.2rem;
  font-weight: 500;
}
@charset "UTF-8";
.input {
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border: 1px solid var(--black_60);
  border-radius: .4rem;
  color: var(--black_87);
  background-color: rgb(var(--white));
  &.input_fill {
    background-color: var(--alto_10);
    border: none;
  }
}
.input_helper {
  font-size: 1.2rem;
  color: var(--black_60);
}
.input_helper_platform {
  font-size: 1.2rem;
  color: var(--black_60);
}
.input_layout_title {
  width: 38%;
  @media screen and (min-width: 768px) {
    padding-right: 2.4rem;
  }
  @media screen and (max-width: 767px) {
    padding-right: 1.6rem;
  }
}
.input_layout_object {
  width: 62%;
}
.input_image_object {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.input_icon {
  position: relative;
  display: block;
  &::before {
    position: absolute;
    top: 50%;
    left: .8rem;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.6rem;
    color: var(--black_60);
    text-align: center;
    transform: translateY(-50%);
  }
  &.input_icon_mail {
    &::before {
      content: '\f0e0';
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
    }
    .input {
      padding-left: 3.8rem;
    }
  }
  &.input_icon_password {
    &::before {
      content: '\f084';
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
    }
    .input {
      padding-left: 3.8rem;
    }
  }
  &.input_icon_user::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_lock::before {
    content: '\f084';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_birth::before {
    content: '\f1fd';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_heart::before {
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_office::before {
    content: '\f1ad';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_pin::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_address_card::before {
    content: '\f2bb';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
  }
  &.input_icon_calendar {
    &::before {
      content: '\ebcc';
      font-family: "Material Symbols Rounded";
    }
    .input {
      padding-left: 4.4rem;
    }
  }
  .input {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
.input_password {
  position: relative;
  .input.input_signup {
    padding-right: 5.2rem;
  }
  .input_password_icon {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    color: var(--black_38);
    &:hover {
      cursor: pointer;
    }
    &.is_active {
      color: var(--main);
    }
  }
}
.input_user_mail, .input_user_password {
  &::before {
    left: 1.6rem;
    width: auto;
    height: auto;
    font-size: 2.4rem;
    color: var(--black_60);
  }
  .input_material {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
    color: var(--black_60);
  }
  .input {
    padding-left: 4.8rem;
  }
}
.input_seach {
  position: relative;
  width: calc(100% - 9.1rem);
  .close {
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    svg {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  .input_search_submit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: .8rem;
    width: 2rem;
    height: 2rem;
    color: var(--black_30);
    transform: translateY(-50%);
  }
  .input_search_object {
    width: 100%;
    height: 3.2rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    border-radius: 1.6rem;
  }
}
.input_seach_cancel {
  width: calc(7.5rem + 1.6rem);
  text-align: right;
  color: rgb(var(--white));
}
.header_user .input_seach {
  width: calc(100% - 4rem);
  margin-left: auto;
}
.input_payjp {
  display: flex;
  align-items: center;
  height: 5.2rem;
}
.iframe {
  aspect-ratio: 16 / 9;
  iframe {
    width: 100% !important;
    max-height: 26.3rem;
  }
}
@charset "UTF-8";
.select {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: 5.2rem;
  border: 1px solid var(--black_60);
  border-radius: .4rem;
  color: var(--black_87);
  &::before {
    position: absolute;
    right: 1.2rem;
    width: 1rem;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    pointer-events: none;
  }
  &.select_fill {
    select {
      background-color: var(--alto_10);
    }
    border: none;
  }
  select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 1.2rem;
    padding-right: 3.4rem;
    background-color: rgb(var(--white));
    color: inherit;
  }
}
@charset "UTF-8";
.button_outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border: 1px solid var(--accent);
  border-radius: 100rem;
  color: var(--accent);
  background-color: transparent;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-radius: 100rem;
  color: rgb(var(--white));
  background-color: var(--accent);
  font-weight: 500;
  @media screen and (min-width: 768px) {
    max-width: 34.3rem;
  }
  &:disabled, &.is_disabled {
    background-color: var(--black_30);
    color: rgb(var(--white));
    border: none;
    &:hover {
      cursor: not-allowed;
    }
  }
  &.button_outline {
    max-width: 32rem;
    width: 100%;
    height: 5rem;
    border: 1px solid var(--accent);
    color: var(--accent);
    background-color: transparent;
  }
}
a.button_outline {
  display: flex;
  align-items: center;
}
.button_min {
  height: 3.2rem;
  i {
    @media screen and (min-width: 768px) {
      margin-right: .4rem;
    }
  }
}
.button_middle {
  height: 4rem;
  i {
    margin-right: .8rem;
  }
}
.button_dots {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: .8rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  .button_dots_object {
    height: 1.8rem;
  }
}
.template_pconly .button {
  max-width: 32rem;
}
.button_tips {
  display: block;
  padding: .8rem;
  color: var(--black_60);
  &:hover {
    cursor: pointer;
  }
}
.button_csv_download {
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 24px;
  gap: 8px;
  height: 40px;
  border: 1px solid var(--accent);
  border-radius: 100rem;
  color: var(--accent);
  background-color: rgb(var(--white));
}
.button_container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.button_add_supply {
  padding-left: 16px;
  padding-right: 24px;
  gap: 8px;
  height: 40px;
}
@charset "UTF-8";
.card {
  padding: 2.4rem;
  background-color: rgb(var(--white));
  border-radius: .8rem;
  .card_image {
    background-color: var(--alto_10);
    object-fit: cover;
  }
  &.card_map {
    position: fixed;
    display: block;
    bottom: 7.2rem;
    width: 100%;
    padding: 0;
    max-width: 50rem;
    pointer-events: none;
    background-color: transparent;
    .card_item {
      display: block;
      width: calc(100% - 3.2rem);
      height: 11.6rem;
      padding: .8rem;
      margin-left: auto;
      margin-right: auto;
      color: var(--black_87);
      background-color: rgb(var(--white));
      border-radius: .4rem;
      box-shadow: 0px 2px 4px var(--black_30);
      pointer-events: auto;
    }
    .card_image {
      display: block;
      width: 12rem;
      height: 10rem;
      background-color: var(--black_30);
      border-radius: .4rem;
    }
  }
  &.card_height {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    .card_item {
      width: calc(50% - .4rem);
      margin-bottom: 1.6rem;
      border-radius: .4rem;
      overflow: hidden;
      box-shadow: 0px 2px 8px rgba(black, .12);
      cursor: pointer;
      transition: .2s box-shadow;
      &:nth-of-type(odd) {
        margin-right: .4rem;
      }
      &:nth-of-type(even) {
        margin-left: .4rem;
      }
      &:hover {
        opacity: 1;
        transition: .2s box-shadow;
        box-shadow: 0px 2px 12px rgba(black, .3);
      }
    }
    .card_bottom {
      height: 12.8rem;
      padding: .8rem;
      text-align: left;
      background-color: rgb(var(--white));
    }
    .card_textwrap {
      height: 8.4rem;
    }
    .card_image {
      width: 100%;
      height: 13rem;
    }
  }
  &.card_review {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    .card_item {
      width: 100%;
      margin-bottom: 1.6rem;
      border-radius: .4rem;
      overflow: hidden;
      box-shadow: box_shadow(card);
      cursor: pointer;
      transition: .2s box-shadow;
      background-color: rgb(var(--white));
      padding: 1rem;
      &:hover {
        opacity: 1;
        transition: .2s box-shadow;
        box-shadow: 0px 2px 12px rgba(black, .3);
      }
      .card_image {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
      }
      .card_information {
        margin-left: 8px;
        font-size: 1.2rem;
      }
      .card_bottom {
        padding: 1rem;
        font-size: 1.3rem;
        background-color: var(--alto_10);
        border-radius: 0.4rem;
      }
    }
  }
  &.card_used {
    padding: 0;
    .card_item {
      position: relative;
      display: flex;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      border-bottom: 1px solid var(--black_12);
    }
    .card_textwrap {
      width: calc(100% - 6.6rem);
      padding-right: .8rem;
    }
    .card_image {
      width: 8rem;
      height: 8rem;
      border-radius: .4rem;
    }
  }
}
.card_dashboard {
  position: relative;
  min-height: 16.7rem;
  padding: 2.4rem;
  background-color: rgb(var(--white));
  border-radius: .8rem;
  &.card_info {
    color: rgb(var(--white));
    background-color: var(--primary);
    .card_image {
      position: absolute;
      right: 4%;
      bottom: 0;
      width: 26%;
    }
  }
  .card_text {
    width: 60%;
  }
}
.card_navi {
  display: block;
  border-radius: .8rem;
  width: 32rem;
  max-width: 100%;
  margin-right: 2.4rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px var(--black_12);
  margin-bottom: 1.6rem;
  .card_image {
    width: 100%;
    height: 8.8rem;
    object-fit: cover;
  }
  .card_text {
    padding: 1.6rem;
    background-color: rgb(var(--white));
  }
}
.card_site {
  display: flex;
  background-color: rgb(var(--white));
  border-radius: .8rem;
  box-shadow: 0px 0px 10px var(--black_12);
  overflow: hidden;
  .card_image {
    width: 20rem;
    height: 100%;
    min-height: 15rem;
    object-fit: cover;
  }
  .card_text {
    padding: 1.6rem;
  }
}
.card_userimagetext {
  display: flex;
  &.more_content.is_active {
    display: flex;
  }
  &:last-of-type {
    padding-bottom: 0;
  }
  +.card_userimagetext {
    padding-top: 1.6rem;
    border-top: 1px solid var(--black_12);
  }
  .card_userimagetext_image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 4rem;
    object-fit: cover;
  }
  .card_userimagetext_icon {
    font-size: 2.4rem;
    color: var(--black_60);
  }
  .card_userimagetext_text {
    color: var(--black_60);
  }
  .card_userimagetext_area {
    width: calc(100% - 8.8rem);
    padding-left: .8rem;
    padding-right: 1.6rem;
    color: var(--black_60);
  }
  .card_userimagetext_time {
    width: 4rem;
    margin-left: auto;
    text-align: right;
    color: var(--black_60);
  }
  .card_userimagetext_title {
    margin-bottom: .4rem;
    color: var(--black_87);
  }
}
.template_pconly {
  .card_userimagetext {
    padding: 2.4rem;
    background-color: rgb(var(--white));
    border-radius: .8rem;
    box-shadow: 0px 0px 10px var(--black_12);
    +.card_userimagetext {
      border: none;
    }
    .card_userimagetext_area {
      width: calc(100% - 20rem);
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      color: var(--black_60);
    }
    .card_userimagetext_time {
      width: 12rem;
    }
  }
}
@charset "UTF-8";
.checkbox {
  display: flex;
  align-items: center;
  .checkbox_input {
    width: 1.4rem;
    height: 1.4rem;
  }
  .checkbox_text {
    margin-left: .8rem;
  }
}
.checkbox_form {
  height: 2.2rem;
  position: relative;
  cursor: pointer;
  .check_icon_empty {
    color: var(--black_60);
  }
  .check_icon_checked {
    color: var(--main);
    display: none;
  }
  &.input_fill {
    background-color: var(--alto_10);
    border: none;
    border-radius: .4rem;
    height: 5.2rem;
  }
}
.checkbox_form_input {
  display: none;
  &:checked + .checkbox_form {
    .check_icon_empty {
      display: none;
    }
    .check_icon_checked {
      display: inline-block;
    }
    &.input_fill {
      border: 2px solid var(--main);
    }
  }
}
@charset "UTF-8";
.map {
  .map_object {
    height: 100vh;
  }
  .map_fab {
    position: fixed;
    display: block;
    bottom: 20.4rem;
    width: 100%;
    max-width: 50rem;
    pointer-events: none;
  }
  .fab {
    position: static;
    margin-left: auto;
    margin-right: 1.6rem;
    pointer-events: auto;
  }
}
@charset "UTF-8";
.list {
  &.list_oneline {
    +.list_oneline {
      margin-top: .8rem;
    }
    .list_item {
      position: relative;
      display: block;
      padding: 1.6rem;
      border-bottom: 1px solid var(--alto_10);
      color: var(--black_87);
      background-color: rgb(var(--white));
      &.border_none {
        border: none;
      }
    }
    .list_icon {
      position: absolute;
      top: 50%;
      right: .8rem;
      color: var(--black_60);
      transform: translateY(-50%);
    }
    .list_text {
      width: calc(100% - 2.4rem);
    }
  }
  &.list_used {
    .list_item {
      position: relative;
      display: flex;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      border-bottom: 1px solid var(--black_12);
    }
    .list_textwrap {
      padding-right: .8rem;
    }
    .list_image {
      width: 8rem;
      height: 8rem;
      border-radius: .4rem;
    }
    .list_action {
      margin-left: auto;
    }
  }
}
@charset "UTF-8";
.fab {
  position: absolute;
  right: 1.6rem;
  bottom: 8.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: var(--secondary);
  box-shadow: 0px 2px 4px var(--black_30);
  z-index: 2;
  &.fab_mini {
    width: 4rem;
    height: 4rem;
    background-color: rgb(var(--white));
  }
  &.fab_big {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1rem;
    &.fab_icon {
      color: rgb(var(--white));
      flex-flow: column;
      bottom: -3.2rem;
      row-gap: 0.2rem;
      i {
        font-size: 2.8rem;
      }
    }
  }
}
.fab_extend {
  position: fixed;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%);
  .fab_extend_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border-radius: 4rem;
    color: rgb(var(--white));
    background-color: var(--primary);
  }
}
@charset "UTF-8";
.hero {
  position: relative;
  display: block;
  width: 100%;
  height: 20.8rem;
  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12rem;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 50%, rgba(0,0,0,0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }
  &.hero_big {
    height: 25.6rem;
  }
  .hero_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: .8rem;
    font-size: 1.7rem;
    color: rgb(var(--white));
    text-shadow: 0 0 4px rgba(0,0,0,0.50);
    pointer-events: none;
    z-index: 2;
  }
  .slick-dotted + .hero_text {
    padding-bottom: .8rem;
  }
  .hero_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@charset "UTF-8";
.division {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  line-height: 4.4rem;
}
@charset "UTF-8";
.bottom {
  position: fixed;
  bottom: 0;
  &.bottom_button {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: inherit;
    padding: .8rem 1.6rem;
    background-color: rgb(var(--white));
    border-top: 1px solid var(--black_12);
    z-index: 1;
  }
  &.bottom_chat {
    width: 100%;
    display: flex;
    align-items: flex-end;
    max-width: inherit;
    padding: .8rem 1.6rem;
    background-color: rgb(var(--white));
    border-top: 1px solid var(--black_12);
    z-index: 1;
    .bottom_button_send {
      width: 3.2rem;
      height: 4rem;
      color: var(--primary);
      margin-left: 1.6rem;
      &:disabled {
        color: var(--black_30);
      }
    }
    .bottom_button_sub {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.2rem;
      height: 4rem;
      color: var(--black_60);
      margin-right: 1.6rem;
    }
    .bottom_icon {
      font-size: 2.6rem;
    }
  }
  &.bottom_text {
    width: 100%;
    max-width: inherit;
    height: 5.6rem;
    padding: .8rem 1.6rem;
    background-color: rgb(var(--white));
    border-top: 1px solid var(--black_12);
    z-index: 1;
  }
}
.template_pconly {
  .bottom {
    left: calc(50% + 12.8rem);
    width: calc(100% - 25.6rem);
    max-width: none;
    transform: translateX(-50%);
    &.bottom_button {
      justify-content: center;
      padding: .8rem 2.4rem;
      background-color: rgb(var(--white));
    }
    &.bottom_chat {
      padding: .8rem 2.4rem;
    }
  }
}
@charset "UTF-8";
.camera {
  position: relative;
  width: 100%;
  height: 100%;
  .camera_canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .camera_video {
    position: absolute;
    top: 0;
    z-index: -1;
    video {
      width: 100%;
    }
  }
}
@charset "UTF-8";
.snackbar {
  display: none;
  &.is_active {
    position: fixed;
    bottom: 6.4rem;
    max-width: inherit;
    display: block;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    animation: opacity .2s ease;
    z-index: 2;
    .snackbar_text {
      width: 100%;
      min-height: 4.8rem;
      display: flex;
      align-items: center;
      padding: .6rem 1.6rem;
      color: rgb(var(--white));
      background-color: var(--snackbar);
      border-radius: .4rem;
    }
  }
}
.template_pconly {
  .snackbar.is_active {
    left: 2.4rem;
    max-width: calc(100vw - 25.6rem);
    padding-left: 0;
    padding-right: 0;
    .snackbar_inner {
      max-width: 107.2rem;
    }
  }
}
@charset "UTF-8";
.chips {
  display: inline-flex;
  padding-left: .8rem;
  padding-right: .8rem;
  color: rgb(var(--white));
  background-color: var(--main);
  border-radius: 4rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.chips_rectangle {
  display: inline-flex;
  color: var(--main_ontext);
  background-color: var(--main);
  border-radius: .4rem;
  @media screen and (min-width: 768px) {
    padding: .6rem .8rem;
    font-size: 1.4rem;
    height: 3.4rem;
  }
  @media screen and (max-width: 767px) {
    padding: .4rem .6rem;
    font-size: 1.2rem;
    height: 2.7rem;
  }
}
.chips_side {
  flex: 1;
}
.chips_filter {
  display: block;
  &:hover {
    cursor: pointer;
  }
  .chips_input {
    display: none;
    & + .chips_entity {
      display: inline-flex;
      align-items: center;
      min-width: 4rem;
      min-height: 3.2rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      text-align: center;
      border-radius: 4rem;
      background-color: var(--alto_10);
    }
    &:checked + .chips_entity {
      color: rgb(var(--white));
      background-color: var(--accent);
      &::before {
        content: "\e876";
        font-family: "Material Symbols Rounded";
        margin-right: .8rem;
        font-size: 1.6rem;
      }
    }
  }
}
@charset "UTF-8";
.sheet {
  display: none;
  &.is_active {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 50rem;
    background-color: var(--black_30);
    z-index: 10;
    .sheet_shape {
      transform: translateY(0%);
      animation: sheet .2s;
    }
    .button {
      pointer-events: auto;
    }
  }
  .sheet_shape {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 50rem;
    background-color: rgb(var(--white));
    border-radius: 1.6rem 1.6rem 0 0;
    transform: translateY(100%);
    transition: .2s transform;
  }
  .sheet_inner {
    width: 100%;
    height: 45.5rem;
    padding-top: 5.3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 9.9rem;
    overflow-y: scroll;
    &.sheet_inner_single {
      height: 24.7rem;
    }
    &.sheet_inner_double {
      height: 34.2rem;
    }
  }
  .sheet_title {
    position: absolute;
    top: 0;
    width: calc(100% - 3.2rem);
    border-bottom: 1px solid var(--black_12);
    text-align: center;
    background-color: rgb(var(--white));
  }
  .sheet_title_text {
    position: relative;
    padding: 1.6rem;
  }
  .bottom_button {
    position: absolute;
    bottom: 0;
    max-width: 50rem;
  }
  .button {
    pointer-events: none;
  }
  .close {
    right: -.8rem;
  }
}
.sheet_search {
  display: none;
  &.is_active {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 50rem;
    background-color: var(--black_30);
    z-index: 10;
    .button {
      pointer-events: auto;
    }
  }
  .sheet_inner {
    height: 100%;
  }
  .sheet_header {
    display: flex;
    align-items: center;
    height: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background-color: var(--primary);
  }
  .sheet_body {
    height: 100%;
    background-color: rgb(var(--white));
  }
  &.sheet_ct012 {
    .sheet_inner {
      background-color: rgb(var(--white));
      overflow-y: scroll;
    }
    .sheet_header {
      position: absolute;
      top: 0;
      display: flex;
      align-items: center;
      width: 100%;
      height: 5rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      background-color: rgb(var(--white));
      z-index: 1;
    }
    &.sheet_link_ct012 {
      @media screen and (min-width: 768px) {
        display: none !important;
      }
      &.is_active {
        @media screen and (max-width: 767px) {
          max-width: none;
        }
      }
      .sheet_body {
        .sheet_body_inner {
          padding-top: 6.6rem;
          padding-bottom: 10.8rem;
          padding-left: 0;
          padding-right: 0;
        }
        .sheet_line {
          display: flex;
          align-items: center;
          height: 4.8rem;
          padding-left: 2rem;
          padding-right: 2rem;
          color: var(--black_60);
          &.is_current {
            background-color: rgba(var(--user_main), .2);
          }
        }
        .sheet_line_icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2rem;
          height: 2rem;
          margin-right: 2rem;
          font-size: 1.8rem;
          fill: var(--black_60);
        }
        .sheet_line_text {
          width: calc(100% - 4rem);
        }
      }
    }
    .sheet_body {
      .sheet_body_inner {
        padding: 6.6rem 1.6rem 10.8rem 1.6rem;
        .sheet_button_container {
          transform: translateX(-0.8rem);
          >button {
            span {
              line-height: 1.9rem;
            }
            img {
              width: 1.5rem;
              height: 1.5rem;
              margin-left: .95rem;
            }
          }
        }
      }
    }
    .sheet_icon {
      position: absolute;
      top: .9rem;
      right: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.2rem;
      height: 3.2rem;
      font-size: 2rem;
      fill: var(--black_87);
      z-index: 3;
    }
    .sheet_title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-align: center;
      white-space: nowrap;
      border-bottom: 1px solid var(--black_12);
    }
  }
}
.sheet_image {
  display: none;
  &.is_active {
    position: fixed;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 50rem;
    background-color: var(--black_30);
    z-index: 10;
    transform: translateX(-50%);
    @include mq(mobile) {
      left: 0;
      transform: none;
    }
    .button {
      pointer-events: auto;
    }
  }
  .sheet_inner {
    height: 100%;
  }
  .sheet_header {
    display: flex;
    align-items: center;
    height: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background-color: rgba(0,0,0,.5);
  }
  .sheet_icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
    color: rgb(var(--white));
  }
  .sheet_title {
    width: calc(100% - 6.4rem);
    padding-left: .8rem;
    padding-right: .8rem;
    color: rgb(var(--white));
    text-align: center;
    white-space: nowrap;
  }
  .sheet_body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 4.8rem;
    background-color: rgba(0,0,0,.5);
  }
  .sheet_object {
    max-height: 100%;
  }
}
.sidesheet {
  background-color: white;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  box-shadow: 0px 0px 10px var(--black_12);
  height: 100vh;
  z-index: 10;
  .sidesheet_header {
    padding: 2.2rem 1.6rem;
    border-bottom: 1px solid var(--black_12);
    display: flex;
    justify-content: space-between;
    .sidesheet_title {
      font-size: 1.8rem;
    }
  }
  .sidesheet_body {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: calc(100vh - 14rem);
    overflow-y: auto;
    .sidesheet_input_text {
      height: 4rem;
    }
    .chips_entity {
      font-size: 1.3rem;
      text-align: left;
      display: inline-flex;
    }
    .check_actions {
      column-gap: 1.6rem;
      .link_default {
        line-height: 1;
        font-size: 1.3rem;
        cursor: pointer;
      }
    }
    .item_text {
      font-size: 1.3rem;
    }
    &.footer_none {
      height: calc(100vh - 7.3rem);
    }
  }
  .sidesheet_footer {
    display: flex;
    width: 100%;
    padding: 0.8rem 1.6rem;
    border-top: 1px solid var(--black_12);
    column-gap: 1.6rem;
  }
}
.condition_sidesheet {
  width: 30rem;
  right: -30rem;
  &.is_active {
    transform: translateX(-30rem);
  }
}
.template_pconly .sheet_image {
  &.is_active {
    max-width: none;
  }
}
@charset "UTF-8";
.switch {
  display: flex;
  align-items: center;
  max-width: 32rem;
  &.is_active {
    .switch_track {
      background-color: var(--secondary);
      border: none;
      &::before {
        left: auto;
        right: .2rem;
      }
    }
  }
  .switch_text {
    color: var(--black_87);
  }
  .switch_track {
    position: relative;
    width: 5.2rem;
    height: 3.2rem;
    margin-left: auto;
    background-color: var(--black_12);
    border-radius: 4rem;
    border: 1px solid var(--black_12);
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: .2rem;
      width: 2.8rem;
      height: 2.8rem;
      border-radius: 50%;
      background-color: rgb(var(--white));
      box-shadow: 0px 0px 4px var(--black_30);
      transform: translateY(-50%);
    }
  }
}
@charset "UTF-8";
//radio .radio {
  min-height: 5.2rem;
  padding-left: .8rem;
  padding-right: .8rem;
  margin-bottom: .8rem;
  border-radius: .4rem;
  background-color: var(--alto_10);
  .radio_title {
    @media screen and (min-width: 768px) {
      width: calc(100% - 12rem);
    }
    @media screen and (max-width: 767px) {
      width: calc(100% - 10rem);
    }
  }
  .radio_icon_empty {
    color: var(--black_60);
  }
  .radio_icon_checked {
    color: var(--secondary);
    display: none;
  }
}
.radio_input {
  display: none;
  &:checked + .radio {
    border: 2px solid var(--secondary);
    .radio_icon_empty {
      display: none;
    }
    .radio_icon_checked {
      display: inline-block;
    }
  }
}
.radio_simple {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-right: 2.4rem;
  &:hover {
    cursor: pointer;
  }
  input {
    display: none;
    &:checked + .radio_icon {
      &::before {
        content: "\e837";
        font-family: "Material Symbols Rounded";
        color: var(--accent);
      }
    }
  }
  .radio_icon {
    &::before {
      content: "\e836";
      font-family: "Material Symbols Rounded";
      font-size: 2.4rem;
      color: var(--black_60);
    }
  }
}
@charset "UTF-8";
.iconarea {
  width: 1.6rem;
  text-align: center;
}
@charset "UTF-8";
.dialog {
  display: none;
  &.is_active {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    z-index: 11;
  }
  .dialog_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 50rem;
    transform: translate(-50%, -50%);
  }
  .dialog_content {
    position: relative;
    width: calc(100% - 3.2rem);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.8rem;
    background-color: rgb(var(--white));
  }
  .dialog_illust {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.8rem;
    height: 8.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .dialog_illust_material {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    padding-top: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--black_60);
  }
  .dialog_title {
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
  }
  .dialog_title_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 3.2rem);
    height: 5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--black_12);
  }
  .dialog_textarea {
    padding-top: 2.4rem;
    padding-bottom: 8.2rem;
    min-height: 33.2rem;
    max-height: calc(100vh - 12rem);
    overflow: scroll;
    &.dialog_textarea_nobutton {
      padding-bottom: 2.4rem;
    }
  }
  .dialog_buttonarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0.8rem 0.8rem;
    border-top: 1px solid var(--black_12);
  }
  .dialog_dot_current {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: var(--black_30);
    + .dialog_dot_current {
      margin-left: 8px;
    }
    &.is_active {
      background-color: var(--secondary);
    }
  }
}
.template_pconly {
  .dialog.is_active {
    max-width: none;
  }
}
@charset "UTF-8";
.close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 3.2rem;
  height: 3.2rem;
  svg {
    fill: var(--black_30);
  }
}
@charset "UTF-8";
.attach {
  position: sticky;
  top: 4.8rem;
  width: 100%;
  height: 4.8rem;
  background-color: rgb(var(--white));
  z-index: 7;
  &.attach_step {
    .attach_inner {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      height: 100%;
      padding-top: .8rem;
      padding-bottom: .8rem;
      @media screen and (min-width: 768px) {
        max-width: calc(62.4rem + 4.8rem);
        padding-left: 2.4rem;
        padding-right: 2.4rem;
      }
      @media screen and (max-width: 767px) {
        max-width: calc(62.4rem + 3.2rem);
        padding-left: 1.6rem;
        padding-right: 1.6rem;
      }
      &.supply_login_attach {
        padding-right: 0;
        padding-left: 0;
      }
    }
    .attach_item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 100%;
      padding-left: .6rem;
      border: 3px solid rgb(var(--white));
      color: var(--black_30);
      background-color: var(--alto_10);
      font-size: 1.2rem;
      font-weight: 500;
      &::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -1rem;
        border-style: solid;
        border-width: 1.3rem 0 1.3rem 1rem;
        border-color: transparent transparent transparent var(--alto_10);
        transform: translateY(-50%);
        z-index: 2;
      }
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1.5rem;
        border-style: solid;
        border-width: 1.4rem 0 1.4rem 1rem;
        border-color: transparent transparent transparent rgb(var(--white));
        transform: translateY(-50%);
        z-index: 1;
      }
      &:first-of-type {
        border-radius: .8rem 0 0 .8rem;
      }
      &:last-of-type {
        margin-right: 0;
        padding-left: .4rem;
        border-radius: 0 .8rem .8rem 0;
        &::before {
          content: none;
        }
        &::after {
          content: none;
        }
      }
      &.is_active {
        color: var(--main_ontext, var(--main_ontext));
        background-color: var(--main, var(--main));
        &::before {
          border-color: transparent transparent transparent var(--main, var(--main));
        }
      }
      &.is_complete {
        color: var(--main_ontext, var(--main_ontext));
        background-color: var(--main, var(--main));
        &::before {
          border-color: transparent transparent transparent var(--main, var(--main));
        }
        .attach_text {
          display: none;
        }
        .attach_icon {
          display: block;
        }
      }
      .attach_text {
        display: block;
      }
      .attach_icon {
        display: none;
      }
    }
  }
  &.attach_tab {
    input[type='radio']:checked {
      +.attach_item {
        .attach_item_text::before {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 100%;
          height: .3rem;
          background-color: var(--secondary);
          border-radius: .4rem;
          transform: translateX(-50%);
        }
      }
    }
    .attach_inner {
      display: flex;
      height: 100%;
    }
    .attach_item {
      display: flex;
      justify-content: center;
      width: 50%;
      height: 100%;
      font-size: 1.3rem;
      text-align: center;
      &:hover {
        cursor: pointer;
      }
    }
    .attach_item_text {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
  }
  &.attach_sort {
    .attach_wrap {
      display: block;
      width: 50%;
      height: 100%;
      border: 1px solid var(--primary);
      &.is_active {
        background-color: var(--primary);
        .attach_item {
          color: rgb(var(--white));
        }
      }
      &:first-of-type {
        border-radius: .4rem 0 0 .4rem;
        border-right: 0px;
      }
      &:last-of-type {
        border-radius: 0 .4rem .4rem 0;
        border-left: 0px;
      }
    }
    .attach_inner {
      display: flex;
      align-items: center;
      height: 100%;
      padding: .8rem 1.6rem;
    }
    .attach_item {
      display: block;
      width: 100%;
      height: 100%;
      color: var(--primary);
    }
  }
}
.attach_tab_content {
  display: none;
  &.is_active {
    display: block;
  }
}
.template_pconly {
  .attach {
    position: static;
    box-shadow: none;
    &.attach_tab {
      border-bottom: 1px solid var(--black_12);
      .attach_item {
        width: 24rem;
        font-size: 1.5rem;
      }
      .attach_item_text {
        width: 100%;
        justify-content: center;
      }
      .attach_inner {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
      }
    }
    &.attach_step {
      width: calc(100% + .6rem);
      margin-left: -.3rem;
      .attach_inner {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }
  .attach_tab_content {
    padding: 1.6rem;
    background-color: rgb(var(--white));
  }
}
@charset "UTF-8";
.banner {
  display: none;
  min-height: 5.4rem;
  padding-top: .8rem;
  padding-bottom: .4rem;
  border-top: 1px solid var(--black_12);
  border-bottom: 1px solid var(--black_12);
  background-color: rgb(var(--white));
  transform: translateY(-100%);
  transition: .2s transform;
  &.is_active {
    display: block;
    transform: translateY(0%);
    animation: banner .2s;
  }
}
.banner_notification {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  color: var(--black_87);
  border-bottom: 1px solid var(--black_12);
  .banner_icon_calendar {
    font-size: 1.8rem;
    color: var(--primary);
  }
  .banner_icon_right {
    margin-left: auto;
    color: var(--black_60);
  }
  .banner_text {
    padding-left: .8rem;
  }
}
.banner_ad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 15.2rem;
  padding-left: .8rem;
  padding-right: .8rem;
  border: 3px solid var(--secondary);
  border-radius: .4rem;
  color: var(--secondary);
  text-align: center;
  .banner_ad_title {
    margin-top: .6rem;
    font-size: 3.8rem;
    line-height: 1;
    @media screen and (max-width: 374px) {
      font-size: 3rem;
    }
  }
  .banner_ad_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 17rem;
    height: 2.8rem;
    margin-top: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.banner_signup {
  display: flex;
  align-items: center;
  max-width: 34.3rem;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  background-color: #FEECAA;
  .banner_icon {
    margin-right: 1rem;
  }
}
@charset "UTF-8";
//more もっと見る 押すとボタン自体が消えるタイプ .more_dots {
  display: inline;
  &.is_active {
    display: none;
  }
}
.more_trigger {
  display: inline;
  &:hover {
    cursor: pointer;
  }
  &.is_active {
    display: none;
  }
}
.more_content {
  display: none;
  &.is_active {
    display: inline;
  }
}
//押してもボタンは残っているタイプ .more_button {
  display: inline-block;
  &.l_flex {
    display: flex;
  }
  &:hover {
    cursor: pointer;
  }
  &.is_active {
    .more_icon::before {
      content: "\f0d8";
    }
  }
  .more_icon {
    margin-left: .8rem;
  }
}
@charset "UTF-8";
.navi_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 50rem;
  height: 5.6rem;
  border-top: 1px solid var(--black_12);
  z-index: 1;
  &.navi_bottom_4 {
    .navi_bottom_item {
      width: 25%;
    }
  }
  .navi_bottom_inner {
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: rgb(var(--white));
    &.navi_bottom_fabborder {
      position: relative;
      &::before {
        content: "";
        position: absolute;
        top: -2.5rem;
        left: 50%;
        width: 5.8rem;
        height: 5.8rem;
        transform: translateX(-50%);
        border: 1px solid var(--black_12);
        border-radius: 50%;
        z-index: -1;
      }
      .navi_bottom_item {
        width: 9.4rem;
      }
      .navi_bottom_item:nth-of-type(2n) {
        margin-left: 2.2rem;
        margin-right: 2.2rem;
      }
    }
  }
  .navi_bottom_item {
    position: relative;
    text-align: center;
    color: var(--black_30);
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    svg {
      fill: var(--black_30);
    }
    &.is_active {
      color: var(--primary);
      svg {
        fill: var(--primary);
      }
      .navi_bottom_title {
        color: var(--primary_text);
      }
    }
    .fab {
      top: -2.4rem;
      left: 50%;
      transform: translateX(-50%);
      border: 4px solid rgb(var(--white));
      box-shadow: none;
    }
  }
  .navi_bottom_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1rem;
  }
  .navi_bottom_title {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.2rem;
    font-weight: 500;
  }
}
.navi_side {
  width: 25.6rem;
  height: 100%;
  padding-top: 2.4rem;
  padding-bottom: 8rem;
  color: var(--black_60);
  @media screen and (min-width: 768px) {
    display: block;
  }
  @media screen and (max-width: 767px) {
    display: none;
  }
  a {
    color: var(--black_60);
  }
  .navi_division {
    margin-top: 1.6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .navi_item {
    display: flex;
    align-items: center;
    height: 4.8rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    border-radius: 0 0.8rem 0.8rem 0;
    &:hover {
      background-color: rgba(var(--main_base), 0.2);
      cursor: pointer;
    }
    &.is_current {
      background-color: rgba(var(--main_base), 0.2);
    }
    &.is_active {
      .navi_arrow::after {
        content: "\f0d8";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
      }
    }
  }
  .navi_arrow {
    position: relative;
    &::after {
      content: "\f0d7";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: -1.2rem;
      font-size: 1.1rem;
      transform: translateY(-50%);
    }
  }
  .navi_child {
    display: none;
    &.is_active {
      display: block;
    }
    .navi_item {
      padding-left: 6.1rem;
    }
  }
  .navi_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.6rem;
    margin-right: 1.6rem;
  }
}
.navi_design {
  position: relative;
  width: 33.8rem;
  min-height: 100vh;
  border-right: 1px solid var(--black_12);
  background-color: var(--alto_20);
  .navi_header {
    position: fixed;
    display: flex;
    align-items: center;
    width: 33.8rem;
    height: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background-color: var(--main);
    color: rgb(var(--white));
    z-index: 2;
  }
  .navi_header_action {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.2rem;
    color: rgb(var(--white));
    line-height: 1;
    transform: translateY(-50%);
  }
  .navi_header_icon {
    fill: #fff;
  }
  .navi_title {
    padding-left: 3.2rem;
  }
  .navi_inner {
    height: 100%;
    padding-top: 4.8rem;
    padding-bottom: 12.3rem;
  }
  .navi_info {
    min-height: 10.4rem;
    padding: 1.6rem;
    margin-bottom: 0.8rem;
    color: var(--black_60);
    background-color: rgb(var(--white));
  }
  .navi_item {
    position: relative;
    display: flex;
    align-items: center;
    height: 5.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0.1rem;
    color: var(--black_87);
    background-color: rgb(var(--white));
    &::before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      position: absolute;
      right: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.4rem;
      color: var(--black_30);
    }
  }
  .navi_button {
    position: fixed;
    bottom: 0;
    width: 33.8rem;
    padding: 1.6rem;
    color: var(--black_60);
    background-color: rgb(var(--white));
    border-top: 1px solid var(--black_12);
    border-right: 1px solid var(--black_12);
  }
}
@charset "UTF-8";
.notice {
  max-height: 16rem;
  padding: .8rem;
  background-color: var(--alto_10);
  border-radius: .4rem;
  color: var(--black_60);
  overflow-y: scroll;
}
@charset "UTF-8";
.menu {
  position: absolute;
  top: 3.2rem;
  display: none;
  width: max-content;
  min-width: 16rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: rgb(var(--white));
  box-shadow: 0px 0px 10px var(--black_12);
  border-radius: 0.8rem;
  z-index: 3;
  &.is_active {
    display: block;
  }
  .menu_item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    color: var(--black_60);
    &:hover {
      background-color: var(--black_12);
    }
  }
  .menu_text {
    width: 100%;
    max-width: 25.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
    color: var(--black_60);
  }
  .menu_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
  }
}
.preview_list {
  .menu {
    right: -13rem;
  }
}
@charset "UTF-8";
.thumbnail {
  width: 8rem;
  height: 5.5rem;
  object-fit: cover;
}
@charset "UTF-8";
.textarea {
  display: block;
  width: 100%;
  min-height: 24rem;
  border-radius: .4rem;
  border: 1px solid var(--black_60);
  padding: 1.2rem;
  color: var(--black_87);
  &.textarea_fill {
    background-color: var(--alto_10);
    border: none;
  }
}
.textarea_min {
  min-height: 8rem;
}
.flex_textarea {
  position: relative;
  .flex_textarea_dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .flex_textarea_input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
    overflow-y: scroll;
  }
  &.textarea_chat {
    .flex_textarea_dummy {
      padding: 1rem 1.6rem;
      min-height: 4rem;
      max-height: 9.6rem;
      border: none;
    }
    .flex_textarea_input {
      padding: 1rem 1.6rem;
      background-color: var(--alto_10);
      border: none;
      border-radius: 4rem;
    }
  }
}
.textarea_chat {
  width: calc(100% - 9.6rem);
  color: var(--black_87);
}
.template_pconly {
  .textarea_chat {
    .flex_textarea_dummy {
      min-height: 8rem;
      max-height: 9.6rem;
    }
    .flex_textarea_input {
      border-radius: .8rem;
    }
  }
}
@charset "UTF-8";
.preview {
  position: fixed;
  top: 0;
  left: calc(50% + 16.9rem);
  width: calc(100% - 33.8rem);
  height: 100vh;
  overflow: scroll;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  transform: translateX(-50%);
  .preview_inner {
    position: relative;
    max-width: 41.4rem;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(var(--white));
  }
  .preview_frame {
    width: 100%;
    height: 100%;
    border: 0px;
  }
}
.preview_textarea {
  display: block;
  width: 100%;
  height: 100rem;
  max-height: none;
}
.preview_list {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  height: 5rem;
  padding-left: 1.2rem;
  padding-right: 4rem;
  border: 1px solid var(--black_60);
  border-radius: .4rem;
  &:hover {
    cursor: pointer;
  }
}
@charset "UTF-8";
//暫定 評価（★）など入ったらデザイン通りに修正 .review_link {
  color: var(--black_87);
  padding-left: .8rem;
  padding-right: .8rem;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}
@charset "UTF-8";
.picker_color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 32rem;
  height: 5rem;
  border: 1px solid var(--black_12);
  border-radius: .4rem;
  overflow: hidden;
  input[type="color"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
  }
  .picker_text {
    z-index: 1;
  }
}
@charset "UTF-8";
.guest {
  grid-column: 4 / 10;
  padding-top: 8rem;
  padding-bottom: 8rem;
  .guest_logo {
    text-align: center;
    margin-bottom: 2.4rem;
    .guest_logo_image {
      width: 16rem;
      height: 4rem;
      object-fit: contain;
    }
  }
  .guest_inner {
    min-height: 48.6rem;
    padding: 2.4rem;
    background-color: rgb(var(--white));
    box-shadow: 0px 0px 4px var(--black_30);
    border-radius: .8rem;
  }
  .guest_title {
    font-size: 2.4rem;
  }
  .guest_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 4.8rem;
    .guest_link_item {
      padding-left: .8rem;
      padding-right: .8rem;
      font-size: 1.2rem;
      color: var(--black_60);
      + .guest_link_item {
        margin-left: 1.6rem;
      }
    }
  }
}
.guest_signup {
  background-color: rgb(var(--white));
  border-radius: .8rem;
  @media screen and (min-width: 768px) {
    min-height: 48rem;
    padding: 4rem;
  }
  @media screen and (max-width: 767px) {
    padding: 2.4rem 1.6rem;
  }
  &.guest_signup_fin {
    min-height: auto;
    text-align: center;
    .guest_title {
      font-weight: 400;
    }
  }
  .guest_title {
    font-weight: 500;
    @media screen and (min-width: 768px) {
      font-size: 2.2rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 1.8rem;
    }
  }
  .guest_form_title {
    margin-bottom: .8rem;
    margin-top: 4rem;
    &:first-of-type {
      margin-top: 0;
    }
  }
  .guest_text {
    color: var(--black_60);
    font-size: 1.4rem;
    margin-top: .8rem;
    @media screen and (min-width: 768px) {
      margin-bottom: 4rem;
    }
    @media screen and (max-width: 767px) {
      margin-bottom: 2.4rem;
    }
  }
  .user_button {
    margin-left: auto;
    margin-right: auto;
    @media screen and (min-width: 768px) {
      margin-top: 4rem;
    }
    @media screen and (max-width: 767px) {
      margin-top: 2.4rem;
    }
  }
}
.guest_signup_noindicator {
  @media screen and (min-width: 768px) {
    margin-top: 4rem;
  }
  @media screen and (max-width: 767px) {
    margin-top: 2.4rem;
  }
}
@charset "UTF-8";
.table_title {
  display: flex;
  background-color: var(--alto_20);
  border-radius: .4rem;
  .table_title_item {
    display: flex;
    align-items: center;
    min-height: 4rem;
    color: var(--black_87);
    padding: .8rem;
    word-break: break-all;
  }
}
.table_data {
  display: flex;
  .table_data_item {
    display: flex;
    align-items: center;
    min-height: 5rem;
    padding: .8rem;
    color: var(--black_60);
    border-bottom: 1px solid var(--black_12);
    word-break: break-all;
  }
}
@charset "UTF-8";
.form_title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3.2rem;
}
@charset "UTF-8";
.tab {
  &.tab_simple {
    display: flex;
    .tab_item {
      display: block;
      &:hover {
        cursor: pointer;
      }
    }
    .tab_input {
      height: auto;
      &:hover {
        cursor: pointer;
      }
    }
    .tab_text {
      padding-left: .4rem;
      padding-right: .8rem;
      margin-right: 1.6rem;
    }
  }
}
.tab_content {
  display: none;
  &.is_active {
    display: block;
  }
}
@charset "UTF-8";
.notfound {
  background-image: linear-gradient(180deg, var(--pocone_main) 0%, var(--pocone_accent) 100%);
  &::before {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 4rem;
    width: 50rem;
    height: 50rem;
    background-image: url("/static/img/logo_opacity.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .notfound_box {
    min-height: 33.2rem;
    padding: 8rem 1.6rem 1.6rem 1.6rem;
  }
  .notfound_inner {
    padding: 0 1.6rem 1.6rem 1.6rem;
    background-color: rgba(var(--white), .8);
    border-radius: .8rem;
  }
  .notfound_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid var(--black_12);
  }
  .notfound_illust {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.8rem;
    height: 8.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .card_navi {
    margin-left: auto;
    margin-right: auto;
  }
  .card_image {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    object-fit: contain;
    background-color: var(--primary);
  }
}
@charset "UTF-8";
.data_item_parts:not(:last-of-type) {
  position: relative;
  padding-right: 1rem;
  &::before {
    position: absolute;
    content: "、";
    right: -0.6rem;
    bottom: 0;
  }
}
.data_item_list {
  position: relative;
  padding-left: 1.6rem;
  &::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@charset "UTF-8";
.responsive {
  .hide_pc {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .hide_pc {
      display: block;
    }
    .hide_sp {
      display: none;
    }
    .l_grid {
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 0.8rem;
      .guest {
        grid-column: auto;
      }
    }
    .l_column_gap_16 {
      column-gap: 0.8rem;
    }
    .button_outline {
      &.w_20 {
        width: auto;
      }
    }
    .button {
      max-width: 20rem;
      height: 4rem;
      &.w_20 {
        width: auto;
      }
    }
    .select {
      width: 100%;
    }
    .navi_side {
      width: 8rem;
      .navi_item {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
        justify-content: center;
        font-size: 1.1rem;
        height: auto;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        text-align: center;
      }
      .navi_icon {
        margin-right: 0;
      }
      .navi_division {
        font-size: 0.8rem;
        margin-top: 2.4rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }
    .l_platform {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      width: 100%;
      max-width: none;
    }
    .card {
      padding: 1.6rem;
      overflow-x: scroll;
    }
    .card_userimagetext {
      padding: 1.6rem;
      flex-wrap: wrap;
      .card_userimagetext_image {
        width: 3rem;
        height: 3rem;
        .card_userimagetext_icon {
          font-size: 1.5rem;
        }
      }
      .card_userimagetext_area {
        width: calc(100% - 3rem);
        padding-right: 0;
        padding-bottom: 0.8rem;
      }
    }
    .chat {
      .chat_usericon {
        width: 3rem;
        height: 3rem;
        .chat_icon {
          font-size: 1.5rem;
        }
      }
      .chat_item {
        &.chat_other {
          max-width: calc(100% - 3rem);
          padding: 0.8rem;
        }
        &.chat_me {
          padding: 0.8rem;
        }
      }
    }
    .bottom {
      left: 0;
      transform: none;
      &.bottom_button {
        width: 100vw;
        max-width: 100vw;
      }
      &.bottom_chat {
        width: 100vw;
        max-width: 100vw;
      }
    }
    .card_site {
      .card_image {
        width: 10rem;
      }
    }
  }
  + .bottom {
    left: 0;
    transform: none;
    &.bottom_button {
      width: 100vw;
      max-width: 100vw;
    }
  }
}
@charset "UTF-8";
@media screen and (min-width: 768px) {
  .l_col_8_pc {
    grid-column: 3/8 span;
  }
}
.card_ct012 {
  @media screen and (min-width: 768px) {
    display: grid;
    grid-template-columns: repeat(auto-fill, 49.8rem);
    justify-content: center;
    gap: 2.4rem;
  }
  &.card_shareholder {
    display: grid;
    justify-content: center;
    @media screen and (min-width: 768px) {
      grid-template-columns: repeat(auto-fill, 23.7rem);
      gap: 2.4rem;
    }
    @media screen and (max-width: 767px) {
      grid-template-columns: repeat(auto-fill, 16.35rem);
      gap: 1.6rem;
    }
    .card_item {
      display: block;
      @media screen and (min-width: 768px) {
        min-height: 31.9rem;
      }
      +.card_item {
        margin-top: 0;
      }
    }
    .card_image {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
    }
    .card_bottom {
      height: auto;
      @media screen and (min-width: 768px) {
        padding: 1rem 1.6rem;
      }
      @media screen and (max-width: 767px) {
        padding: 1rem;
        min-height: 12.3rem;
        align-items: baseline;
      }
    }
    .card_title {
      @media screen and (max-width: 767px) {
        -webkit-line-clamp: 3;
      }
    }
  }
  .card_item {
    display: flex;
    align-items: center;
    color: var(--black_87);
    background-color: rgb(var(--white));
    border-radius: .8rem;
    box-shadow: 0px .1rem 2.4rem 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    &:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
    }
    &:focus {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
    }
    +.card_item {
      @media screen and (max-width: 767px) {
        margin-top: 1.6rem;
      }
    }
  }
  .card_image {
    aspect-ratio: 4/3;
    object-fit: cover;
    @media screen and (min-width: 768px) {
      height: 12.7rem;
    }
    @media screen and (max-width: 767px) {
      width: 13.7rem;
    }
  }
  .card_bottom {
    display: flex;
    align-items: center;
    height: 100%;
    @media screen and (min-width: 768px) {
      padding: 1.6rem;
    }
    @media screen and (max-width: 767px) {
      padding: .8rem 1.6rem;
    }
  }
  .card_title {
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    @media screen and (min-width: 768px) {
      font-size: 1.6rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  }
}
.catch_ct012 {
  text-align: center;
  @media screen and (min-width: 768px) {
    margin-top: 1.6rem;
    margin-bottom: 8rem;
  }
  @media screen and (max-width: 767px) {
    margin-top: .8rem;
    margin-bottom: 5.6rem;
  }
  .catch_logo {
    @media screen and (min-width: 768px) {
      height: 8rem;
    }
    @media screen and (max-width: 767px) {
      height: 6.4rem;
    }
  }
  .catch_text {
    margin-top: 1.6rem;
  }
}
.banner_ct012 {
  display: none;
  @media screen and (min-width: 768px) {
    margin-top: 8rem;
  }
  @media screen and (max-width: 767px) {
    position: relative;
    margin-top: 15.4rem;
  }
  &.is_active {
    display: block;
    .banner_link {
      position: relative;
      display: block;
      width: 100%;
      color: var(--black_87);
      background-color: rgb(var(--white));
      border-radius: .8rem;
      box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
      @media screen and (min-width: 768px) {
        padding: 2.4rem 0 3.2rem 4rem;
      }
      @media screen and (max-width: 767px) {
        padding: 1.6rem 1.6rem 5.4rem 1.6rem;
      }
      &:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF;
        opacity: 1;
      }
      &:focus {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
      }
    }
  }
  .banner_close {
    position: absolute;
    top: .8rem;
    right: .8rem;
    color: var(--black_60);
    border-radius: 100rem;
    z-index: 4;
    &:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
    }
    &:focus {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
    }
  }
  .banner_title, .banner_text {
    @media screen and (min-width: 768px) {
      width: calc(100% - 39.2rem);
    }
  }
  .banner_title {
    margin-bottom: 2.4rem;
    font-weight: 500;
    @media screen and (min-width: 768px) {
      font-size: 2.6rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 2rem;
      text-align: center;
    }
  }
  .banner_text {
    @media screen and (min-width: 768px) {
      font-size: 1.6rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  }
  .banner_visual {
    position: absolute;
    text-align: center;
    pointer-events: none;
    z-index: 0;
    @media screen and (min-width: 768px) {
      bottom: 0;
      right: 0;
      width: 39.2rem;
    }
    @media screen and (max-width: 767px) {
      top: -9.8rem;
      left: 50%;
      width: 14rem;
      transform: translateX(-50%);
    }
    .banner_visual_image {
      width: 24.4rem;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .banner_catch {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent);
    border-radius: 0 0 .8rem 0;
    z-index: 2;
    @media screen and (min-width: 768px) {
      width: 24.6rem;
      height: 4.1rem;
    }
    @media screen and (max-width: 767px) {
      width: 20.8rem;
      height: 3.8rem;
    }
    .banner_catch_image {
      @media screen and (min-width: 768px) {
        width: 19.8rem;
      }
      @media screen and (max-width: 767px) {
        width: 17.6rem;
      }
    }
  }
}
.banner_middle_ct012 {
  position: relative;
  display: grid;
  width: 100%;
  margin: 5.6rem auto 0 auto;
  background-color: rgb(var(--white));
  border-radius: .8rem;
  overflow: hidden;
  z-index: 0;
  @media screen and (min-width: 768px) {
    gap: 2.4rem 0;
    max-width: 62.4rem;
    padding: 4rem;
  }
  @media screen and (max-width: 767px) {
    gap: 1.6rem 0;
    max-width: 40rem;
    padding: 2.4rem 1.6rem;
  }
  &::before {
    content: "";
    position: absolute;
    width: 140.64px;
    height: 12.2rem;
    background-image: url("/static/img/user/pattern_s_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    @media screen and (min-width: 768px) {
      top: -1.6rem;
      left: -4.6rem;
    }
    @media screen and (max-width: 767px) {
      top: -2.8rem;
      left: -4.2rem;
    }
  }
  .banner_title {
    font-weight: 500;
    text-align: center;
    @media screen and (min-width: 768px) {
      font-size: 2.6rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 2rem;
    }
  }
  .banner_text {
    @media screen and (min-width: 768px) {
      font-size: 1.6rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  }
}
.accordion_ct012 {
  .accordion_trigger {
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--black_12);
    color: var(--black_87);
    &:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
    }
    &:focus {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
    }
    &.is_active {
      .accordion_icon_more {
        display: none;
      }
      .accordion_icon_less {
        display: block;
      }
    }
  }
  .accordion_title {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
  .accordion_icon_more {
    display: block;
    color: var(--black_60);
  }
  .accordion_icon_less {
    display: none;
    color: var(--black_60);
  }
  .accordion_body {
    display: none;
    &.is_active {
      display: block;
      padding-top: 2.4rem;
      padding-bottom: 2.4rem;
    }
  }
}
.footer_ct012 {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(0deg, rgba(var(--accent), 0.16) 0%, rgba(var(--accent), 0.16) 100%), #FFF;
  .footer_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer_link_object {
    padding: 1rem 1.2rem;
    color: var(--black_60);
    border-radius: 100rem;
    &:hover {
      background-color: rgba(0, 0, 0, 0.12);
    }
    &:focus {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }
}
.dialog_ct012 {
  .dialog_illust_ct012 {
    color: var(--black_60);
  }
  .dialog_title_ct012 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
  .dialog_text_ct012 {
    color: var(--black_60);
  }
}
.list_ct012 {
  .list_item_ct012 {
    position: relative;
    display: block;
    color: var(--black_87);
    border-bottom: 1px solid var(--black_12);
    @media screen and (min-width: 768px) {
      padding-top: 2.4rem;
      padding-bottom: 2.4rem;
    }
    @media screen and (max-width: 767px) {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
    }
    &:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
    }
    &:focus {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
    }
  }
  .list_title_ct012 {
    padding-right: 3.4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .list_text_ct012 {
    padding-right: 3.4rem;
    font-size: 1.2rem;
    color: var(--black_60);
  }
  .list_icon_ct012 {
    position: absolute;
    top: 50%;
    right: -1rem;
    font-size: 2.8rem;
    transform: translateY(-50%);
    color: var(--black_60);
  }
}
.form_title_ct012 {
  width: 20rem;
  padding-right: 1.6rem;
  font-size: 1.4rem;
  color: var(--black_87);
}
.form_input_ct012 {
  @media screen and (min-width: 768px) {
    width: calc(100% - 20rem);
  }
  @media screen and (max-width: 767px) {
    width: 100%;
  }
  .mail_text_helper {
    line-height: normal;
    height: 1.6rem;
  }
  .password_text_helper {
    line-height: normal;
    height: 3.4rem;
  }
}
.input_signup_ct012 {
  @media screen and (min-width: 768px) {
    width: 50%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.input_signup_min_ct012 {
  @media screen and (min-width: 768px) {
    width: 25%;
  }
  @media screen and (max-width: 767px) {
    width: 50%;
  }
}
.policy_signup_ct012 {
  width: 100%;
  padding: 1.6rem;
  background-color: var(--alto_10);
  border-radius: .8rem;
  @media screen and (max-width: 767px) {
    max-height: 24rem;
    overflow-y: scroll;
  }
}
.checkbox_agree_ct012 {
  display: inline-flex;
  &:hover {
    cursor: pointer;
  }
  .checkbox_input {
    display: none;
    &:checked {
      +.checkbox_inner {
        border: 2px solid var(--accent);
        .checkbox_icon::before {
          content: "\e834";
          font-family: "Material Symbols Rounded";
          font-size: 2.4rem;
          color: var(--accent);
        }
      }
    }
  }
  .checkbox_inner {
    display: flex;
    align-items: center;
    height: 5.2rem;
    gap: .4rem;
    padding-left: 1.2rem;
    padding-right: 1.6rem;
    background-color: var(--alto_10);
    border-radius: .4rem;
    line-height: 1.2;
  }
  .checkbox_icon {
    &::before {
      content: "\e835";
      font-family: "Material Symbols Rounded";
      font-size: 2.4rem;
      color: var(--black_60);
    }
  }
}
@charset "UTF-8";
.header.header_user.header_user_ct019 {
  background-color: rgb(var(--white));
  .header_title {
    color: var(--black_87);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    @media screen and (max-width: 767px) {
      padding: 0;
      margin: 0;
      text-align: start;
    }
  }
}
.header_user_navi_ct019 {
  &.header_user_navi {
    z-index: 200;
    background-color: rgb(var(--white));
    @media screen and (max-width: 767px) {
      height: 5.6rem;
      padding: 0 0.4rem 0 1.6rem;
    }
    &.is_noborder {
      border-bottom: none;
    }
    .header_inner {
      @media screen and (max-width: 767px) {
        padding-left: 0;
        padding-right: 0;
      }
    }
    .header_image {
      @media screen and (min-width: 768px) {
        display: none;
      }
      display: block;
      height: 4.4rem;
    }
    .header_title {
      width: 100%;
      color: var(--black_87);
      font-size: 1.6rem;
      font-weight: 400;
      text-align: center;
      @media screen and (min-width: 768px) {
        display: none;
      }
    }
    .header_link {
      @media screen and (min-width: 768px) {
        padding-right: 0;
      }
      @media screen and (max-width: 767px) {
        display: none;
      }
      &.is_current {
        background: linear-gradient(0deg, rgba(var(--main), 0.08) 0%, rgba(var(--main), 0.08) 100%), #fff;
        .header_link_icon {
          @media screen and (min-width: 768px) {
            color: var(--accent_ontext);
          }
        }
        .header_link_text {
          color: var(--accent_ontext);
        }
      }
      &.header_link_cart {
        position: relative;
        @media screen and (min-width: 768px) {
          margin-left: 0.9rem;
        }
        @media screen and (max-width: 767px) {
          margin-left: 0;
        }
        &::before {
          content: "";
          position: relative;
          left: -0.5rem;
          display: block;
          width: 0.1rem;
          height: 4rem;
          background-color: var(--black_12);
        }
        @media screen and (max-width: 767px) {
          display: flex;
          &::before {
            display: none;
          }
        }
        .header_link_cart_count {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0.6rem;
          width: 1.7rem;
          height: 1.6rem;
          background-color: var(--accent);
          color: rgb(var(--white));
          font-size: 1.2rem;
          font-weight: 500;
          border-radius: 100rem;
          @media screen and (min-width: 768px) {
            left: 2.6rem;
          }
          @media screen and (max-width: 767px) {
            right: 0.5rem;
          }
          &.hide {
            display: none;
          }
        }
        .header_link_cart_count_plus {
          font-size: 1rem;
        }
      }
    }
    .header_link_icon {
      @media screen and (min-width: 768px) {
        padding: 1.2rem;
        color: var(--black_38);
      }
    }
    .header_link_text {
      padding-right: 1.6rem;
      padding-left: 0.4rem;
      margin-left: 0;
      color: var(--black_38);
      white-space: nowrap;
    }
    .header_cart_mobile {
      display: none;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 4rem;
      margin-left: auto;
      color: var(--black_60);
      border-radius: 50%;
      @media screen and (max-width: 767px) {
        display: flex;
      }
      &:hover {
        background-color: rgba(0, 0, 0, 0.04);
      }
      &.is_current {
        color: var(--accent_ontext);
      }
    }
    .header_cart_mobile_icon {
      font-size: 2.4rem;
    }
  }
}
.header_user_3part {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(var(--white));
  color: var(--black_60);
  z-index: 6;
  @media screen and (min-width: 768px) {
    height: 6.4rem;
  }
  @media screen and (max-width: 767px) {
    height: 4.8rem;
  }
  &.is_no_user {
    .header_title {
      margin-left: 10.4rem;
      @media screen and (max-width: 767px) {
        margin-left: 4.8rem;
      }
    }
  }
  .header_inner {
    width: 100%;
    height: 100%;
    @media screen and (min-width: 768px) {
      max-width: calc(102rem + 4.8rem);
      padding-left: 2.4rem;
      padding-right: 2.4rem;
      margin-left: auto;
      margin-right: auto;
    }
    @media screen and (max-width: 767px) {
      padding-left: 0.4rem;
      padding-right: 0.4rem;
    }
  }
  .header_link {
    display: flex;
    align-items: center;
    color: var(--black_60);
    border-radius: 100rem;
    @media screen and (min-width: 768px) {
      gap: 0.8rem;
      width: 10.4rem;
      height: 4.4rem;
      padding-left: 1.6rem;
      padding-right: 2.4rem;
    }
    &:hover {
      box-shadow: 0px 0.2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #fff;
    }
    &:focus {
      box-shadow: 0px 0.2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #fff;
    }
  }
  .header_link_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (min-width: 768px) {
      width: 2.4rem;
      height: 2.4rem;
    }
    @media screen and (max-width: 767px) {
      width: 4.8rem;
      height: 4.8rem;
    }
  }
  .header_link_text {
    @media screen and (min-width: 768px) {
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  .header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black_87);
    white-space: nowrap;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 160%;
    text-align: center;
    @media screen and (min-width: 768px) {
      width: calc(100% - 10.4rem - 10.4rem);
      padding-left: 3.6rem;
      padding-right: 3.6rem;
      font-weight: 500;
    }
    @media screen and (max-width: 767px) {
      width: calc(100% - 4.8rem - 4.8rem);
      padding-left: 0.4rem;
      padding-right: 0.4rem;
      font-weight: 400;
    }
  }
  .header_title_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.header.header_user.header_signup.header_signup_ct019 {
  @media screen and (max-width: 767px) {
    height: 5.6rem;
    border-bottom: none;
  }
  .header_signup_inner {
    @media screen and (max-width: 767px) {
      padding-right: 1.6rem;
      padding-left: 1.6rem;
    }
  }
  .header_signup_image {
    @media screen and (max-width: 767px) {
      width: 4.4rem;
      height: 4.4rem;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
.signup_fin_ct019.l_layout_signup {
  @media screen and (min-width: 768px) {
    padding-top: 4rem;
  }
  @media screen and (max-width: 767px) {
    padding-top: 2.4rem;
  }
}
.top_ct019 {
  .howto_bar {
    width: 100%;
    height: 4.8rem;
    @media screen and (min-width: 768px) {
      max-width: calc(102rem + 4.8rem);
      padding-right: 2.4rem;
      padding-left: 2.4rem;
      margin-right: auto;
      margin-left: auto;
    }
    .howto_bar_inner {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding-right: 2.4rem;
      padding-left: 2.4rem;
      background: linear-gradient(0deg, rgba(155, 200, 25, 0.5) 0%, rgba(155, 200, 25, 0.5) 100%), #fff;
    }
    .howto_bar_text {
      color: var(--black_60);
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
    .howto_bar_icon {
      width: 1.8rem;
      height: 1.8rem;
      margin-left: auto;
      color: var(--black_60);
      font-size: 1.8rem;
    }
  }
  .l_layout {
    @media screen and (min-width: 768px) {
      padding: 2.4rem 2.4rem 8rem;
    }
    @media screen and (max-width: 767px) {
      padding: 2.4rem 2.4rem 13.8rem;
    }
  }
  .card_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    @media screen and (min-width: 768px) {
      gap: 1.9rem;
    }
    @media screen and (max-width: 767px) {
      justify-content: center;
      gap: 1.6rem;
    }
    @media screen and (max-width: 717px) {
      justify-content: center;
    }
  }
  .card_text_sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
  }
}
.browsing_user_ct019 {
  .l_layout_min {
    @media screen and (min-width: 768px) {
      padding: 2.8rem 2.4rem 14.7rem;
    }
    @media screen and (max-width: 767px) {
      max-width: none;
      padding: 2.4rem 1.6rem 14.7rem;
    }
  }
  .section_title_ct019 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .section_text {
    color: var(--black_60);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .copy_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    height: 3rem;
  }
  .copy_button_icon {
    width: 2rem;
    height: 2rem;
    color: var(--accent_ontext);
    font-size: 2rem;
  }
  .copy_button_text {
    color: var(--accent_ontext);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .map_wrapper {
    position: relative;
    aspect-ratio: 3 / 2;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .map_object {
    height: 100%;
  }
  .map_button {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid var(--accent_ontext);
    background: rgb(var(--white));
    color: var(--accent_ontext);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .map_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    height: 4.2rem;
    padding: 0.8rem 1.6rem 0.8rem 1.2rem;
    border-radius: 10rem;
    border: 1px solid var(--accent);
    background: rgb(var(--white));
    color: var(--accent);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all 0.2s ease;
    &:hover {
      background-color: rgba(var(--accent), 0.05);
    }
    .map_button_icon {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 1.8rem;
      flex-shrink: 0;
    }
  }
  .section_body {
    display: flex;
    gap: 1.6rem;
    margin-top: 0.8rem;
  }
  .section_img {
    width: 8rem;
    height: 8rem;
    border-radius: 0.8rem;
  }
  .section_text_area {
    .section_text {
      color: var(--black_87);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
  }
}
.header.header_user_navi.header_user_subpage.header_browsing {
  @media screen and (max-width: 767px) {
    display: none;
  }
  .header_logo {
    height: 4.4rem;
    .header_logo_object {
      height: 100%;
    }
  }
}
.used_user_ct019 {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  &.l_layout_min {
    @media screen and (min-width: 768px) {
      padding: 4rem;
    }
    @media screen and (max-width: 767px) {
      max-width: none;
      padding: 2.4rem 1.6rem 8rem;
    }
  }
  .section_title_ct019 {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .section_text {
    color: var(--black_60);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .copy_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    height: 3rem;
  }
  .copy_button_icon {
    width: 2rem;
    height: 2rem;
    color: var(--accent_ontext);
    font-size: 2rem;
  }
  .copy_button_text {
    color: var(--accent_ontext);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .map_wrapper {
    position: relative;
    aspect-ratio: 3 / 2;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .map_object {
    height: 100%;
  }
  .map_button {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid var(--accent_ontext);
    background: rgb(var(--white));
    color: var(--accent_ontext);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .map_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    height: 4.2rem;
    padding: 0.8rem 1.6rem 0.8rem 1.2rem;
    border-radius: 10rem;
    border: 1px solid var(--accent);
    background: rgb(var(--white));
    color: var(--accent);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all 0.2s ease;
    &:hover {
      background-color: rgba(var(--accent), 0.05);
    }
    .map_button_icon {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 1.8rem;
      flex-shrink: 0;
    }
  }
  .section_body {
    display: flex;
    gap: 1.6rem;
    margin-top: 0.8rem;
  }
  .section_img {
    width: 8rem;
    height: 8rem;
    border-radius: 0.8rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .section_text_area {
    .section_text {
      color: var(--black_87);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      &.section_text_payment_completed_at {
        color: var(--black_60);
      }
    }
  }
  .browsing_layout {
    @media screen and (min-width: 768px) {
      margin-top: 4rem;
    }
    @media screen and (max-width: 767px) {
      margin-top: 2.4rem;
    }
  }
  .card_ticket {
    width: 100%;
    max-width: 34.3rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.8rem;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    .card_title {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 5.2rem;
      background-color: var(--main);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      text-align: center;
      @media screen and (min-width: 768px) {
        padding: 0.8rem 2.4rem;
      }
      @media screen and (max-width: 767px) {
        padding: 1.6rem 2.4rem;
        line-height: 1.4;
      }
    }
    .card_body {
      background-color: rgb(var(--white));
      @media screen and (min-width: 768px) {
        padding: 1.6rem;
      }
      @media screen and (max-width: 767px) {
        padding: 2.4rem 1.6rem;
      }
    }
    .card_cord {
      text-align: center;
      font-size: 3.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
    }
    .card_text {
      margin-top: 1.6rem;
      color: var(--black_60);
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
    .button {
      max-width: none;
      margin-top: 1.6rem;
    }
  }
  .title_main {
    margin-top: 3.2rem;
    margin-bottom: 0.8rem;
    font-size: 2.6rem;
    font-weight: 500;
    color: var(--main);
  }
}
.cart_ct019 {
  @media screen and (min-width: 768px) {
    padding-bottom: 8rem;
  }
  @media screen and (max-width: 767px) {
    padding-bottom: 13.8rem;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: center;
    @media screen and (min-width: 768px) {
      padding-top: 4rem;
      padding-bottom: 4rem;
      font-size: 2.2rem;
    }
    @media screen and (max-width: 767px) {
      padding-top: 2.4rem;
      padding-bottom: 2.4rem;
      font-size: 1.8rem;
    }
  }
  .list_ct019 {
    background-color: rgb(var(--white));
    @media screen and (min-width: 768px) {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
    .list_item {
      display: grid;
      gap: 1.2rem;
      grid-template-columns: 1fr 8.8rem;
      + .list_item {
        border-top: 1px solid var(--black_12);
      }
    }
    .list_link {
      display: flex;
      align-items: flex-start;
      gap: 1.2rem;
      width: auto;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      color: var(--black_60);
    }
    .list_image {
      display: block;
      object-fit: cover;
      border-radius: 0.8rem;
      @media screen and (min-width: 768px) {
        width: 8rem;
        height: 8rem;
      }
      @media screen and (max-width: 767px) {
        width: 6.4rem;
        height: 6.4rem;
      }
    }
    .list_text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      @media screen and (min-width: 768px) {
        font-size: 1.4rem;
      }
      @media screen and (max-width: 767px) {
        font-size: 1.2rem;
      }
    }
    .list_store {
      -webkit-line-clamp: 1;
    }
    .list_price {
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 1.8rem;
    }
    .list_control {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 4rem;
      margin-left: auto;
      border-radius: 0.4rem;
      .list_control_add, .list_control_minus {
        display: none;
        &.is_active {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.4rem;
          height: 100%;
          background-color: var(--accent);
          color: rgb(var(--white));
          border-top: 1px solid var(--black_60);
          border-bottom: 1px solid var(--black_60);
        }
        &:disabled {
          background-color: var(--black_38);
        }
      }
      .list_control_add {
        &.is_active {
          border-right: 1px solid var(--black_60);
          border-radius: 0 0.4rem 0.4rem 0;
        }
      }
      .list_control_minus {
        + .list_control_number {
          border-radius: 0.4rem 0 0 0.4rem;
        }
        &.is_active {
          border-left: 1px solid var(--black_60);
          border-radius: 0.4rem 0 0 0.4rem;
          + .list_control_number {
            border-radius: 0;
          }
        }
      }
      .list_control_icon {
        font-size: 2rem;
      }
      .list_control_number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 100%;
        border: 1px solid var(--black_60);
      }
    }
    .list_removeitem {
      display: inline-flex;
      margin-top: 0.8rem;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      font-size: 1.2rem;
      color: var(--accent_ontext);
    }
  }
  .total {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 1.6rem;
    font-weight: 500;
    @media screen and (min-width: 768px) {
      font-size: 2.2rem;
    }
    @media screen and (max-width: 767px) {
      font-size: 1.8rem;
    }
    .total_price {
      display: flex;
      align-items: center;
      margin-left: 1.6rem;
      color: var(--accent_ontext);
    }
  }
}
.copy_snack_bar {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 5.8rem;
  padding-left: 1.6rem;
  padding-right: 0.8rem;
  background-color: rgb(var(--white));
  color: var(--black_87);
  border-radius: 0.4rem;
  box-shadow: 0px 2px 4px var(--black_50);
  z-index: 100;
  @media screen and (min-width: 768px) {
    top: 11.2rem;
    left: 4.8rem;
  }
  @media screen and (max-width: 767px) {
    top: 7.2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .copy_snack_bar_text {
    width: 24.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .copy_snack_bar_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6rem;
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--accent);
  }
}
.mypage_ct019 {
  .layout_mypage_ct019 {
    @media screen and (min-width: 768px) {
      padding: 4rem;
    }
    @media screen and (max-width: 767px) {
      max-width: none;
      padding: 2.4rem 0 13.8rem;
    }
  }
}
.payment_fin {
  .payment_fin_icon {
    display: block;
    width: 8rem;
    height: 8rem;
    margin-right: auto;
    margin-left: auto;
    color: var(--main);
    font-size: 8rem;
  }
  .payment_fin_title {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .payment_fin_text {
    margin-top: 0.8rem;
    color: var(--black_60);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  .button {
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.list_limited_code {
  background-color: rgb(var(--white));
  .list_item {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    + .list_item {
      border-top: 1px solid var(--black_12);
    }
  }
}
.map_user_page {
  overflow: hidden;
}
.map_user {
  position: relative;
  height: calc(100vh - 5.6rem - 5.8rem);
  height: calc(100dvh - 5.6rem - 5.8rem);
  overflow: hidden;
  @media screen and (min-width: 768px) {
    height: calc(100vh - 6.4rem);
    height: calc(100dvh - 6.4rem);
  }
}
.map_user_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.map_user_object {
  width: 100%;
  height: 100%;
}
.map_user_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 0.7);
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  &.is_hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.map_user_fab {
  position: absolute;
  right: 1rem;
  bottom: 8rem;
  z-index: 10;
  .fab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    background-color: rgb(var(--white));
    border-radius: 50%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    color: var(--black_60);
    cursor: pointer;
    border: none;
    &:hover {
      background-color: rgba(0, 0, 0, 0.04);
    }
    .material-symbols-rounded {
      font-size: 2.4rem;
    }
  }
  &.is_loading {
    .material-symbols-rounded {
      display: none;
    }
    &::after {
      content: '';
      width: 2rem;
      height: 2rem;
      border: 2.5px solid rgba(0, 0, 0, 0.12);
      border-top-color: var(--black_60);
      border-radius: 50%;
      animation: map_user_fab_spin 0.7s linear infinite;
    }
  }
}
@keyframes map_user_fab_spin {
  to {
    transform: rotate(360deg);
  }
}
.map_user_research {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
  align-items: center;
  gap: 0.4rem;
  padding: .8rem 1.6rem .8rem 1.2rem;
  background-color: rgb(var(--white));
  border: none;
  border-radius: 2.4rem;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--main);
  cursor: pointer;
  white-space: nowrap;
  &.is_active {
    display: flex;
  }
  &.is_loading {
    pointer-events: none;
  }
  &.is_loading .map_user_research_icon {
    animation: map_user_research_spin 1s linear infinite;
  }
  &:hover {
    opacity: 1;
  }
  .map_user_research_icon {
    font-size: 1.8rem;
  }
}
@keyframes map_user_research_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.map_user_toast {
  position: absolute;
  width: fit-content;
  bottom: 2.4rem;
  left: 1.6rem;
  right: 1.6rem;
  z-index: 30;
  display: none;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.6rem;
  background-color: rgb(var(--black));
  border-radius: 0.8rem;
  &.is_active {
    display: flex;
  }
  .map_user_toast_message {
    color: rgb(var(--white));
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
  }
  .map_user_toast_close {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: none;
    background: none;
    color: rgb(var(--white));
    cursor: pointer;
    &:hover {
      opacity: 1;
    }
    .material-symbols-rounded {
      font-size: 2rem;
    }
  }
}
.map_user_location_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 1.6rem 1.6rem calc(5.8rem + 1.6rem);
  overflow-y: auto;
  background-color: var(--black_50);
  z-index: 200;
  &.is_active {
    display: flex;
  }
}
.map_user_location_modal_content {
  width: 100%;
  max-width: 42rem;
  margin: auto 0;
  flex-shrink: 0;
  background-color: rgb(var(--white));
  border-radius: 1.6rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.map_user_location_modal_icon_wrapper {
  width: 100%;
  padding: 2.4rem 2.4rem 0;
}
.map_user_location_modal_button_wrapper {
  display: flex;
  justify-content: center;
  padding: 2.4rem 2.4rem;
}
.map_user_location_modal_icon {
  display: block;
  text-align: center;
  font-size: 8rem;
  color: var(--black_60);
}
.map_user_location_modal_title {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black_60);
  text-align: center;
}
.map_user_location_modal_text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  color: var(--black_60);
  text-align: left;
  line-height: 1.6;
}
.map_user_location_modal_list {
  padding-left: 1.6rem;
  list-style-type: decimal;
}
.map_user_location_modal_note {
  color: var(--error);
}
.map_user_location_modal_checkbox_wrapper {
  padding: 1.6rem 2.4rem 0;
  display: flex;
  justify-content: center;
  .checkbox_text {
    font-size: 1.4rem;
    color: var(--black_60);
  }
}
.map_user_location_modal_content .button {
  margin-top: 0;
  margin-bottom: 0;
}
.map_user_bottom_sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--white));
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 15;
  overflow: hidden;
  @media screen and (min-width: 768px) {
    width: 32rem;
    height: 100%;
    border: 1px solid var(--black_12);
    transform: translateX(-100%);
  }
  @media screen and (max-width: 767px) {
    max-height: calc(100vh - 5.6rem - 5.8rem - 4rem);
    max-height: calc(100dvh - 5.6rem - 5.8rem - 4rem);
    border-radius: 1.6rem 1.6rem 0 0;
    transform: translateY(100%);
  }
  &.is_active {
    @media screen and (min-width: 768px) {
      transform: translateX(0);
    }
    @media screen and (max-width: 767px) {
      transform: translateY(0);
    }
  }
  &.is_dragging {
    transition: none;
  }
  .map_user_bottom_sheet_drag_handle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
    cursor: grab;
    touch-action: none;
    &:active {
      cursor: grabbing;
    }
  }
  .map_user_bottom_sheet_drag_bar {
    width: 4rem;
    height: 0.4rem;
    background-color: var(--black_20);
    border-radius: 0.2rem;
  }
  .map_user_bottom_sheet_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    height: 5.2rem;
    text-align: center;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: calc(100% - 3.2rem);
      transform: translateX(-50%);
      height: 1px;
      background-color: var(--black_12);
      z-index: 1;
    }
  }
  .map_user_bottom_sheet_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.8rem;
    height: 4.8rem;
    color: var(--black_38);
    transform: translateY(-50%);
  }
  .map_user_bottom_sheet_handle {
    display: flex;
    justify-content: center;
    padding: 1.2rem;
    &::after {
      content: "";
      width: 4rem;
      height: 0.4rem;
      background-color: var(--black_20);
      border-radius: 0.2rem;
    }
  }
  .map_user_bottom_sheet_store_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black_87);
  }
  .map_user_bottom_sheet_store_address {
    font-size: 1.2rem;
    color: var(--black_60);
  }
  .map_user_bottom_sheet_products {
    padding: 2.4rem 1.6rem 8rem;
    overflow-y: auto;
    @media screen and (min-width: 768px) {
      max-height: calc(100vh - 5.2rem - 8rem);
      max-height: calc(100dvh - 5.2rem - 8rem);
    }
    @media screen and (max-width: 767px) {
      max-height: calc(100vh - 5.2rem - 5.8rem - 2.4rem - 8rem);
      max-height: calc(100dvh - 5.2rem - 5.8rem - 2.4rem - 8rem);
    }
  }
  .map_user_bottom_sheet_product {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    + .map_user_bottom_sheet_product {
      margin-top: 1.6rem;
    }
  }
  .map_user_bottom_sheet_product_image_wrapper {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 5.2rem;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }
  }
  .map_user_bottom_sheet_product_image {
    width: 100%;
    aspect-ratio: 327 / 136;
    object-fit: cover;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .map_user_bottom_sheet_product_info {
    flex: 1;
    min-width: 0;
  }
  .map_user_bottom_sheet_product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    margin-left: 0.8rem;
    font-size: 1.8rem;
    color: var(--black_60);
  }
  .map_user_bottom_sheet_product_price {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0.8rem;
    bottom: 0.8rem;
  }
  .map_user_bottom_sheet_product_discount_rate {
    width: auto;
    height: 2.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background-color: var(--accent);
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(var(--white));
  }
  .map_user_bottom_sheet_product_discounted_price {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    color: rgb(var(--white));
    margin-left: 0.8rem;
    margin-right: 0.2rem;
  }
  .map_user_bottom_sheet_product_icon {
    font-size: 1.4rem;
    color: rgb(var(--white));
    margin-right: 0.4rem;
  }
  .map_user_bottom_sheet_product_regular_price {
    font-weight: 500;
    color: rgb(var(--white));
    line-height: 1;
  }
  .map_user_bottom_sheet_product.is_limited_code {
    .map_user_bottom_sheet_product_info {
      padding: 0.8rem 0;
      background-color: var(--main);
      border-radius: 0 0 0.8rem 0.8rem;
    }
    .map_user_bottom_sheet_product_name {
      margin-top: 0;
      margin-bottom: 0;
      color: rgb(var(--white));
    }
    .map_user_bottom_sheet_product_discount_rate {
      background-color: var(--main);
    }
  }
  .map_user_bottom_sheet_product_badge_area {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    z-index: 2;
  }
  .map_user_bottom_sheet_product_limited_badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    height: 1.9rem;
    padding: 0.2rem 0.8rem;
    background-color: var(--main);
    border-radius: 100rem;
  }
  .map_user_bottom_sheet_product_limited_badge_icon {
    width: 1.4rem;
    height: 1.4rem;
    color: rgb(var(--white));
    font-size: 1.4rem;
  }
  .map_user_bottom_sheet_product_limited_badge_text {
    color: rgb(var(--white));
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
  }
  .map_user_bottom_sheet_product_stock {
    height: 1.9rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--black_60);
    border-radius: 100rem;
    background-color: rgb(var(--white));
  }
  .map_user_bottom_sheet_help_complete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: var(--black_10);
    overflow: hidden;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
    }
  }
  .map_user_bottom_sheet_help_complete_text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2.4rem;
    width: 100%;
    height: 4.7rem;
    font-size: 2.2rem;
    background-color: var(--black_70);
    color: rgb(var(--white));
    font-weight: 500;
    line-height: 1.6;
    transform: rotate(-36deg);
    @media screen and (min-width: 768px) {
      left: -8rem;
    }
    @media screen and (max-width: 767px) {
      left: -28.64vw;
    }
  }
}
.map_user_info_window {
  min-width: 16rem;
  max-width: 24rem;
}
.map_user_info_window_item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 0.8rem;
  cursor: pointer;
  border-bottom: 1px solid var(--black_12);
  &:last-child {
    border-bottom: none;
  }
  &:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.map_user_info_window_icon {
  flex-shrink: 0;
  color: var(--main);
  font-size: 1.6rem;
  font-variation-settings: 'FILL' 1;
  &.is_no_stock {
    color: var(--black_38);
  }
}
.map_user_info_window_name {
  flex: 1;
  font-size: 1.4rem;
  color: rgb(var(--black));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map_user_info_window_arrow {
  flex-shrink: 0;
  color: var(--black_38);
  font-size: 1.6rem;
  font-weight: 500;
}
@charset 'UTF-8';
.template_supply {
  min-height: 100vh;
  background: linear-gradient(0deg, var(--main_04) 0%, var(--main_04) 100%),linear-gradient(0deg, var(--black_02) 0%, var(--black_02) 100%), #FFF;
}
.header_supply_ct019 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(var(--white));
  color: var(--black_60);
  z-index: 6;
  @media screen and (min-width: 768px) {
    height: 6.4rem;
  }
  @media screen and (max-width: 767px) {
    height: 4.8rem;
  }
  .header_inner {
    width: 100%;
    height: 100%;
    @media screen and (min-width: 768px) {
      max-width: calc(102rem + 4.8rem);
      padding-left: 2.4rem;
      padding-right: 2.4rem;
      margin-left: auto;
      margin-right: auto;
    }
    @media screen and (max-width: 767px) {
      padding-left: 0.4rem;
      padding-right: 1.6rem;
    }
  }
  .header_link {
    display: flex;
    align-items: center;
    color: var(--black_60);
    border-radius: 100rem;
    @media screen and (min-width: 768px) {
      gap: .8rem;
      width: 10.4rem;
      height: 4.4rem;
      padding-left: 1.6rem;
      padding-right: 2.4rem;
    }
    &:hover {
      box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
    }
    &:focus {
      box-shadow: 0px .2rem 3.2rem 0px rgba(0, 0, 0, 0.06);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
    }
  }
  .header_link_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (min-width: 768px) {
      width: 2.4rem;
      height: 2.4rem;
    }
    @media screen and (max-width: 767px) {
      width: 4.8rem;
      height: 4.8rem;
    }
  }
  .header_link_text {
    @media screen and (min-width: 768px) {
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  .header_title {
    color: var(--black_87);
    white-space: nowrap;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 160%;
    @media screen and (min-width: 768px) {
      width: calc(100% - 10.4rem);
      padding-left: 3.6rem;
      padding-right: 13.8rem;
      text-align: center;
      font-weight: 500;
    }
    @media screen and (max-width: 767px) {
      width: 100%;
      margin-left: .4rem;
      font-weight: 400;
    }
  }
}
.header_supply_navi_ct019 {
  &.header_supply_navi {
    background-color: rgb(var(--white));
    border-bottom: 1px solid var(--black_12);
    @media screen and (max-width: 767px) {
      height: 5.6rem;
      padding: 0 1.6rem;
    }
    .header_inner {
      @media screen and (max-width: 767px) {
        padding-left: 0;
        padding-right: 0;
      }
    }
    .header_supply_title {
      @media screen and (min-width: 768px) {
        display: none;
      }
      @media screen and (max-width: 767px) {
        color: var(--black_87);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
      }
    }
    .header_image {
      display: block;
      height: 4.4rem;
    }
    .header_link {
      @media screen and (min-width: 768px) {
        padding-right: 0;
      }
      @media screen and (max-width: 767px) {
        display: none;
      }
      &.is_current {
        background: linear-gradient(0deg, rgba(var(--main),.08) 0%, rgba(var(--main),.08) 100%), #FFF;
        .header_link_icon {
          @media screen and (min-width: 768px) {
            color: var(--accent_ontext);
          }
        }
        .header_link_text {
          color: var(--accent_ontext);
        }
      }
    }
    .header_link_icon {
      @media screen and (min-width: 768px) {
        padding: 1.2rem;
        color: var(--black_38);
      }
    }
    .header_link_text {
      padding-right: 1.6rem;
      padding-left: .4rem;
      margin-left: 0;
      color: var(--black_38);
    }
  }
}
.template_supply_login {
  display: flex;
  height: 100vh;
  background: linear-gradient(0deg, rgba(var(--main), 0.04) 0%, rgba(var(--main), 0.04) 100%), linear-gradient(0deg, var(--black_02) 0%, var(--black_02) 100%), rgb(var(--white));
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
  .supply_login_ct019 {
    @media screen and (min-width: 768px) {
      width: 50%;
    }
    @media screen and (max-width: 767px) {
      order: 2;
      width: 100%;
    }
  }
  .guest {
    @media screen and (min-width: 768px) {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
    @media screen and (max-width: 767px) {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: calc(37.5rem - 4.8rem);
      max-width: calc(100% - 4.8rem);
      padding: 0;
    }
  }
  .guest_inner {
    @media screen and (min-width: 768px) {
      width: 40.8rem;
    }
  }
  .guest_title {
    margin: 0;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .input {
    border: none;
    background-color: var(--alto_10);
  }
  .supply_login_img_wrapper {
    position: relative;
    @media screen and (min-width: 768px) {
      width: 50%;
      height: 100%;
    }
    @media screen and (max-width: 767px) {
      order: 1;
      width: 100%;
      max-height: 40rem;
    }
  }
  .supply_login_logo_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .supply_login_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .guest_link {
    margin-top: .8rem;
    .guest_link_item {
      color: var(--black_87);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
  }
  .button {
    @media screen and (max-width: 767px) {
      max-width: none;
      height: 5rem;
    }
  }
}
.supply_product_ct019 {
  .l_supply_product {
    margin-top: 1.6rem;
    @media screen and (min-width: 768px) {
      max-width: calc(102rem + 4.8rem);
    }
    @media screen and (max-width: 767px) {
      padding: 0;
    }
  }
  .button_wrapper {
    width: fit-content;
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
    .button {
      height: 5rem;
    }
  }
  .table_data_area {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-top: 1.6rem;
    @media screen and (max-width: 767px) {
      margin-right: 1.6rem;
      margin-left: 1.6rem;
    }
  }
  .table_data {
    flex-direction: column;
    background-color: rgb(var(--white));
    border-radius: .8rem;
    overflow: hidden;
    @media screen and (min-width: 768px) {
      width: 49.8rem;
    }
    @media screen and (max-width: 767px) {
      width: 100%;
      max-width: 34.3rem;
    }
  }
  .table_data_content_area {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem 0;
  }
  .table_data_image {
    width: 8rem;
    height: 8rem;
    border-radius: .8rem;
    overflow: hidden;
  }
  .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .table_data_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: calc(100% - 8rem - 1.2rem);
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
  }
  .status_area {
    display: flex;
    margin-top: 1.2rem;
    background-color: var(--alto_f5);
  }
  .status_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 16.6rem;
    padding-top: .2rem;
    &:nth-child(n+2) {
      &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        width: .1rem;
        height: 3.5rem;
        background-color: var(--black_12);
      }
    }
  }
  .status_item_text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .status_item_number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    margin-top: .2rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
  }
  .switch {
    width: 4.6rem;
    margin-top: .4rem;
    border: .2rem solid var(--black_38);
    border-radius: 10rem;
    overflow: hidden;
    &:disabled:hover {
      .switch_track {
        cursor: not-allowed;
      }
    }
    &.is_active {
      border: none;
      .switch_track {
        background-color: var(--main);
        &::before {
          left: auto;
          right: .4rem;
          content: '\e5ca';
          width: 2rem;
          height: 2rem;
          color: var(--black_87);
          background-color: rgb(var(--white));
        }
      }
    }
    .switch_track {
      height: 2.8rem;
      cursor: pointer;
      background: linear-gradient(0deg, rgba(var(--main), 0.16) 0%, rgba(var(--main), 0.16) 100%), #FFF;
      border: none;
      &::before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        left: .4rem;
        transform: translateY(-50%);
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        color: var(--black_38);
        background-color: var(--black_38);
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        font-family: "Material Symbols Rounded";
        box-shadow: none;
      }
    }
  }
  .table_data_button_area {
    display: flex;
    align-items: center;
    height: 3.9rem;
  }
  .table_data_preview_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 100%;
    color: var(--accent_ontext);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .table_data_edit_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67%;
    height: 100%;
    padding: 1rem 1.2rem;
    color: var(--black_60);
    background: linear-gradient(0deg, rgba(var(--main_dark), 0.5) 0%, rgba(var(--main_dark), 0.5) 100%), #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
.supply_product_edit_ct019 {
  .l_supply_product_edit {
    @media screen and (min-width: 768px) {
      max-width: calc(62.4rem + 4.8rem);
      margin-top: 4rem;
    }
    @media screen and (max-width: 767px) {
      margin-top: 2.4rem;
    }
  }
  .card {
    padding: 1.6rem;
  }
  .input_layout_title {
    margin-top: 3.2rem;
  }
  .input_layout_object {
    margin-top: .8rem;
  }
  .input_layout_wavy_text {
    padding-bottom: 2rem;
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .chips {
    align-items: center;
    justify-content: center;
    height: 2.4rem;
  }
}
.supply_used_ct019 {
  .table_data_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .table_data_item_title {
    color: var(--black_87);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .table_data_item_text {
    color: var(--black_87);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .table_data_item_status {
    padding: .4rem .8rem;
    margin-top: .8rem;
    border-radius: .4rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    &.status_not_received {
      background-color: var(--accent);
      color: rgb(var(--white));
    }
    &.status_received {
      border: .1rem solid var(--black_12);
      color: var(--black_60);
    }
  }
}
.tab_with_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  @media screen and (min-width: 768px) {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    max-width: calc(102rem + 4.8rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
  @media screen and (max-width: 767px) {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .attach_tab.attach_tab_ct019 {
    flex: 1;
    height: 4.8rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: none;
    z-index: 5;
  }
  .button_csv_download {
    flex-shrink: 0;
    height: 4rem;
    padding: .8rem 1.6rem;
    gap: .8rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
    white-space: nowrap;
    @media screen and (max-width: 767px) {
      font-size: 1.2rem;
      padding: .6rem 1.2rem;
    }
  }
}
.business_hours {
  .l_supply_product_edit {
    margin-top: 2.4rem;
    @media screen and (max-width: 767px) {
      padding: 0;
      margin-top: 2.4rem;
      margin-bottom: calc(5.7rem + 8rem);
    }
    @media screen and (min-width: 768px) {
      max-width: calc(62.4rem + 4.8rem);
      margin-top: 4rem;
    }
  }
  .company_name {
    font-size: 1.8rem;
    font-weight: 500;
    word-break: break-all;
    @media screen and (max-width: 767px) {
      margin-right: 1.6rem;
      margin-left: 1.6rem;
    }
  }
  .card.card_transition {
    display: flex;
    gap: 1.6rem;
    padding-right: calc(1.6rem - 0.1rem);
    padding-left: calc(1.6rem - 0.1rem);
    margin-top: 2.4rem;
    border: .1rem solid var(--black_12);
    border-radius: .8rem;
    @media screen and (min-width: 768px) {
      align-items: center;
    }
    @media screen and (max-width: 767px) {
      flex-direction: column;
      align-items: flex-start;
      margin-right: 1.6rem;
      margin-left: 1.6rem;
    }
    .card_transition_item {
      display: flex;
      align-items: center;
      gap: 1.4rem;
    }
    .card_transition_item_text {
      width: calc(100% - 1.4rem - 2.4rem);
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6;
      color: var(--black_87);
    }
    .card_transition_item_icon {
      width: 2.4rem;
      height: 2.4rem;
      color: var(--black_60);
    }
  }
  .chips {
    align-items: center;
    justify-content: center;
    height: 2.4rem;
  }
  .card_business_hours {
    padding: 0;
  }
  .card_header {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border-bottom: .1rem solid var(--black_12);
    .card_title {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.6;
    }
    .button {
      gap: .8rem;
      width: fit-content;
      height: 3.8rem;
      padding-right: 1.6rem;
      padding-left: .8rem;
      margin-left: auto;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.6;
    }
  }
  .business_hours_area {
    padding: 1.6rem;
    .checkbox {
      padding: .4rem .8rem;
      cursor: pointer;
    }
    .check_box_icon {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 1.8rem;
    }
  }
  .link_button_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    .button_outline {
      gap: .8rem;
      height: 5rem;
      padding-right: 2.4rem;
      padding-left: 1.6rem;
    }
  }
  .supply_product_form {
    margin-top: 1.6rem;
  }
  .card {
    border-radius: 0;
  }
  .input_layout_title {
    width: 100%;
    margin-top: 3.2rem;
    margin-bottom: .8rem;
  }
  .input_layout_title:first-child {
    margin-top: 0;
  }
  .input_layout_object {
    position: relative;
  }
  .input {
    position: relative;
    height: 5.2rem;
    padding: 1.4rem 1.2rem;
  }
  .input_layout_wavy_text {
    padding-bottom: 0;
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}
.input_icon_lock {
  .input {
    padding-left: 3.6rem;
  }
}
@charset "UTF-8";
.color_black {
  color: var(--black);
}
.bottom_button_ct019 {
  left: 0;
}
.card_ct019 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 32.7rem;
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  &.is_limited_code {
    box-shadow: 0px 1px 24px 0px #f1b4bb;
    .card_body {
      background-color: #f1b4bb;
    }
    .card_text_sub, .card_text {
      color: rgb(var(--white));
    }
    .card_discount_rate {
      background-color: #f1b4bb;
    }
  }
  .badge_area {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    z-index: 100;
  }
  .limited_code_badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    height: 1.9rem;
    padding: 0.2rem 0.8rem;
    background-color: #f1b4bb;
    border-radius: 100rem;
  }
  .limited_code_badge_icon {
    width: 1.4rem;
    height: 1.4rem;
    color: rgb(var(--white));
    font-size: 1.4rem;
  }
  .limited_code_badge_text {
    color: rgb(var(--white));
    height: 1.9rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    border-radius: 100rem;
    z-index: 100;
  }
  .badge_container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .limited_code_badge_detail {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    height: 2.2rem;
    padding: 0 0.8rem;
    margin-top: 0;
    background-color: #f1b4bb;
    border-radius: 100rem;
    width: fit-content;
  }
  .limited_code_badge_detail_icon {
    width: 1.6rem;
    height: 1.6rem;
    color: rgb(var(--white));
    font-size: 1.6rem;
  }
  .limited_code_badge_detail_text {
    color: rgb(var(--white));
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
  }
  .remaining_count {
    height: 1.9rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    background-color: rgb(var(--white));
    color: var(--black_60);
    border-radius: 100rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .remaining_count_zero {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: var(--black_10);
    .remaining_count_zero_text {
      position: absolute;
      top: 2.4rem;
      left: -10.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 4.7rem;
      background-color: var(--black_70);
      color: rgb(var(--white));
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1.6;
      transform: rotate(-36deg);
    }
  }
  .card_image_wrapper {
    position: relative;
    width: 100%;
    height: 13.6rem;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 5.2rem;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }
  }
  .card_image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .card_discount_area {
    position: absolute;
    left: 1.6rem;
    bottom: 0.8rem;
    display: flex;
    align-items: flex-end;
    .card_discount_rate {
      padding: 0.4rem 0.8rem;
      background-color: var(--main);
      color: rgb(var(--white));
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
    }
    .card_discount_price_before {
      margin-left: 0.8rem;
      color: rgb(var(--white));
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
    }
    .card_discount_icon {
      width: 1.4rem;
      height: 1.4rem;
      margin-left: 0.2rem;
      color: rgb(var(--white));
      font-size: 1.4rem;
    }
    .card_discount_price_after {
      margin-left: 0.4rem;
      color: rgb(var(--white));
      font-size: 2.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
    }
  }
  .card_body {
    height: 8.2rem;
    padding: 1.4rem 1.6rem 1.6rem;
  }
  .card_text_sub {
    color: var(--black_60);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .card_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0.4rem;
    color: var(--black_87);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  &.card_full_width {
    border-radius: 0;
    @media screen and (min-width: 768px) {
      max-width: 62.4rem;
      margin-left: auto;
      margin-right: auto;
    }
    @media screen and (max-width: 767px) {
      max-width: none;
    }
    .card_image_wrapper {
      height: auto;
      max-height: 46.8rem;
    }
    .card_image {
      max-height: 46.8rem;
    }
    .card_back_btn {
      position: absolute;
      top: 0.4rem;
      left: 0.4rem;
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 100rem;
      background-color: rgb(var(--white));
      @media screen and (min-width: 768px) {
        display: none;
      }
    }
    .card_back_btn_icon {
      width: 2.4rem;
      height: 2.4rem;
      color: var(--black_87);
    }
    .card_discount_area {
      bottom: 1.6rem;
    }
    .card_body {
      height: auto;
      padding: 2.4rem 1.6rem;
    }
    .card_title {
      color: var(--black_87);
      font-size: 2.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      word-break: break-all;
    }
    .badge_container {
      margin-top: 0.8rem;
    }
    .card_text_sub {
      width: fit-content;
      height: 2.2rem;
      padding: 0 0.6rem;
      margin-top: 0;
      border-radius: 100rem;
      background-color: var(--alto_10);
      color: var(--black_60);
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
    .card_text {
      display: block;
      overflow: auto;
      margin: 0.4rem 0 0;
      white-space: pre-line;
      color: var(--black_60);
      font-family: Noto Sans JP;
      font-size: 1.4rem;
    }
  }
  &.card_used_user {
    .card_header {
      display: flex;
      height: 4rem;
    }
    .card_header_recieved {
      border-bottom: 0.1rem solid var(--black_12);
    }
    .card_header_title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 7.2rem;
      background-color: var(--black_60);
      color: rgb(var(--white));
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.6;
    }
    .card_header_text {
      display: flex;
      align-items: center;
      padding-left: 1.2rem;
      color: var(--black_60);
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1;
    }
    .card_header_pickup_deadline {
      padding-left: 0.6rem;
      color: var(--error);
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.6;
    }
    .card_body {
      height: auto;
      padding: 1.6rem;
    }
    .card_price_text {
      color: var(--black_87);
    }
    .card_payment_datetime {
      margin-top: 0.8rem;
      color: var(--black_60);
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.6;
    }
  }
}
.navi_bottom_ct019 {
  @media screen and (min-width: 768px) {
    display: none;
  }
  @media screen and (max-width: 767px) {
    max-width: none;
    height: 5.8rem;
    border-top: 0.1rem solid var(--black_12);
    z-index: 2000;
  }
  .navi_bottom_inner {
    align-items: center;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .navi_bottom_item {
    width: 33.34%;
    height: 4.6rem;
    padding: 0;
    &.is_current {
      .navi_bottom_icon {
        background: linear-gradient(0deg, rgba(var(--main), 0.08) 0%, rgba(var(--main), 0.08) 100%), #fff;
        color: var(--accent_ontext);
      }
      .navi_bottom_title {
        color: var(--accent_ontext);
      }
    }
  }
  .navi_bottom_title {
    margin-top: 0.4rem;
  }
  .navi_bottom_icon {
    width: 6.4rem;
    height: 3.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 4rem;
    font-size: 2.8rem;
  }
}
.attach_tab.attach_tab_ct019 {
  box-shadow: none;
  input[type="radio"]:checked {
    + .attach_item {
      .attach_item_text::before {
        content: none;
      }
    }
    + .attach_item::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0.3rem;
      background-color: var(--main);
      border-radius: 0.4rem;
    }
  }
  @media screen and (min-width: 768px) {
    position: static;
    max-width: calc(102rem + 4.8rem);
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  @media screen and (max-width: 767px) {
    top: 5.6rem;
  }
  .attach_inner {
    @media screen and (min-width: 768px) {
      max-width: 62.4rem;
    }
  }
  .attach_item {
    position: relative;
  }
  .attach_item_text {
    position: static;
  }
}
.dialog_ct019 {
  @media screen and (max-width: 767px) {
    display: block;
    &.is_active {
      .dialog_inner {
        @media screen and (max-width: 767px) {
          transform: translate(0, 0);
          transition: transform 0.6s;
        }
      }
    }
  }
  .dialog_inner {
    @media screen and (max-width: 767px) {
      top: auto;
      left: auto;
      bottom: 0;
      transform: translate(0, 100%);
      max-width: none;
    }
  }
  &.dialog_product_share {
    .dialog_textarea {
      min-height: auto;
    }
    .link_area {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 1.6rem;
      padding: 1.6rem;
      margin-top: 2.4rem;
      border-radius: 0.8rem;
      background-color: var(--alto_10);
      text-align: start;
    }
    .link_text {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.6;
    }
    .copy_button_icon {
      color: var(--black_60);
    }
    .button_sns_share {
      display: block;
      width: max-content;
      text-align: center;
      .button_sns_icon {
        width: 4.8rem;
        height: 4.8rem;
        background-color: var(--line);
        border-radius: 0.4rem;
      }
      .button_sns_text {
        margin-top: 0.4rem;
        font-size: 1rem;
        color: var(--black_60);
      }
    }
    .dialog_textarea {
      padding: 1.3rem 1.6rem 9.9rem;
    }
  }
  .dialog_content {
    background-color: rgb(var(--white));
    @media screen and (min-width: 768px) {
      width: 37.5rem;
    }
    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }
  .dialog_textarea {
    padding: 1.3rem 1.6rem 10.8rem;
  }
  .dialog_buttonarea {
    border-top: 0.1rem solid var(--black_12);
  }
  .dialog_title_ct019 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.3rem;
    border-bottom: 0.1rem solid var(--black_12);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .dialog_close_button {
    @media screen and (min-width: 768px) {
      display: none;
    }
    @media screen and (max-width: 767px) {
      position: absolute;
      right: 0;
    }
  }
  .dialog_close_icon {
    color: var(--black_38);
  }
  .dialog_section_title {
    min-width: 14.4rem;
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .dialog_section_title_sub {
    display: flex;
    gap: 1.6rem;
  }
  .dialog_section_close_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.9rem;
    padding: 1.6rem;
    margin-top: 0.8rem;
    background-color: var(--alto_10);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    .minutes {
      color: var(--error);
    }
  }
  .dialog_section_body {
    display: flex;
    align-items: flex-end;
    gap: 2.4rem;
    width: fit-content;
    height: 5.6rem;
    margin-top: 0.8rem;
    margin-right: auto;
    margin-left: auto;
  }
  .dialog_amount {
    width: 6.4rem;
    background-color: transparent;
    text-align: center;
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .dialog_calc_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100rem;
    background-color: var(--accent);
    color: rgb(var(--white));
    &:disabled {
      background-color: var(--black_30);
      &:hover {
        cursor: not-allowed;
      }
    }
  }
  .dialog_section_text {
    margin-top: 0.8rem;
    color: var(--black_60);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .dialog_section_text_sub {
    width: fit-content;
    margin-top: 0.8rem;
    margin-right: auto;
    margin-left: auto;
    color: var(--black_60);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
.filter_divider {
  @media screen and (min-width: 768px) {
    margin-top: 1.6rem;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    height: 0.1rem;
    margin: 1.6rem 0;
    background-color: var(--black_12);
  }
}
.limited_filter_section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.limited_only_button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 3.2rem;
  padding: 0 1.2rem;
  border: none;
  border-radius: 10rem;
  background-color: var(--alto_10);
  color: var(--black_60);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  transition: all 0.2s ease;
  &.is_checked {
    background-color: var(--accent);
    color: rgb(var(--white));
    font-weight: 500;
    .limited_only_icon {
      color: rgb(var(--white));
    }
  }
  &:hover {
    opacity: 0.8;
  }
}
.limited_only_icon {
  color: var(--black_60);
  font-size: 2rem;
  transition: color 0.2s ease;
}
.limited_only_text {
  white-space: nowrap;
}
.l_supply_receipt {
  margin-top: 4rem;
  padding-bottom: 2rem;
  background-color: rgb(var(--white));
}
.receipt_list_area {
  width: 100%;
  max-width: 102.2rem;
  margin: 0 auto;
}
.receipt_item {
  border-bottom: 1px solid var(--border);
  padding: 2rem 0;
}
.receipt_info_area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.receipt_period {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--black_87);
}
.receipt_issue_date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black_87);
}
.receipt_view_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  background-color: var(--main);
  color: rgb(var(--white));
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  border: none;
  border-radius: 0.4rem;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.receipt_view_button:hover {
  background-color: var(--accent_ontext);
  color: rgb(var(--white));
}
.receipt_view_button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.no_data_message {
  padding: 3.2rem;
  text-align: center;
  color: var(--black_60);
  font-size: 1.6rem;
}
@charset "UTF-8";
.indicator {
  @media screen and (min-width: 768px) {
    margin-top: 7.4rem;
    margin-bottom: 4rem;
  }
  @media screen and (max-width: 767px) {
    margin-top: 4.5rem;
    margin-bottom: 1.9rem;
  }
  .indicator_inner {
    display: flex;
    align-items: center;
  }
  .indicator_knot {
    &:first-of-type {
      @media screen and (min-width: 768px) {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        padding-right: 2.4rem;
      }
      @media screen and (max-width: 767px) {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-right: .8rem;
      }
    }
    &:last-of-type {
      @media screen and (min-width: 768px) {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        padding-left: 2.4rem;
      }
      @media screen and (max-width: 767px) {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-left: .8rem;
      }
    }
  }
  .indicator_knot_circle {
    border-radius: 100rem;
    @media screen and (min-width: 768px) {
      width: 1.6rem;
      height: 1.6rem;
    }
    @media screen and (max-width: 767px) {
      width: 1.2rem;
      height: 1.2rem;
    }
    &.is_active {
      background-color: var(--main);
    }
    &.is_disabled {
      background: linear-gradient(0deg, var(--black_12), var(--black_12)), rgb(var(--white));
    }
  }
  .indicator_wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .indicator_step {
    position: relative;
    width: 33.333333%;
    text-align: center;
    @mixin step() {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: .2rem;
      transform: translateY(-50%);
    }
    &:first-of-type {
      .indicator_circle {
        &::before {
          content: "\30E1\30FC\30EB\30A2\30C9\30EC\30B9\5165\529B";
        }
      }
    }
    &:nth-of-type(2) {
      .indicator_circle {
        &::before {
          content: "\8A8D\8A3C\30B3\30FC\30C9\5165\529B";
        }
      }
    }
    &:last-of-type {
      .indicator_circle {
        &::before {
          content: "\60c5\5831\5165\529b";
        }
      }
    }
    &.is_all_active {
      &::before {
        width: 100%;
        background-color: var(--main);
      }
      .indicator_circle {
        background-color: var(--main);
      }
    }
    &.is_active_disabled {
      &::before {
        width: 50%;
        background-color: var(--main);
      }
      &::after {
        left: auto;
        right: 0;
        width: 50%;
        background: linear-gradient(0deg, var(--black_12), var(--black_12)), rgb(var(--white));
      }
      .indicator_circle {
        background-color: var(--main);
      }
    }
    &.is_disabled_active {
      &::before {
        width: 50%;
        background: linear-gradient(0deg, var(--black_12), var(--black_12)), rgb(var(--white));
      }
      &::after {
        left: auto;
        right: 0;
        width: 50%;
        background-color: var(--main);
      }
      .indicator_circle {
        background-color: var(--main);
      }
    }
    &.is_all_disabled {
      &::before {
        width: 100%;
        background: linear-gradient(0deg, var(--black_12), var(--black_12)), #FFF;
      }
      .indicator_circle {
        background: linear-gradient(0deg, var(--black_12), var(--black_12)), #FFF;
      }
    }
  }
  .indicator_title {
    font-size: 1.6rem;
  }
  .indicator_circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100rem;
    font-weight: 500;
    color: rgb(var(--white));
    z-index: 1;
    @media screen and (min-width: 768px) {
      width: 4.8rem;
      height: 4.8rem;
      font-size: 1.8rem;
    }
    @media screen and (max-width: 767px) {
      width: 3.6rem;
      height: 3.6rem;
      font-size: 1.6rem;
    }
    &::before {
      position: absolute;
      width: max-content;
      color: var(--black_87);
      @media screen and (min-width: 768px) {
        bottom: calc(100% + 1.6rem);
        font-size: 1.6rem;
      }
      @media screen and (max-width: 767px) {
        bottom: calc(100% + .8rem);
        font-size: 1rem;
      }
    }
  }
}
@charset 'UTF-8';
.loader {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.sk-fading-circle {
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  position: relative;
  .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
  .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
  .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
  .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
  .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.reload_button {
  display: block;
  width: fit-content;
  color: var(--black_87);
}
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  transition: background-color 0.2s ease;
  gap: 4px;
  padding: 0 12px;
  min-width: 40px;
  width: auto;
  &:hover {
    background-color: rgba(241, 180, 187, 0.1);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
  }
  svg {
    width: 18px;
    height: 18px;
  }
}
.pagination-btn-active {
  background-color: #F1B4BB;
  color: #FFFFFF;
  &:hover {
    background-color: #F1B4BB;
    color: #FFFFFF;
  }
}
.pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  cursor: default;
}
@charset 'UTF-8';
.limited_code_dialog {
  .limited_code_dialog_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 80rem;
    transform: translate(-50%, -50%);
  }
  .limited_code_dialog_content {
    position: relative;
    width: calc(100% - 3.2rem);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.8rem;
    background-color: rgb(var(--white));
    overflow: hidden;
  }
  .dialog_textarea {
    min-height: auto;
    padding-bottom: 2.4rem;
  }
  .button {
    max-width: 32rem;
  }
  .help_code_link_dialog_title_area {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    padding: 2.4rem 1.6rem;
    border-bottom: 1px solid var(--black_12);
    .dialog_main_title {
      margin: 0;
      color: var(--black_87);
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.6;
    }
    .dialog_sub_title {
      margin: 0;
      color: var(--black_60);
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6;
    }
  }
  .search_input {
    float: left;
    height: 5.2rem;
    padding: 1.2rem 1.6rem 1.2rem 5.6rem;
    border: 0.1rem solid var(--black_38);
    border-right: none;
    border-radius: 0.4rem 0 0 0.4rem;
    background-color: rgb(var(--white));
    color: var(--black_87);
    &::placeholder {
      color: var(--black_60);
      opacity: 1;
    }
    &::-webkit-search-cancel-button {
      -webkit-appearance: none;
      appearance: none;
    }
  }
  .dialog_input_search_field {
    position: relative;
    display: flex;
    align-items: center;
    width: 62.4rem;
    height: 5.2rem;
  }
  .dialog_input_search_icon {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
  }
  .dialog_input_search_helper {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding-right: 0.6rem;
    transform: translateY(-50%);
    background-color: rgb(var(--white));
  }
  .dialog_input_search_helper_text {
    pointer-events: none;
    font-size: 1.4rem;
    color: var(--black_60);
    padding-left: 1.6rem;
  }
  .dialog_input_search_text_delete_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
  }
  .dialog_input_search_text_delete_icon {
    font-size: 2rem;
    color: var(--black_60);
  }
  .dialog_input_search_button {
    width: 14.4rem;
    height: 5.2rem;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    background-color: var(--accent);
    color: rgb(var(--white));
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
  }
  .limited_code_dialog_textarea {
    padding-top: 2.4rem;
    padding-bottom: calc(6.7rem + 2.4rem);
    max-height: calc(100vh - 12rem);
    overflow: scroll;
  }
  .limited_code_change_notice {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.6rem;
    &.hide {
      display: none;
    }
    .notice_text {
      margin: 0;
      color: var(--color-04_other-error, #d50000);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
    }
  }
  .dialog_input_label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .dialog_input_label_text {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--black_87);
    line-height: 1.6;
  }
  .dialog_input_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
    padding: 0 0.8rem;
    background-color: var(--accent);
    color: rgb(var(--white));
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 10rem;
    line-height: 1.6;
  }
  .dialog_input_input_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 100%;
  }
  .dialog_input_input {
    width: 100%;
    height: 5.2rem;
    padding: 1.4rem 1.6rem;
    border: 0.1rem solid var(--black_60);
    border-radius: 0.4rem;
    background-color: rgb(var(--white));
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black_87);
    transition: all 0.2s ease;
    &::placeholder {
      color: var(--black_60);
      opacity: 0;
    }
  }
  .dialog_input_helper {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black_60);
    height: 1.6rem;
  }
  .dialog_button_wrapper {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
    padding: 0.8rem 1.6rem;
    width: 100%;
  }
  .dialog_buttonarea {
    border-top: 0.1rem solid var(--black_12);
    background-color: rgb(var(--white));
  }
  .dialog_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border: none;
    border-radius: 100rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    &.dialog_button_cancel {
      background-color: var(--black_38);
      color: rgb(var(--white));
    }
    &.dialog_button_submit {
      background-color: var(--accent);
      color: rgba(255, 255, 255, 0.87);
      &:active {
        background-color: darken(var(--accent), 10%);
      }
    }
  }
  .confirm_info_box {
    background-color: #f8f9fa;
    border-radius: 0.8rem;
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
  .confirm_info_item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    &:not(:last-child) {
      border-bottom: 0.1rem solid var(--black_12);
    }
  }
  .confirm_info_label {
    flex: 0 0 auto;
    min-width: 8rem;
    font-weight: 500;
    color: var(--black_60);
    font-size: 1.4rem;
  }
  .confirm_info_value {
    flex: 1 1 auto;
    color: var(--black_87);
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 1.6rem;
  }
}
.limited_code_table {
  background-color: rgb(var(--white));
  border: 1px solid var(--black_12);
  border-radius: 0.8rem;
  overflow: hidden;
  .checkbox_container {
    &:hover {
      cursor: pointer;
    }
  }
  .checkbox_container, .checkbox_cell {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table_cell {
    padding: 0.8rem;
  }
  .table_row {
    display: grid;
    grid-template-columns: 3.6rem 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
  }
  .table_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.8rem;
    .table_row {
      min-height: 4.8rem;
      border-bottom: 1px solid var(--black_12);
      cursor: pointer;
      &:last-of-type {
        border-bottom: none;
      }
      &.row-will-link {
        background: var( --03_accent-light, linear-gradient(0deg, rgba(241, 180, 187, 0.08) 0%, rgba(241, 180, 187, 0.08) 100%), #fff );
      }
      &.row-will-unlink {
        background: var( --03_accent-light, linear-gradient(0deg, rgba(241, 180, 187, 0.08) 0%, rgba(241, 180, 187, 0.08) 100%), #fff );
      }
      .table_cell_inner {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
      }
    }
  }
  .table_title {
    background: transparent;
    border-bottom: 1px solid var(--black_12);
    border-radius: 0;
    .table_cell {
      display: flex;
      align-items: center;
      padding: 0.8rem;
      color: var(--black_87);
      white-space: nowrap;
      flex: 1 1 0;
    }
  }
}
.pagination_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.pagination_pages {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.pagination_page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 0.8rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.2s ease;
  &:hover {
    background-color: rgba(241, 180, 187, 0.1);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
  }
  &.pagination_page_active {
    background-color: var(--accent);
    color: rgb(var(--white));
  }
}
.pagination_prev {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4rem;
  padding: 1rem 1.6rem 1rem 1.2rem;
  border: none;
  border-radius: 4rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.2s ease;
  &:hover {
    background-color: rgba(241, 180, 187, 0.1);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
  }
  &:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}
.pagination_next {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4rem;
  padding: 1rem 1.6rem 1rem 1.2rem;
  border: none;
  border-radius: 4rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.2s ease;
  &:hover {
    background-color: rgba(241, 180, 187, 0.1);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
  }
  &:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}
.pagination_next_text {
  white-space: nowrap;
}
.pagination_next_icon {
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
@charset 'UTF-8';
.mypage_limited_code_ct019 {
  padding-bottom: 7rem;
  .description_section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .section_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black_60);
    line-height: 1.6;
  }
  .section_description {
    font-size: 1.2rem;
    color: var(--black_60);
    line-height: 1.6;
  }
  .list.list_oneline {
    .list_item {
      .list_text {
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--black_60);
        line-height: 1.6;
      }
    }
  }
  .empty_state {
    text-align: center;
    padding: 4rem 2rem;
    .empty_text {
      font-size: 1.4rem;
      color: #999;
    }
  }
  .footer_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--white));
    border-top: 0.1rem solid rgba(0, 0, 0, 0.12);
    z-index: 10;
    i.button_icon {
      font-style: normal;
    }
    .button_icon {
      font-size: 2rem;
    }
    .button {
      padding-right: 2.4rem;
    }
    .button_text {
      width: 100%;
      text-align: center;
    }
  }
}
@charset "UTF-8";
.pocone {
  color: var(--black_87);
  box-sizing: border-box;
  .pocone_header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      height: 72px;
    }
    @media screen and (max-width: 767px) {
      height: 48px;
    }
    .pocone_logo {
      height: calc(100% - 16px);
      object-fit: cover;
      box-sizing: border-box;
    }
    .pocone_wrap {
      display: flex;
      align-items: center;
      margin-left: auto;
      box-sizing: border-box;
    }
    .pocone_link {
      display: block;
      padding-left: 16px;
      padding-right: 16px;
      color: var(--main_text, var(--black_87));
      box-sizing: border-box;
      text-decoration: none;
      &:hover {
        opacity: .8;
        transition: .2s opacity;
      }
      @media screen and (min-width: 768px) {
        font-size: 16px;
      }
      @media screen and (max-width: 767px) {
        font-size: 13px;
      }
      &:last-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--accent, var(--pocone_accent));
        border-radius: 40px;
        color: var(--accent_text, var(--black_87));
        @media screen and (min-width: 768px) {
          width: 160px;
          height: 50px;
          margin-left: 16px;
        }
        @media screen and (max-width: 767px) {
          height: 34px;
        }
      }
    }
  }
  .pocone_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 16px 16px;
    background-color: var(--main, var(--pocone_main));
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      min-height: 144px;
      font-size: 15px;
    }
    @media screen and (max-width: 767px) {
      min-height: 96px;
      font-size: 13px;
    }
    .pocone_inner {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      box-sizing: border-box;
    }
    .pocone_link {
      display: block;
      color: rgb(var(--white));
      box-sizing: border-box;
      text-decoration: none;
      &:hover {
        opacity: .8;
        transition: .2s opacity;
      }
      @media screen and (min-width: 768px) {
        padding: 8px 16px 0 16px;
      }
      @media screen and (max-width: 767px) {
        padding: 8px 8px 0 8px;
      }
    }
  }
}
.pocone_gadget_layout {
  width: 100%;
  max-width: 1020px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pocone_gadget_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    column-gap: 24px;
    row-gap: 24px;
  }
  @media screen and (max-width: 767px) {
    column-gap: 16px;
    row-gap: 16px;
  }
}
.pocone_gadget_col {
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    grid-column: span 4;
  }
  @media screen and (max-width: 767px) {
    grid-column: span 6;
  }
}
.pocone_gadget_message {
  box-sizing: border-box;
  grid-column: span 12;
  @media screen and (min-width: 768px) {
    font-size: 15px;
  }
  @media screen and (max-width: 767px) {
    font-size: 13px;
  }
}
.pocone_gadget_card {
  background-color: rgb(var(--white));
  border-radius: 8px;
  box-sizing: border-box;
  .pocone_gadget_card_item {
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(black, .12);
    cursor: pointer;
    transition: .2s box-shadow;
    box-sizing: border-box;
    &:nth-of-type(odd) {
      margin-right: 4px;
    }
    &:nth-of-type(even) {
      margin-left: 4px;
    }
    &:hover {
      opacity: 1;
      transition: .2s box-shadow;
      box-shadow: 0px 2px 12px rgba(black, .3);
    }
  }
  .pocone_gadget_card_image {
    width: 100%;
    background-color: var(--alto_10);
    object-fit: cover;
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      height: 246px;
    }
    @media screen and (max-width: 767px) {
      height: 130px;
    }
  }
  .pocone_gadget_card_bottom {
    height: 128px;
    text-align: left;
    color: var(--black_87);
    background-color: rgb(var(--white));
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      padding: 16px;
    }
    @media screen and (max-width: 767px) {
      padding: 8px;
    }
  }
  .pocone_gadget_card_title {
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      font-size: 15px;
    }
    @media screen and (max-width: 767px) {
      font-size: 13px;
    }
  }
  .pocone_gadget_card_text {
    font-size: 13px;
    color: var(--black_60);
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      margin-top: 8px;
    }
    @media screen and (max-width: 767px) {
      margin-top: 4px;
    }
  }
}
.pocone_gadget_button {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  padding-left: 16px;
  padding-right: 1.6px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  color: var(--accent, var(--pocone_accent));
  border: 1px solid var(--accent, var(--pocone_accent));
  background-color: transparent;
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    margin-top: 80px;
    font-size: 15px;
  }
  @media screen and (max-width: 767px) {
    margin-top: 40px;
    font-size: 13px;
  }
}
.pocone_gadget_search {
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 0px 4px var(--black_30);
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    padding: 24px;
  }
  @media screen and (max-width: 767px) {
    padding: 16px;
  }
  .pocone_gadget_search_input {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 8px 0 0 8px;
    background-color: var(--alto_10);
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      font-size: 15px;
    }
    @media screen and (max-width: 767px) {
      font-size: 13px;
    }
  }
  .pocone_gadget_search_button {
    width: 240px;
    padding: 16px;
    color: var(--accent_text, var(--black_87));
    background-color: var(--accent, var(--pocone_accent));
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      font-size: 15px;
    }
    @media screen and (max-width: 767px) {
      font-size: 13px;
    }
  }
}
.pocone_gadget_sort {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  @media screen and (min-width: 768px) {
    font-size: 15px;
  }
  @media screen and (max-width: 767px) {
    font-size: 13px;
  }
  .pocone_gadget_sort_wrap {
    max-width: 160px;
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
      width: 160px;
    }
    @media screen and (max-width: 767px) {
      width: 33.333333%;
    }
    &.is_active {
      .pocone_gadget_sort_item {
        border-bottom: 2px solid var(--main, var(--pocone_main));
      }
    }
  }
  .pocone_gadget_sort_item {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
}
.hide_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
@charset "UTF-8";
@keyframes sheet {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes banner {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes service_logo {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes service_logo_sp {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes service_catch {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes service_scroll {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -300%) rotate(90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@keyframes service_message {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes service_message_sp {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@charset "UTF-8";
.font_weight_normal {
  font-weight: normal;
}
.font_weight_bold {
  font-weight: 500;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.word_break_all {
  word-break: break-all;
}
.white_space_nowrap {
  white-space: nowrap;
}
.white_space_prewrap {
  white-space: pre-wrap;
}
.bg_white {
  background-color: rgb(var(--white));
}
.bg_alto_10 {
  background-color: var(--alto_10);
}
.bg_black_30 {
  background-color: var(--black_30);
}
.bg_black_60 {
  background-color: var(--black_60);
}
.bg_guest {
  background-color: #e0e4e7;
}
.link_default {
  margin-bottom: -0.1rem;
  color: var(--black_60);
  border-bottom: 1px solid #000;
  border-bottom-color: inherit;
  &:hover {
    padding-bottom: 1px;
    border-bottom: 0;
  }
}
.color_primary {
  color: var(--primary);
}
.color_secondary {
  color: var(--secondary);
}
.color_main_text {
  color: var(--main_text, var(--primary_text));
}
.color_black_87 {
  color: var(--black_87);
}
.color_black_60 {
  color: var(--black_60);
}
.color_black_30 {
  color: var(--black_30);
}
.color_white {
  color: rgb(var(--white));
}
.color_accent {
  color: var(--accent);
}
.color_error {
  color: var(--error);
}
.fill_white {
  fill: rgb(var(--white));
}
.fill_primary {
  fill: var(--primary);
}
.fill_accent {
  fill: var(--accent);
}
.fill_secondary {
  fill: var(--secondary);
}
.fill_black_60 {
  fill: var(--black_60);
}
.fonticon {
  position: relative;
  &:hover::before {
    pointer-events: none;
  }
  &::before {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
  }
  &.fonticon_left::before {
    left: 1.6rem;
    right: auto;
  }
  &.fonticon_pwide::before {
    right: 2rem;
  }
  &.fonticon_arrow_right::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_arrow_left::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_arrow_down::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_calender::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_plus::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_mail::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
}
.fonticon_after {
  position: relative;
  &:hover::after {
    pointer-events: none;
  }
  &::after {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  &.fonticon_pwide::after {
    left: 2rem;
  }
  &.fonticon_arrow_right::after {
    left: auto;
    right: 1rem;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_pwide::after {
    right: 2rem;
  }
  &.fonticon_arrow_left::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_arrow_down::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_pdf::after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_error::after {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  &.fonticon_plus::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
}
.font_abuget {
  font-family: "Abuget";
  font-size: 4rem;
  line-height: 1;
  &.font_abuget_big {
    font-size: 6rem;
  }
}
.font_style_italic {
  font-style: italic;
}
.require {
  position: relative;
  padding: 0.8rem;
  background-color: var(--red_pink);
  border-radius: 0.4rem;
  color: rgb(var(--white));
  white-space: nowrap;
  &.require_min {
    padding: 0.2rem 0.6rem;
  }
}
.box_shadow_alto_10 {
  box-shadow: 0px 0px 4px 0px rgba(var(--alto_10), 0.8);
}
.border_bottom {
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
}
.border_top_black_12 {
  border-top: 1px solid var(--black_12);
}
.border_bottom_black_12 {
  border-bottom: 1px solid var(--black_12);
}
.border_radius {
  border-radius: radius(default);
}
.border_radius_8 {
  border-radius: 0.8rem;
}
.position_relative {
  position: relative;
}
.position_absolute_float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cursor_default {
  cursor: default;
}
.cursor_pointer {
  &:hover {
    cursor: pointer;
  }
}
.hover_default {
  transition: 0.2s opacity;
  &:hover {
    cursor: pointer;
    opacity: opacity(default);
    transition: 0.2s opacity;
  }
  &.bg_white {
    &:hover {
      background-color: var(--white_dark);
    }
  }
}
*:disabled {
  &:hover {
    cursor: not-allowed;
  }
}
.opacity_0 {
  opacity: 0;
}
.opacity_1 {
  opacity: 1;
}
.loading_dots {
  .loading_dots_item {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-iteration-count: infinite;
    &:nth-of-type(2) {
      animation-delay: 0.3s;
    }
    &:last-of-type {
      animation-delay: 0.6s;
    }
  }
}
.loading_spinner {
  animation-name: rotate_spinner;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-iteration-count: infinite;
}
.hr_simple {
  width: 100%;
  height: 0.1rem;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  background-color: var(--alto_10);
}
.overflow_hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.hide_i {
  display: none !important;
}
@media screen and (min-width: 375px) {
  .hide_all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide_phone {
    display: none;
  }
  .hide_phone_i {
    display: none !important;
  }
}
.delimiter {
  + .delimiter {
    &::before {
      content: "、";
    }
  }
}
.transform_mirror {
  transform: scale(-1, 1);
}
.visibility_hidden {
  visibility: hidden;
}
.backface_visibility_hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.line_height_1 {
  line-height: 1;
}
.line_height_12 {
  line-height: 1.2;
}
.line_height_14 {
  line-height: 1.4;
}
.w_5 {
  width: 5%;
}
.w_10 {
  width: 10%;
}
.w_15 {
  width: 15%;
}
.w_20 {
  width: 20%;
}
.w_25 {
  width: 25%;
}
.w_30 {
  width: 30%;
}
.w_33 {
  width: 33.333333%;
}
.w_40 {
  width: 40%;
}
.w_50 {
  width: 50%;
}
.w_60 {
  width: 60%;
}
.w_70 {
  width: 70%;
}
.w_75 {
  width: 75%;
}
.w_80 {
  width: 80%;
}
.w_100 {
  width: 100%;
}
.w_100_i {
  width: 100% !important;
}
.w_max {
  width: max-content;
}
.min_width_60 {
  min-width: 6rem;
}
.min_width_110 {
  min-width: 11rem;
}
.max_width_364 {
  max-width: 36.4rem;
}
.max_width_none_i {
  max-width: none !important;
}
.max_width_600 {
  max-width: 60rem;
}
.max_width_640 {
  max-width: 64rem;
}
@include mq(md_max) {
  .max_width_600_sp {
    max-width: 60rem;
  }
  .max_width_640_sm {
    max-width: 64rem;
  }
  .max_width_640_sp {
    max-width: 64rem;
  }
}
@include mq(md_lg) {
  .max_width_600_sp {
    max-width: 60rem;
  }
  .max_width_640_md {
    max-width: 64rem;
  }
  .max_width_640_sp {
    max-width: 64rem;
  }
}
@include mq(lg_min) {
  .max_width_640_lg {
    max-width: 64rem;
  }
}
.h_auto {
  height: auto;
}
.h_100 {
  height: 100%;
}
.h_100_i {
  height: 100% !important;
}
.h_100_v {
  height: 100vh;
}
.h_100_v_i {
  height: 100vh !important;
}
@include mq(md_max) {
  .h_100_sp {
    height: 100%;
  }
  .h_100_sm {
    height: 100%;
  }
}
@include mq(md_lg) {
  .h_100_sp {
    height: 100%;
  }
  .h_100_md {
    height: 100%;
  }
}
@include mq(lg_min) {
  .h_100_lg {
    height: 100%;
  }
}
.min_height_100_v {
  min-height: 100vh;
}
.mt_4 {
  margin-top: 0.4rem;
}
.mt_8 {
  margin-top: 0.8rem;
}
.ml_8 {
  margin-left: 0.8rem;
}
.mr_8 {
  margin-right: 0.8rem;
}
.mb_8 {
  margin-bottom: 0.8rem;
}
.mt_16 {
  margin-top: 1.6rem;
}
.ml_16 {
  margin-left: 1.6rem;
}
.mr_16 {
  margin-right: 1.6rem;
}
.mb_16 {
  margin-bottom: 1.6rem;
}
.mt_24 {
  margin-top: 2.4rem;
}
.ml_24 {
  margin-left: 2.4rem;
}
.mr_24 {
  margin-right: 2.4rem;
}
.mb_24 {
  margin-bottom: 2.4rem;
}
.mt_32 {
  margin-top: 3.2rem;
}
.mt_48 {
  margin-top: 4.8rem;
}
.mb_48 {
  margin-bottom: 4.8rem;
}
.p_8 {
  padding: 0.8rem;
}
.pt_8 {
  padding-top: 0.8rem;
}
.pl_8 {
  padding-left: 0.8rem;
}
.pr_8 {
  padding-right: 0.8rem;
}
.pb_8 {
  padding-bottom: 0.8rem;
}
.p_16 {
  padding: 1.6rem;
}
.pt_16 {
  padding-top: 1.6rem;
}
.pb_16 {
  padding-bottom: 1.6rem;
}
.pl_12 {
  padding-left: 1.2rem;
}
.pr_12 {
  padding-right: 1.2rem;
}
.pt_24 {
  padding-top: 2.4rem;
}
.pb_24 {
  padding-bottom: 2.4rem;
}
.pr_24 {
  padding-right: 2.4rem;
}
.pl_24 {
  padding-left: 2.4rem;
}
.pt_32 {
  padding-top: 3.2rem;
}
.pb_32 {
  padding-bottom: 3.2rem;
}
.pl_32 {
  padding-left: 3.2rem;
}
.pr_32 {
  padding-right: 3.2rem;
}
.pb_76 {
  padding-bottom: 7.6rem;
}
.pb_96 {
  padding-bottom: 9.6rem;
}
.pb_120 {
  padding-bottom: 12rem;
}
.pb_end {
  padding-bottom: 14.7rem;
}
.m_0 {
  margin: 0;
}
.m_0_i {
  margin: 0 !important;
}
.m_0_auto {
  margin: 0 auto;
}
.m_0_auto_i {
  margin: 0 auto !important;
}
.m_auto_0 {
  margin: auto 0;
}
.m_auto_0_0_0 {
  margin: auto 0 0 0;
}
.m_0_auto_0_0 {
  margin: 0 auto 0 0;
}
.m_0_0_auto_0 {
  margin: 0 0 auto 0;
}
.m_0_0_0_auto {
  margin: 0 0 0 auto;
}
.mt_auto {
  margin-top: auto;
}
.mb_auto {
  margin-bottom: auto;
}
.ml_auto {
  margin-left: auto;
}
.mr_auto {
  margin-right: auto;
}
.mt_2 {
  margin-top: 0.2rem;
}
.mb_2 {
  margin-bottom: 0.2rem;
}
.ml_2 {
  margin-left: 0.2rem;
}
.mr_2 {
  margin-right: 0.2rem;
}
.ml_4 {
  margin-left: 0.4rem;
}
.mr_4 {
  margin-right: 0.4rem;
}
.mb_4 {
  margin-bottom: 0.4rem;
}
.mt_10 {
  margin-top: 1rem;
}
.mr_10 {
  margin-right: 1rem;
}
.ml_10 {
  margin-left: 1rem;
}
.mb_10 {
  margin-bottom: 1rem;
}
.mt_40 {
  margin-top: 4rem;
}
.mb_40 {
  margin-bottom: 4rem;
}
.mr_40 {
  margin-right: 4rem;
}
.ml_40 {
  margin-left: 4rem;
}
.mt_80 {
  margin-top: 8rem;
}
.mb_80 {
  margin-bottom: 8rem;
}
.ml_80 {
  margin-left: 8rem;
}
.mr_80 {
  margin-right: 8rem;
}
@media screen and (min-width: 768px) {
  .mt_40_pc {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mb_8_phone {
    margin-bottom: 0.8rem;
  }
  .mt_24_phone {
    margin-top: 2.4rem;
  }
}
.p_0 {
  padding: 0;
}
.p_0_i {
  padding: 0 !important;
}
.pt_0 {
  padding-top: 0;
}
.pl_0 {
  padding-left: 0;
}
.pr_0 {
  padding-right: 0;
}
.pb_0 {
  padding-bottom: 0;
}
.pt_2 {
  padding-top: 0.2rem;
}
.pb_2 {
  padding-bottom: 0.2rem;
}
.pl_2 {
  padding-left: 0.2rem;
}
.pr_2 {
  padding-right: 0.2rem;
}
.pl_4 {
  padding-left: 0.4rem;
}
.pr_4 {
  padding-right: 0.4rem;
}
.p_6 {
  padding: 0.6rem;
}
.pt_6 {
  padding-top: 0.6rem;
}
.pb_6 {
  padding-bottom: 0.6rem;
}
.pl_6 {
  padding-left: 0.6rem;
}
.pr_6 {
  padding-right: 0.6rem;
}
.p_10 {
  padding: 1rem;
}
.pt_10 {
  padding-top: 1rem;
}
.pb_10 {
  padding-bottom: 1rem;
}
.pl_10 {
  padding-left: 1rem;
}
.pr_10 {
  padding-right: 1rem;
}
.pl_16 {
  padding-left: 1.6rem;
}
.pr_16 {
  padding-right: 1.6rem;
}
.p_40 {
  padding: 4rem;
}
.pt_40 {
  padding-top: 4rem;
}
.pb_40 {
  padding-bottom: 4rem;
}
.pl_40 {
  padding-left: 4rem;
}
.pr_40 {
  padding-right: 4rem;
}
.pt_80 {
  padding-top: 8rem;
}
.pb_80 {
  padding-bottom: 8rem;
}
.pl_80 {
  padding-left: 8rem;
}
.pr_80 {
  padding-right: 8rem;
}
.pb_108 {
  padding-bottom: 10.8rem;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

