@charset "UTF-8";
/* -- color --*/
.inview {
  opacity: 0;
  transition: 0.6s;
}
.inview.show {
  opacity: 1;
}
.inview.fadeIn {
  transform: translateY(10%);
}
.inview.fadeIn.show {
  transform: translateY(0);
}

h2.ttl {
  font-size: 5.625vw;
  color: #000;
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 13, 110) 0%, rgb(212, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.ttl-jp {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 1rem;
}

.mainv {
  text-align: center;
  position: relative;
  width: 100%;
  background: url(../img/top/mainv-bg.png) no-repeat center bottom/cover;
}
.mainv .mv-photo {
  width: 92%;
  max-width: 140rem;
  margin: auto;
}
.mainv .mv-h1 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10%);
  width: 82%;
  transition-delay: 0.3s;
}
.mainv .mv-h1.show {
  transform: translate(-50%, 0);
}

.sec01 {
  padding-top: 24rem;
}
.sec01 .inner {
  max-width: 100%;
  width: 100%;
  align-items: center;
}
.sec01 .left-content {
  width: 48%;
}
.sec01 .right-content {
  width: 50%;
  margin-left: 2%;
  max-width: 60rem;
}
.sec01 .right-content h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 6rem 0 4rem;
}
.sec01 .right-content h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3.6rem;
}
.sec01 .right-content .btn {
  margin-top: 4rem;
}

.sec02 {
  padding: 10rem 0;
}
.sec02 .inner {
  justify-content: space-between;
}
.sec02 .ttl-area {
  width: 28%;
}
.sec02 .ttl-area .btn {
  margin-top: 6rem;
}
.sec02 .article-wrap {
  width: 70%;
}
.sec02 .article-wrap .article-list {
  display: flex !important;
  justify-content: space-between;
}
.sec02 .article-wrap .article-list li {
  width: 48%;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.sec02 .article-wrap .article-list li a {
  display: block;
  padding: 2rem 2rem 4rem;
}
.sec02 .article-wrap .thumb {
  width: 100%;
  height: 23vh;
  overflow: hidden;
  text-align: center;
}
.sec02 .cat-date {
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem;
}
.sec02 .date {
  color: #8d1313;
  margin-right: 2rem;
}
.sec02 .cat {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 13, 110) 0%, rgb(212, 0, 0) 100%);
  line-height: 1;
  padding: 0.4rem 0.8rem;
}
.sec02 .article-ttl {
  font-size: 2rem;
  font-weight: 600;
}

.sec03 {
  padding: 13rem 0;
  background: url(../img/top/sec03-bg.png) no-repeat center bottom/78% auto;
}
.sec03 .ttl-area {
  margin-bottom: 8rem;
}

.sec04 {
  padding: 12rem 0 14rem;
}
.sec04 .ttl-area {
  margin-bottom: 6rem;
}
.sec04 .btn {
  margin: 6rem auto 0;
}

@media screen and (max-width: 1024px) {
  h2.ttl {
    font-size: 11vw;
  }
  .sec01 .inner {
    display: block;
  }
  .sec01 .left-content {
    width: 100%;
    text-align: center;
  }
  .sec01 .right-content {
    width: 92%;
    margin: 8vw auto 0;
    text-align: center;
  }
  .sec01 .right-content h3 {
    font-size: 4vw;
    margin: 6vw 0 4vw;
  }
  .sec01 .right-content h4 {
    font-size: 2.8vw;
    margin-bottom: 3.6vw;
  }
  .sec01 .right-content .btn {
    margin: 8vw auto 0;
  }
  .sec02 {
    padding: 10vw 0;
  }
  .sec02 .inner {
    display: block;
  }
  .sec02 .btn.pconly {
    display: none;
  }
  .sec02 .btn.sponly {
    display: block;
    margin: 8vw auto 0;
  }
  .sec02 .ttl-area {
    width: 100%;
    margin-bottom: 4vw;
  }
  .sec02 .article-wrap {
    width: 100%;
  }
  .sec02 .splide-news {
    display: flex;
    padding-bottom: 6vw;
  }
  .sec02 .article-wrap .article-list li a {
    padding: 4vw 4vw 6vw;
  }
  .sec02 .cat-date {
    margin: 4vw 0 1vw;
  }
  .sec02 .article-ttl {
    font-size: 1.8rem;
  }
  .sec02 .splide__pagination {
    bottom: 0;
  }
  .sec02 .splide__pagination__page {
    background: #fff;
    border: 0.1rem solid #8d1313;
  }
  .sec02 .splide__pagination__page.is-active {
    background: #8d1313;
  }
  .sec03 {
    padding: 13vw 0;
    background-size: 130% auto;
  }
  .sec03 .ttl-area {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .mainv .mv-photo {
    width: 100%;
  }
  .mainv .mv-h1 {
    width: 100%;
  }
  h2.ttl {
    font-size: 13.3333333333vw;
  }
  .ttl-jp {
    font-size: 1.7rem;
  }
  .sec01 {
    padding-top: 30vw;
  }
  .sec01 .right-content {
    margin-top: 12vw;
  }
  .sec01 .right-content h3 {
    font-size: 6.1333333333vw;
    margin: 8vw 0 6vw;
  }
  .sec01 .right-content h4 {
    font-size: 1.6rem;
    margin-bottom: 6vw;
  }
  .sec01 .loop_wrapper {
    margin-top: 10vw;
  }
  .sec02 {
    padding: 16vw 0;
  }
  .sec02 .ttl-area {
    margin-bottom: 10vw;
  }
  .sec02 .splide-news {
    padding-bottom: 10vw;
  }
  .sec02 .article-wrap .article-list li a {
    padding: 4vw 4vw 8vw;
  }
  .sec02 .article-ttl {
    font-size: 1.6rem;
  }
  .sec02 .btn.sponly {
    margin: 14vw auto 0;
  }
  .sec03 {
    padding: 16vw 0;
  }
  .sec04 {
    padding: 16vw 0 32vw;
  }
}
#calendar {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
  padding: 4rem;
}

