@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@300;700&display=swap");
:root {
  --color-white: #FFF;
  --color-red: #c4183c;
  --color-main: #23ABDD;
  --color-cuccess: #17c671;
  --color-border: #dee2e6;
  --color-thead: #9ba4ae;
  --color-tr: #f7f8fb;
  --color-th-font: #9ba4ae;
  --shadow-table: 0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);
  /* ===== カラーセット ===== */
  --color-bg: #f5f7fa; /* ページ背景 */
  --color-surface: #ffffff; /* モーダル・カード背景 */
  --color-surface-2: #fafafa; /* サブ背景（軽めの階層） */
  --color-surface-3: #f6f7f9; /* SegmentedControlのベース */
  --color-text: #222222; /* 通常の本文色 */
  --color-text-strong: #111111; /* 見出しや強調用 */
  --color-text-muted: #667085; /* 補足やラベル用 */
  --color-border: #e6e6e6; /* 標準のボーダー */
  --color-border-strong: #c9c9d2; /* 濃いめのボーダー */
  --color-field: #ffffff; /* inputフィールドの背景 */
  --color-accent: #2f7cf6; /* メインアクセント色 */
  --color-accent-2: #1e6be0; /* アクセントの濃いめ */
  /* ===== レイヤー ===== */
  --layer-modal: 1000; /* モーダル用 z-index */
  /* ===== タイポグラフィ ===== */
  --font-family-base: -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-size-base: 15px;
  --line-height-base: 1.6;
  /* 基本色 */
  --su-bg: #ffffff;
  --su-fg: #1c1c1e;
  --su-muted-fg: #6c6c70;
  --su-border: #e0e0e5;
  /* アクセント */
  --su-accent: #007aff;
  --su-accent-hover: #0060d1;
  --su-accent-fg: #ffffff;
  /* サーフェス系（カードやパネル背景） */
  --su-surface: #f9f9fb;
  /* ボタン / チップ */
  --su-chip-bg: #ffffff;
  --su-chip-bg-hover: #f1f1f4;
  --su-chip-bd: #d5d5da;
  --su-chip-bd-hover: #b0b0b7;
  /* 角丸 */
  --su-radius-sm: 4px;
  --su-radius-md: 8px;
  --su-radius-lg: 12px;
  --su-radius-xl: 16px;
  /* シャドウ */
  --su-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --su-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.08);
  /* フォーカスリング */
  --su-ring-shadow: 0 0 0 3px rgba(0, 122, 255, 0.35);
  --su-ring-shadow-sm: 0 0 0 2px rgba(0, 122, 255, 0.25);
}

@media (prefers-color-scheme: dark) {
  :root {
    --su-bg: #1c1c1e;
    --su-fg: #f2f2f7;
    --su-muted-fg: #a1a1aa;
    --su-border: #3a3a3c;
    --su-accent: #0a84ff;
    --su-accent-hover: #409cff;
    --su-accent-fg: #ffffff;
    --su-surface: #2c2c2e;
    --su-chip-bg: #2c2c2e;
    --su-chip-bg-hover: #3a3a3c;
    --su-chip-bd: #505053;
    --su-chip-bd-hover: #6c6c70;
    --su-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
    --su-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.5);
    --su-ring-shadow: 0 0 0 3px rgba(10, 132, 255, 0.45);
    --su-ring-shadow-sm: 0 0 0 2px rgba(167, 203, 240, 0.35);
  }
}
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "LINE Seed JP";
  font-weight: 400;
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINE Seed JP";
  font-weight: 700;
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
.t__min {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.t__yl {
  color: #ffe000;
}

.t__bk {
  color: #1F1E2B;
}

.t__bl {
  color: #00a0e9;
}

.t__gy {
  color: #ddd;
}

.t__gr {
  color: #695CC8;
}

.t__wh {
  color: #FFF;
}

.t__op {
  opacity: 0.6;
}

.t__shadow {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.t__link {
  color: #33bad2;
  padding: 0 0.3rem;
}
.t__link:hover {
  text-decoration: underline;
}

.t__under {
  text-decoration: underline;
}

@media screen and (min-width: 320px) {
  .t__rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .t__rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  .t__rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1400px) {
  .t__rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.op {
  opacity: 0.6;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    FORM RESET
  ------------------------------ */
input, select, textarea {
  outline: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

button {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
}
button:focus {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #00a0e9;
  color: #FFF;
}

::selection {
  background-color: #00a0e9;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 0.9208335vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 0.8208335vw;
  }
}
html.isLocked, html.locked {
  overflow: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background: #F8F8F8;
  font-weight: 400;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  .view__m__block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__block {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__inline {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__inline {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__flex {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__grid {
    display: grid !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__grid {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__block {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__block {
    display: block !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__inline {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__inline {
    display: inline !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__flex {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__grid {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__grid {
    display: grid !important;
  }
}

/* ------------------------------
    MEDIA SETTINGS
  ------------------------------ */
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img__contain, .img__fit {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumb__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.thumb__item.round {
  border-radius: 100%;
}

.img__item {
  width: 100%;
  height: 100%;
  background-color: #181818;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img__item.top {
  background-position: center top;
}
.img__item.bg__tr {
  background-color: transparent;
}

.video__cover {
  width: auto;
  height: 100%;
}

/* ------------------------------
    BLOCK SETTINGS
  ------------------------------ */
.container__article {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .container__article {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container__article {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .container__article {
    width: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .container__article {
    width: 850px;
  }
}

.container__small {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .container__small {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container__small {
    width: 1400px;
  }
}

@media screen and (min-width: 320px) {
  .container__medium {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .container__medium {
    width: auto;
    margin: 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .container__medium {
    width: auto;
    margin: 0 10vw;
  }
}
@media screen and (min-width: 1400px) {
  .container__medium {
    width: auto;
    margin: 0 15vw;
  }
}

@media screen and (min-width: 320px) {
  .container__medium__left {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .container__medium__left {
    width: auto;
    margin: 0 0 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .container__medium__left {
    width: auto;
    margin: 0 0 0 10vw;
  }
}
@media screen and (min-width: 1400px) {
  .container__medium__left {
    width: auto;
    margin: 0 0 0 15vw;
  }
}

@media screen and (min-width: 320px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .container__large {
    margin: 0 5vw;
  }
}
@media screen and (min-width: 1400px) {
  .container__large {
    margin: 0 5vw;
  }
}

.ta__center {
  text-align: center;
}
.ta__center .flex__item {
  margin: 0 auto;
}

.ta__right {
  text-align: right;
}

.ta__left {
  text-align: left;
}

.flex__inner, .flex__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex__inner.row__wrap, .flex__item.row__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex__inner.row__start__start, .flex__item.row__start__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__start__center, .flex__item.row__start__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__start__end, .flex__item.row__start__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__start__unset, .flex__item.row__start__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__sb__unset, .flex__item.row__sb__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__sb__start, .flex__item.row__sb__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__sb__center, .flex__item.row__sb__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__sb__end, .flex__item.row__sb__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__end__start, .flex__item.row__end__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__end__center, .flex__item.row__end__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__end__end, .flex__item.row__end__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.row__center__unset, .flex__item.row__center__unset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.flex__inner.row__center__center, .flex__item.row__center__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.row__center__top, .flex__item.row__center__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__center__start, .flex__item.row__center__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.row__center__end, .flex__item.row__center__end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.rowreverse__start__start, .flex__item.rowreverse__start__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.rowreverse__sb__start, .flex__item.rowreverse__sb__start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.rowreverse__sb__center, .flex__item.rowreverse__sb__center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__sb__center, .flex__item.column__sb__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__sb__start, .flex__item.column__sb__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__start__start, .flex__item.column__start__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__start__center, .flex__item.column__start__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__start__end, .flex__item.column__start__end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.column__center__start, .flex__item.column__center__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__center, .flex__inner.column__center__center, .flex__item.column__center, .flex__item.column__center__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__center__end, .flex__item.column__center__end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.column__end, .flex__item.column__end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex__inner.column__end__start, .flex__item.column__end__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.column__end__end, .flex__item.column__end__end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex__inner.columnreverse__start__start, .flex__item.columnreverse__start__start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex__inner.f__wrap, .flex__inner.fwrap, .flex__item.f__wrap, .flex__item.fwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
  }
}

/* ------------------------------
    PADDING SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .py__small {
    padding: 1vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .py__medium {
    padding: 2vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__large {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .py__large {
    padding: 3vw 0;
  }
}

@media screen and (min-width: 320px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .px__small {
    padding: 0 1vw;
  }
}

@media screen and (min-width: 320px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .px__medium {
    padding: 0 2vw;
  }
}

@media screen and (min-width: 320px) {
  .px__large {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 960px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .px__large {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pt__small {
    padding-top: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .pt__large {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .pt__large {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 320px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pr__small {
    padding-right: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pr__medium {
    padding-right: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__large {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .pr__large {
    padding-right: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pb__small {
    padding-bottom: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pb__medium {
    padding-bottom: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__large {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1400px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}

.pl__small {
  padding-left: 0.5rem;
}
@media screen and (min-width: 320px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pl__small {
    padding-left: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pl__medium {
    padding-left: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__large {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .pl__large {
    padding-left: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .mb__small {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 960px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}

/* ------------------------------
    TEXT SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 768px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 960px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1400px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__mtr {
    font-size: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__mtr {
    font-size: 37vw;
  }
}
@media screen and (min-width: 960px) {
  .fsize__mtr {
    font-size: 15vw;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__mtr {
    font-size: 20vw;
  }
}

@media screen and (min-width: 320px) {
  .fsize__900 {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__800 {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__800 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__750 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__750 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__700 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__600 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__500 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__500 {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__400 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__400 {
    font-size: 13px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__300 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__200 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__200 {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__100 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .fsize__100 {
    font-size: 10px;
  }
}

.fsize__smaller {
  font-size: 80%;
  padding: 0 0.25rem;
}

@media screen and (min-width: 320px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 1400px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 1400px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}

.t__fit {
  line-height: 1;
}

.fw__900 {
  font-weight: 900;
}

.fw__700 {
  font-weight: 700;
}

.fw__400 {
  font-weight: 400;
}

/* ------------------------------
    SECTION SETTINGS
  ------------------------------ */
.w__100 {
  width: 100%;
}

.maxcontent__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section__block {
  position: relative;
}

.set__fscreen {
  width: 100%;
  height: 100vh;
}

/* ******************************
 *
 *  LOGIN FORM
 *
 * ****************************** */
#is__login-form {
  position: relative;
}
@media screen and (min-width: 320px) {
  #is__login-form .is__title-block {
    font-size: 1.45vw;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__login-form .is__title-block {
    font-size: 1.45vw;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__login-form .is__title-block {
    font-size: 1.45vw;
    margin: 0 0 1rem;
  }
}
#is__login-form .is__layer-bg {
  opacity: 0.5;
}
#is__login-form .is__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #is__login-form .is__inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  #is__login-form .is__inner {
    padding: 10% 15%;
  }
}
@media screen and (min-width: 960px) {
  #is__login-form .is__inner {
    padding: 10% 30%;
  }
}
@media screen and (min-width: 320px) {
  #is__login-form .is__inner.__isPaper {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  #is__login-form .is__inner.__isPaper {
    padding: 10% 10%;
  }
}
@media screen and (min-width: 960px) {
  #is__login-form .is__inner.__isPaper {
    padding: 10% 15%;
  }
}
#is__login-form .is__layer-text {
  padding-bottom: 2rem;
}
#is__login-form .is__layer-form {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #is__login-form .is__layer-form {
    padding: 3vw;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__login-form .is__layer-form {
    padding: 3vw;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__login-form .is__layer-form {
    padding: 3vw;
    border-radius: 1rem;
  }
}
#is__login-form .is__layer-form .is__title {
  font-weight: 700;
  padding-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #is__login-form .is__layer-form .is__title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  #is__login-form .is__layer-form .is__title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  #is__login-form .is__layer-form .is__title {
    font-size: 0.875rem;
  }
}
#is__login-form .is__layer-form .__subTitle {
  font-weight: 700;
  margin: 2.5rem 0 0.5rem;
  font-size: 1.4rem;
}
#is__login-form .is__layer-form .__subDesc {
  font-size: 14px;
  margin-bottom: 0.5rem;
  opacity: 0.75;
}

#is__large-form .is__inp-item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
#is__large-form .is__inp-item.--large input, #is__large-form .is__inp-item.--large select, #is__large-form .is__inp-item.--large textarea {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #is__large-form .is__inp-item.--large input, #is__large-form .is__inp-item.--large select, #is__large-form .is__inp-item.--large textarea {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  #is__large-form .is__inp-item.--large input, #is__large-form .is__inp-item.--large select, #is__large-form .is__inp-item.--large textarea {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #is__large-form .is__inp-item.--large input, #is__large-form .is__inp-item.--large select, #is__large-form .is__inp-item.--large textarea {
    font-size: 3vw;
  }
}
#is__large-form input, #is__large-form select, #is__large-form textarea, #is__large-form .is__description {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
#is__large-form input:-moz-read-only, #is__large-form select:-moz-read-only, #is__large-form textarea:-moz-read-only, #is__large-form .is__description:-moz-read-only {
  font-weight: 700;
}
#is__large-form input:read-only, #is__large-form select:read-only, #is__large-form textarea:read-only, #is__large-form .is__description:read-only {
  font-weight: 700;
}
#is__large-form textarea {
  min-height: 90px;
}
#is__large-form textarea:-moz-read-only {
  font-weight: 400;
  font-size: 80%;
  line-height: 1.8;
  opacity: 0.85;
}
#is__large-form textarea:read-only {
  font-weight: 400;
  font-size: 80%;
  line-height: 1.8;
  opacity: 0.85;
}
#is__large-form .is__description {
  height: auto;
  font-weight: 400 !important;
  font-size: 80%;
  line-height: 1.8;
  opacity: 0.85;
}

.is__layer-form .__halfBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is__layer-form .__halfBlock .is__inp-item {
  width: 48.5%;
}
.is__layer-form .is__inp-item {
  cursor: pointer;
  display: block;
  margin-bottom: 1.5rem;
}
.is__layer-form .is__inp-item.__withLabel {
  position: relative;
}
.is__layer-form .is__inp-item.__withLabel .labeltext {
  position: absolute;
  top: 10px;
  left: 1rem;
  font-size: 13px;
  opacity: 0.6;
}
.is__layer-form .is__inp-item.__withLabel .icon {
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 1rem;
}
.is__layer-form .is__inp-item.__withLabel .icon svg {
  display: block;
  fill: #FFF;
  width: 1.5rem;
  height: auto;
  opacity: 0.6;
}
.is__layer-form .is__inp-item.__withLabel input {
  padding: 2.35rem 1rem 0.75rem;
}
.is__layer-form .is__sbmt button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  background: #23ABDD;
  color: #FFF;
  font-weight: 700;
  border-radius: 5rem;
  padding: 1rem;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.is__layer-form .is__sbmt button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.is__layer-form .is__sbmt button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.is__layer-form .is__sbmt button:disabled:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.is__layer-form input, .is__layer-form select, .is__layer-form textarea {
  display: block;
  width: 100%;
  outline: none;
  background: #EDEDED;
  border-radius: 16px;
  border: none;
  outline: none;
  padding: 0.8125rem 1rem;
  font-size: 0.875rem;
}
.is__layer-form input:-moz-read-only, .is__layer-form select:-moz-read-only, .is__layer-form textarea:-moz-read-only {
  cursor: not-allowed;
  border: solid 1px #141b1d;
}
.is__layer-form input:read-only, .is__layer-form select:read-only, .is__layer-form textarea:read-only {
  cursor: not-allowed;
  border: solid 1px #141b1d;
}
.is__layer-form textarea {
  min-height: 90px;
}

/* ******************************
 *
 *  DASHBOARD HEADER
 *
 * ****************************** */
#is__global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 220px;
  height: 100vh;
  height: 100dvh;
  background: #EDEDED;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #is__global-menu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#is__global-menu.__min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #is__global-menu.__min {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu.__min {
    width: 60px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu.__min {
    width: 60px;
  }
}
#is__global-menu.__min #is__logo {
  width: auto;
  height: auto;
  margin: 1rem 0;
}
#is__global-menu.__min #is__logo img, #is__global-menu.__min #is__logo svg {
  display: none;
}
#is__global-menu.__min #is__logo button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: var(--color-main);
  top: auto;
  right: auto;
}
@media screen and (min-width: 320px) {
  #is__global-menu.__min #is__logo button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu.__min #is__logo button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu.__min #is__logo button {
    width: 40px;
    height: 40px;
  }
}
#is__global-menu.__min #is__logo button svg {
  display: block;
  margin: 0;
  width: 50%;
  height: auto;
  fill: var(--color-white);
}
#is__global-menu.__min nav, #is__global-menu.__min ul {
  width: 100%;
}
#is__global-menu.__min li {
  padding: 0;
  margin: 0;
  width: 45px;
  margin: 0.35rem auto;
}
#is__global-menu.__min li::after {
  right: -7px;
}
#is__global-menu.__min li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
}
#is__global-menu.__min li a span {
  display: none;
}
@media screen and (min-width: 320px) {
  #is__global-menu.__min li svg {
    width: 20px;
    height: 20px;
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu.__min li svg {
    width: 20px;
    height: 20px;
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu.__min li svg {
    width: 20px;
    height: 20px;
    margin: 0.5rem 0;
  }
}
#is__global-menu.__min li.is__active ul {
  display: none;
}
#is__global-menu.__min #setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  #is__global-menu.__min #setting {
    padding: 0 14px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu.__min #setting {
    padding: 0 14px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu.__min #setting {
    padding: 0 14px;
  }
}
@media screen and (min-width: 320px) {
  #is__global-menu.__min #setting .icon {
    font-size: 25px;
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu.__min #setting .icon {
    font-size: 25px;
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu.__min #setting .icon {
    font-size: 25px;
    margin: 0.5rem 0;
  }
}
#is__global-menu.__min #setting .text {
  display: none;
}
#is__global-menu #is__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #is__global-menu #is__logo {
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu #is__logo {
    height: 72px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu #is__logo {
    height: 72px;
  }
}
#is__global-menu #is__logo img, #is__global-menu #is__logo svg {
  display: block;
  width: auto;
}
@media screen and (min-width: 320px) {
  #is__global-menu #is__logo img, #is__global-menu #is__logo svg {
    height: 24px;
    margin: 0 0 0 26px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu #is__logo img, #is__global-menu #is__logo svg {
    height: 24px;
    margin: 0 0 0 26px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu #is__logo img, #is__global-menu #is__logo svg {
    height: 24px;
    margin: 0 0 0 26px;
  }
}
#is__global-menu #is__logo button {
  position: absolute;
}
@media screen and (min-width: 320px) {
  #is__global-menu #is__logo button {
    top: calc(50% - 7px);
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu #is__logo button {
    top: calc(50% - 7px);
    right: 24px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu #is__logo button {
    top: calc(50% - 7px);
    right: 24px;
  }
}
#is__global-menu #is__logo button svg {
  opacity: 0.6;
}
@media screen and (min-width: 320px) {
  #is__global-menu #is__logo button svg {
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu #is__logo button svg {
    height: 14px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu #is__logo button svg {
    height: 14px;
  }
}
#is__global-menu nav {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 320px) {
  #is__global-menu nav {
    height: calc(100vh - 8.5vw);
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu nav {
    height: calc(100vh - 8.5vw);
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu nav {
    height: calc(100vh - 8.5vw);
  }
}
#is__global-menu nav::-webkit-scrollbar {
  display: none;
}
#is__global-menu ul ul {
  display: none;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #is__global-menu ul ul {
    padding: 0.5rem 0 1rem 30px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu ul ul {
    padding: 0.5rem 0 1rem 30px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu ul ul {
    padding: 0.5rem 0 1rem 30px;
  }
}
#is__global-menu ul ul li {
  width: 100%;
  padding: 0;
  line-height: 28px;
}
#is__global-menu ul ul li.isActive {
  background: #23ABDD;
  color: #FFF;
}
#is__global-menu ul ul li a {
  font-size: 12px;
  padding: 0 0 0 1rem;
}
#is__global-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 0 1rem;
  border-radius: 16px;
}
@media screen and (min-width: 320px) {
  #is__global-menu li {
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu li {
    line-height: 36px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu li {
    line-height: 36px;
  }
}
#is__global-menu li .unread_badge {
  position: absolute;
}
@media screen and (min-width: 320px) {
  #is__global-menu li .unread_badge {
    right: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu li .unread_badge {
    right: 3.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu li .unread_badge {
    right: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #is__global-menu li .unread_badge {
    right: 3.15rem;
  }
}
#is__global-menu li .unread_badge svg {
  display: block;
  fill: #DE4D4D;
  width: 1.6rem;
  height: 1.6rem;
}
#is__global-menu li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1rem;
  width: 2px;
  height: 100%;
  border-radius: 3rem;
  background: #48d597;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
