:root {
  --text-font-family: "Noto Sans JP", Helvetica; 
  --text-letter-spacing: 0px;
  --text-line-height: 180%;
  --text-default-font-weight: 400;
  --text-bold-font-weight: 700;

  --text-main-small-bold-font-size: 12px;
  --text-main-small-font-size: 12px;
  --text-main-default-font-size: 14px;
  --text-main-defaultbig-font-size: 16px;
  --text-main-defaultbig-bold-font-size: 16px;

  --text-heading-h4-font-size: 20px;
  --text-heading-h3-font-size: 28px;
  --text-heading-h2-font-size: 32px;
  --: var(--1-txt-01);
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
}

/* タイトル */
.pageTitle__area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  padding: 0px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageTitle__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageTitle__txt {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Hiragino Sans-W6", Helvetica;
  font-weight: 600;
  color: var(--1-txt-01);
  font-size: 30px;
  line-height: 45px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.pageTitle__line {
  position: relative;
  width: 60px;
  height: 5px;
  background-color: #1462a0;
  border-radius: 5px;
}

/* トップスライダー */
/* メインスタイルシートにあり */

/* 開催予定イベント */
.scheduledEvent__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.title__container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-primary-01);
}

.text__title-bg--lightblue {
  position: absolute;
  top: -38px;
  left: -47px;
  font-family: "Hiragino Sans-W5", Helvetica;
  font-weight: 400;
  color: var(--1-secondary-02);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.text__title--blue {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
}

.scheduledEvents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachScheduledEvent {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #0000004c;
  transition-duration: 0.2s;
  cursor: pointer;
  text-decoration: none;
}

.eachScheduledEvent:hover {
  box-shadow: 0px 2px 5px 2px #0000004c;
  opacity: 1;
}

.eachScheduledEvent__item--img {
  position: relative;
  width: 397px;
  height: 226px;
  aspect-ratio: 1.76;
}

.eachScheduledEvent__contentsWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.contentsWrapper__default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachScheduledEvent__main {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.eachEvent__header {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.accept-tag {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding: 1px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  font-size: var(--text-main-small-bold-font-size);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-letter-spacing);
}

.accept-open {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(76, 175, 80, 1);
}

.accept-close {
  color: rgba(229, 57, 53, 1);
  background-color: #e539351f;
}

.eachScheduledEvent__holdDay {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachEvent__dateWrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.text__ymd {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: 150%;
  white-space: nowrap;
}

.text__day {
  width: fit-content;
  margin-top: -0.50px;
  font-family: var(--text-font-family);
  font-weight: var(--text-default-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
}

.text__time {
  width: fit-content;
  margin-top: -0.50px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
}

.eachEvent__textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text__schduledEvent--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-txt-02);
  font-size: 14px;
  line-height: 25.2px;
  position: relative;
  letter-spacing: 0;
}

.text__schduledEvent--description {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--1-txt-02);
  font-size: 12px;
  line-height: 21.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: 0;
}

.eachEvent__footer {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.tag-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--1-primary-01);
}

.text__categoryTag {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-default-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-line-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
}

/* 開催済みイベント */
.heldEvent__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.heldEvent__carousel {
  display: flex;
  position: relative;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachHeldEvent {
  flex-direction: column;
  width: calc((1280px - 32px) / 3);
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #0000004c;
  transition-duration: 0.2s;
  display: flex;
  position: relative;
  text-decoration: none;
}

.eachHeldEvent:hover {
  box-shadow: 0px 2px 5px 2px #0000004c;
  opacity: 1;
}

.eachHeldEvent__item--img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.76;
}

.thumbnail {
  height: 100%;
}

.eachHeldEvent__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachHeldEvent__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text__heldEvent--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-default-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
}

.moreLink__wrapper {
  display: flex;
  flex-direction: column;
  /* height: 34px; */
  align-items: flex-end;
  align-self: flex-end;
  position: relative;
  flex: 1;
  flex-grow: 1;
  padding: 24px 0 85.2px;
}

@media screen and (min-width: 768px) {
  .carousel__wrapper {
    max-width: 1280px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  /* タイトル */
  .pageTitle__area {
    padding: 24px 0;
  }

  .pageTitle__txt {
    font-size: 20px;
    line-height: 150%;
  }

  /* トップスライダー */
  /* メインスタイルシートにあり */

  /* 開催予定イベント */
  .scheduledEvent__wrapper {
    gap: 24px;
    padding: 56px 0px 40px;
  }

  .text__title-bg--lightblue {
    top: -17.58px;
    left: -14px;
    font-size: 38px;
    line-height: 42px;
  }

  .text__title--blue {
    font-size: var(--text-heading-h3-font-size);
  }

  .scheduledEvents {
    gap: 24px;
  }

  .eachScheduledEvent {
    flex-direction: column;
  }

  .eachScheduledEvent__item--img {
    width: 342px;
    height: 195.13px;
    aspect-ratio: 1.76;
  }

  .eachScheduledEvent__contentsWrapper {
    padding: 20px;
  }

  .contentsWrapper__default {
    gap: 12px;
  }

  .eachScheduledEvent__main {
    gap: 6px;
  }

  .eachScheduledEvent .eachEvent__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  /* 開催済みイベント */
  .carousel__wrapper {
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  .heldEvent__wrapper {
    padding: 40px 0px 24px;
  }

  .heldEvent__carousel {
    display: block;
  }

  .heldEvent__carousel .slick-list {
    overflow: visible !important;
  }

  .eachHeldEvent {
    width: 342px;
    min-width: 342px;
    margin: 0 16px 0 0;
  }

  .moreLink__wrapper {
    padding: 16px 0 45.2px;
  }
}