@charset "UTF-8";

body{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  background-color: #faf3ea !important;
  color: #454545 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #454545 !important;
}

label, .form-label {
  color: #454545 !important;
}

/* * * * * *
* bg
* * * * * */
.bg-color1{
  background-color: #d6bcff;
}

.bg-color2{
  background-color: #faf3ea;
}

.bg-color3{
  background-color: #454545;
}

.text-black{
  color:#010101 !important;
}

::placeholder{
  color:#CCCCCC !important;
}

::selection {
  background: #454545;
  color: #FFFFFF;
}

:root {
  --swiper-theme-color: #d6bcff;
  --swiper-pagination-bullet-inactive-color: #454545;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
  height: 100% !important;
}

/* sidenav */
.sidenav {
  z-index: 999 !important;
}

/*
.navbar-vertical.navbar-expand-xs {
  width: 50% !important;
  max-width: 50% !important;
}
*/

.main-card{
  background-color: transparent !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05) !important;
}
.main-card .card-header:first-child {
  border-radius: 0 !important;
}
.main-card .card-header {
  background-color: transparent !important;
}

.w-1px{
  width: 1px;
}

.dashed {
  background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.border {
  border: 1px solid #787878 !important;
}

.img-thumb-30 {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.img-thumb-50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.img-thumb-58 {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.img-thumb-60 {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.img-thumb-80 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.img-thumb-100 {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.img-thumb-120 {
  width: 120px;
  height: 120px;
  object-fit: cover;
/*  background-color: #fffffe;*/
}

.img-thumb-200-166 {
  width: 200px;
  height: 166px;
  object-fit: cover;
}

/*
.img-thumb {
}
*/

.btn{
  --bs-btn-disabled-opacity: 0.4 !important;
}

.text-shadow-white{
  color: #ffffff !important;
  text-shadow: 1px 1px 0 #222222, -1px -1px 0 #222222,
  -1px 1px 0 #222222,  1px -1px 0 #222222,
  1px 0 0 #222222, -1px  0 0 #222222,
  0 1px 0 #222222,  0 -1px 0 #222222 !important;
}

.text-muted{
  color: #BBBBBB !important;
}

.text-dark{
  color: #787878 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #CCCCCC !important;
  outline: none;
  box-shadow: 0 0 0 1px #CCCCCC !important;
}
textarea:focus,
select:focus {
  border-color: #CCCCCC !important;
  outline: none;
  box-shadow: 0 0 0 1px #CCCCCC !important;
}
input, textarea {
  caret-color: #CCCCCC !important;
}

.form-check-input:checked[type="checkbox"] {
  background-image: linear-gradient(310deg, #d6bcff 0%, #d6bcff 100%);
}


.btn-thumbnail {
  cursor: zoom-in;
}

.btn-comment {
  background: #fff;
  border-radius: 50%;
  bottom: 60px;
  right: 30px;
  font-size: 1.25rem;
  z-index: 990;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table.table{
  border-collapse: collapse !important;
  --bs-table-border-color: #454545;
}
.table tbody tr:last-child td {
  border-width: 1px !important;
}
table.table th{
  background-color: #454545;
  color: #FFFFFF;
}
table.table td.col{
  width: 1px;
  background-color: #454545;
  color: #FFFFFF;
}
table.table td{
  background-color: #FFFFFF;
  color: #454545;
}

.bg-disabled{
  background-color: #DDDDDD !important;
}

.bg-primary {
  background-color: #d6bcff !important;
}

.bg-body {
  background-color: #faf3ea !important;
}

.bg-performance-primary {
  border: 2px solid #d6bcff !important;
  background-color: rgb(214,188,255, 0.2) !important;
}

.bg-performance-body-primary {
  color: #FFFFFF;
  background-color: #d6bcff !important;
}

.bg-performance-white {
  border: 2px solid #FFFFFF;
  background-color: rgb(255,255,255, 0.2) !important;
}

.bg-performance-body-white {
  color: #454545;
  background-color: #FFFFFF !important;
}

/*
.nav.nav-pills {
  background-color: #000 !important;
}

.nav.nav-pills .nav-link {
  z-index: 3;
  color: #fff !important;
  border-radius: 0.5rem;
  background-color: #000 !important;
}

.nav.nav-pills .nav-link.active {
  z-index: 3;
  color: #fff !important;
  border-radius: 0.5rem;
  background-color: #7f5af0 !important;
}
*/

.border-white {
  border: 2px solid #FFFFFF !important;
}

.border-black {
  border: 2px solid #000000 !important;
}

.border-primary {
  border: 2px solid #d6bcff !important;
}

/* btn */
button, button:focus, .swal2-close{
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-primary {
  --bs-btn-color: #FFFFFF !important;
  --bs-btn-bg: #454545 !important;
  --bs-btn-border-color: #454545 !important;
  --bs-btn-hover-color: #FFFFFF !important;
  --bs-btn-hover-bg: #454545 !important;
  --bs-btn-hover-border-color: #454545 !important;
  --bs-btn-focus-shadow-rgb: 255, 188, 196;
  --bs-btn-active-color: #FFFFFF !important;
  --bs-btn-active-bg: #454545 !important;
  --bs-btn-active-border-color: #454545 !important;
  --bs-btn-active-shadow: none !important;
  --bs-btn-disabled-color: #FFFFFF !important;
  --bs-btn-disabled-bg: #454545 !important;
  --bs-btn-disabled-border-color: #454545 !important;
}
.btn-primary:hover, .btn-primary:focus {
  color: #FFFFFF !important;;
  background-color: #454545 !important;
}
.btn-outline-primary {
  --bs-btn-color: #454545 !important;
  --bs-btn-border-color: #454545 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #454545 !important;
  --bs-btn-hover-border-color: #454545 !important;
  --bs-btn-focus-shadow-rgb: 203, 12, 159;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #454545 !important;
  --bs-btn-active-border-color: #454545 !important;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #454545 !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #454545 !important;
  --bs-gradient: none;
}

.text-primary{
  color: #d6bcff !important;
}

/* radio */
.form-check-input:checked[type="radio"] {
  background-image: linear-gradient(310deg, #d6bcff 0%, #d6bcff 100%);
}
.form-check-input:disabled[type="radio"] {
  cursor: not-allowed !important;
}

/* a */
a {
  color: #787878 !important;
}

.text-white{
  color: #FFFFFF !important;
}

/* modal */
.modal {
  --bs-modal-zindex: 1035 !important;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1030 !important;
  --bs-backdrop-opacity: 0.8 !important;
}
/*
.modal-body {
  max-height: 500px !important;
}
*/
.modal-content { 
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.modal-header { 
  border-bottom: 0px solid #dee2e6 !important;
} 

.modal-header .close {
  outline: none;
}

/* Loading */
#nowloading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1061;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.6;
	background-image: url("/assets/images/Loading-bar.svg?20231206");
	background-repeat:no-repeat;
	background-position:center center;
/*
  background-size: cover;
	background-attachment: fixed;*/
}

.form-control-sm {
  padding: 0.3rem 0.75rem !important;
}

/*
.form-switch .form-check-input:checked {
  border-color: rgba(58, 65, 111, 0.95) !important;
  background-color: rgba(58, 65, 111, 0.95) !important;
}
*/

.form-switch .form-check-input:after {
  top: 1px !important;
}

/* swal2-close */
button, 
.swal2-close {
  outline: 0 !important;
  box-shadow: none !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #d6bcff !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #d6bcff !important;
}
.swal2-close {
  color: #787878 !important;
}
.swal2-close:hover {
  color: #d6bcff !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-confirm:hover {
  background-color: #d6bcff !important;
  color: #FFFFFF !important;
}
.swal2-popup {
  max-width: 90% !important;
  background: #faf3ea !important;
}
.swal2-input, .swal2-file, .swal2-textarea {
  color: #787878 !important;
  background: #FFFFFF !important;
}
.swal2-title {
  font-size: 1.675em !important;
}


/* offcanvas */
.offcanvas {
  transition: transform 0.2s ease-in-out !important;
}


/* accordion */
.accordion-button {
  color: #7f5af0 !important;
  background-color: #eddef9 !important;
  border: #7f5af0 solid 1px !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237f5af0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.accordion-button::after {
  color: #7f5af0 !important;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237f5af0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  transition: transform .2s ease-in-out !important;
}

.form-control {
  border-radius: 0rem;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  border-left-width: 1px;
}

/*
 * Container style
 */
 .ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 4px !important;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 4px !important;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #d6bcff !important;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #454545 !important;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 4px !important;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #454545 !important;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 4px !important;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #454545 !important;
  height: 4px !important;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #454545 !important;
  height: 4px !important;
}


/* アニメ―ションする要素を非表示にする */
[data-animated=false] {
	visibility: hidden;
  animation-name: initial !important;
}

.jello-animate {
  animation-name: jello;
  animation-duration: 1s;
}

.jello-animated:hover {
  animation-name: jello;
  animation-duration: 1s;
}

.swing-animate {
  animation-name: swing;
  animation-duration: 1s;
}

.swing-animated:hover {
  animation-name: swing;
  animation-duration: 1s;
}

.rounded-lg-bottom {
  border-radius: 0 0 0.75rem 0.75rem !important;
}

.rounded-lg-top {
  border-radius: 0.75rem 0.75rem 0 0  !important;
}

/* swiper */
/*
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/