#is__global-menu li:hover {
  background: rgba(255, 255, 255, 0.08);
}
#is__global-menu li.is__active {
  background: #FFF;
}
#is__global-menu li.is__active::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#is__global-menu li.is__active ul {
  display: block;
}
#is__global-menu li.is__active a {
  opacity: 1;
}
#is__global-menu li.is__active svg {
  fill: #000;
}
#is__global-menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (min-width: 320px) {
  #is__global-menu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu li a {
    font-size: 13px;
  }
}
#is__global-menu li a:hover {
  opacity: 1;
}
#is__global-menu li a .counter {
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  color: #23ABDD;
  border: solid 1px #23ABDD;
  border-radius: 16px;
  padding: 5px 8px;
  font-size: 90%;
}
#is__global-menu li .notification {
  position: absolute;
  top: 5px;
  left: 18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d90f4;
}
#is__global-menu li .badge {
  position: absolute;
  top: 50%;
  left: -24px;
  min-width: 24px;
  display: inline-block;
  border-radius: 1rem;
  background: #1d90f4;
  padding: 5px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  text-align: center;
}
#is__global-menu li svg {
  display: block;
  height: auto;
  margin-right: 1rem;
  fill: black;
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  #is__global-menu li svg {
    width: 20px;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__global-menu li svg {
    width: 20px;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__global-menu li svg {
    width: 20px;
    margin-right: 0.5rem;
  }
}

/* ******************************
 *
 *  DASHBOARD MAIN AREA
 *
 * ****************************** */
#is__main-container {
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
@media screen and (min-width: 320px) {
  #is__main-container {
    width: 100%;
    margin: 0;
    padding: 6.5rem 1.5% 3vw;
  }
}
@media screen and (min-width: 768px) {
  #is__main-container {
    width: calc(100% - 240px);
    margin: 0 0 0 240px;
    padding: 6.5rem 1.5% 3vw;
  }
}
@media screen and (min-width: 960px) {
  #is__main-container {
    width: calc(100% - 240px);
    margin: 0 0 0 240px;
    padding: 6.5rem 1.5% 3vw;
  }
}
@media screen and (min-width: 320px) {
  #is__main-container.__expand {
    width: 100%;
    margin: 0;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 768px) {
  #is__main-container.__expand {
    width: 100%;
    margin: 0;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 960px) {
  #is__main-container.__expand {
    width: 100%;
    margin: 0;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 320px) {
  #is__main-container.__expand.__cartView {
    width: calc(100% - 25vw);
  }
}
@media screen and (min-width: 768px) {
  #is__main-container.__expand.__cartView {
    width: calc(100% - 25vw);
  }
}
@media screen and (min-width: 960px) {
  #is__main-container.__expand.__cartView {
    width: calc(100% - 25vw);
  }
}
@media screen and (min-width: 320px) {
  #is__main-container.__cartView {
    width: calc(100% - 240px - 22vw);
  }
}
@media screen and (min-width: 768px) {
  #is__main-container.__cartView {
    width: calc(100% - 240px - 22vw);
  }
}
@media screen and (min-width: 960px) {
  #is__main-container.__cartView {
    width: calc(100% - 240px - 22vw);
  }
}

#setting {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  font-size: 14px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.075);
  width: 100%;
}
#setting .material-icons-outlined {
  margin-right: 0.5rem;
  opacity: 0.75;
}

#is__sub-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 220px;
  width: calc(100% - 220px);
  padding: 1rem 2.5rem;
  background: #EDEDED;
}
@media screen and (min-width: 320px) {
  #is__sub-menu {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__sub-menu {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__sub-menu {
    padding: 1rem 2.5rem;
  }
}
#is__sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: -25px -25px #EDEDED;
          box-shadow: -25px -25px #EDEDED;
  border-radius: 50%;
  bottom: -50px;
  left: 0;
}
#is__sub-menu .is__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__sub-menu .is__layer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  #is__sub-menu .is__layer-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  #is__sub-menu .is__layer-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 960px) {
  #is__sub-menu .is__layer-title {
    font-size: 2vw;
  }
}
#is__sub-menu .is__layer-title span {
  font-weight: 900;
}
#is__sub-menu .is__layer-title span:nth-child(1) {
  line-height: 1;
  display: none;
}
#is__sub-menu .is__layer-title span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70%;
  font-weight: 700;
}
#is__sub-menu .is__layer-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__sub-menu .is__layer-search .is__button {
  position: relative;
  margin-left: 1rem;
}
#is__sub-menu .is__layer-search .is__button .is__num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #48d597;
  color: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #is__sub-menu .is__layer-search .is__button .is__num {
    font-size: 12px;
    width: 1.2rem;
    height: 1.2rem;
    right: -8px;
    bottom: -2px;
  }
}
@media screen and (min-width: 768px) {
  #is__sub-menu .is__layer-search .is__button .is__num {
    font-size: 12px;
    width: 1.2rem;
    height: 1.2rem;
    right: -8px;
    bottom: -2px;
  }
}
@media screen and (min-width: 960px) {
  #is__sub-menu .is__layer-search .is__button .is__num {
    font-size: 12px;
    width: 1.2rem;
    height: 1.2rem;
    right: -8px;
    bottom: -2px;
  }
}
#is__sub-menu .is__layer-search .is__notice svg, #is__sub-menu .is__layer-search .__closeRegi svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
#is__sub-menu .is__layer-search .__closeRegi svg {
  -webkit-transition: stroke 400ms ease;
  transition: stroke 400ms ease;
}
#is__sub-menu .is__layer-search .__closeRegi:hover svg {
  stroke: #48d597;
}
#is__sub-menu .is__layer-search .is__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  overflow: hidden;
  background: #474747;
  color: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #is__sub-menu .is__layer-search .is__user {
    width: 2.1vw;
    height: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  #is__sub-menu .is__layer-search .is__user {
    width: 2.1vw;
    height: 2.1vw;
  }
}
@media screen and (min-width: 960px) {
  #is__sub-menu .is__layer-search .is__user {
    width: 2.1vw;
    height: 2.1vw;
  }
}
#is__sub-menu .is__serch-form {
  position: relative;
  display: block;
}
@media screen and (min-width: 320px) {
  #is__sub-menu .is__serch-form {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  #is__sub-menu .is__serch-form {
    width: 40vw;
  }
}
@media screen and (min-width: 960px) {
  #is__sub-menu .is__serch-form {
    width: 40vw;
  }
}
#is__sub-menu .is__serch-form .is__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  top: 0;
  left: 0.5rem;
}
#is__sub-menu .is__serch-form .is__icon svg {
  fill: #EDEDED;
}
#is__sub-menu .is__serch-form input {
  display: block;
  width: 100%;
  border-radius: 5rem;
  border: none;
  outline: none;
  background: #FFF;
  padding: 0.5rem 1rem 0.5rem 3rem;
}

.is__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #28272C;
  margin-right: 0.75rem;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
}
@media screen and (min-width: 320px) {
  .is__back {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .is__back {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .is__back {
    width: 2rem;
    height: 2rem;
  }
}
.is__back:hover {
  background-color: #48d597;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.is__back svg {
  display: block;
  width: 50%;
  height: auto;
  fill: #f5f4f3;
}

#is__list-wrapper, .__listWrapper {
  margin-bottom: 1rem;
}
#is__list-wrapper.--simple .is__list-container, .__listWrapper.--simple .is__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem;
  gap: 8px;
}
#is__list-wrapper.--simple .is__list-item, .__listWrapper.--simple .is__list-item {
  position: relative;
  width: 100%;
  background: #FFF;
  border-radius: 16px;
}
#is__list-wrapper.--simple .is__list-item .is__list-inner, .__listWrapper.--simple .is__list-item .is__list-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-item .is__list-inner, .__listWrapper.--simple .is__list-item .is__list-inner {
    padding: 0.5rem 4rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-item .is__list-inner, .__listWrapper.--simple .is__list-item .is__list-inner {
    padding: 0.5rem 4rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-item .is__list-inner, .__listWrapper.--simple .is__list-item .is__list-inner {
    padding: 0.5rem 4rem 0.5rem 0.5rem;
  }
}
#is__list-wrapper.--simple .is__list-item .is__add_cart, .__listWrapper.--simple .is__list-item .is__add_cart {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-item .is__add_cart, .__listWrapper.--simple .is__list-item .is__add_cart {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.25rem);
    right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-item .is__add_cart, .__listWrapper.--simple .is__list-item .is__add_cart {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.25rem);
    right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-item .is__add_cart, .__listWrapper.--simple .is__list-item .is__add_cart {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.25rem);
    right: 1rem;
  }
}
#is__list-wrapper.--simple .is__list-item .is__add_cart:hover svg, .__listWrapper.--simple .is__list-item .is__add_cart:hover svg {
  fill: #48d597;
}
#is__list-wrapper.--simple .is__list-item .is__add_cart.__cartIn, .__listWrapper.--simple .is__list-item .is__add_cart.__cartIn {
  background: #48d597;
}
#is__list-wrapper.--simple .is__list-item .is__add_cart.__cartIn:hover, .__listWrapper.--simple .is__list-item .is__add_cart.__cartIn:hover {
  fill: #FFF;
}
#is__list-wrapper.--simple .is__list-item .is__add_cart.__cartIn svg, .__listWrapper.--simple .is__list-item .is__add_cart.__cartIn svg {
  fill: #FFF;
}
#is__list-wrapper.--simple .is__list-item .is__add_cart svg, .__listWrapper.--simple .is__list-item .is__add_cart svg {
  fill: #f5f4f3;
  display: block;
  width: 50%;
  height: auto;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
