/* theme */
:root {
  --p: 0 100% 0%;
  --pf: 0 100% 0%;
  --pc: 0 0% 100%;
  --s: 0 100% 0%;
  --sf: 314 100% 37.1%;
  --sc: 0 0% 100%;
  --a: 174 60% 51%;
  --af: 174 59.8% 41%;
  --ac: 0 0% 100%;
  --n: 0 100% 0%;
  --nf: 0 100% 0%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 216 12.2% 83.9%;
  --bc: 0 100% 0%;
  --in: 207 89.8% 53.9%;
  --su: 174 100% 29%;
  --wa: 36 100% 50%;
  --er: 14 100% 57.1%;
  --border-color: var(--b3);
  --rounded-box: 0.3rem;
  --rounded-btn: 0.3rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: none;
  --btn-focus-scale: 0.95;
  --navbar-padding: 0.5rem;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --tw-translate-x: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP&display=swap');

@font-face {
  font-family: 'en';
  src: url(../../assets/font/SangBleuKingdom-Regular.otf);
  /* src: url(../../assets/font/SangBleuKingdom-Medium.otf); */
}

@font-face {
  font-family: 'en-m';
  /* src: url(../../assets/font/SangBleuKingdom-Medium.otf); */
  src: url(../../assets/font/SangBleuKingdom-Regular.otf);
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.7rem, 4vw, 2.25rem);
  color: #000000;
  user-select: none;
  -webkit-user-select: none;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
}

.input {
  height: 40px;
  border-color: #000000;
}

.input:focus {
  outline: 1px solid hsla(var(--bc) / 0.2);
  outline-offset: 0px;
}

.textarea {
  border-color: #000000;
}

.textarea:focus {
  outline: 1px solid hsla(var(--bc) / 0.2);
  outline-offset: 0px;
}

.btn {
  width: 100%;
  height: auto;
  min-height: 48px;
  font-size: 0.875rem;
  font-weight: 500;
  border-color: #00000000;
}

.radio:checked {
  box-shadow: 0 0 0 5px hsl(var(--b1)) inset, 0 0 0 5px hsl(var(--b1)) inset;
}

.checkbox {
  //  border-width: 1px;
  //  border-radius: 0;
  border-color: #000000;
}

.checkbox:checked,
.checkbox[checked='true'] {
  -webkit-animation: none;
  animation: none;
  background-image: linear-gradient(
      -45deg,
      transparent 65%,
      hsl(var(--chkfg)) 65.99%
    ),
    linear-gradient(45deg, transparent 75%, hsl(var(--chkfg)) 75.99%),
    linear-gradient(-45deg, hsl(var(--chkfg)) 40%, transparent 40.99%),
    linear-gradient(
      45deg,
      hsl(var(--chkfg)) 30%,
      hsl(var(--chkbg)) 30.99%,
      hsl(var(--chkbg)) 40%,
      transparent 40.99%
    ),
    linear-gradient(-45deg, hsl(var(--chkbg)) 50%, hsl(var(--chkfg)) 50.99%);
}

hr {
  border-color: #707070;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.bg-accent {
  background: #c5d7e3;
}

.bg-form {
  background-color: #f6f6f6;
}

.bg-accept {
  background-color: #f0ede7;
  border-radius: 1.5rem;
}

.bg-menu {
  background-color: #eeeeee;
}

.bg-gray {
  background-color: #565656;
}

.bg-lightgray {
  background-color: #6c6c6c;
}
/*
.text-lg {
  font-size: 1.05rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: .825rem;
}

.text-xs {
  font-size: .8rem;
  line-height: 1rem;
}
*/
.text-base {
  font-size: 0.975rem;
  line-height: 1.5rem;
}

.text-xxs {
  font-size: 0.675rem;
  line-height: 1rem;
}

.text-serif {
  font-size: 3.4666666667vw;
  line-height: 1.8;
  letter-spacing: -0.02rem;
  font-family: 'Noto Serif JP', serif;
}

.multiselect {
  /*
  display: inline-block;
  min-height: 40px;
*/
  font-size: 0.825rem;
  /*
  color: #35495e;
  appearance: none;
  border-radius: 0;
*/
}
/*
.multiselect__select {
  width: 40px;
  height: 40px;
  padding: 9px 8px;
}
*/
.multiselect__select:before {
  color: #999;
  border-color: #151515 transparent transparent;
  border-top-color: #151515;
}

.multiselect__single {
  //  margin-top: 3px;
  //  margin-bottom: 0px;
  font-size: 0.875rem;
  //  font-weight: 400;
  //  color: #000000;
}
/*
.multiselect__single {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 0.875rem;
}
*/
.multiselect__tags {
  //  min-height: 40px;
  //  padding: 0px 40px 0 8px;
  //  border-radius: 0;
  //  font-size: 0.875rem;
  border: solid 1px #000000;
}
/*
.multiselect__option {
//  padding: 8px 8px;
  min-height: 40px;
}
*/
.multiselect__option--highlight {
  background: #707070;
  outline: none;
  color: #ffffff;
}
/*
.multiselect__option--selected.multiselect__option--highlight {
  background: hsl(var(--bc));
  color: #FFFFFF;
}

.multiselect__content-wrapper {
  background: #FFFFFF;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #CFCFCF;
  border-radius: 0;
}
*/
.text-indent {
  text-indent: -1em;
  padding-left: 2em;
}

.swal2-container {
  z-index: 900;
}

.swal2-title {
  color: #595959;
  font-size: 1.1rem;
  font-weight: 500;
}

.swal2-content {
  color: #545454;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 0.8em;
  white-space: pre-wrap;
}

.swal2-html-container {
  white-space: pre-wrap;
}

.swal2-actions {
  width: 250px;
  padding: 0;
}

.swal2-styled.swal2-confirm {
  border-radius: 0.25rem;
  background: linear-gradient(to right, #2586a7, #73b7d1) !important;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  width: 90%;
  height: 3rem;
}

.swal2-styled.swal2-cancel {
  border-radius: 0.25rem;
  background-color: #a0aec0 !important;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  width: 90%;
  height: 3rem;
}

.content-class {
  text-align: left !important;
}

.year {
  width: 83px;
}

.month {
  width: 68px;
}

.day {
  width: 68px;
}

.drawer-toggle:checked ~ .drawer-content {
  --tw-translate-x: 0rem;
}

.drawer-toggle ~ .drawer-side {
  min-height: 100%;
}

.menu :where(li) {
  flex-direction: initial;
}

.drawer-toggle ~ .drawer-side > .drawer-overlay + * {
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.collapse-plus .collapse-title:after {
  top: 0.75rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

.word-break {
  overflow-wrap: break-word;
  word-break: keep-all;
}
