@charset "UTF-8";
/* $theme:#14a286; */
/* #348fe2→#14a286
#00acac→#348fe2
 */
:root {
  --app-theme:#14a286;
  --bs-body-font-size:0.82rem;
}

@media (max-width: 430px) {
  .row {
    --bs-gutter-x:10px;
  }
}
.app-content a {
  text-decoration: none;
  word-break: break-word;
}
.app-content a[target=_blank]::after {
  content: "\f2d2";
  font-weight: normal;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  padding-left: 0.3em;
}
.app-content img {
  max-width: 100%;
  height: auto;
}
.app-content .event-body h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  /* color: var(--app-theme); */
}
.app-content .event-body h4::before {
  content: "";
  width: 8px;
  height: 1.1em;
  background-color: var(--app-theme);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.app-content .event-body h4:first-child {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
    top: 50px !important;
    max-height: calc(100vh - 50px);
  }
}
@media (max-width: 767.98px) {
  .app-content-full-height .app-content {
    min-height: calc(100vh - 50px);
  }
  .app-header {
    display: flex;
  }
  .app-header .navbar-header {
    flex-direction: row-reverse;
    padding-right: 0;
  }
  .app-header .navbar-nav {
    border-top: none;
    padding-left: 0;
    padding-right: 10px;
  }
  .app-header-fixed {
    padding-top: 50px;
  }
  .mailbox {
    min-height: calc(100vh - 50px);
  }
  .pace .pace-progress {
    top: 50px;
  }
}
.pace .pace-activity {
  display: none;
}