#is__list-wrapper.--simple .is__list-inner, .__listWrapper.--simple .is__list-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-inner, .__listWrapper.--simple .is__list-inner {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-inner, .__listWrapper.--simple .is__list-inner {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-inner, .__listWrapper.--simple .is__list-inner {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
#is__list-wrapper.--simple .is__list-inner:hover, .__listWrapper.--simple .is__list-inner:hover {
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}
#is__list-wrapper.--simple .is__list-inner .is__top, #is__list-wrapper.--simple .is__list-inner .is__bottom, .__listWrapper.--simple .is__list-inner .is__top, .__listWrapper.--simple .is__list-inner .is__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__list-wrapper.--simple .is__list-inner .thumb__item, .__listWrapper.--simple .is__list-inner .thumb__item {
  position: relative;
  height: 0;
  border-radius: 10px;
  background: #FFF;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item, .__listWrapper.--simple .is__list-inner .thumb__item {
    width: 46px;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item, .__listWrapper.--simple .is__list-inner .thumb__item {
    width: 46px;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item, .__listWrapper.--simple .is__list-inner .thumb__item {
    width: 46px;
    padding-bottom: 46px;
  }
}
#is__list-wrapper.--simple .is__list-inner .thumb__item.__small, .__listWrapper.--simple .is__list-inner .thumb__item.__small {
  background-color: transparent;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item.__small, .__listWrapper.--simple .is__list-inner .thumb__item.__small {
    width: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item.__small, .__listWrapper.--simple .is__list-inner .thumb__item.__small {
    width: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-inner .thumb__item.__small, .__listWrapper.--simple .is__list-inner .thumb__item.__small {
    width: 34px;
    padding-bottom: 34px;
  }
}
#is__list-wrapper.--simple .is__list-inner .thumb__item.__small svg, .__listWrapper.--simple .is__list-inner .thumb__item.__small svg {
  fill: #1d90f4;
}
#is__list-wrapper.--simple .is__list-inner .thumb__item img, .__listWrapper.--simple .is__list-inner .thumb__item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area, .__listWrapper.--simple .is__list-inner .is__title-area {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-inner .is__title-area, .__listWrapper.--simple .is__list-inner .is__title-area {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-inner .is__title-area, .__listWrapper.--simple .is__list-inner .is__title-area {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-inner .is__title-area, .__listWrapper.--simple .is__list-inner .is__title-area {
    font-size: 1.1rem;
  }
}
#is__list-wrapper.--simple .is__list-inner .is__title-area span:nth-child(1), .__listWrapper.--simple .is__list-inner .is__title-area span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area span:nth-child(2), .__listWrapper.--simple .is__list-inner .is__title-area span:nth-child(2) {
  font-weight: 400;
  font-size: 70%;
  padding-top: 0.3rem;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area .__varIcon, .__listWrapper.--simple .is__list-inner .is__title-area .__varIcon {
  display: inline-block;
  width: 1rem;
  height: auto;
  margin-right: 3px;
  fill: #FFF;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area .act, #is__list-wrapper.--simple .is__list-inner .is__title-area .dis, .__listWrapper.--simple .is__list-inner .is__title-area .act, .__listWrapper.--simple .is__list-inner .is__title-area .dis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 5px;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 65%;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area .act, .__listWrapper.--simple .is__list-inner .is__title-area .act {
  background: rgb(205, 231, 238);
  color: #23ABDD;
  font-weight: 700;
}
#is__list-wrapper.--simple .is__list-inner .is__title-area .dis, .__listWrapper.--simple .is__list-inner .is__title-area .dis {
  background: rgba(255, 255, 255, 0.3);
}
#is__list-wrapper.--simple .is__list-inner .is__price, .__listWrapper.--simple .is__list-inner .is__price {
  font-weight: 700;
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--simple .is__list-inner .is__price, .__listWrapper.--simple .is__list-inner .is__price {
    font-size: 3.84vw;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--simple .is__list-inner .is__price, .__listWrapper.--simple .is__list-inner .is__price {
    font-size: 1.54vw;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--simple .is__list-inner .is__price, .__listWrapper.--simple .is__list-inner .is__price {
    font-size: 1.14vw;
  }
}
#is__list-wrapper.--text.__smaller .is__list-inner, .__listWrapper.--text.__smaller .is__list-inner {
  padding: 0.45rem;
}
#is__list-wrapper.--text figure, .__listWrapper.--text figure {
  position: relative;
  width: 3vw;
  height: 3vw;
  border-radius: 4px;
  margin-right: 10px;
  overflow: hidden;
}
#is__list-wrapper.--text figure img, .__listWrapper.--text figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#is__list-wrapper.--text .is__list-container, .__listWrapper.--text .is__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem;
  border-radius: 10px;
}
#is__list-wrapper.--text .is__list-container.__formGrid, .__listWrapper.--text .is__list-container.__formGrid {
  display: grid;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-container.__formGrid, .__listWrapper.--text .is__list-container.__formGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-container.__formGrid, .__listWrapper.--text .is__list-container.__formGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-container.__formGrid, .__listWrapper.--text .is__list-container.__formGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
#is__list-wrapper.--text .is__list-container.__formGrid .is__list-item, .__listWrapper.--text .is__list-container.__formGrid .is__list-item {
  margin-bottom: 0;
}
#is__list-wrapper.--text .is__list-item, .__listWrapper.--text .is__list-item {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
#is__list-wrapper.--text .is__list-item.--depth2, .__listWrapper.--text .is__list-item.--depth2 {
  padding-left: 7.5%;
}
#is__list-wrapper.--text .is__list-item.--depth3, .__listWrapper.--text .is__list-item.--depth3 {
  padding-left: 15%;
}
#is__list-wrapper.--text .__deleteBtn, .__listWrapper.--text .__deleteBtn {
  position: absolute;
  right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .__deleteBtn, .__listWrapper.--text .__deleteBtn {
    width: 1.6vw;
    top: calc(50% - 0.8vw);
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .__deleteBtn, .__listWrapper.--text .__deleteBtn {
    width: 1.6vw;
    top: calc(50% - 0.8vw);
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .__deleteBtn, .__listWrapper.--text .__deleteBtn {
    width: 1.6vw;
    top: calc(50% - 0.8vw);
  }
}
#is__list-wrapper.--text .__deleteBtn svg, .__listWrapper.--text .__deleteBtn svg {
  fill: #000;
  width: 100%;
  height: auto;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
#is__list-wrapper.--text .__deleteBtn:hover svg, .__listWrapper.--text .__deleteBtn:hover svg {
  fill: #d83f60;
}
#is__list-wrapper.--text .is__list-inner, .__listWrapper.--text .is__list-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-inner, .__listWrapper.--text .is__list-inner {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-inner, .__listWrapper.--text .is__list-inner {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-inner, .__listWrapper.--text .is__list-inner {
    padding: 0.75rem;
  }
}
#is__list-wrapper.--text .is__list-inner:hover, .__listWrapper.--text .is__list-inner:hover {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}
#is__list-wrapper.--text .is__list-inner .is__top, #is__list-wrapper.--text .is__list-inner .is__bottom, .__listWrapper.--text .is__list-inner .is__top, .__listWrapper.--text .is__list-inner .is__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__list-wrapper.--text .is__list-inner .thumb__item, .__listWrapper.--text .is__list-inner .thumb__item {
  position: relative;
  height: 0;
  border-radius: 50%;
  background: #FFF;
  margin-right: 1rem;
  background: #a3d4ff;
  color: #FFF;
  border: none;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item, .__listWrapper.--text .is__list-inner .thumb__item {
    width: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item, .__listWrapper.--text .is__list-inner .thumb__item {
    width: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item, .__listWrapper.--text .is__list-inner .thumb__item {
    width: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item.__smaller, .__listWrapper.--text .is__list-inner .thumb__item.__smaller {
    width: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item.__smaller, .__listWrapper.--text .is__list-inner .thumb__item.__smaller {
    width: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item.__smaller, .__listWrapper.--text .is__list-inner .thumb__item.__smaller {
    width: 21px;
    padding-bottom: 21px;
  }
}
#is__list-wrapper.--text .is__list-inner .thumb__item.__smaller span, .__listWrapper.--text .is__list-inner .thumb__item.__smaller span {
  font-size: 12px;
}
#is__list-wrapper.--text .is__list-inner .thumb__item span, .__listWrapper.--text .is__list-inner .thumb__item span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item span, .__listWrapper.--text .is__list-inner .thumb__item span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item span, .__listWrapper.--text .is__list-inner .thumb__item span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-inner .thumb__item span, .__listWrapper.--text .is__list-inner .thumb__item span {
    font-size: 1.5vw;
  }
}
#is__list-wrapper.--text .is__list-inner .is__title-area, .__listWrapper.--text .is__list-inner .is__title-area {
  font-weight: 700;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #is__list-wrapper.--text .is__list-inner .is__title-area, .__listWrapper.--text .is__list-inner .is__title-area {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) {
  #is__list-wrapper.--text .is__list-inner .is__title-area, .__listWrapper.--text .is__list-inner .is__title-area {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 960px) {
  #is__list-wrapper.--text .is__list-inner .is__title-area, .__listWrapper.--text .is__list-inner .is__title-area {
    font-size: 1.1vw;
  }
}
#is__list-wrapper.--text .is__list-inner .is__title-area span:nth-child(1), .__listWrapper.--text .is__list-inner .is__title-area span:nth-child(1) {
  padding-top: 0;
}
#is__list-wrapper.--text .is__list-inner .is__title-area span:nth-child(2), .__listWrapper.--text .is__list-inner .is__title-area span:nth-child(2) {
  font-weight: 400;
  font-size: 70%;
  padding-top: 0.3rem;
}

#is__add-btn, #is__mail-btn {
  position: fixed;
}
@media screen and (min-width: 320px) {
  #is__add-btn, #is__mail-btn {
    right: 3vw;
    bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  #is__add-btn, #is__mail-btn {
    right: 3vw;
    bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #is__add-btn, #is__mail-btn {
    right: 3vw;
    bottom: 3vw;
  }
}
#is__add-btn a, #is__mail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #48d597;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media screen and (min-width: 320px) {
  #is__add-btn a, #is__mail-btn a {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  #is__add-btn a, #is__mail-btn a {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (min-width: 960px) {
  #is__add-btn a, #is__mail-btn a {
    width: 4.5vw;
    height: 4.5vw;
  }
}
#is__add-btn a:hover, #is__mail-btn a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#is__add-btn svg, #is__mail-btn svg {
  display: block;
  width: 45%;
  height: auto;
  fill: #FFF;
}

@media screen and (min-width: 320px) {
  #is__mail-btn {
    right: 9vw;
  }
}
@media screen and (min-width: 768px) {
  #is__mail-btn {
    right: 9vw;
  }
}
@media screen and (min-width: 960px) {
  #is__mail-btn {
    right: 9vw;
  }
}

