
.c-common-card-item-fix {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}

.c-common-card {
  margin-top: 10px;
  padding-top: 20px;
}
.c-common-card-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-common-card-item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-common-card-item-img"
    "c-common-card-item-desc";
  width: 200px;
  height: 200px;
  margin: 15px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}
.c-common-card-item-number {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
}
.c-common-card-item-number img {
  height: 50px;
}
.c-common-card-item-number span {
  font-size: 40px;
  opacity: 0.5;
}
/*
.c-common-card-item:nth-child(1) .c-common-card-item-number img {
  filter: invert(72%) sepia(26%) saturate(6500%) hue-rotate(295deg) brightness(300%) contrast(100%);
}

.c-common-card-item:nth-child(1)  img:nth-child(2) {
  filter: invert(72%) sepia(26%) saturate(6500%) hue-rotate(295deg) brightness(300%) contrast(100%);
}

.c-common-card-item:nth-child(1)  img:nth-child(3) {
  filter: invert(72%) sepia(26%) saturate(6500%) hue-rotate(295deg) brightness(300%) contrast(100%);
}
*/
.c-common-card-item-img {
  position: relative;
}
.c-common-card-item-img img {
  width: 100%;
  border-top-left-radius: 10px;
}
.c-common-card-item-img .c-btnLink {
  top: auto;
  bottom: 3px;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.c-common-card-item-desc {
  grid-area: c-common-card-item-desc;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom-right-radius: 10px;
}
.c-common-card-item-desc p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  padding-top: 19px;
  text-align:center;
}
.c-common-card-item.is-sticker {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-common-card-item.is-sticker img {
  width: 100%;
}
.c-common-card-item:nth-child(1) .c-btnLink {
  background-color: #FC88CC;
}
.c-common-card-item:nth-child(2) .c-btnLink {
  background-color: #FDBB66;
}
.c-common-card-item:nth-child(3) .c-btnLink {
  background-color: #669add;
}
.c-common-card-item:nth-child(1) .c-common-card-item-desc p {
  color: #FC88CC;
}
.c-common-card-item:nth-child(2) .c-common-card-item-desc p {
  color: #FDBB66;
}
.c-common-card-item:nth-child(3) .c-common-card-item-desc p {
  color: #669add;
}

.c-common__header-desc {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 30px;
}

.c-common__upcoming-event-item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-common-card-item-img"
    "c-common-card-item-desc";
  width: 200px;
  height: 200px;
  margin: 15px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}

.c-common-arrow-down-3 {
  margin: 0 auto;
  width: 35px;
}

.bg-white {
  background-color: #ffffff;
}

.c-common-pop-caption {
  position: relative;
  display: inline-block;
  height: 18px;
  margin: 5px 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.c-common-pop-caption.lazyloaded::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 18px;
  left: -30px;
  background: url("/art-college/music/assets/img/pages/pc/common/line_bslash.png") no-repeat;
}

.c-common-pop-caption.lazyloaded::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 18px;
  right: -30px;
  background: url("/art-college/music/assets/img/pages/pc/common/line_slash.png") no-repeat;
}

.c-common-header-title {
  margin: 35px auto 0;
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  opacity: 0.35;

  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 53px;
  letter-spacing: 3px;
  text-align: center;
  color: #6e6c6d;

  
}