@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


main {
  overflow: hidden;
}

.Cal-title {
  color: #333C46;
  text-align: center;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 8.33333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 8.33333rem */
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: -2rem;
}

@media screen and (max-width: 767px) {
  .Cal-title {
      margin-top: -4rem;
      font-size: 4rem;
  }
}

.Cal-item-detail dt {
  color: #ffffff;
  background: #333C46;
}

.Cal-bg {
  color: #ffffff;
  background: #3da8da;
}

.Cal-bg .Cal-title {
  color: #ffffff;
}

.Cal-bg01 {
  color: inherit;
  background: none;
  position: relative;
}
.Cal-bg02 {
  color: inherit;
  background: none;
}
.Cal-bg01::before,
.Cal-bg01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.Cal-bg01::before {
  transform: skewY(5deg);
  background-color: #75c5ec;
}

.Cal-bg01::after {
  transform: skewY(-5deg);
  background-color: #96d9ff;
}
.sec02 {
  position: relative;
  z-index: 10;
}

/* ボタン */
.btn08 {
  border-color: #BE9E6D;
  background-color: #BE9E6D;
}
.btn08:hover {
  color:#BE9E6D;
}

/* 注意事項 */
.sec03-box {
  border-color: #333C46;
}
.sec03-title:before {
  background: #333C46;
}

/* スクロール */
.js-sb.type-01 .simplebar-scrollbar:before {
  background: #333C46;
}
.js-sb.type-01 .simplebar-track:before {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .sec02 .Cal-title {
      text-align: center;
  }
}