@media screen and (min-width: 320px) {
  #is__itemadd-form .is__title-block {
    font-size: 1.1rem;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__title-block {
    font-size: 1.1rem;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__title-block {
    font-size: 1.1rem;
    margin: 0 0 1rem;
  }
}
#is__itemadd-form .is__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__left {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__left {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__left {
    width: 30%;
  }
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__right {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__right {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__right {
    width: 65%;
  }
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__top {
    width: calc(35% - 16px);
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__top {
    width: calc(35% - 16px);
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__top {
    width: calc(35% - 16px);
  }
}
#is__itemadd-form .is__top .is__sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  background: #23ABDD;
  color: #FFF;
  border: none;
  font-size: 14px;
  padding: 1rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}
#is__itemadd-form .is__top .is__sbmt.delete {
  background: rgba(222, 77, 77, 0.3);
  color: #FFF;
  border: solid 1px #DE4D4D;
}
#is__itemadd-form .addimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#is__itemadd-form .addimg.content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#is__itemadd-form .addimg #img__window01 {
  width: 49%;
  padding-bottom: 49%;
}
#is__itemadd-form .addimg #img__window01.content {
  width: 39%;
  padding-bottom: 39%;
}
#is__itemadd-form .addimg .is__sub-imgs {
  width: 49%;
}
#is__itemadd-form .addimg input {
  display: none;
}
#is__itemadd-form .addimg .thumb__item {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 16px;
  background: #F8F8F8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#is__itemadd-form .addimg .thumb__item.--view {
  border: none;
}
#is__itemadd-form .addimg .thumb__item.--view:hover {
  border: none;
}
#is__itemadd-form .addimg .thumb__item.--view:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#is__itemadd-form .addimg .thumb__item.--view img {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#is__itemadd-form .addimg .thumb__item:hover .is__add-form {
  opacity: 1;
}
#is__itemadd-form .addimg .thumb__item.is__full .is__add-form {
  opacity: 0 !important;
}
#is__itemadd-form .addimg .thumb__item.content {
  width: 39%;
  padding-bottom: 39%;
  margin-bottom: 2%;
}
#is__itemadd-form .addimg .is__preview img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#is__itemadd-form .addimg .is__add-form {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#is__itemadd-form .addimg svg {
  display: block;
  height: auto;
  fill: rgb(205, 231, 238);
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .addimg svg {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .addimg svg {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .addimg svg {
    width: 25%;
  }
}
#is__itemadd-form .addimg .is__delete {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 18%;
  height: 18%;
  border-radius: 1rem;
  background: #9a9a9a;
}
#is__itemadd-form .addimg .is__delete svg {
  width: 70%;
}
#is__itemadd-form .addimg .is__delete-input {
  display: none;
}
#is__itemadd-form .addimg .is__delete-input:checked + .is__delete {
  background: #48d597;
}
#is__itemadd-form .addimg span {
  padding-top: 1rem;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .addimg span {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .addimg span {
    font-size: 1vw;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .addimg span {
    font-size: 1vw;
  }
}
#is__itemadd-form .addimg .is__sub-imgs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#is__itemadd-form .addimg .is__sub-imgs:after {
  content: "";
  display: block;
  width: 31%;
}
#is__itemadd-form .addimg .is__sub-imgs .thumb__item {
  width: 31%;
  padding-bottom: 31%;
  margin-bottom: 3%;
}
#is__itemadd-form .addimg .is__sub-text {
  width: 59%;
  margin-bottom: 2%;
}
#is__itemadd-form .addimg .is__inp-content {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  color: #f5f4f3;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__bottom {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__bottom {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__bottom {
    width: 65%;
  }
}
#is__itemadd-form .is__transition {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #ecedf6;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__transition {
    width: 25%;
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__transition {
    width: 25%;
    padding: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__transition {
    width: 25%;
    padding: 2rem;
  }
}
#is__itemadd-form .inp__group {
  padding: 32px 16px !important;
  margin-bottom: 16px;
  background: #FFF !important;
  border-radius: 16px !important;
}
#is__itemadd-form .is__layer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
#is__itemadd-form .is__layer-form.__sub {
  padding: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.025);
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#is__itemadd-form .is__layer-form .__titleSub {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 110%;
}
#is__itemadd-form .is__inp-group-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__inp-group-title {
    font-size: 3.65vw;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__inp-group-title {
    font-size: 1.45vw;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__inp-group-title {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__inp-item {
    width: 48.5%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__inp-item {
    width: 48.5%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__inp-item {
    width: 48.5%;
    margin-bottom: 1rem;
  }
}
#is__itemadd-form .is__inp-item.--max {
  width: 100%;
}
#is__itemadd-form .is__inp-item.--small {
  width: 30%;
}
#is__itemadd-form .is__inp-item.__one_five {
  width: 17%;
}
#is__itemadd-form .is__inp-item.__depth2 {
  padding-left: 10%;
}
#is__itemadd-form .is__inp-item.__depth3 {
  padding-left: 20%;
}
#is__itemadd-form .is__inp-item.--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#is__itemadd-form .is__inp-item.--check .is__check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-right: 0.5rem;
  background: #EDEDED;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__inp-item.--check .is__check-icon {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__inp-item.--check .is__check-icon {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__inp-item.--check .is__check-icon {
    width: 1.7vw;
    height: 1.7vw;
  }
}
#is__itemadd-form .is__inp-item.--check .is__check-icon svg {
  opacity: 0;
}
#is__itemadd-form .is__inp-item.--check input {
  display: none;
}
#is__itemadd-form .is__inp-item.--check input:checked + .is__check-icon {
  background: #23ABDD;
}
#is__itemadd-form .is__inp-item.--check input:checked + .is__check-icon svg {
  opacity: 1;
}
#is__itemadd-form .is__inp-item.--view {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.75rem;
  margin: 0;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .is__inp-item.--view {
    font-size: 0.87vw;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .is__inp-item.--view {
    font-size: 0.87vw;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .is__inp-item.--view {
    font-size: 0.87vw;
  }
}
#is__itemadd-form .is__inp-item.--view::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #474747;
}
#is__itemadd-form .is__inp-item.--view .is__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 20%;
  padding-left: 1rem;
}
#is__itemadd-form .is__inp-item.--view input, #is__itemadd-form .is__inp-item.--view select, #is__itemadd-form .is__inp-item.--view textarea, #is__itemadd-form .is__inp-item.--view .is__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  width: 75%;
}
#is__itemadd-form .is__inp-item .is__title {
  display: inline-block;
  padding: 0;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
#is__itemadd-form .__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .__account .__profImgArea {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .__account .__profImgArea {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .__account .__profImgArea {
    width: 100px;
  }
}
#is__itemadd-form .__account .__profImgArea .__thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#is__itemadd-form .__account .__profImgArea .__img, #is__itemadd-form .__account .__profImgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#is__itemadd-form .__account .__profImgArea .__img {
  background: #545b69;
  border-radius: 50%;
  overflow: hidden;
}
#is__itemadd-form .__account .__profImgArea img {
  -o-object-fit: cover;
     object-fit: cover;
}
#is__itemadd-form .__account .__profImgArea .__btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: #545b69;
}
#is__itemadd-form .__account .__profImgArea .__btn svg {
  display: block;
  fill: #FFF;
  width: 60%;
  height: auto;
}
#is__itemadd-form .__account .__profImgArea .__btn input {
  display: none;
}
@media screen and (min-width: 320px) {
  #is__itemadd-form .__account .__profInfoArea {
    width: calc(100% - 190px);
  }
}
@media screen and (min-width: 768px) {
  #is__itemadd-form .__account .__profInfoArea {
    width: calc(100% - 190px);
  }
}
@media screen and (min-width: 960px) {
  #is__itemadd-form .__account .__profInfoArea {
    width: calc(100% - 190px);
  }
}

#is__child-nav {
  width: 100%;
  padding: 0 0 2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  margin-bottom: 2rem;
}
#is__child-nav .is__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#is__child-nav .is__inner.--expand {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#is__child-nav .is__inner.--inventory {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#is__child-nav .is__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#is__child-nav .is__line:nth-child(1) {
  width: 20%;
}
#is__child-nav .is__line:nth-child(2) {
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__child-nav .is__line span {
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  #is__child-nav .is__page {
    font-size: 2.84vw;
  }
}
@media screen and (min-width: 768px) {
  #is__child-nav .is__page {
    font-size: 1.34vw;
  }
}
@media screen and (min-width: 960px) {
  #is__child-nav .is__page {
    font-size: 0.84vw;
  }
}
#is__child-nav .is__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-right: 1rem;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #is__child-nav .is__title {
    font-size: 2.84vw;
  }
}
@media screen and (min-width: 768px) {
  #is__child-nav .is__title {
    font-size: 1.34vw;
  }
}
@media screen and (min-width: 960px) {
  #is__child-nav .is__title {
    font-size: 0.84vw;
  }
}
#is__child-nav .is__title svg {
  fill: #f5f4f3;
  margin-right: 5px;
}
@media screen and (min-width: 320px) {
  #is__child-nav .is__title svg {
    width: 4.2vw;
    height: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  #is__child-nav .is__title svg {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media screen and (min-width: 960px) {
  #is__child-nav .is__title svg {
    width: 1.4vw;
    height: 1.4vw;
  }
}
#is__child-nav a:hover {
  background-color: #1d90f4;
}
#is__child-nav .is__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background-color 300ms ease, -webkit-transform 400ms ease;
  transition: background-color 300ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 300ms ease;
  transition: transform 400ms ease, background-color 300ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #is__child-nav .is__item {
    font-size: 2.84vw;
  }
}
@media screen and (min-width: 768px) {
  #is__child-nav .is__item {
    font-size: 1.34vw;
  }
}
@media screen and (min-width: 960px) {
  #is__child-nav .is__item {
    font-size: 0.84vw;
  }
}
#is__child-nav .is__item a, #is__child-nav .is__item button {
  background: rgb(205, 231, 238);
  border-radius: 5rem;
  padding: 0.5rem 1.2rem 0.6rem 1rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#is__child-nav .is__item a.__selected, #is__child-nav .is__item button.__selected {
  color: #FFF;
  background-color: #23ABDD;
}
#is__child-nav .is__item a:hover, #is__child-nav .is__item button:hover {
  opacity: 0.6;
}
#is__child-nav .is__item svg {
  display: block;
  margin-right: 0.5rem;
  fill: #1F1E2B;
}
@media screen and (min-width: 320px) {
  #is__child-nav .is__item svg {
    width: 4.2vw;
    height: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  #is__child-nav .is__item svg {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media screen and (min-width: 960px) {
  #is__child-nav .is__item svg {
    width: 1.4vw;
    height: 1.4vw;
  }
}
#is__child-nav .is__item input, #is__child-nav .is__item select {
  background: transparent;
  border: none;
  outline: none;
  color: inherit;
}
#is__child-nav .is__item.--sort {
  background: #FFF;
  color: #474747;
  border: solid 1px;
  font-weight: 400;
}

.is__hidden-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.is__hidden-layer.--view {
  z-index: 10000;
}
.is__hidden-layer.--view .is__bg {
  opacity: 1;
}
.is__hidden-layer.--view .is__comment {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is__hidden-layer.--view .is__act .is__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is__hidden-layer .is__bg {
  opacity: 0;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  -webkit-transition: opacity 400ms ease 200ms;
  transition: opacity 400ms ease 200ms;
}
.is__hidden-layer .is__inner {
  position: relative;
  z-index: 1;
}
.is__hidden-layer .is__comment {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 400ms ease 400ms;
  transition: all 400ms ease 400ms;
}
@media screen and (min-width: 320px) {
  .is__hidden-layer .is__comment {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .is__hidden-layer .is__comment {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 960px) {
  .is__hidden-layer .is__comment {
    font-size: 1vw;
  }
}
.is__hidden-layer .is__act .is__item {
  margin: 0 1rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.is__hidden-layer .is__act .is__item:nth-child(1) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.is__hidden-layer .is__act .is__item:nth-child(2) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.is__hidden-layer .is__act .is__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 5rem;
  background: #474747;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .is__hidden-layer .is__act .is__btn {
    font-size: 0.87vw;
    width: 9vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .is__hidden-layer .is__act .is__btn {
    font-size: 0.87vw;
    width: 9vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 960px) {
  .is__hidden-layer .is__act .is__btn {
    font-size: 0.87vw;
    width: 9vw;
    height: 3.2vw;
  }
}
.is__hidden-layer .is__act .is__btn.--cancel {
  background: rgba(0, 0, 0, 0.3);
}
.is__hidden-layer .is__act .is__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#lightboxOverlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}

#lightbox .lb-image {
  border: none;
  border-radius: 0.3rem;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.8);
          box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.8);
}
#lightbox .lb-nav a.lb-prev {
  background: url("../images/lightbox/prev.png") left 48% no-repeat;
}
#lightbox .lb-nav a.lb-next {
  background: url("../images/lightbox/next.png") right 48% no-repeat;
}
#lightbox .lb-cancel {
  background: url("../images/lightbox/loading.gif") no-repeat;
}
#lightbox .lb-data .lb-close {
  background: url("../images/lightbox/close.png") top right no-repeat;
}

.is__simplelist-title {
  font-weight: 700;
  letter-spacing: 1px;
  padding: 1rem 0;
}
@media screen and (min-width: 320px) {
  .is__simplelist-title {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) {
  .is__simplelist-title {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 960px) {
  .is__simplelist-title {
    font-size: 1.1vw;
  }
}

.is__simplelist-item {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  border: solid 1px rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .is__simplelist-item {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .is__simplelist-item {
    padding: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .is__simplelist-item {
    padding: 1rem;
  }
}
.is__simplelist-item .is__name {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  .is__simplelist-item .is__name {
    font-size: 0.94vw;
  }
}
@media screen and (min-width: 768px) {
  .is__simplelist-item .is__name {
    font-size: 0.94vw;
  }
}
@media screen and (min-width: 960px) {
  .is__simplelist-item .is__name {
    font-size: 0.94vw;
  }
}

.is__toggle-item-bg {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.is__toggle-item-bg.--right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is__toggle-item-bg.--right.--active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.is__toggle-item {
  display: none;
}
.is__toggle-item.--active {
  display: block;
}

#is__user-detail .is__detail-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-top .is__block:nth-child(1) {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-top .is__block:nth-child(1) {
    width: 20%;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-top .is__block:nth-child(1) {
    width: 20%;
  }
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-top .is__block:nth-child(2) {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-top .is__block:nth-child(2) {
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-top .is__block:nth-child(2) {
    width: 75%;
  }
}
#is__user-detail .is__detail-top .__navBtns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__user-detail .is__detail-top .__navBtns li {
  margin-left: 1rem;
}
#is__user-detail .is__detail-top .__navBtns button, #is__user-detail .is__detail-top .__navBtns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #48d597;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
#is__user-detail .is__detail-top .__navBtns button svg, #is__user-detail .is__detail-top .__navBtns a svg {
  display: block;
  width: 40%;
  height: auto;
  fill: #121212;
}
#is__user-detail .is__detail-top .is__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #28272C;
  overflow: hidden;
}
#is__user-detail .is__detail-top .is__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#is__user-detail .is__detail-top .is__thumb svg {
  display: block;
  fill: #FFF;
  width: 30%;
  height: auto;
}
#is__user-detail .is__detail-top .is__name, #is__user-detail .is__detail-top .is__kana {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-top .is__name {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-top .is__name {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-top .is__name {
    font-size: 2.8vw;
  }
}
#is__user-detail .is__detail-top .is__kana {
  opacity: 0.75;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-top .is__kana {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-top .is__kana {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-top .is__kana {
    font-size: 1.3vw;
  }
}
#is__user-detail .is__detail-top .is__info li {
  font-weight: 700;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-top .is__info li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-top .is__info li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-top .is__info li {
    font-size: 1vw;
  }
}
#is__user-detail .is__detail-top .is__info .__icon {
  color: #48d597;
  padding: 4px 0;
  line-height: 1;
  border-radius: 3px;
}
#is__user-detail .is__detail-top .is__info svg {
  fill: #f5f4f3;
}
#is__user-detail .is__detail-bottom {
  padding-top: 3rem;
}
#is__user-detail .is__detail-title {
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 320px) {
  #is__user-detail .is__detail-title {
    font-size: 1.45vw;
  }
}
@media screen and (min-width: 768px) {
  #is__user-detail .is__detail-title {
    font-size: 1.45vw;
  }
}
@media screen and (min-width: 960px) {
  #is__user-detail .is__detail-title {
    font-size: 1.45vw;
  }
}

