@charset "UTF-8";
/*=======================================================================*/
/*=========================================================[サイト全体]==*/
/*=======================================================================*/
* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body {
  background-color: #FFFFFF !important;
}
.poppins {
  font-family: "poppins", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
.text-justify {
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
  word-wrap: break-word;
}
article {
  margin-bottom: 1.875rem !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.border-orange {
  border-color: #E7B55C !important;
}
/*-----------------------------------------------------[アンカーリンク]--*/
p a {
  color: #262626;
  font-weight: 600;
  outline: 0;
  text-decoration: none;
  transition: all 0.5s linear;
}
p a:hover {
  color: #262626 !important;
}
.link-underline {
  display: inline-block;
  position: relative;
}
.link-underline::before {
  background-color: #4C78DD;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.link-underline:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
a.border-effect {
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: inherit;
  display: inline;
  padding: 0.7% 0;
  position: relative;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
a.border-effect:hover {
  background-size: 100% 2px;
}
.split .box + .box {
  border-left: 1px solid;
}
a.block.block-link-pop:hover,
a.block.block-link-pop:active {
  box-shadow: none !important;
}
@media (min-width: 576px) {
  a.link-popup {
    position: relative;
  }
  a.link-popup::before {
    background-color: #0284C7;
    bottom: -0.25rem;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(0.375rem);
    transform-origin: 50% 50%;
    transition: transform 0.12s ease-out, opacity 0.12s ease-out;
    visibility: hidden;
    width: 100%;
  }
}
a:hover.link-popup::before {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}


/*-------------------------------------------------[フォームボタン指定]--*/
.button-dark {
  background-color: #334155;
  border: 1px solid #334155;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.button-dark:after {
  background-color: #FFFFFF;
  bottom: 0;
  color: #334155;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
  z-index: 1;
}
.button-dark span {
  position: relative;
  z-index: 2;
}
.button-dark:hover:after {
  left: 0;
  transition: width 0.3s ease;
  width: 100%;
}
.button-dark:hover span {
  color: #334155;
}
.button-dark.display-flex {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
/*-------------------------------------------------[フォントサイズ指定]--*/
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
/*---------------------------------------------[フッターナビゲーション]--*/
a.footer-navi-horizontal-item {
  padding-left: 0.5rem;
}
a.footer-navi-horizontal-item::before {
  color: #FFFFFF !important;
  content: var(--bs-navi-horizontal-divider, "｜");
  padding-right: 0.5rem;
}
/*-----------------------------------------------------------[文章省略]--*/
.text-excerpt-1 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-excerpt-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-excerpt-3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-excerpt-4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.name-ellipsis {
  max-width: 100px;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*=======================================================================*/
/*=======================================================[メインページ]==*/
/*=======================================================================*/
/*---------------------------------------------------------[スライダー]--*/
.feature-post-carousel {
  display: block;
  margin: 0 auto;
  position: relative;
}
.feature-post-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0 0 0;
}
/*--------------------------------------------------[OWLナビゲーション]--*/
.feature-content .owl-theme .owl-nav {
  bottom: auto !important;
  position: absolute !important;
  top: 45% !important;
  width: 100%;
}
.feature-content .owl-theme .owl-nav {
  bottom: 0;
  left: 50%;
  position: relative;
  position: absolute;
  transform: translateX(-50%);
}
.feature-content .owl-theme .owl-prev,
.feature-content .owl-theme .owl-prev {
  left: 10px !important;
}
.feature-content .owl-theme .owl-next {
  right: 10px !important;
}
.feature-content .owl-theme .owl-prev,
.feature-content .owl-theme .owl-next {
  border-radius: 0;
  color: #FFFFFF;
  font-size: 50px;
  height: 50px;
  line-height: 0;
  padding: 0;
  position: absolute !important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
.feature-content .owl-theme .owl-prev > span,
.feature-content .owl-theme .owl-next > span {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-content .owl-carousel .owl-nav button.owl-next,
.feature-content .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.feature-content .owl-theme .owl-nav [class*=owl-] {
  background-color: #E7B55C;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  transform: scale(1.0);
  transition: all 0.2s ease-in-out;
  width: 45px;
}
.feature-content .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #334155;
  color: #FFFFFF;
}
.feature-content .owl-theme .owl-nav {
  top: 35% !important;
}
.feature-content .owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
}
.feature-content .owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
}
.feature-content .owl-theme .owl-dots {
  text-align: right;
}
.feature-content .owl-theme .owl-dot {
  background: #CDD3D9 !important;
  border-radius: 16px;
  height: 6px;
  margin: 0 3px;
  outline: none;
  transition: 0.3s linear;
  width: 6px;
}
.feature-content .owl-theme .owl-dot.active {
  background: #E7B55C !important;
  width: 20px;
}
.feature-content .owl-theme .owl-dot:hover {
  background: #E7B55C !important;
  width: 20px;
}
@media (max-width: 768px) {
  .feature-post-slider .owl-stage-outer {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .feature-post-carousel {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .feature-content .owl-theme .owl-nav {
    display: none;
  }
}
/*=======================================================================*/
/*=========================================================[サブページ]==*/
/*=======================================================================*/
/*-------------------------------------------------[コンテンツ上下中央]--*/
.hero-register {
  height: 80vh;
}
/*-----------------------------------------------------[サイドバー追従]--*/
.sticky-container {
  height: 100vh;
  position: sticky;
  top: 5.0rem;
  z-index: 1020;
}
@media (max-width: 768px) {
  .sticky-container {
    height: auto;
    position: relative;
    top: 0;
    z-index: 1020;
  }
}
/*---------------------------------------------------------[カレンダー]--*/
.calendar-block {
  background-color: #FFFFFF;
  height: 60px;
  line-height: 1;
  width: 60px;
}
.calendar-block.calendar-left {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.calendar-block.calendar-right {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.calendar-block.calendar-top-right {
  position: absolute;
  right: 10px;
  top: 10px;
}
.calendar-block .weekday-wrap {
  align-items: center;
  background-color: #262626;
  display: flex;
  justify-content: center;
  padding: 3px 0 4px;
}
.calendar-block .weekday {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}
.calendar-block .day-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calendar-block .month {
  color: #334155;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}
.calendar-block .day {
  color: #334155;
  font-family: "poppins", "Noto Sans JP", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}
/*=======================================================================*/
/*=================================================[イベント一覧ページ]==*/
/*=======================================================================*/
.item-thumbnail {
  overflow: hidden;
  position: relative;
}
.item-thumbnail img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
a:hover .item-thumbnail img {
  transform: scale(1.1);
}
.item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 62px;
  line-height: 1.5;
}
/*=======================================================================*/
/*=================================================[イベント詳細ページ]==*/
/*=======================================================================*/
/*---------------------------------------------------------[参加ボタン]--*/
#apply-button-block {
  display: none;
}
@media (max-width: 768px) {
  #apply-button-block {
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transform: translateY(-60px);
    z-index: 1020;
  }
}
#apply-button-block.slide-up {
  animation: SlideUp 0.5s forwards;
}
#apply-button-block.slide-down {
  animation: SlideDown 0.5s forwards;
}
@keyframes SlideUp {
  from {
    opacity: 1;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes SlideDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(60px);
  }
}
/*-----------------------------------------------[イベント詳細タイトル]--*/
@media (max-width:560px) {
  .entry-date {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (min-width:561px) {
  .entry-date {
    font-size: 48px;
    font-weight: 600;
  }
}
@media (max-width:560px) {
  .entry-week {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
  }
}
@media (min-width:561px) {
  .entry-week {
    border: 1px solid #324053;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 12px;
    text-align: center;
    width: 28px;
  }
}
@media (max-width:560px) {
  .entry-venue {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    top: 3px;
  }
}
@media (min-width:561px) {
  .entry-venue {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }
}
.entry-joining {
  font-family: "poppins", "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 36px;
}
@media (max-width:560px) {
  .entry-joining {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
