@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: --
/* Created user: --
/* Last up date: 2024.08.05
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/
.scEvent .scCnt{
  background: radial-gradient(rgb(var(--naviCream)) 0, rgba(255, 255, 255, 0) 2px) left top / 5px 5px repeat;
}

.scEvent .scCnt .pageTtl{
  background: #fff;
  border-bottom: none;
}

.scEventInner {
  padding: var(--paddingMinMin) 0 0;  
}

.eveCon{
  margin: 0 auto;
  padding: 3rem 0 0;
  container: eveConBox / inline-size;
}

.scEvent .event0{
  --eveMainCol: rgb(var(--naviKoiBlue));
  --eveMainRgb: 21, 106, 209;
}

.scEvent .event1,
.scEvent .event4 {
  --eveMainCol: rgb(var(--ocYellow));
  --eveMainRgb: 247, 163, 36;
}

.scEvent .event2,
.scEvent .event5 {
  --eveMainCol: rgb(var(--gsGreen));
  --eveMainRgb: 58, 165, 129;
}

.scEvent .event3,
.scEvent .event7,
.scEvent .event8 {
  --eveMainCol: rgb(var(--daitanBlue));
  --eveMainRgb: 30, 182, 221;
}

.scEvent .event6 {
  --eveMainCol: rgb(var(--naviPink));
  --eveMainRgb: 245, 138, 138;
}

.scEvent .event9 {
  --eveMainCol: rgb(var(--naviPurple));
  --eveMainRgb: 54, 80, 151;
}

.scEvent .conTtl{
  position: relative;
  display: grid;
  margin: 0 auto 3rem;
  padding: 1.5rem;
  width: fit-content;
}

.scEvent .conTtl h3 {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 7rem;
  color: rgb(var(--ocYellow));
  text-shadow: 3px 3px 0 rgb(var(--naviCream));
}

.scEvent .conTtl p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #555;
}

.scEvent .conTtl em {
  font-size: 125%;
  color: rgb(var(--ocYellow));
  text-shadow: 2px 2px 0 rgb(var(--naviCream));
}

.scEvent .funnelTtl {
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1.3rem;
}

.scEvent .funnel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
  width: fit-content;
  overflow-x: auto;
  scrollbar-width: none;
}

.scEvent .funnel li {
  cursor: pointer;
  position: relative;
  display: grid;
  align-items: center;
  padding: 0.5rem 1rem;
  height: 100%;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  transition: all 0.1s 0s linear;
}

.scEvent .funnel .on{
  background: rgb(var(--naviBlue));
  border-color: rgb(var(--naviBlue));
  color: #fff;
}

.scEvent .eveCnt {
  margin: 0 auto;
  padding: 0 1.5rem 0.5rem;
  border-bottom: 2px solid rgb(var(--naviCream));
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.scEvent .eveCnt span {
  color: rgb(var(--naviRed));
}

.scEvent .eveCnt span span {
  font-size: 150%;
}

.eveLists {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  margin: 0 auto 3rem;
  container: eveListsBox / inline-size;
}

.eveLists > li {
  position: relative;
  display: none;
  transition: all 0.25s 0s ease;
}

.eveLists > li.show {
  display: block;
}

.eveLists a {
  position: relative;
  display: grid;
  grid-template-columns: min(220px, 35vw) auto;
  grid-template-areas:
  'type type'
  'thmb spec'
  'thmb days'
  'thmb itemMore';
  gap: 0.5rem 1rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 2rem;
}

.eveLists .type {
  grid-area: type;
  display: grid;
  place-content: center;
  margin-bottom: 0.5rem;
  padding: 3px 1px;
  width: 6.5rem;
  min-height: 3rem;
  background: var(--eveMainCol);
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.eveLists h4 {
  grid-area: type;
  margin: 0 0 0.5rem 7.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  color: rgb(var(--naviKoiBlue));
}

.eveLists h4 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.eveLists .thmb {
  grid-area: thmb;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
}

.eveLists .thmb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.eveLists .spec {
  grid-area: spec;
  align-self: flex-start;
  display: flex;
  gap: 5px;
}

.eveLists .spec li {
  padding: 3px 5px;
  background: #fff;
  border: solid 1px #888;
  font-size: 1.1rem;
  font-weight: bold;
}

.eveLists .spec .hoken {
  border-color: rgb(var(--naviKoiBlue));
  color: rgb(var(--naviKoiBlue));
}

.eveLists .days {
  grid-area: days;
  position: relative;
}

.eveLists .days > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

.eveLists .days .other{
  font-size: 1.3rem;
}

.eveLists .itemMore {
  grid-area: itemMore;
  align-self: flex-end;
  position: relative;
  padding: 0 0.75em 0 0;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
  font-weight: bold;
}

.eveLists .itemMore::before {
  content: '';
  top: 50%;
  right: 0;
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-40%) rotate(-45deg);
}

.eveLists .itemMore span {
  display: inline-block;
  padding: 0.5em 0.5em 0.4em;
  background: linear-gradient(to top, rgb(var(--naviCream)) 0.7em, rgba(255, 255, 255, 0) 0.7em);
}

.eveAll a {
  display: grid;
  place-content: center;
  margin: 0 auto 3rem;
  padding: 0.75rem 1rem;
  width: 70%;
  max-width: 280px;
  background: #fff;
  border: solid 2px rgb(var(--naviBlue));
  border-radius: 2em;
  font-weight: bold;
  color: rgb(var(--naviBlue));
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  transition: all 0.25s 0s ease;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.eveAll.off a {
  pointer-events: none;
  background: rgb(var(--naviGray));
  box-shadow: none;
  border: none;
  color: #fff;
}



@container eveConBox (width >= 680px) {
  .eveLists {
    padding: 1.5rem 3rem;
  }

  .eveLists a {
    grid-template-areas:
    'thmb type spec'
    'thmb title title'
    'thmb days days'
    'thmb itemMore itemMore';
    grid-template-columns: min(220px, 35vw) 12rem auto;
    gap: 1rem;
    padding: 1.5rem;
  }

  .eveLists .thmb{
    margin-right: 0.5rem;
  }

  .eveLists .type{
    align-self: flex-start;
    margin: 0;
    min-width: 12rem;
    width: fit-content;
    min-height: auto;
  }

  .eveLists .spec{
    align-self: flex-start;
  }

  .eveLists .spec li{
    font-size: 1.2rem;
  }

  .eveLists h4{
    grid-area: title;
    margin: 0;
    font-size: 1.8rem;
  }
}

@container eveConBox (width >= 900px) {
  .eveLists{
    padding: 3rem 50px;
    gap: 1.5rem;
    max-width: 1000px;
  }

  .eveLists .days > span{
    display: block;
    font-size: 1.6rem;
  }
}


/* movie List */
.scMovie {
  position: relative;
  margin: 0 auto;
  background: url('../../../img/page/newschool/bg_machinami.svg') center bottom / 500px auto repeat-x, repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0 2px, rgba(255, 255, 255, 0) 3px 6px), rgb(var(--naviCream));
}

@media screen and (min-width: 768px) {

  /* -------------------------
  /* for pc
  --------------------------*/
  /* school Calender */
  .scCalSlide>li {
    width: 50%;
  }

  .scCalSlide h4 {
    margin: 0 auto 40px;
  }

  .scCalender table {
    margin: 0 auto 30px;
    width: 100%;
  }

  .scInfoSlide .itemTitle {
    margin: 0 auto 30px;
  }

  .scInfoSlide th {
    padding: 10px 0.5em 10px 1.5em;
    background-position: left 15px;
  }

  .scInfoSlide td {
    padding: 10px;
  }

  .scInfoSlide .itemText {
    padding: 10px 1em 10px 50px;
    font-weight: normal;
    font-weight: 400;
  }

  .scInfoSlide .itemNote {
    font-size: 1.2rem;
  }
}