.app-header .navbar-brand img {
  max-height: 25px;
}
.app-header .navbar-nav .btn {
  margin-left: 15px;
}
.app-header .navbar-nav .navbar-user.navbar-item:last-child .btn {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .app-header .navbar-nav .navbar-user.navbar-item:last-child .btn {
    margin-right: 10px;
  }
}
.app-header .navbar-nav .navbar-user.navbar-item:last-child .navbar-link {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  input[type=text] .form-control, input[type=password] .form-control {
    font-size: 16px;
  }
  select.form-select {
    font-size: 16px;
  }
}
.btn-premium {
  background-color: #8e7800;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.btn-premium:hover {
  background-color: rgb(101.2, 85.5211267606, 0);
  color: #fff;
}
.btn-premium::before {
  content: "\f521";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.app-header .btn-premium {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  margin-right: 10px;
  font-size: 0.9em;
}
.app-header .btn-premium::before {
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .app-header .btn-premium {
    display: none;
  }
}

.btn-outline-premium {
  background-color: #fff;
  color: #8e7800;
  position: relative;
  padding-left: 30px;
  border: 1px solid #8e7800;
}
.btn-outline-premium:hover {
  background-color: #8e7800;
  color: #fff;
}
.btn-outline-premium::before {
  content: "\f521";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.app-header .btn-outline-premium {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  margin-right: 10px;
  font-size: 0.9em;
}
.app-header .btn-outline-premium::before {
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .app-header .btn-outline-premium {
    display: none;
  }
}

.menu .btn {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu .btn + .menu-header {
  padding-top: 5px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu .btn {
  display: none;
}

@media (max-width: 767.98px) {
  .app-sidebar {
    z-index: 2010;
  }
}
.app-sidebar-content {
  overflow-x: auto !important;
}
.app-sidebar-content.ps--active-y {
  overflow-y: auto !important;
}

.card {
  height: 100%;
}
.card a:first-child:last-child {
  height: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card a:first-child:last-child img {
  transition: all 0.2s linear;
}
.card a:first-child:last-child:hover img {
  opacity: 0.8;
}
.card a:first-child:last-child .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card a:first-child:last-child .card-body > .d-flex:last-child {
  margin-top: auto;
}
.card a:first-child:last-child .card-body .card-title, .card a:first-child:last-child .card-body .card-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cut-gallery .card a:first-child:last-child .card-body .card-title, .cut-gallery .card a:first-child:last-child .card-body .card-text {
  -webkit-line-clamp: 1;
}
.card a:first-child:last-child .card-body .card-title {
  max-height: 3em;
}
.card a:first-child:last-child .card-body .card-text {
  max-height: 3em;
}

.profile-header {
  overflow: inherit;
}
.profile-header .profile-header-cover-wrap {
  overflow: hidden;
  height: 180px;
  position: relative;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-cover-wrap {
    height: 120px;
  }
}
.profile-header .profile-header-cover-wrap .profile-header-bg-img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.profile-header .profile-header-cover-wrap .profile-header-cover {
  -ms-filter: blur(6px);
  filter: blur(6px);
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.profile-header .profile-header-cover-wrap .profile-header-cover:before {
  background: none;
}
.profile-header .profile-header-cover-wrap .profile-header-content {
  z-index: 1;
}
.profile-header .profile-header-info .h4,
.profile-header .profile-header-info h4 {
  color: inherit;
  font-weight: bold;
}
.profile-header .profile-header-content {
  color: inherit;
  padding-bottom: 0;
}
.profile-header .profile-header-content .profile-header-img {
  margin-top: -90px;
  min-width: 120px;
  border-radius: 100px;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-content .profile-header-img {
    margin-top: -60px;
    min-width: 80px;
  }
}
.profile-header .profile-header-content .profile-header-img img {
  width: 100%;
  height: 100%;
  min-width: 114px;
  border-radius: 100px;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-content .profile-header-img img {
    min-width: 74px;
  }
}

@media (max-width: 767.98px) {
  .profile-content {
    padding: 20px;
  }
}
.wide-eyecatch {
  overflow: hidden;
}
.app-content .wide-eyecatch {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  .app-content .wide-eyecatch {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap {
  overflow: hidden;
  height: 340px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .wide-eyecatch .wide-eyecatch-cover-wrap {
    height: 180px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-bg-img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 340px;
  max-width: inherit;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767.98px) {
  .wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-bg-img {
    height: 180px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-cover {
  position: absolute;
  -ms-filter: blur(6px);
  filter: blur(6px);
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: cover;
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-cover:before {
  background: none;
}

.user-gallery {
  display: flex;
  flex-wrap: wrap;
}
.user-gallery .image {
  display: flex;
  width: 200px;
}
.user-gallery .image a {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.user-gallery .image a .img {
  transition: 0.2s;
}
.user-gallery .image a:hover {
  opacity: 1;
}
.user-gallery .image a:hover .img {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .profile-content .user-gallery .image {
    width: 50%;
  }
  .user-gallery .image .img, .user-gallery .image img {
    height: 140px;
  }
}
.user-gallery .image a[target=_blank]::after {
  display: none;
}
.user-gallery .image .image-info .title {
  font-size: 1.125rem;
  line-height: 1.5;
}
.user-gallery .image .image-info .desc {
  font-size: var(--bs-body-font-size);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  line-height: 1.4;
}

.registered-users-list {
  margin-left: 0;
  margin-right: 0;
}
.registered-users-list > li {
  width: 180px;
}
@media (max-width: 767.98px) {
  .registered-users-list > li {
    width: 50%;
    max-width: 180px;
  }
}
.registered-users-list > li a {
  border: 1px solid var(--app-theme);
  /* background-color: lighten($color: $theme, $amount: 50); */
  /* border: 1px solid #000; */
  border-radius: 6px;
  padding: 15px 10px;
  text-align: center;
  transition: 0.2s;
}
.registered-users-list > li a[target=_blank]::after {
  display: none;
}
.registered-users-list > li a:hover {
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.registered-users-list > li .username {
  display: block;
}

.btn-xl {
  padding: 1rem 1.7rem;
  font-size: 1rem;
  border-radius: 6px;
}

.self-table.table > :not(:first-child) {
  border-top: 1px solid var(--app-component-table-border-color);
}

.cut-gallery {
  width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .cut-gallery {
    width: 50%;
  }
}
.cut-gallery a[target=_blank] .card-body, .cut-gallery a[data-lightbox] .card-body {
  position: relative;
}
.cut-gallery a[target=_blank] .card-body::before, .cut-gallery a[data-lightbox] .card-body::before {
  content: "\f00e";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  position: absolute;
  font-size: 1rem;
  line-height: 30px;
  top: -35px;
  right: 5px;
  color: var(--app-theme);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  font-weight: 900;
}
.cut-gallery a[target=_blank]::after {
  display: none;
}
.cut-gallery a[target=_blank] .card-body::before {
  content: "\f2d2";
  font-weight: normal;
}
.cut-gallery .card-img-top {
  max-height: 180px;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .cut-gallery .card-img-top {
    max-height: calc(50vw - 25px);
    min-height: calc(50vw - 25px);
  }
}
.cut-gallery .card-title {
  margin-bottom: 0;
}
.cut-gallery .card-body {
  padding: 12px;
}
.cut-gallery .card a:first-child:last-child .card-body .card-text {
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
.cut-gallery .badge {
  white-space: inherit;
}

.sns-wrap {
  text-align: right;
  margin-bottom: -30px;
}
@media (max-width: 767.98px) {
  .sns-wrap {
    margin-bottom: 0px;
  }
}
.app-content .event-body .sns-wrap + h4 {
  margin-top: 0px;
}

.more-area-wrap .event-info {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
}
.more-area-wrap .more-text {
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0.75) 85%, transparent);
  padding: 1.5em 0;
  transform: translateY(-100%);
  margin-bottom: -5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .more-area-wrap .more-text {
    text-align: center;
  }
}
.more-area-wrap .more-text span:last-child {
  display: none;
}
.more-area-wrap[data-more-toggle=open] .event-info {
  overflow: inherit;
  display: block;
  text-overflow: inherit;
}
.more-area-wrap[data-more-toggle=open] .more-text {
  margin-bottom: 0;
  transform: none;
  background: none;
}
.more-area-wrap[data-more-toggle=open] .more-text span:first-child {
  display: none;
}
.more-area-wrap[data-more-toggle=open] .more-text span:last-child {
  display: inline;
}

.image-dropdown-menu {
  padding-top: 0;
}
.col-md-6 .image-dropdown-menu {
  transform: translate(calc((100vw - 500px) / 2), 36px) !important;
}
@media (max-width: 767.98px) {
  .col-md-6 .image-dropdown-menu {
    transform: translate(calc(30vw - 100px), 36px) !important;
  }
}
@media (max-width: 430px) {
  .col-md-6 .image-dropdown-menu {
    /*  transform: translate(0, 36px) !important; */
  }
}
.image-dropdown-menu .dropdown-divider {
  margin-top: 0;
}

.item-event {
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .item-event {
    max-width: 60%;
    transform: scale(0.8);
    transform-origin: center left;
    margin-right: -5vw;
  }
}
@media (max-width: 430px) {
  .item-event {
    max-width: 65%;
    margin-right: -10vw;
  }
}

.fa-arrow-down-wide-short {
  margin-left: 15px;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .fa-arrow-down-wide-short {
    margin-right: -3.3vw;
  }
}
@media (max-width: 430px) {
  .fa-arrow-down-wide-short {
    display: none;
  }
}

.item-sort {
  /*   max-width: 45%; */
}
@media (max-width: 767.98px) {
  .item-sort {
    transform: scale(0.8);
    transform-origin: center right;
  }
}

.item-select {
  width: 40vw;
  padding: 10px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  max-height: calc(70vh - 180px);
  overflow: auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .item-select {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    width: 64vw;
    max-height: calc(75vh - 180px);
  }
}
@media (max-width: 430px) {
  .item-select {
    width: 82vw;
  }
}
.item-select li {
  width: 100%; /* gridアイテムとして幅いっぱい */
  box-sizing: border-box;
}
.item-select li label {
  display: block;
  cursor: pointer;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
}
.item-select li label:hover input[type=radio] + span {
  box-shadow: 0 0 0 2px var(--app-theme) inset;
}
.item-select li label input[type=radio] {
  /* input自体を視覚的に完全に隠す */
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.item-select li label input[type=radio]:checked + span {
  box-shadow: 0 0 0 2px var(--app-theme) inset;
}
.item-select li label > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 5px;
  transition: 0.3s;
  height: 100%;
}
.item-select li label img {
  max-height: 80px;
  margin-bottom: auto;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .item-select li label img {
    max-height: 64px;
  }
}
.item-select li label .item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 7px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.3;
}

.item-pagenation ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .item-pagenation ul {
    max-width: 64vw;
  }
}
@media (max-width: 430px) {
  .item-pagenation ul {
    max-width: 82vw;
  }
}
.item-pagenation ul li {
  list-style: none;
  margin-left: 0.3vw;
  margin-right: 0.3vw;
}
@media (max-width: 767.98px) {
  .item-pagenation ul li {
    margin-left: 0.15vw;
    margin-right: 0.15vw;
  }
}
@media (max-width: 430px) {
  .item-pagenation ul li {
    margin-left: 0.05vw;
    margin-right: 0.05vw;
  }
}
.item-pagenation ul li button {
  width: 2rem;
  height: 2rem;
  border: none;
  transition: 0.3s;
  background-color: #fff;
  font-weight: bold;
  color: var(--bs-body-color);
  border-radius: 1rem;
}
.item-pagenation ul li button:not(:disabled) {
  cursor: pointer;
}
.item-pagenation ul li button:disabled {
  opacity: 0.3;
}
.item-pagenation ul li button:hover, .item-pagenation ul li button.current {
  background-color: var(--bs-default);
}
.item-pagenation ul li.prev, .item-pagenation ul li.next {
  position: relative;
}
.item-pagenation ul li.prev button, .item-pagenation ul li.next button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.item-pagenation ul li.prev button:hover, .item-pagenation ul li.next button:hover {
  background-color: #fff;
}
.item-pagenation ul li.prev button:not(:disabled):hover::after, .item-pagenation ul li.next button:not(:disabled):hover::after {
  border-color: var(--app-theme);
}
.item-pagenation ul li.prev button::after, .item-pagenation ul li.next button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--bs-body-color);
  border-bottom: 2px solid var(--bs-body-color);
  text-indent: 0;
  position: absolute;
  top: 36%;
  transition: 0.3s;
}
.item-pagenation ul li.prev button::after {
  left: 40%;
  transform: rotate(45deg);
}
.item-pagenation ul li.next button::after {
  left: 30%;
  transform: rotate(225deg);
}

@media (max-width: 767.98px) {
  .btn-vertical-sp {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .btn-vertical-sp > .btn + .btn {
    border-top: none;
  }
  .btn-vertical-sp:not(:first-child), .btn-vertical-sp > .btn:not(:first-child) {
    margin-left: 0;
  }
  .btn-vertical-sp > .btn:first-child {
    border-radius: 0;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .btn-vertical-sp > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-vertical-sp:not(:first-child) > .btn, .btn-vertical-sp > .btn:nth-child(n+3), .btn-vertical-sp > :not(.btn-check) + .btn {
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.stage-wrap {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #ddd;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #e9ecef 25%, transparent 25%, transparent 75%, #e9ecef 75%), linear-gradient(45deg, #e9ecef 25%, transparent 25%, transparent 75%, #e9ecef 75%);
  background-position: 10px 10px, 25px 25px;
  background-size: 30px 30px;
}

img.stage-base {
  display: block;
  transform-origin: top left;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: auto;
  transform-origin: top left;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  transform-origin: center center;
  cursor: move;
  border: 2px dashed transparent;
}
.item.selected {
  border-color: #38bdf8;
}
.item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.handle {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #38bdf8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.handle.resize {
  right: -7px;
  bottom: -7px;
  cursor: nwse-resize;
}
.handle.rotate {
  left: -7px;
  top: -7px;
  cursor: grab;
}/*# sourceMappingURL=virtual_fes.css.map */