.fc-toolbar-title {
  margin-right: 14rem !important;
}

/* カレンダータイトル */
h2#fc-dom-1 {
  border: none;
}

/* ナビゲーションボタン */
.fc .fc-button {
  border-radius: 0;
}

.fc .fc-button-primary {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  background: #8d1313;
}

.fc .fc-button:hover {
  color: #8d1313;
}

/* ボタンhover */
.fc {
  --fc-button-hover-bg-color: transparent;
  --fc-button-hover-border-color: $red;
}

.fc .fc-button-primary:disabled {
  background: #8d1313;
  color: #fff;
}

/* =================================================
   月表示レイアウト共通
================================================= */
.fc .fc-col-header-cell-cushion {
  font-weight: bold;
}

/* 今日セル */
.fc-daygrid-day.fc-day-today {
  background-color: #ffefee !important;
}

/* 今日 ＋ 休業日 */
.fc-daygrid-day.fc-day-today.is-closed-day {
  background-color: #ffbbb6 !important;
}

/* 日付位置・色 */
.fc .fc-daygrid-day-top {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
}

.fc .fc-daygrid-day-number {
  margin-left: 0 !important;
  margin-right: auto !important;
  font-weight: 600;
}

/* =================================================
   イベント表示
================================================= */
/* イベント帯中央寄せ */
.fc-daygrid-event {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* 色分け */
.event-point {
  background-color: #ff4d6d !important;
  border: none;
  font-weight: 600;
  border-radius: 4px;
}

.event-off {
  background-color: #ffc60b !important;
  border: none;
  font-weight: 600;
  border-radius: 4px;
}

.event-off .fc-event-title {
  color: #333 !important;
}

.event-fun {
  background-color: #4cc9f0 !important;
  border: none;
  font-weight: 600;
  border-radius: 4px;
}

/* =================================================
   休業日
================================================= */
.fc-daygrid-day.is-closed-day {
  background-color: #a8a098 !important;
}

.fc-h-event.is-closed-event {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

.fc-h-event.is-closed-event .fc-event-title {
  color: #ffffff !important;
  text-align: center;
}

/* =================================================
   PC表示
================================================= */
.fc .fc-daygrid-day {
  height: auto !important;
  min-height: 5.5em;
}

.fc .fc-daygrid-day-frame {
  padding: 10px 6px 16px !important;
}

.fc .fc-daygrid-event {
  margin: 3px 0 !important;
  padding: 4px 6px !important;
  font-size: 0.75rem;
}

.fc .fc-daygrid-day-number {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* =================================================
   スマホ表示
================================================= */
@media (max-width: 1024px) {
  #calendar {
    padding: 4vw;
  }
  .fc .fc-daygrid-day-frame {
    padding: 1vw !important;
  }
}
@media (max-width: 600px) {
  .fc table {
    font-size: 1.2rem;
  }
  .fc .fc-toolbar-title {
    font-size: 1.8rem;
  }
  .fc .fc-daygrid-day-frame {
    padding: 1px !important;
  }
  .fc .fc-daygrid-event {
    font-size: 0.5rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fc .fc-event-title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fc .fc-daygrid-day-number {
    font-size: 0.8rem;
  }
  .fc-toolbar-title {
    margin-right: 0 !important;
  }
  .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
  }
}
/* =================================================
   モーダル
================================================= */
.fc-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.fc-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fc-modal-content {
  position: relative;
  max-width: 360px;
  margin: 15vh auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fc-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

#fc-modal-title {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

#fc-modal-desc {
  font-size: 1rem;
  line-height: 1.5;
}