.is__tilemenu-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is__tilemenu-wrapper {
  border-radius: 1rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
  background: #28272C;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-wrapper {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-wrapper {
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-wrapper {
    width: 24%;
  }
}
.is__tilemenu-wrapper svg {
  fill: #f5f4f3;
  display: block;
  height: auto;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-wrapper svg {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-wrapper svg {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-wrapper svg {
    width: 25%;
  }
}
.is__tilemenu-wrapper .is__title {
  font-weight: 400;
  padding: 0.75rem 0 0.5rem;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-wrapper .is__title {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-wrapper .is__title {
    font-size: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-wrapper .is__title {
    font-size: 1vw;
  }
}
.is__tilemenu-wrapper .is__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-wrapper .is__result {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-wrapper .is__result {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-wrapper .is__result {
    font-size: 1.2vw;
  }
}
.is__tilemenu-wrapper .is__result .is__num {
  font-size: 180%;
  margin-right: 5px;
}
.is__tilemenu-wrapper .is__result .is__bottom span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border: solid 1px;
  border-radius: 0.5rem;
  padding: 0.3rem 0.6rem;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-wrapper .is__result .is__bottom span {
    font-size: 0.89vw;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-wrapper .is__result .is__bottom span {
    font-size: 0.89vw;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-wrapper .is__result .is__bottom span {
    font-size: 0.89vw;
  }
}
.is__tilemenu-wrapper .is__result .is__bottom .--st1 {
  color: #C4183C;
}
.is__tilemenu-wrapper .is__result .is__bottom .--st2 {
  color: #17C671;
}

.is__tilemenu-inner {
  display: block;
}
@media screen and (min-width: 320px) {
  .is__tilemenu-inner {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .is__tilemenu-inner {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .is__tilemenu-inner {
    padding: 1.5rem;
  }
}

.is__dash-title {
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.14;
}
@media screen and (min-width: 320px) {
  .is__dash-title {
    font-size: 1.6vw;
    margin: 5vw 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .is__dash-title {
    font-size: 1.6vw;
    margin: 5vw 0 1rem;
  }
}
@media screen and (min-width: 960px) {
  .is__dash-title {
    font-size: 1.6vw;
    margin: 5vw 0 1rem;
  }
}
.is__dash-title span {
  line-height: 1.7;
}
.is__dash-title small {
  font-size: 45%;
  opacity: 0.7;
  padding-top: 5px;
}

.is__area-chart {
  border-radius: 1rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border: solid 1px #FFF;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 320px) {
  .is__area-chart {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .is__area-chart {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .is__area-chart {
    padding: 1.5rem;
  }
}

.is__tbl-head {
  position: sticky;
  top: 0;
  background: #121212;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .is__tbl-head {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .is__tbl-head {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .is__tbl-head {
    font-size: 12px;
  }
}

.is__tbl-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.15);
  padding: 5px 3px;
}
.is__tbl-cell.__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.is__tbl-cell.__par2, .is__tbl-cell.__par3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is__tbl-cell.__par2 .top, .is__tbl-cell.__par2 .bottom, .is__tbl-cell.__par3 .top, .is__tbl-cell.__par3 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.is__tbl-cell.__par2 .top, .is__tbl-cell.__par3 .top {
  padding-bottom: 3px;
}
.is__tbl-cell.__par2 .bottom, .is__tbl-cell.__par3 .bottom {
  font-size: 80%;
  padding-top: 3px;
}
.is__tbl-cell.__par2 .bottom div, .is__tbl-cell.__par3 .bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-right: dotted 1px rgba(255, 255, 255, 0.15);
}
.is__tbl-cell.__par2 .bottom div:last-child, .is__tbl-cell.__par3 .bottom div:last-child {
  border: none;
}
.is__tbl-cell.__par2 .bottom div {
  width: 50%;
}
.is__tbl-cell.__par3 .bottom div {
  width: 33.33333%;
}
.is__tbl-cell svg {
  display: inline-block;
  width: 1rem;
  height: auto;
  fill: #FFF;
  margin-right: 5px;
}

.is__tbl-total {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 320px) {
  .is__tbl-total {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .is__tbl-total {
    font-size: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .is__tbl-total {
    font-size: 1vw;
  }
}
.is__tbl-total .is__tbl-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .is__tbl-total .is__tbl-cell {
    height: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .is__tbl-total .is__tbl-cell {
    height: 6vw;
  }
}
@media screen and (min-width: 960px) {
  .is__tbl-total .is__tbl-cell {
    height: 6vw;
  }
}

.is__tbl-par .is__tbl-cell {
  width: 9.8333333333%;
}
.is__tbl-par .is__tbl-cell:nth-child(1) {
  width: 15%;
}
.is__tbl-par .is__tbl-cell:nth-child(2) {
  width: 6%;
}
.is__tbl-par .is__tbl-cell:nth-child(3) {
  width: 5%;
}
.is__tbl-par .is__tbl-cell:nth-child(4) {
  width: 5%;
}
.is__tbl-par .is__tbl-cell:nth-child(5) {
  width: 6%;
}
.is__tbl-par .is__tbl-cell:nth-child(8) {
  width: 5%;
}

.is__tbl-inventory .is__tbl-cell {
  width: 9.8333333333%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(1) {
  width: 10%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(2) {
  width: 10%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(3) {
  width: 35%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(4) {
  width: 15%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(5) {
  width: 15%;
}
.is__tbl-inventory .is__tbl-cell:nth-child(6) {
  width: 15%;
}

.is__tbl-viewList .is__tbl-cell:nth-child(1) {
  width: 15%;
}
.is__tbl-viewList .is__tbl-cell:nth-child(2) {
  width: 15%;
}
.is__tbl-viewList .is__tbl-cell:nth-child(3) {
  width: 50%;
}
.is__tbl-viewList .is__tbl-cell:nth-child(4) {
  width: 20%;
}

.is__tbl-item {
  color: #f5f4f3;
}
@media screen and (min-width: 320px) {
  .is__tbl-item {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .is__tbl-item {
    font-size: 11px;
  }
}
@media screen and (min-width: 960px) {
  .is__tbl-item {
    font-size: 11px;
  }
}
.is__tbl-item:nth-child(even) {
  border-top: solid 1px #424244;
  border-bottom: solid 1px #424244;
  background: rgba(255, 255, 255, 0.08);
}
.is__tbl-item:hover {
  background: rgba(255, 255, 255, 0.16);
}

#is__tile-wrapper .is__tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem;
  background: #2a2b2d;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #is__tile-wrapper .is__tile-item {
    width: 16.6666666667%;
    padding: 1%;
  }
}
@media screen and (min-width: 768px) {
  #is__tile-wrapper .is__tile-item {
    width: 16.6666666667%;
    padding: 1%;
  }
}
@media screen and (min-width: 960px) {
  #is__tile-wrapper .is__tile-item {
    width: 16.6666666667%;
    padding: 1%;
  }
}
#is__tile-wrapper .is__tile-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#is__tile-wrapper .is__tile-item .text {
  text-align: center;
  font-size: 10px;
  margin-top: 6px;
  font-weight: 700;
}

.list__pager .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem;
}
.list__pager .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.4rem;
}
@media screen and (min-width: 320px) {
  .list__pager .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .list__pager .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .list__pager .btn {
    font-size: 14px;
  }
}
.list__pager .btn i {
  margin: 0 0.3rem;
}
.list__pager .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list__pager .numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  .list__pager .numbers a {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 12px;
    margin: 0 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .list__pager .numbers a {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 12px;
    margin: 0 0.25rem;
  }
}
@media screen and (min-width: 960px) {
  .list__pager .numbers a {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 12px;
    margin: 0 0.25rem;
  }
}
.list__pager .numbers a.__active {
  background: #23ABDD;
  color: #FFF;
}
.list__pager .numbers a:hover {
  background: #23ABDD;
  color: #FFF;
}

#is__cart_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
  height: 100vh;
  height: 100dvh;
  background: #121212;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#is__cart_wrapper::-webkit-scrollbar {
  display: none;
}
#is__cart_wrapper.__activate {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#is__cart_wrapper .inner {
  display: block;
}
@media screen and (min-width: 320px) {
  #is__cart_wrapper .inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #is__cart_wrapper .inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #is__cart_wrapper .inner {
    padding: 2rem;
  }
}
#is__cart_wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  #is__cart_wrapper .title {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 768px) {
  #is__cart_wrapper .title {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 960px) {
  #is__cart_wrapper .title {
    font-size: 1.4vw;
  }
}
#is__cart_wrapper .title .is__back {
  margin-right: 1rem;
}
#is__cart_wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #424244;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#is__cart_wrapper .item__thumb {
  position: relative;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  border-radius: 3px;
  overflow: hidden;
}
#is__cart_wrapper .item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#is__cart_wrapper .item__inner {
  width: 75%;
}
#is__cart_wrapper .sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #48d597;
  color: #FFF;
  font-weight: 700;
  width: 100%;
  margin-top: 1rem;
  border-radius: 4px;
}
@media screen and (min-width: 320px) {
  #is__cart_wrapper .sbmt {
    padding: 1rem 0;
    font-size: 1.15vw;
  }
}
@media screen and (min-width: 768px) {
  #is__cart_wrapper .sbmt {
    padding: 1rem 0;
    font-size: 1.15vw;
  }
}
@media screen and (min-width: 960px) {
  #is__cart_wrapper .sbmt {
    padding: 1rem 0;
    font-size: 1.15vw;
  }
}

.commonBtn {
  font-size: 16px;
  padding: 12px 32px;
  background: #23ABDD;
  color: #FFF;
  border-radius: 100px;
}
.commonBtn.sub {
  background: rgb(205, 231, 238);
  color: #23ABDD;
}

.commonBtn__cv {
  display: block;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.2px;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  background: #48d597;
  color: #FFF;
  border: inset 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.8);
          box-shadow: 0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.commonBtn__cv:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.commonBtn__cv.__common {
  background: #474747;
  border: inset 2px rgba(255, 255, 255, 0.25);
}
.commonBtn__cv span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonBtn__cv .material-icons-outlined {
  display: inline-block;
  margin: 0 10px 0 0;
}

#is__print_list .actionbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}
#is__print_list .actionbar li {
  margin-left: 1rem;
}
#is__print_list .actionbar .qr {
  width: 4rem;
}
#is__print_list .actionbar .qr img {
  display: block;
  border-radius: 4px;
}
#is__print_list .list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
#is__print_list .list .item.__head {
  font-weight: 700;
  padding: 0.8rem 0;
  border: none;
}
#is__print_list .list .item.__head div {
  font-size: 14px;
}
#is__print_list .list .item div {
  position: relative;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
}
#is__print_list .list .item div:nth-child(1) {
  width: calc(60% - 35px);
}
#is__print_list .list .item div:nth-child(2) {
  width: 20%;
}
#is__print_list .list .item div:nth-child(3) {
  width: 10%;
}
#is__print_list .list .item div:nth-child(4) {
  width: 10%;
}
#is__print_list .comment {
  padding: 1.5rem 0;
}
#is__print_list .comment .title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#is__print_list .comment input, #is__print_list .comment textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  color: #f5f4f3;
}
#is__print_list .comment textarea {
  height: 90px;
}

#confirm__dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
#confirm__dialog.__view {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#confirm__dialog.__view .title, #confirm__dialog.__view .inner {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#confirm__dialog .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
#confirm__dialog .title, #confirm__dialog .inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 700ms ease, transform 700ms ease;
  transition: opacity 700ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}
#confirm__dialog .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem 0;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#confirm__dialog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
#confirm__dialog .inner button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  width: 180px;
  height: 40px;
  background: #48d597;
  color: #FFF;
  margin: 0 1rem;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#confirm__dialog .inner button.cancel {
  background: #474747;
  font-weight: 400;
}
#confirm__dialog .inner button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.is__total-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.is__total-area .is__item {
  width: 25%;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
}
.is__total-area .is__item .is__title {
  font-size: 12px;
  padding: 4px 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 500;
  background: rgb(205, 231, 238);
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
}
.is__total-area .is__item .is__num {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1rem;
}
.is__total-area .is__item .is__text {
  font-size: 12px;
  line-height: 1.7;
  opacity: 0.7;
}
.is__total-area .is__item .is__text a {
  color: #48d597;
  text-decoration: underline;
}
.is__total-area .is__item .is__text a:hover {
  text-decoration: none;
}

#papercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #424244;
  padding: 5% 0;
}
#papercontainer .is__paper {
  size: A4 portrait;
  width: 210mm;
  height: 297mm;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20mm;
  background: #FFF;
  color: #424244;
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
  margin-bottom: 4rem;
}
#papercontainer .infobar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#papercontainer .infobar .comp {
  width: 45%;
}
#papercontainer .infobar .comp div:nth-child(1) {
  text-decoration: underline;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#papercontainer .infobar .comp div:nth-child(2) {
  font-size: 10px;
}
#papercontainer .infobar .comp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding: 3.3rem 0 1.5rem;
}
#papercontainer .infobar .comp2 .info {
  width: 55%;
  font-size: 12px;
  padding-top: 1rem;
}
#papercontainer .infobar .comp2 .qr {
  width: 40%;
}
#papercontainer #is__print_list .list .item {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}
#papercontainer #is__print_list .list .item.__head {
  border: none;
}
#papercontainer #is__print_list .list .item div {
  color: inherit;
}
#papercontainer #is__print_list .list .item div.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#papercontainer #is__print_list .list .item div.check .square {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.15);
  margin-right: 8px;
}
#papercontainer #is__print_list .comment textarea {
  height: auto;
  color: inherit;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.05);
}

#print__btn {
  position: fixed;
  right: 3%;
  bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: #48d597;
}
#print__btn svg {
  display: block;
  width: 40%;
  height: auto;
  fill: #FFF;
}

#__calculator {
  padding-right: 1rem;
}
#__calculator .__calcDisplay input {
  display: block;
  border: none;
  outline: none;
  font-weight: 700;
  width: 95%;
  background: transparent;
  text-align: right;
}
@media screen and (min-width: 320px) {
  #__calculator .__calcDisplay input {
    padding: 1.5rem;
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  #__calculator .__calcDisplay input {
    padding: 1.5rem;
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  #__calculator .__calcDisplay input {
    padding: 1.5rem;
    font-size: 3vw;
  }
}
#__calculator .__calcDisplay i {
  font-size: 2.5vw;
}
#__calculator .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#__calculator .line button {
  width: calc(25% - 5px);
  margin-bottom: 7.5px;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  #__calculator .line button {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #__calculator .line button {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #__calculator .line button {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
#__calculator .line button.__equal {
  font-weight: 900;
  background-color: #23ABDD;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  #__calculator .line button.__equal {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #__calculator .line button.__equal {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  #__calculator .line button.__equal {
    font-size: 1.4rem;
  }
}
#__calculator .line button:hover {
  background: #EDEDED;
  color: #1F1E2B;
}
#__calculator .line button.discount {
  width: 100%;
}

.__tblTextArea {
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.__tblHead, .__tblItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__tblHead .is__item, .__tblItem .is__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-right: 2%;
}
.__tblHead .is__item:nth-child(1), .__tblItem .is__item:nth-child(1) {
  width: 48%;
}
.__tblHead .is__item:nth-child(2), .__tblItem .is__item:nth-child(2) {
  width: 18%;
}
.__tblHead .is__item:nth-child(3), .__tblItem .is__item:nth-child(3) {
  width: 13%;
}
.__tblHead .is__item:nth-child(4), .__tblItem .is__item:nth-child(4) {
  width: 13%;
}
.__tblHead .is__item .material-icons-outlined, .__tblItem .is__item .material-icons-outlined {
  padding: 0 0.5rem;
}
.__tblHead .is__item.cancel, .__tblItem .is__item.cancel {
  width: 100%;
  margin-top: 0.5rem;
}
.__tblHead .is__item.cancel input, .__tblItem .is__item.cancel input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.__tblHead .is__item.cancel label, .__tblItem .is__item.cancel label {
  margin-right: 40%;
  white-space: nowrap;
}
.__tblHead .is__item.cancel textarea, .__tblItem .is__item.cancel textarea {
  min-height: unset !important;
  color: #FFF;
}

.__tblHead {
  padding: 0.8rem 0;
}

