.sub__festivalText__Area {
  width: 100%;
  min-height: 80dvh;
  height: auto;
  padding: 90px 40px;
  color: var(--color-black);
}

.sub__festivalText__Area figure {
  margin-top: 35px;
}

.sub__festivalText__Area figure img {
  width: 30% !important;
}

.sub__festivalText__Area h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.sub__festivalText__Area h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 46px;
  margin: 40px 0;
}

.sub__festivalText__Area p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.sub__festivalText__Area p.bottom__text {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
  line-height: 30px;
  margin-top: 10px;
}

.sub__festivalText__Area.pastevent {
  padding: 30px 85px;
}

.sub__festivalText__Area.pastevent > div {
  display: flex;
}

.sub__festivalText__Area.pastevent > div > div {
  width: 50%;
  text-align: center;
}

.sub__festivalText__Area.pastevent > div > ul {
  margin-top: 0;
  width: 50%;
}

.sub__festivalText__Area.pastevent .sub__festivalPoster {
  margin-top: 0;
}

.sub__festivalText__Area.pastevent
  .sub__festivalPoster
  .slide-pastEvent__wrapper {
  margin: 0;
  width: 90%;
  margin: 0 auto;
}

.sub__festival__intro {
  width: 100%;
  height: auto;
  border-top: 3px solid var(--color-black);
  margin-top: 75px;
}

.sub__festival__intro.festival {
  margin-top: 30px;
}

.sub__festival__intro li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
  position: relative;
}

.sub__festival__intro li.top {
  align-items: flex-start;
}

.sub__festival__intro li.top label {
  position: relative;
  top: 3px;
}

.sub__festival__intro li label {
  min-width: 130px;
  font-size: 18px;
  font-weight: 500;
  color: #818181;
}

.sub__festival__intro li p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  word-break: break-word;
}

.sub__festival__intro li p.strong {
  font-weight: 600;
}

.sub__festival__intro li a {
  width: 152px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub__festival__intro li p > a {
  color: var(--color-black);
  border-bottom: 3px solid var(--color-black);
}

.sub__festival__intro li p > a.btn__download {
  padding: 10px 15px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
}

.sub__festival__intro li p > em {
  color: var(--color-black);
  border-bottom: 3px solid var(--color-black);
}

.sub__festival__intro li p span.iconWrap {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 25px;
}

.sub__festival__intro li p span.iconWrap a {
  width: 40px;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub__festival__intro li p span.iconWrap a img {
  width: 30px;
}

.sub__festival__intro .position__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.sub__festival__intro .position__wrap.add__list {
  padding: 0 20px;
}

.sub__festival__intro .position__wrap + p:nth-child(n + 2) {
  margin-top: 40px;
}

.sub__festival__intro .position__wrap li {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  color: var(--color-black);
  padding: 17px 0;
  position: relative;
}

.sub__festival__intro .position__wrap li:nth-child(3n) {
  border-right: 1px solid #e0e0e0;
}

.sub__festival__intro .position__wrap li:nth-child(n) {
  border-left: 1px solid #e0e0e0;
}

.sub__festival__intro .position__wrap li:nth-child(n + 4) {
  border-top: none;
}

.sub__festival__intro .position__wrap li.border:last-of-type::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  right: -1px;
  top: 0;
  position: absolute;
}

.sub__festival__intro .position__wrap li:nth-child(n + 4)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  right: -1px;
  top: 0;
  position: absolute;
}

.sub__festivalPoster {
  margin-top: 31px;
  width: 100%;
  height: auto;
  text-align: center;
}

.sub__festivalPoster a {
  margin-top: 75px;
  background-color: var(--color-black);
  width: 455px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}

.slide-pastEvent__wrapper {
  width: 100%;
  height: 580px;
  position: relative;
  margin: 100px 0 200px;
  overflow: hidden;
}

.slide-pastEvent__wrapper .slick-slider {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  position: relative;
}