.__tblItem {
  position: relative;
  padding: 0.4rem 0;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 4px;
}
.__tblItem.isPaper {
  padding: 4px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
}
.__tblItem.isPaper:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.__tblItem.isPaper .is__item {
  font-size: 11px;
}
.__tblItem.isPaper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__tblItem.isPaper .svg {
  margin-right: 5px;
}
.__tblItem.isPaper .svg svg {
  display: block;
  width: 14px;
  height: 14px;
}
.__tblItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
.__tblItem:hover::before {
  opacity: 1;
}

#__paperWrapper {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  padding: 2rem;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#__paperWrapper .__paperTitle {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
}
#__paperWrapper .__paperTitle span {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
}
#__paperWrapper .__paperInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 1.7;
  padding: 1.5rem 0;
}
#__paperWrapper .__paperInfo .company {
  margin-bottom: 1rem;
}
#__paperWrapper .__paperInfo .company svg {
  display: block;
  fill: #FFF;
  width: 5rem;
  height: auto;
  margin-bottom: 1rem;
}
#__paperWrapper .__paperInfo .info {
  font-size: 11px;
}
#__paperWrapper .__paperInfo .name {
  font-size: 16px;
}
#__paperWrapper .__paperInfo .name.__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  border-bottom: solid 1px;
  padding: 1rem 0;
}
#__paperWrapper .__paperInfo .name.empty {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
#__paperWrapper .__paperInfo .name span {
  font-size: 11px;
}
#__paperWrapper .__paperInfo .__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}
#__paperWrapper .__paperInfo .__qr .__stamp {
  margin-right: 20px;
}
#__paperWrapper .__paperInfo .__qr .__stamp img {
  width: 4rem;
}
#__paperWrapper .__paperInfo .__qr img {
  width: 5rem;
  height: auto;
}
#__paperWrapper .__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1rem;
}
#__paperWrapper .__pic .name {
  margin-right: 1rem;
  font-size: 14px;
}
#__paperWrapper .__pic .sign, #__paperWrapper .__pic .qr {
  border: solid 1px;
  width: 4.5rem;
  height: 4.5rem;
}
#__paperWrapper .__pic .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__paperWrapper .__pic .sign img {
  width: 70%;
  height: auto;
}
#__paperWrapper .__pic .qr {
  border: none;
  margin-left: 1rem;
}
#__paperWrapper .__pic .qr img {
  display: block;
}
#__paperWrapper .__paperCenter {
  padding: 2rem 0;
  font-size: 14px;
  line-height: 1.8;
  margin-top: -5rem;
}
#__paperWrapper .__paperCenter .tadashi {
  font-size: 16px;
}
#__paperWrapper .__paperCenter .tadashi span {
  display: inline-block;
}
#__paperWrapper .__paperCenter .tadashi span:first-child {
  font-size: 12px;
  margin-right: 8px;
}
#__paperWrapper .__paperList {
  margin-top: 2rem;
}
#__paperWrapper .__paperList textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  background: none;
  outline: none;
  border: solid 1px #424244;
  border-radius: 5px;
}

#is__itemadd-form .__labelWrapper {
  background: #FFF !important;
  color: #28272C !important;
  padding: 0rem !important;
}
#is__itemadd-form .__labelWrapper .is__layer-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#is__itemadd-form .__labelWrapper img {
  width: 25%;
}
#is__itemadd-form .__labelWrapper .__labelText {
  width: 70%;
  font-size: 1.1rem;
}
#is__itemadd-form .__labelWrapper .__labelName {
  font-weight: 700;
}
#is__itemadd-form .__labelWrapper .__labelInfo {
  font-size: 75%;
}

#__checkThanks {
  padding: 5% 0;
}

#__lottie {
  width: 20%;
  margin: 0 auto;
}

.__lottieTitle {
  width: 100%;
  padding: 2rem 0;
  font-size: 1.6rem;
  text-align: center;
}

.__lottieDesc {
  width: 100%;
  padding: 0 0 2rem;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  opacity: 0.75;
}

.__lottieBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__lottieBtn a {
  line-height: 1;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 1rem 3rem;
  border-radius: 5rem;
  background: #1d90f4;
  color: #FFF;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.__lottieBtn a:hover {
  opacity: 0.5;
}

.receiptBtnWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.receiptBtnWrapper a {
  font-weight: 700;
  font-size: 0.9rem;
  background: #23ABDD;
  color: #FFF;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  -webkit-transition: 200ms opacity ease;
  transition: 200ms opacity ease;
}
.receiptBtnWrapper a:hover {
  opacity: 0.6;
}

#__mailWrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: cener;
      -ms-flex-align: cener;
          align-items: cener;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  background: #28272C;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
#__mailWrapper .text {
  font-size: 14px;
  opacity: 0.65;
  width: 140px;
}
#__mailWrapper .input {
  width: calc(100% - 140px);
}
#__mailWrapper input, #__mailWrapper textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #f5f4f3;
}
#__mailWrapper textarea {
  padding: 1rem;
  line-height: 1.8;
  min-height: 50vh;
}
#__mailWrapper .__submit {
  padding: 1rem 0;
}
#__mailWrapper .__submit button {
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3.5rem;
  background: #1d90f4;
  border-radius: 5rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#__mailWrapper .__submit button:hover {
  opacity: 0.55;
}
#__mailWrapper .__submit button.cancel {
  background: #DE4D4D;
}
#__mailWrapper .__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__mailWrapper .__simpleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
  background: #28272C;
  width: 3rem;
  height: 3rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#__mailWrapper .__simpleBtn:hover {
  background: #1d90f4;
}
#__mailWrapper .__simpleBtn svg {
  display: block;
  fill: #FFF;
  width: 45%;
  height: auto;
}

#__quickShipping {
  padding: 1.5rem 0;
}
#__quickShipping ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#__quickShipping ul li {
  display: block;
  width: 49.5%;
  border-radius: 8px;
  background: #28272C;
  padding: 1rem;
}
#__quickShipping ul form {
  width: 100%;
}
#__quickShipping ul label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
#__quickShipping ul label span {
  display: block;
  font-size: 12px;
}
#__quickShipping ul input, #__quickShipping ul select {
  display: block;
  width: 100%;
  padding: 1rem;
  outline: none;
  border: none;
  background: #545b69;
  border-radius: 10px;
  color: #FFF;
}
#__quickShipping ul button {
  width: 100%;
  background: #1d90f4;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 0.5rem 0;
}

.__sectionBox {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: dashed 1px #EDEDED;
}
.__sectionBox .imgBody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.__sectionBox .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__sectionBox .__top {
  width: 30%;
  padding: 1.5rem 1rem;
}
.__sectionBox .__top .topInner {
  position: sticky;
  top: 4rem;
}
.__sectionBox .__bottom {
  width: 65%;
  border-radius: 16px;
  padding: 32px 16px;
  background: #FFF;
}
.__sectionBox .__sectionSubTitle {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.__sectionBox .__sectionDesc {
  font-size: 0.9vw;
  opacity: 0.75;
  line-height: 1.75;
}
.__sectionBox .__sectionDesc a {
  color: #1d90f4;
  text-decoration: underline;
}
.__sectionBox .__sectionDesc a:hover {
  text-decoration: none;
}
.__sectionBox .__inpItem {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
}
.__sectionBox .__inpItem:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.__sectionBox .__inpItem ul {
  display: grid;
}
.__sectionBox .__inpItem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.__sectionBox .__inpItem ul .lititlee {
  display: inline-block;
  margin-bottom: 4px;
}
.__sectionBox .__inpItem .__inpGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.__sectionBox .__inpItem .__inpGridItem span {
  display: inline-block;
  font-size: 80%;
  margin: 2px 0;
}
.__sectionBox .__labelTitle {
  font-weight: 700;
  font-size: 1vw;
  margin-bottom: 5px;
}
.__sectionBox input, .__sectionBox textarea, .__sectionBox select {
  display: block;
  width: 100%;
  padding: 0.5rem;
  outline: none;
  border: none;
  border-radius: 16px;
  background: #EDEDED;
}
.__sectionBox textarea {
  height: 90px;
}
.__sectionBox .inptCheck {
  display: none;
}
.__sectionBox .inptCheck:checked + .checkbox .icon {
  background: #48d597;
}
.__sectionBox .inptCheck:checked + .checkbox .icon svg {
  display: block;
}
.__sectionBox .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.__sectionBox .checkbox .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.15);
  width: 1.8rem;
  height: 1.8rem;
}
.__sectionBox .checkbox .icon svg {
  display: none;
  width: 80%;
  height: 80%;
}
.__sectionBox .checkbox .text {
  font-size: 0.92rem;
  margin-left: 0.5rem;
}

.__sectionBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 2rem 0;
}
.__sectionBtnArea button {
  background: #23ABDD;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  padding: 16px 48px;
  border: none;
  border-radius: 100px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.__sectionBtnArea button:hover {
  opacity: 0.6;
}

#__onLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -1;
  -webkit-transition: z-index 10ms ease 400ms;
  transition: z-index 10ms ease 400ms;
}
#__onLayer .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: opacity 400ms ease, visibility 400ms ease, -webkit-backdrop-filter 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, -webkit-backdrop-filter 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, backdrop-filter 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease, backdrop-filter 400ms ease, -webkit-backdrop-filter 400ms ease;
}
#__onLayer .__makeContent {
  position: absolute;
  top: 10%;
  width: 100%;
  height: 90%;
  border-radius: 1rem 1rem 0 0;
  background: #FFF;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1);
  transition: -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1);
  transition: clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1);
  transition: clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1), -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1);
}
#__onLayer .__makeContent.open {
  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
  -webkit-transition: -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1) 100ms;
  transition: -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1) 100ms;
  transition: clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1) 100ms;
  transition: clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1) 100ms, -webkit-clip-path 400ms cubic-bezier(0.77, 0.33, 0, 1) 100ms;
}
#__onLayer .__makeContent.open .__inner {
  opacity: 1;
  -webkit-transition: opacity 400ms ease 450ms;
  transition: opacity 400ms ease 450ms;
}
#__onLayer .__makeContent .__inner {
  padding: 2.5% 5%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#__onLayer .__makeContent .__close {
  position: absolute;
  top: 3%;
  right: 3%;
}
#__onLayer .__makeContent .__close svg {
  fill: #FFF;
}
#__onLayer .__makeContent .__paperTitle {
  font-weight: 700;
  font-size: 1.3vw;
}
#__onLayer .__makeContent form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#__onLayer .__makeContent .__subTitle {
  width: 100%;
  font-weight: 700;
  font-size: 1.2vw;
  padding: 2rem 0 1rem;
}
#__onLayer .__makeContent .__inp {
  width: 49%;
  margin-bottom: 1rem;
}
#__onLayer .__makeContent .__inp .text {
  font-size: 80%;
  opacity: 0.8;
  margin-bottom: 3px;
}
#__onLayer .__makeContent .__inp input, #__onLayer .__makeContent .__inp textarea {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5rem;
  background: #EDEDED;
  padding: 0.75rem;
}
#__onLayer .__makeContent .__inp textarea {
  height: 150px;
  border-radius: 10px;
}
#__onLayer .__makeContent .__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 0 0;
}
#__onLayer .__makeContent .__btnArea button {
  line-height: 1;
  font-weight: 700;
  font-size: 1vw;
  padding: 1rem 3rem;
  border-radius: 5rem;
  background: #23ABDD;
  color: #FFF;
}
#__onLayer.__open {
  z-index: 10000;
  -webkit-transition: z-index 10ms ease;
  transition: z-index 10ms ease;
}
#__onLayer.__open .__bg {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: opacity 400ms ease 20ms, visibility 400ms ease 20ms, -webkit-backdrop-filter 400ms ease 20ms;
  transition: opacity 400ms ease 20ms, visibility 400ms ease 20ms, -webkit-backdrop-filter 400ms ease 20ms;
  transition: opacity 400ms ease 20ms, visibility 400ms ease 20ms, backdrop-filter 400ms ease 20ms;
  transition: opacity 400ms ease 20ms, visibility 400ms ease 20ms, backdrop-filter 400ms ease 20ms, -webkit-backdrop-filter 400ms ease 20ms;
}

.__paperList {
  display: grid;
}
.__paperList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.85rem 1.5rem;
  background: #28272C;
  border-radius: 10px;
  color: #FFF;
  border: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
}
.__paperList a:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.__paperList a .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  overflow: hidden;
  margin-right: 1rem;
}
.__paperList a .status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 1.75rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 3px;
  background: #EDEDED;
}
.__paperList a .status li.isActive {
  background: #23ABDD;
  color: #FFF;
}
.__paperList a .top {
  font-size: 0.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__paperList a .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.__paperList a .bottom svg {
  fill: #1d90f4;
  width: 1.6vw;
  height: auto;
}

.__okMsg {
  position: relative;
  width: 100%;
  line-height: 1;
  color: #FFF;
  padding: 1.5rem;
  font-size: 85%;
  margin-bottom: 2rem;
}
.__okMsg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #17C671;
}
.__okMsg p {
  position: relative;
  z-index: 1;
}

.item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.item__date div {
  font-size: 0.9rem;
  color: #9a9a9a;
}
.item__date .update {
  margin-right: 2rem;
}

.__paperContent .__centerTitle {
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.__paperContent .__simpleDesc {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.78;
  margin: 0.5rem 0 1.5rem;
}
.__paperContent .__simpleDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.8;
}
.__paperContent .__simpleDl dt {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .__paperContent .__simpleDl dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .__paperContent .__simpleDl dt {
    width: 20%;
  }
}
@media screen and (min-width: 960px) {
  .__paperContent .__simpleDl dt {
    width: 20%;
  }
}
.__paperContent .__simpleDl dd {
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  .__paperContent .__simpleDl dd {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .__paperContent .__simpleDl dd {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .__paperContent .__simpleDl dd {
    width: 80%;
  }
}

.__btnAreaCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 0;
}
.__btnAreaCommon a, .__btnAreaCommon button {
  line-height: 1;
  font-weight: 700;
  background: #1d90f4;
  color: #FFF;
  border-radius: 5rem;
  padding: 1rem 2rem;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.__btnAreaCommon a:hover, .__btnAreaCommon button:hover {
  background: #17C671;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.__isSimpleFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 2rem 0;
}
.__isSimpleFlow li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 2rem;
}
.__isSimpleFlow li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(1.5rem - 2px);
  left: 50%;
  width: 100%;
  height: 4px;
  background: #28272C;
}
.__isSimpleFlow li:last-child::after {
  display: none;
}
.__isSimpleFlow li.__current .circle {
  background: #1d90f4;
}
.__isSimpleFlow .circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #28272C;
  color: #FFF;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.__isSimpleFlow .text {
  margin-top: 5px;
  font-size: 0.85rem;
}

.__chatArea {
  width: 100%;
}
.__chatArea li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #545b69;
}
.__chatArea .people {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__chatArea .people .icon {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #545b69;
  margin-bottom: 5px;
  overflow: hidden;
}
.__chatArea .people .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__chatArea .people .name {
  font-size: 10px;
  letter-spacing: 1px;
}
.__chatArea .comment {
  width: 90%;
}
.__chatArea .comment p {
  display: inline-block;
  background: #545b69;
  border-radius: 10px;
  padding: 0.75rem;
  font-size: 13px;
}
.__chatArea .comment .time {
  width: 100%;
  text-align: right;
  font-size: 11px;
  padding: 5px 0 0;
  opacity: 0.65;
}

@media print {
  #papercontainer {
    padding: 0 !important;
  }
  #papercontainer .is__paper {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-bottom: 0 !important;
  }
  #print__btn, #__mailWrapper {
    display: none !important;
  }
  #__paperWrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #__paperWrapper .__paperInfo .company svg {
    fill: #474747;
  }
}
.inventory__btn__wrapper {
  padding: 2rem 0;
}

.inventory__btn {
  line-height: 1;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 32px;
  border-radius: 100px;
  background: rgb(205, 231, 238);
  color: #23ABDD;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.inventory__btn:hover {
  background: rgb(205, 231, 238);
  opacity: 0.6;
}
.inventory__btn.margin__right {
  margin-right: 1rem;
}

.setting__sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 10rem;
  background: #48d597;
  font-size: 14px;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.confirmText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.confirmText p {
  margin-top: 10rem;
}
.confirmText a, .confirmText button {
  margin-top: 5rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: #1d90f4;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  -webkit-transition: 200ms opacity ease;
  transition: 200ms opacity ease;
}
.confirmText a:hover, .confirmText button:hover {
  opacity: 0.6;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#nowPrintingWrapper {
  display: none;
  height: 100%;
  width: 100%;
}

#nowPrinting {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#nowPrinting h1 {
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
  margin: 0 0 8px 0;
}
#nowPrinting p {
  text-align: center;
  color: #FFF;
}
#nowPrinting p img {
  width: auto;
}

#__diary .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__diary .__nippou {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  #__diary .__nippou {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  #__diary .__nippou {
    width: 65%;
  }
}
#__diary .__nippou li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#__diary .__nippou li .__user .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50%;
  background: #545b69;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__diary .__nippou li .__user .icon {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 768px) {
  #__diary .__nippou li .__user .icon {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 960px) {
  #__diary .__nippou li .__user .icon {
    width: 43px;
    height: 43px;
  }
}
#__diary .__nippou li .__main {
  padding: 0 0 0 12px;
}
#__diary .__nippou li .__name {
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) {
  #__diary .__nippou li .__name {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  #__diary .__nippou li .__name {
    font-size: 11px;
  }
}
@media screen and (min-width: 960px) {
  #__diary .__nippou li .__name {
    font-size: 12px;
  }
}
#__diary .__nippou li .__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#__diary .__nippou li .__comment p {
  position: relative;
  background: rgba(84, 91, 105, 0.2);
  padding: 10px 12px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
@media screen and (min-width: 320px) {
  #__diary .__nippou li .__comment p {
    max-width: 380px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #__diary .__nippou li .__comment p {
    max-width: 380px;
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  #__diary .__nippou li .__comment p {
    max-width: 380px;
    font-size: 14px;
  }
}
#__diary .__nippou li .__comment p::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -15px;
  margin-top: -15px;
  border: 6px solid transparent;
  border-right: 15px solid #545b69;
}
#__diary .__nippou li .__comment .__time {
  margin-left: 4px;
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  #__diary .__nippou li .__comment .__time {
    font-size: 8px;
  }
}
@media screen and (min-width: 768px) {
  #__diary .__nippou li .__comment .__time {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  #__diary .__nippou li .__comment .__time {
    font-size: 10px;
  }
}
#__diary .__nippou li.__current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#__diary .__nippou li.__current .__main {
  padding: 0 12px 0 0;
}
#__diary .__nippou li.__current .__name {
  text-align: right;
}
#__diary .__nippou li.__current .__comment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#__diary .__nippou li.__current .__comment p {
  background: #49A5F5;
}
#__diary .__nippou li.__current .__comment p::before {
  right: -15px;
  left: auto;
  border: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 15px solid #49A5F5;
}
#__diary .__nippou li.__current .__comment .__time {
  margin-right: 4px;
}

.reload__trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#__updateToaster {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
#__updateToaster p {
  display: inline-block;
  background: #17C671;
  color: #FFF;
  letter-spacing: 0.03em;
  border-radius: 5px;
  font-size: 14px;
  padding: 1rem 3rem;
  -webkit-transition: opacity 1000ms ease 2000ms;
  transition: opacity 1000ms ease 2000ms;
}
#__updateToaster.__goodbye p {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease 1000ms;
  transition: opacity 1000ms ease 1000ms;
}

.__inpSwitch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 62px;
  height: 35px;
}
.__inpSwitch input {
  opacity: 1;
  width: 0;
  height: 0;
}
.__inpSwitch input:checked + .slider {
  background-color: #5fdd54;
  border: 1px solid transparent;
}
.__inpSwitch input:checked + .slider::before {
  -webkit-transform: translateX(1.5em);
          transform: translateX(1.5em);
}
.__inpSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  border: 1px solid #ccc;
}
.__inpSwitch .slider::before {
  position: absolute;
  content: "";
  height: 1.9em;
  width: 1.9em;
  border-radius: 16px;
  left: 1.2px;
  top: 0;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px #999999;
          box-shadow: 0 2px 5px #999999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.__selectBox {
  position: relative;
  width: 100%;
}
.__selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
}
.__selectBox .__selectIcon {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .__selectBox .__selectIcon {
    width: 2vw;
    height: 2vw;
    top: calc(50% - 1vw);
    right: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .__selectBox .__selectIcon {
    width: 2vw;
    height: 2vw;
    top: calc(50% - 1vw);
    right: 0.5vw;
  }
}
@media screen and (min-width: 960px) {
  .__selectBox .__selectIcon {
    width: 2vw;
    height: 2vw;
    top: calc(50% - 1vw);
    right: 0.5vw;
  }
}
.__selectBox .__selectIcon svg {
  display: block;
  fill: #FFF;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 320px) {
  #__itemForm {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  #__itemForm {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  #__itemForm {
    padding: 0 5vw;
  }
}

.__halfBlocck {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 320px) {
  .__halfBlocck {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .__halfBlocck {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .__halfBlocck {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.__tabBlock {
  position: relative;
  width: 100%;
}
.__tabBlock ul {
  position: relative;
  padding-top: 40px;
}
.__tabBlock .__tabTrigger {
  position: absolute;
  top: 5px;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 35px;
  font-size: 0.85rem;
  line-height: 1;
}
.__tabBlock .__tabTrigger.__num2 {
  left: calc(100px + 1rem);
}
.__tabBlock .__tabTriggerHidden {
  display: none;
}
.__tabBlock .__tabDispArea {
  display: none;
  padding: 0.85rem;
  background: #EDEDED;
  border-radius: 16px;
}
.__tabBlock .__tabDispArea textarea {
  background: #FFF;
}
.__tabBlock .__tabTriggerHidden:checked + .__tabTrigger {
  background: #EDEDED;
  border-radius: 8px 8px 0 0;
  font-: weight 700;
}
.__tabBlock .__tabTriggerHidden:checked + .__tabTrigger + .__tabDispArea {
  display: block;
}

#__stickyNav {
  position: sticky;
  z-index: 100;
  top: 5.5rem;
  margin: -1rem 0 1rem;
  padding: 0 5vw;
}
#__stickyNav .__inner {
  padding: 1rem 2vw;
  border-radius: 5rem;
  background: #FFF;
}
#__stickyNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__stickyNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__stickyNav li::after {
  content: "|";
  margin: 0 1rem;
  opacity: 0.3;
}
#__stickyNav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
  font-size: 0.85rem;
  font-weight: 700;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#__stickyNav a:hover {
  opacity: 0.6;
}
#__stickyNav svg {
  fill: #1F1E2B;
  width: 1rem;
  height: auto;
}