.slide-pastEvent__wrapper
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slide-pastEvent__wrapper .btn-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}

.slide-pastEvent__wrapper .slick-slide {
  overflow: hidden;
}

.slide-pastEvent__wrapper .slick-slide img {
  width: 100%;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: var(--color-black);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow.prevArrow {
  left: 0;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow.nextArrow {
  right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper.pc__slide {
  width: 90%;
  height: 450px;
}

.swiper.mo__slide {
  width: 100%;
  height: 580px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide p {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.swiper__btn {
  font-size: 0;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper.mo__slide .swiper-slide img {
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper.mo__slide .swiper-slide img {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper.pc__slide .swiper-button-next {
  right: 1% !important;
}

.swiper.pc__slide .swiper-button-prev {
  left: 1% !important;
}

.past__list__wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  margin-top: 30px;
}

.past__list__wrap > li {
  width: 100%;
  height: auto;
}

.past__list__wrap > li p {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-top: 20px;
  line-height: 1.2;
}

.past__list__wrap > li a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.past__list__wrap > li a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.composition__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.composition__list > li {
  width: 100%;
  height: auto;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.composition__list > li .composition__picture__area img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.composition__list > li:last-of-type .composition__picture__area img {
  height: inherit;
  min-height: inherit;
  object-fit: contain;
}

.composition__list > li .composition__text__area {
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.composition__list > li .composition__text__area p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.composition__list > li .composition__text__area span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}

.composition__list > li .composition__text__area + a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
  background-color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}

.composition__list > li .composition__text__area + a img {
  width: 8px;
}

.composition__list > li:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.composition__list > li:last-of-type .composition__picture__area {
  height: calc(100% - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.composition__list > li:last-of-type a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
  background-color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}

.intro__festival__f {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.intro__festival__f > img {
  width: 20%;
}

/* media */
@media screen and (max-width: 1800px) {
  .sub__festival__intro .position__wrap li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1700px) {
  .sub__festival__intro .position__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub__festival__intro .position__wrap li:nth-child(3n) {
    border-right: inherit;
  }

  .sub__festival__intro .position__wrap li:nth-child(n) {
    border-right: 1px solid #e0e0e0;
  }

  .sub__festival__intro .position__wrap li:nth-child(2n) {
    border-left: inherit;
  }

  .sub__festival__intro .position__wrap li:first-of-type {
    border-bottom: none;
  }

  .sub__festival__intro .position__wrap li {
    border-left: 1px solid #e0e0e0;
  }

  .past__list__wrap {
    width: 90%;
  }
}

@media screen and (max-width: 1550px) {
  .sub__festivalText__Area.pastevent > div {
    flex-direction: column;
  }

  .sub__festivalText__Area.pastevent > div > div {
    width: 100%;
    margin-bottom: 40px;
  }

  .sub__festivalText__Area.pastevent > div > div img.wp80 {
    width: 30%;
  }

  .sub__festivalText__Area.pastevent > div > ul {
    width: 100%;
  }

  .swiper.pc__slide {
    display: none;
  }
  .swiper.mo__slide {
    display: block !important;
  }
  .sub__festival__intro.two__list {
    margin-top: 0;
    border-top: 1px solid #e0e0e0;
  }

  .composition__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1500px) {
  .slide-pastEvent__wrapper {
    height: 450px;
  }

  .swiper.mo__slide {
    height: 450px;
  }

  .past__list__wrap {
    width: 100%;
  }

  .intro__festival__f > img {
    width: 30%;
  }
}

@media screen and (max-width: 1400px) {
  .intro__festival__f {
    flex-direction: column;
  }

  .intro__festival__f > img {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .sub__festivalText__Area {
    padding: 40px;
  }

  .sub__festivalText__Area h3 {
    font-size: 22px;
  }

  .sub__festivalText__Area p {
    font-size: 18px;
  }

  .sub__festival__intro li label {
    font-size: 18px;
  }

  .sub__festival__intro li p {
    font-size: 18px;
  }

  .slide-pastEvent__wrapper {
    height: 400px;
  }

  #sub_content .public__logo {
    top: -3px;
  }

  .sub__festivalText__Area.pastevent {
    padding: 30px;
  }

  .swiper-slide p {
    padding: 15px 20px;
    font-size: 16px;
  }

  .composition__list > li .composition__text__area {
    padding: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .slide-pastEvent__wrapper {
    height: 500px;
  }

  #sub_content .public__logo {
    top: 77px;
  }
}

@media screen and (max-width: 900px) {
  .past__list__wrap > li p {
    margin-top: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 830px) {
  .swiper.mo__slide {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .sub__festivalText__Area {
    padding: 70px 40px;
  }

  .sub__festivalText__Area h1 {
    font-size: 45px;
  }

  .sub__festivalText__Area h3 {
    font-size: 32px;
  }

  .sub__festivalText__Area h3 br {
    display: none;
  }

  .sub__festivalText__Area p {
    /* font-size: 28px; */
    /* line-height: 45px; */
  }

  .sub__festivalText__Area.pastevent {
    padding: 70px 40px;
  }

  .sub__festival__intro li {
    align-items: flex-start;
    flex-direction: column;
  }

  .sub__festival__intro li.poster {
    height: auto;
    /* justify-content: space-between; */
  }

  .sub__festival__intro li.poster p {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .sub__festival__intro li.poster .btn__download {
    margin-top: 10px;
  }
  .sub__festival__intro li:last-of-type {
    border-bottom: none;
  }

  .sub__festival__intro li.top label {
    position: inherit;
    top: inherit;
  }

  .sub__festival__intro li label {
    width: 100%;
  }

  .sub__festival__intro li p {
    width: 100%;
    line-height: 35px;
    margin-top: 0px;
  }

  .slide-pastEvent__wrapper {
    height: 250px;
    margin: 50px 0;
  }

  .slick-slide {
    position: relative;
  }

  .slide-pastEvent__wrapper .slick-slide img {
  }

  .sub__festivalPoster a {
    width: 100%;
    height: 65px;
    font-size: 16px;
  }

  .sub__festivalText__Area figure img {
    width: 100% !important;
  }

  .sub__festivalPoster img {
    width: 100%;
  }

  .sub__festival__intro .position__wrap.add__list {
    padding: 0;
  }

  .sub__festival__intro .position__wrap li {
    font-size: 14px;
  }

  .sub__festival__intro .position__wrap li:last-of-type {
    border-bottom: 1px solid #e0e0e0;
  }

  .swiper.mo__slide {
    height: 450px;
  }

  .past__list__wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 680px) {
  .composition__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 630px) {
  .swiper.mo__slide {
    height: 320px;
  }

  .past__list__wrap > li p {
    font-size: 17px;
  }
}

@media screen and (max-width: 500px) {
  .sub__festivalText__Area {
    padding: 45px 20px;
  }

  .sub__festivalText__Area h1 span {
    font-size: 26px !important;
  }

  .sub__festivalText__Area h1 strong {
    font-size: 26px !important;
  }

  .sub__festivalText__Area h1 {
    font-size: 26px;
  }

  .sub__festivalText__Area h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0;
  }

  .sub__festivalText__Area p {
    font-size: 16px;
    line-height: 28px;
  }

  .sub__festivalText__Area.pastevent {
    padding: 45px 20px;
  }

  .sub__festival__intro li label {
    font-size: 16px;
    line-height: 28px;
  }

  .sub__festival__intro li p {
    font-size: 16px;
    line-height: 28px;
  }

  .slide-pastEvent__wrapper {
    height: 150px;
    margin: 25px 0;
  }

  .slide-pastEvent__wrapper .btn-wrap .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .sub__festivalText__Area p.bottom__text {
  }

  .sub__festival__intro .position__wrap li {
    font-size: 13px;
  }

  .swiper.mo__slide {
    height: 250px;
  }
}