.__orderTblBody {
  overflow: hidden;
}
.__orderTblBody a.__tblLine:hover {
  background: rgba(255, 255, 255, 0.32);
  border: solid 1px #DDD;
}
.__orderTblBody .__tblLine {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  background: #FFF;
  border: solid 1px transparent;
  border-radius: 16px;
  margin-bottom: 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.__orderTblBody .__tblLine .unread_badge {
  position: absolute;
  right: 12rem;
}
.__orderTblBody .__tblLine .unread_badge svg {
  display: block;
  fill: #DE4D4D;
  width: 1.6rem;
  height: 1.6rem;
}
.__orderTblBody .__tblLine.__isHead {
  font-weight: 700;
  font-size: 0.85rem;
  opacity: 1;
  border-bottom: none;
  background: transparent;
}
.__orderTblBody .__tblLine.__isTotal {
  font-weight: 700;
  font-size: 1.15rem;
  opacity: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
  height: 5rem;
}
.__orderTblBody .__tblLine.__isTotal small {
  font-size: 0.8rem;
}
.__orderTblBody .__tblLine .endBtns {
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.__orderTblBody .__tblLine .endBtns object, .__orderTblBody .__tblLine .endBtns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__orderTblBody .__tblLine .endBtns a {
  width: 32px;
  height: 32px;
  background: rgb(205, 231, 238);
  border-radius: 8px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.__orderTblBody .__tblLine .endBtns a:hover {
  opacity: 0.6;
}
.__orderTblBody .__tblLine .endBtns a svg {
  display: block;
  width: 50%;
  height: 50%;
  stroke: #23ABDD;
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(1) {
    width: 7%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(1) {
    width: 7%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(1) {
    width: 7%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(2) {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(2) {
    width: 13%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(2) {
    width: 13%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(3) {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(3) {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(3) {
    width: 25%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(4) {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(4) {
    width: 15%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(4) {
    width: 15%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(5) {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(5) {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(5) {
    width: 10%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(6) {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(6) {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(6) {
    width: 10%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(7) {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(7) {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(7) {
    width: 10%;
  }
}
@media screen and (min-width: 320px) {
  .__orderTblBody .__tblLine div:nth-child(8) {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .__orderTblBody .__tblLine div:nth-child(8) {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .__orderTblBody .__tblLine div:nth-child(8) {
    width: 10%;
  }
}
.__orderTblBody .__tblLine div .cancel {
  background: #DE4D4D;
  color: white;
  border-radius: 4px;
  padding: 4px;
  margin-right: 4px;
  font-size: 80%;
}
.__orderTblBody .__tblLine div .__st {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 8px;
  background: #EDEDED;
  border-radius: 4px;
}
.__orderTblBody .__tblLine div .__st.__st1 {
  background: #23ABDD;
  color: #FFF;
}
.__orderTblBody .__tblLine div .status {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
}
.__orderTblBody .__tblLine div .status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15rem 0 0.25rem;
  border-radius: 0.25rem;
  background: #EDEDED;
  font-size: 85%;
}
.__orderTblBody .__tblLine div .status li.isActive {
  background: #23ABDD;
  color: #FFF;
}

#__noticeItems a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #28272C;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4) !important;
  padding: 1rem 1.5rem;
}
#__noticeItems a .__icon {
  width: 1.5rem;
}
#__noticeItems a .__text {
  width: calc(100% - 5rem);
  text-align: left;
}
#__noticeItems a svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #FFF;
  opacity: 0.5;
}

#__orderDetail .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__orderDetail .__column:nth-child(1) {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #__orderDetail .__column:nth-child(1) {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  #__orderDetail .__column:nth-child(1) {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  #__orderDetail .__column:nth-child(2) {
    width: calc(40% - 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  #__orderDetail .__column:nth-child(2) {
    width: calc(40% - 1.5rem);
  }
}
@media screen and (min-width: 960px) {
  #__orderDetail .__column:nth-child(2) {
    width: calc(40% - 1.5rem);
  }
}

.__commonCardBody {
  background-color: #FFF;
  border-radius: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .__commonCardBody .__commonCardInner {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .__commonCardBody .__commonCardInner {
    padding: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .__commonCardBody .__commonCardInner {
    padding: 2rem;
  }
}
.__commonCardBody .__commonCardTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  .__commonCardBody .__commonCardTitle {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .__commonCardBody .__commonCardTitle {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  .__commonCardBody .__commonCardTitle {
    font-size: 1.1rem;
  }
}
.__commonCardBody .__commonCardTitle svg {
  display: block;
  fill: #17C671;
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
}
.__commonCardBody .__statusBody li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.__commonCardBody .__statusBody li.__tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 0.875rem;
  margin: 0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.__commonCardBody .__statusBody li.__tbl:hover {
  background: rgba(255, 255, 255, 0.05);
}
.__commonCardBody .__statusBody li.__tbl span:nth-child(1) {
  width: 20%;
}
.__commonCardBody .__statusBody li.__tbl span:nth-child(2) {
  width: 60%;
}
.__commonCardBody .__statusBody li.__tbl span:nth-child(3) {
  width: 20%;
}
.__commonCardBody .__statusBody .__icon {
  margin-right: 1rem;
}
.__commonCardBody .__statusBody .__icon svg {
  display: block;
  width: 1.5rem;
  height: auto;
  opacity: 0.5;
}
.__commonCardBody .__statusBody .__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
.__commonCardBody .__statusBody .__status small {
  display: inline-block;
  margin-top: 3px;
  opacity: 0.85;
}
.__commonCardBody .__commonCardDl dl {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #EDEDED;
}
.__commonCardBody .__commonCardDl dl.__noBorder {
  padding: 0;
  margin-bottom: 1.5rem;
  border: none;
}
.__commonCardBody .__commonCardDl dt {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.__commonCardBody .__commonCardDl dd {
  font-size: 0.85rem;
}
.__commonCardBody .__commonCardDl input, .__commonCardBody .__commonCardDl select, .__commonCardBody .__commonCardDl textarea {
  display: block;
  width: 100%;
  background: #EDEDED;
  border: none;
  border-radius: 16px;
  padding: 0.85rem;
}
.__commonCardBody .__commonCardDl input:-moz-read-only, .__commonCardBody .__commonCardDl select:-moz-read-only, .__commonCardBody .__commonCardDl textarea:-moz-read-only {
  cursor: not-allowed;
  background: #F8F8F8;
}
.__commonCardBody .__commonCardDl input:read-only, .__commonCardBody .__commonCardDl select:read-only, .__commonCardBody .__commonCardDl textarea:read-only {
  cursor: not-allowed;
  background: #F8F8F8;
}
.__commonCardBody .__commonCardDl .__btn button, .__commonCardBody .__commonCardDl .__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 100px;
  background: #23ABDD;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 48px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.__commonCardBody .__commonCardDl .__btn button:hover, .__commonCardBody .__commonCardDl .__btn a:hover {
  opacity: 0.6;
}

.__gridGraph nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.__gridGraph nav .thisDispDate {
  width: 180px;
}
.__gridGraph nav .thisDispDate input {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f5f4f3;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 14px;
}
.__gridGraph nav .thisDispDate input:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.__gridGraph nav .__tabs, .__gridGraph nav .__tabs2 {
  width: calc(100% - 200px);
  grid-template-columns: repeat(8, 1fr) !important;
}
.__gridGraph nav .__tabs li button, .__gridGraph nav .__tabs2 li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ecedf6;
  border: solid 1px;
  border-radius: 3px;
  padding: 10px 16px;
  line-height: 1;
  font-size: 14px;
}
.__gridGraph nav .__tabs li button.isActive, .__gridGraph nav .__tabs2 li button.isActive {
  color: #f5f4f3;
  border-color: #48d597;
  background-color: #48d597;
}
.__gridGraph ul {
  display: grid;
  gap: 0.5rem;
}
.__gridGraph.__four ul {
  grid-template-columns: repeat(4, 1fr);
}
.__gridGraph .__earnDataList {
  display: none;
}
.__gridGraph .__earnDataList.isActive {
  display: grid;
}
.__gridGraph .__subArea {
  font-weight: 700;
  background: #28272C;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px) {
  .__gridGraph .__subArea {
    padding: 1.25rem 1.65rem;
  }
}
@media screen and (min-width: 768px) {
  .__gridGraph .__subArea {
    padding: 1.25rem 1.65rem;
  }
}
@media screen and (min-width: 960px) {
  .__gridGraph .__subArea {
    padding: 1.25rem 1.65rem;
  }
}
.__gridGraph .__subAreaTitle {
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  .__gridGraph .__subAreaTitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .__gridGraph .__subAreaTitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .__gridGraph .__subAreaTitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 320px) {
  .__gridGraph .__subAreaDisp {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 768px) {
  .__gridGraph .__subAreaDisp {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 960px) {
  .__gridGraph .__subAreaDisp {
    font-size: 1.65rem;
  }
}
.__gridGraph .__subAreaDetail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding-top: 12px;
}
.__gridGraph .__subAreaDetail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.__gridGraph .__subAreaDetail div span:nth-child(1) {
  font-size: 60%;
  margin-right: 5px;
}

#__chartAreaBody {
  margin-top: 0.5rem;
  background: #28272C;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px) {
  #__chartAreaBody {
    padding: 1.25rem 1.65rem;
  }
}
@media screen and (min-width: 768px) {
  #__chartAreaBody {
    padding: 1.25rem 1.65rem;
  }
}
@media screen and (min-width: 960px) {
  #__chartAreaBody {
    padding: 1.25rem 1.65rem;
  }
}

.inpImg {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .inpImg {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .inpImg {
    width: 8rem;
  }
}
.inpImg .inpImgInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.inpImg .layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inpImg .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  font-size: 0.8rem;
}
.inpImg .add svg {
  display: block;
  fill: #FFF;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.5rem;
}
.inpImg .add span {
  opacity: 0.8;
  padding: 0 1rem;
}
.inpImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resultBody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.resultBody .lottieInner {
  position: sticky;
  top: 5rem;
}
.resultBody #__lottie {
  padding-top: 3rem;
}

.resultDetail {
  padding: 1.25rem;
  background: #FFF;
  border-radius: 16px;
  margin-bottom: 16px;
}
.resultDetail .resultTitle {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.65rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
.resultDetail .resultCard {
  padding: 16px;
}
.resultDetail .resultTr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: dashed 1px #EDEDED;
}
.resultDetail .resultTr.isHead {
  font-weight: 700;
  font-size: 85%;
}
.resultDetail .resultTr.isTotal {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  font-weight: 700;
}
.resultDetail .resultTr div {
  width: 25%;
}
.resultDetail .resultTr div:nth-child(2), .resultDetail .resultTr div:nth-child(3), .resultDetail .resultTr div:nth-child(4) {
  text-align: right;
}
.resultDetail .resultTr div:nth-child(4) {
  text-align: right;
}

.chatOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 16px 0;
  background: #23ABDD;
  color: white;
}
.chatOpen span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chatOpen span:nth-child(1) {
  width: 4rem;
}
.chatOpen span:nth-child(2) {
  width: calc(100% - 4rem);
  padding-right: 4rem;
  text-align: center;
}
.chatOpen span svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

#chatHiddenArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: z-index 5ms ease 400ms;
  transition: z-index 5ms ease 400ms;
}
#chatHiddenArea.isOpen {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
  -webkit-transition: z-index 5ms ease;
  transition: z-index 5ms ease;
}
#chatHiddenArea.isOpen .inner {
  opacity: 1;
  -webkit-transition: opacity 400ms ease 5ms;
  transition: opacity 400ms ease 5ms;
}
#chatHiddenArea.isOpen .chatHiddenMain {
  -webkit-box-shadow: -20px 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: -20px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 400ms ease 5ms;
  transition: -webkit-transform 400ms ease 5ms;
  transition: transform 400ms ease 5ms;
  transition: transform 400ms ease 5ms, -webkit-transform 400ms ease 5ms;
}
#chatHiddenArea .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
#chatHiddenArea .chatHiddenMain {
  width: 60%;
  height: 100%;
  background: #EDEDED;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
#chatHiddenArea .chatForm {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
#chatHiddenArea .chatForm .chatInptArea {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
#chatHiddenArea .chatForm .chatInptArea .chatWrapper {
  padding-bottom: 3.5rem;
  border-radius: 0.35rem;
  background: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
#chatHiddenArea .chatForm .chatInptArea textarea {
  position: relative;
  width: 100%;
  height: 8rem;
  outline: none;
  border: none;
  background: transparent;
}
#chatHiddenArea .chatForm .chatInptArea button {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
  background: #48d597;
  color: #FFF;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 0.5rem 1rem;
  border-radius: 0.35rem;
}
#chatHiddenArea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
#chatHiddenArea form .chatDispArea, #chatHiddenArea form .chatInptArea {
  width: 100%;
}
#chatHiddenArea form .chatDispArea {
  height: calc(100% - 10rem);
  overflow-y: scroll;
}
#chatHiddenArea form .chatDispArea::-webkit-scrollbar {
  display: none;
}
#chatHiddenArea form .chatInptArea {
  position: relative;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#chatHiddenArea form .chatInptArea ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.54rem;
}
#chatHiddenArea form .chatInptArea ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #23ABDD;
  color: white;
  font-size: 12px;
}
#chatHiddenArea form textarea {
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  padding: 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  background: #EDEDED;
  color: #080f11;
}
#chatHiddenArea form .chatSend {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
#chatHiddenArea form .chatSend svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

#chatClose {
  position: absolute;
  top: 2rem;
  left: -3rem;
}

.chatItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin-bottom: 1.5rem;
}
.chatItem.st {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 0 auto;
}
.chatItem.st dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chatItem.st .comment {
  background: rgb(205, 231, 238);
  color: #333;
}
.chatItem dt {
  width: 18%;
}
.chatItem dd {
  width: 80%;
}
.chatItem .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1rem;
  border-radius: 50%;
  background: #23ABDD;
  color: white;
  overflow: hidden;
  width: 3.5rem;
  height: 3.5rem;
}
.chatItem .icon.shop {
  background: rgba(255, 255, 255, 0.7);
}
.chatItem .name {
  font-size: 12px;
  margin-top: 2.5px;
}
.chatItem .comment {
  background: #23ABDD;
  color: white;
  font-size: 0.92rem;
  line-height: 1.62;
  padding: 1.2rem;
  border-radius: 0.75rem;
}
.chatItem .info {
  font-size: 10px;
  opacity: 0.75;
  text-align: right;
  margin-top: 3px;
}

#nippouOprtr, .nippouOprtr {
  width: 100%;
  padding: 0 3rem 0 0;
}
#nippouOprtr label, .nippouOprtr label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nippouOprtr span, .nippouOprtr span {
  margin-right: 1rem;
  color: #ababab;
  font-size: 1rem;
}
#nippouOprtr input, .nippouOprtr input {
  display: block;
  width: 30rem;
  border-radius: 1rem;
  margin: 1rem;
  background: #28272C;
  border: solid 1px #424244;
  padding: 1.25rem;
  color: #ababab;
}

#nippouInput {
  width: 100%;
  padding: 0 3rem 0 0;
}
#nippouInput textarea {
  display: block;
  width: 100%;
  border-radius: 1rem;
  margin: 1rem;
  background: #28272C;
  border: solid 1px #424244;
  padding: 1.25rem;
  color: #ababab;
}
#nippouInput .sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
}
#nippouInput .sbmt button {
  background: #48d597;
  color: #FFF;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  padding: 1.5rem 4rem;
}

#processBar {
  overflow: hidden;
}
#processBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115%;
  margin: 3rem 0 4.5rem;
}
#processBar li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}
#processBar li.isActive .dot, #processBar li.isActive .bar {
  background: #23ABDD;
}
#processBar .dot, #processBar .bar {
  background: #EDEDED;
}
#processBar .dot {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
}
#processBar .bar {
  position: absolute;
  top: calc(50% - 0.25rem);
  left: -100%;
  width: 100%;
  height: 0.5rem;
}
#processBar .text {
  position: absolute;
  top: 2.2rem;
  left: 0.9rem;
  font-size: 0.8rem;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.commonNav {
  padding: 1rem 0 2rem;
}
.commonNav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
}
.commonNav ul:first-child li {
  border-bottom: solid 2px transparent;
}
.commonNav ul:first-child a, .commonNav ul:first-child button {
  display: inline-block;
  padding: 0.5rem 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.commonNav ul:first-child a:hover, .commonNav ul:first-child button:hover {
  color: #23ABDD;
}
.commonNav ul:first-child .isActive {
  border-bottom: solid 2px #23ABDD;
}
.commonNav ul:first-child .isActive a, .commonNav ul:first-child .isActive button {
  color: #23ABDD;
}
.commonNav ul:last-child {
  gap: 1rem;
}
.commonNav ul:last-child a, .commonNav ul:last-child button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.45rem 1.2rem 0.55rem;
  border: solid 1px transparent;
  border-radius: 5rem;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}
.commonNav ul:last-child a:hover, .commonNav ul:last-child button:hover {
  border: solid 1px #23ABDD;
}
.commonNav ul:last-child a svg, .commonNav ul:last-child button svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.65rem;
}
.commonNav ul:last-child .isActive a, .commonNav ul:last-child .isActive button {
  background: rgb(205, 231, 238);
  color: #23ABDD;
}
.commonNav ul:last-child .isActive svg {
  fill: #23ABDD;
}
.commonNav select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.33rem;
  padding: 0 0.75rem;
  color: #23ABDD;
  background: rgb(205, 231, 238);
  border-radius: 16px;
}
.commonNav .inpDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(205, 231, 238);
  border-radius: 16px;
}
.commonNav .inpDate .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.5rem;
}
.commonNav .inpDate .icon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #23ABDD;
}
.commonNav .inpDate svg {
  display: block;
  width: 40%;
  height: 40%;
  stroke: #23ABDD;
}
.commonNav .inpDate input {
  border: none;
  outline: none;
  background: transparent;
  color: #23ABDD;
  font-size: 0.94rem;
}
.commonNav .inpDate input::-webkit-calendar-picker-indicator {
  display: none;
}
.commonNav .inpDate button, .commonNav .inpDate a {
  background: #23ABDD;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  width: 5rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 0 16px 16px 0 !important;
  margin-right: 1.5px;
}

.cTable_mainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cTable_mainWrapper.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.paginationNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: var(--color-white);
}
@media screen and (min-width: 320px) {
  .paginationNum {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .paginationNum {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
  }
}
.paginationNum.current {
  background: var(--color-main);
  color: var(--color-white);
}

.paginationPrev {
  margin-right: 16px;
}

.paginationNext {
  margin-left: 16px;
}

.shipment_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
  background: #f9f9fb;
  border-radius: 1rem;
}

.shipment_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30vw;
}
.shipment_action .shipment_actionTitle {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 0.5rem;
  padding: 0 !important;
  background: transparent !important;
  border: none;
}
.shipment_action input.textform,
.shipment_action select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #111;
  background: #fff !important;
  border: 1px solid #e0e0e5;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.shipment_action input.textform:focus,
.shipment_action select:focus {
  outline: none;
  border-color: #007aff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
          box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
}
.shipment_action input.textform::-webkit-input-placeholder, .shipment_action select::-webkit-input-placeholder {
  color: #bbb;
}
.shipment_action input.textform::-moz-placeholder, .shipment_action select::-moz-placeholder {
  color: #bbb;
}
.shipment_action input.textform:-ms-input-placeholder, .shipment_action select:-ms-input-placeholder {
  color: #bbb;
}
.shipment_action input.textform::-ms-input-placeholder, .shipment_action select::-ms-input-placeholder {
  color: #bbb;
}
.shipment_action input.textform::placeholder,
.shipment_action select::placeholder {
  color: #bbb;
}
.shipment_action select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='gray'%3E%3Cpath d='M7 8l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}

/* ===== SwiftUI-like Checkbox (toggle style) ===== */
.suCheckbox_body {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* アクセシブルに非表示（スクリーンリーダー可） */
.suCheckbox_body > input[type=checkbox] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* 本体（ラベル） */
.suCheckbox_body > input[type=checkbox] + .suCheckbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-transition: background 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.06s ease;
  transition: background 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.06s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.06s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.06s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.06s ease;
  color: #0b0b0f;
}

.suCheckbox_body > input[type=checkbox] + .suCheckbox:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.suCheckbox_body > input[type=checkbox] + .suCheckbox:active {
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
}

/* アイコンの枠（チェックマークの土台） */
.suCheckbox_body .suCheckbox .icon {
  inline-size: 22px;
  block-size: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #f2f3f5;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: background 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
}

/* SVGはcurrentColorで色制御 */
.suCheckbox_body .suCheckbox .icon svg {
  inline-size: 14px;
  block-size: 14px;
  display: block;
  fill: #ffffff;
  stroke: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}

/* 文言 */
.suCheckbox_body .suCheckbox .text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #0b0b0f;
}

/* フォーカスリング（キーボード操作） */
.suCheckbox_body > input[type=checkbox]:focus-visible + .suCheckbox {
  -webkit-box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.22), 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.22), 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* チェック状態（iOSのアクセントブルー系） */
.suCheckbox_body > input[type=checkbox]:checked + .suCheckbox .icon {
  background: #0a84ff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0), 0 4px 10px rgba(10, 132, 255, 0.25);
          box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0), 0 4px 10px rgba(10, 132, 255, 0.25);
}

.suCheckbox_body > input[type=checkbox]:checked + .suCheckbox .icon svg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 無効状態 */
.suCheckbox_body > input[type=checkbox][disabled] + .suCheckbox {
  cursor: not-allowed;
  opacity: 0.55;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}/*# sourceMappingURL=style.css.map */