@charset "UTF-8";

:root {
  --color-pink: #e62d8b;
  --color-beige: #fff8df;
  --color-primary: #e0143d;
  --font-rocknroll: "RocknRoll One", sans-serif;
}

body {
  background-color: var(--color-beige);
  font-family: 'Inter', sans-serif;
}



#header .pff-logo {
  position: absolute;
  top: 2vw;
  left: 1rem;
  display: block;
  max-width: 22.5vw;
  width: 100%;
}

@media screen and (min-width: 881px) {
  #header .pff-logo {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:880px) {
  #header .pff-logo {
    top: 6px;
    max-width: 84px;
  }
}



.pff-hero {
  position: relative;
  margin-top: 3rem;
}

.pff-hero .pic img {
  width: 100%;
}

.pff-hero .top_logo {
  position: absolute;
  top: 10%;
  left: 6.2%;
  width: 32%;
}

.pff-hero .mov_play_btn {
  position: absolute;
  left: 3%;
  bottom: 14%;
  max-width: 18.5vw;
  cursor: pointer;
}

.pff-hero .pk-bnr a {
  display: block;
}

.pff-hero .pk-bnr-01 {
  position: absolute;
  top: 129px;
  right: 26%;
  width: 180px;
}

.pff-hero .pk-bnr-02 {
  position: absolute;
  top: 249px;
  right: 20.3%;
  width: 200px;
}

@media screen and (max-width:767px) {
  .pff-hero {
    margin-top: calc(17.2vw + 2.5rem);
  }


}

@media screen and (min-width:768px) and (max-width:880px) {
  .pff-hero {
    margin-top: 55px;
  }

  .pff-hero .pk-bnr-01 {
    top: 10%;
    right: calc(10%);
  }

  .pff-hero .pk-bnr-02 {
    top: 39%;
    right: calc(3.5%);
  }
}

/* popup */
#popup_content {
  width: 660px;
  /* height: 24vw; */
}

.youtube_popup {
  padding: 3.5rem 2rem 1.4rem;
  border: 2px solid #e0143d;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
}

.yt_mov_wrp {
  width: 100%;
  height: 100%;
}

.yt_mov_wrp iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}

@media screen and (max-width:767px) {
  #popup_content {
    width: 100%;
    height: auto;
  }

  .youtube_popup {
    padding: 6rem 1rem 4rem;
    border-radius: 10px;
  }

  .yt_mov_wrp iframe {
    height: 56vw;
  }
}


.pff-section-container {
  width: calc(100% - 297px);
}

@media screen and (max-width:880px) {
  .pff-section-container {
    width: 100%;
  }
}


.pff-recent-section {
  margin-bottom: 3rem;
  position: relative;
}

.pff-recent-section .inner {
  position: relative;
  left: calc(5% + 3rem);
}

.pff-recent-lists {
  margin: -3.88rem 0 2rem;
  display: flex;
  column-gap: 1.25rem;
}

.pff-recent-lists .recent-card {
  width: 25%;
}

.pff-recent-lists .recent-card-link {
  transition: all .4s ease;
}

.pff-recent-lists .recent-card-link:hover {
  opacity: .7;
}

.pff-recent-lists .recent-card img {
  border: 4px solid var(--color-primary);
  border-radius: 17px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.recent-cat {
  margin-top: .6rem;
}

.recent-cat span {
  min-width: 68px;
  padding: 1px .88rem 0;
  display: inline-block;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: .6rem;
  font-weight: bold;
}

.recent-card-desc {
  margin-top: .4rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.4;
}

.recent-date {
  margin-top: .2rem;
  color: var(--color-primary);
  font-size: .8rem;
  font-weight: bold;
}



@media screen and (max-width:767px) {
  .pff-recent-section {
    padding: 0;
    margin-bottom: 2rem;
  }

  .pff-recent-lists {
    margin: 1rem 0 2rem;
    column-gap: .3rem;
    flex-wrap: wrap;
  }

  .pff-recent-lists .recent-card:nth-child(n+3) {
    display: none;
  }

  .pff-recent-lists .recent-card {
    margin-top: 1.5rem;
    width: 49%;
  }

  .pff-recent-lists .recent-card img {
    border-width: 2px;
  }

  .recent-card-desc {
    font-size: .88rem;
  }

  .recent-cat span {
    min-width: 75px;
    padding: 0 .5rem;
    border-radius: 20px;
    font-size: .75rem;
    text-align: center;
  }

  .recent-date {
    font-size: .88rem;
  }

}


@media screen and (min-width:768px) and (max-width:880px) {
  .pff-recent-section .inner {
    left: 0;
  }
}


@media screen and (max-width:767px) {
  .pff-recent-section .c-button-wrp {
    margin: 0 1rem;
  }

  .pff-recent-section .inner {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .pff-recent-section .inner--wide {
    position: relative;
    left: 2vw;
    max-width: 1169px;
  }

}

.pff-recent-section .welcome-text {
  margin-top: 4rem;
  width: 90%;
}


.pff-char-chair {
  position: absolute;
  right: 2rem;
  bottom: -30px;
  width: 90px;
}

@media screen and (max-width:767px) {
  .pff-recent-section .tit-welcome {
    margin: 6rem auto 0;
    width: 60%;
  }

  .pff-recent-section .welcome-text {
    margin-top: 2rem;
    width: 100%;
  }

  .pff-recent-section .mov_play_btn {
    margin: 6.25rem -1rem 0;
  }


  .banner-wrap {
    margin-top: 5rem;
    margin-left: 5%;
    width: 90%;
  }

  .banner-wrap .pk-banner {
    width: 100%;
  }

  .banner-wrap .pk-banner .pk-bnr-txt {
    display: block;
    padding: 12vw 11vw 10vw 13vw;
  }

  .banner-wrap .pk-banner .pk-bnr-txt img {
    max-width: 100%;
  }

  .banner-wrap .pk-banner.pk-banner--02 .pk-bnr-txt {
    display: block;
    padding: 12vw 4vw 10vw 10vw;
  }


  .pff-char-chair {
    position: relative;
    bottom: auto;
    right: inherit;
    margin: 10vw 0 0 7vw;
    max-width: 121px;
    width: 100%;
  }

}

.pff-enjoy-section {
  margin-bottom: 5rem;
  padding: 5rem 0 4rem;
  width: 96.5%;
  background-color: var(--color-primary);
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.pff-enjoy-section .pff-section-container {
  width: 83%;
}

.pff-enjoy-section .inner--wide {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .pff-enjoy-section .inner--wide {
    position: relative;
    left: 2vw;
    max-width: 1169px;
  }

}

.title-enjoy {
  margin-bottom: 2rem;
  display: flex;
}

.title-enjoy__h img {
  max-width: 486px;
}

.char_enjoy {
  margin-top: 1.7rem;
}

.char_enjoy img {
  max-width: 103px;
}

.ds-slider .swiper-wrapper {
  align-items: stretch;

}

.ds-slider .swiper-slide {
  display: flex;
  height: auto;
}

.pff-enjoy-section .ds-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 1.75rem;
}

.pff-enjoy-section .ds-slider .swiper:not(.swiper-initialized) .swiper-slide {
  display: flex;
  flex-shrink: 1;
}

@media screen and (min-width: 1200px) {
  .pff-enjoy-section .ds-slider .swiper:not(.swiper-initialized) .swiper-slide {
    width: 33.33%;
  }

}

.pff-enjoy-section .ds-grid .col {
  border: 4px dotted #fff100;
  height: auto;
}

.pff-enjoy-section .card {
  margin: 4px;
  display: flex;
  flex-direction: column;
  color: var(--main-color);
  background-color: #fff;
  height: auto;
}

.pff-enjoy-section .card__img {
  position: relative;
}

.pff-enjoy-section .card__body {
  padding: 1.5rem 2.5rem 1.88rem;
  height: 100%;
}

.pff-enjoy-section .card__body .ds-text {
  font-size: .6rem;
  font-weight: bold;
}

.pff-enjoy-section .space {
  float: right;
}

.pff-enjoy-section .vertical-label-right {
  width: 75px;
  float: right;
  clear: both;
}

.pff-enjoy-section .vertical-label-group {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.pff-enjoy-section .vertical-label-group img {
  max-width: 70px;
}

.pff-enjoy-section .vertical-label {
  padding: 7px 4px;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-content: center;
  align-items: center;
}

.pff-enjoy-section .vertical-text {
  margin-top: .6rem;
  writing-mode: vertical-rl;
  font-size: .7rem;
}


.pff-enjoy-section .pickup_col_1 .vertical-label-group {
  bottom: -27px;
  left: 1.4rem;
}

.pff-enjoy-section .pickup_col_1 .vertical-label-2 {
  margin-top: 1rem;
}

.pff-enjoy-section .pickup_col_2 .card__img {
  order: 2;
}

.pff-enjoy-section .pickup_col_2 .card__body {
  order: 1;
  padding-top: 1.88rem;
  padding-bottom: 1.5rem;
}

.pff-enjoy-section .pickup_col_2 .vertical-label-group {
  top: -23px;
  right: 2rem;
}

.pff-enjoy-section .pickup_col_3 .vertical-label-group {
  bottom: -7%;
  right: 1.4rem;
}


@media screen and (min-width:768px) and (max-width:880px) {
  .pff-enjoy-section .pff-section-container {
    width: 100%;
  }

  .pff-enjoy-section .inner--wide {
    max-width: 100%;
    left: 0;
  }

  .pff-enjoy-section .ds-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 1.5rem;
  }

}

@media screen and (min-width:768px) and (max-width:1199px) {

  .pff-enjoy-section .ds-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }

  .pff-enjoy-section .ds-grid--3col > * {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .pff-enjoy-section {
    padding: 4.75rem 0 4rem;
    width: 100%;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }


  .pff-enjoy-section .pff-section-container {
    width: 100%;
  }

  .pff-enjoy-section .inner--wide {
    padding: 0 10%;
  }

  .title-enjoy {
    margin-bottom: 0;
    padding-bottom: 16vw;
    position: relative;
    display: block;
  }

  .title-enjoy__h img {
    max-width: 100%;
  }

  .char_enjoy {
    margin-top: 0;
    position: absolute;
  }

  .char_enjoy img {
    max-width: 22vw;
  }

  .pff-enjoy-section .ds-grid .col {
    border-radius: 9999px;
  }

  .pff-enjoy-section .card {
    margin: 0;
    border-radius: 9999px;
  }

  .pff-enjoy-section .card .card__img img {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .pff-enjoy-section .card__body {
    padding: 6vw 9vw 15vw;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .pff-enjoy-section .vertical-label {
    font-size: 1.13rem;
  }

  .pff-enjoy-section .vertical-text {
    font-size: .88rem;
  }

  .pff-enjoy-section .pickup_col_2 .card__img {
    order: 1;
  }

  .pff-enjoy-section .pickup_col_2 .card__body {
    padding: 6vw 9vw 15vw;
    order: 2;
  }

  .pff-enjoy-section .card__body .ds-text {
    font-size: .7rem;
  }

  .pff-enjoy-section .pickup_col_1 .vertical-label-group {
    bottom: 7vw;
    right: 8vw;
  }

  .pff-enjoy-section .pickup_col_2 .vertical-label-group {
    top: inherit;
    bottom: 5vw;
    right: 6vw;
  }

  /* 
    .pff-enjoy-section .pickup_col_2 .card__body {
        padding: 1.25rem 2rem 4rem;
    } */

  .pff-enjoy-section .pickup_col_3 .vertical-label-group {
    top: 29vw;
    left: 9vw;
    right: inherit;
    bottom: inherit;
  }


  .pff-enjoy-section .swiper-button-next,
  .pff-enjoy-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
  }

  .pff-enjoy-section .swiper-button-next,
  .pff-enjoy-section .swiper-rtl .swiper-button-prev {
    right: -30px;
  }


  .pff-enjoy-section .swiper-button-prev,
  .pff-enjoy-section .swiper-rtl .swiper-button-next {
    left: -29px;
  }

  .pff-enjoy-section .swiper-button-prev:after,
  .pff-enjoy-section .swiper-rtl .swiper-button-next:after {
    position: relative;
    left: -3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid var(--color-primary);
    border-left: 0;
  }

  .pff-enjoy-section .swiper-button-next:after,
  .pff-enjoy-section .swiper-rtl .swiper-button-prev:after {
    position: relative;
    left: 3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    border-right: 0;
  }


  .pff-enjoy-section .swiper-button-next:after,
  .pff-enjoy-section .swiper-rtl .swiper-button-prev:after {
    position: relative;
    left: 3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    border-right: 0;
  }


}

.pff-section-program {
  padding: 6rem 0 1rem;
}


.pff-section-program .inner {
  max-width: 1000px;
}

.pff-section-program .heading-program-wrap {
  position: relative;
}

.pff-section-program .heading-program {
  margin-bottom: 5rem;
}

.pff-section-program .heading-program img {
  margin: 0 auto;
  max-width: 360px;
}

.pff-section-program .dn_arrow {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 50px;
}



.pff-program-row {
  position: relative;
  padding: 3.125rem 0 0;
}

.pff-program-row::after {
  content: "";
  display: block;
  margin: 3.125rem 2rem 0;
  border-bottom: 4px dotted var(--color-primary);
}

.pff-program-row:last-child:after {
  border-bottom: 0;
}

.pff-program-media-text {
  display: flex;
  gap: 1.25rem;
}


.pff-program-media-text .pff-program-media {
  width: 400px;
}

.pff-program-media-text .pff-program-media img {
  width: 100%;
  object-fit: cover;
}

.pff-program-media-text__content {
  width: calc(100% - 400px);
}

.pff-program-media-text .program-title {
  color: #000;
}

.pff-program-media-text .program-type {
  font-size: .75rem;
}

.pff-program-media-text .program-name {
  padding-bottom: .25rem;
  display: inline-block;
  border-bottom: 3px dotted #000;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.pff-program-media-text .program-name span {
  font-size: .75rem;
}

.pff-program-media-text .ds-text {
  margin-top: .5rem;
  font-size: .8rem;
}


.pff-program-media-text .c-button-gp {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.pff-program-media-text .c-button-gp .c-button {
  min-width: 242px;
}

.toggle-award-btn .circle-right {
  transition: all .3s ease-in;
}

.toggle-award-btn.active .circle-right {
  transform: rotate(90deg);
}

@media screen and (max-width:767px) {

  .pff-section-program {
    padding: 1rem 0;
  }

  .pff-section-program .heading-program {
    margin-bottom: 2rem;
  }

  .pff-section-program .heading-program img {
    max-width: 80%;
  }

  .pff-section-program .dn_arrow {
    bottom: -32px;
    right: 10px;
    max-width: 40px;
  }


  .pff-program-row {
    padding: 2.4rem 0 0;
  }

  .pff-program-row::after {
    margin: 2.5rem 0 0;
    border-bottom-width: 3px;
  }

  .pff-program-media-text {
    flex-direction: column;
    gap: .5rem;
  }

  .pff-program-media-text .pff-program-media {
    width: 100%;
  }

  .pff-program-media-text__content {
    width: 100%;
  }

  .pff-program-media-text .program-title {
    display: flex;
    flex-direction: column;
    padding: .1rem 0 .2rem;
    background-color: var(--color-primary);
    text-align: center;
    color: var(--color-beige);
    min-height: 40px;
    justify-content: center;
  }

  .pff-program-media-text .program-title.sp-left {
    padding: 0 .8rem;
    text-align: left;
  }

  .pff-program-media-text .program-name {
    font-size: 1.13rem;
    border-bottom: 0;
  }

  .pff-program-media-text .ds-text {
    font-size: .875rem;
    line-height: 1.8;
  }

  .pff-program-media-text .c-button-gp {
    flex-direction: column;
  }

  .pff-program-media-text .c-button-gp .c-button {
    min-width: 100%;
    font-size: 1rem;
    height: 44px;
  }

  .pff-program-media-text .c-button .circle-right {
    width: 25px;
    height: 25px;
  }
}

.award_list_content {
  display: none;
}

.award_list_content.active {
  display: block;
}

.award-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  overflow: hidden;
  min-height: 0;
}

.award-list .award-card {
  width: 16.25%;
  background-color: #fff;
}

a.award-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-primary);
  font-weight: 800;
}

.award-card-head {
  display: flex;
  padding: .3rem 0 .3rem .6rem;
  background: var(--color-primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.award-card-head .award-card-head__info {
  font-size: .7rem;
  width: calc(100% - 45px);
  border-right: 1px dotted #fff;
  line-height: 1.4;
}

.award-card-head__info .award-card-head__info__r {
  display: grid;
  grid-template-columns: 50% auto;
}

.award-card-head .award-card-type {
  padding-bottom: .2rem;
  width: 45px;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.2;
  align-self: center;
}

.award-card-head--wide {
  flex-wrap: wrap;
}

.award-card-head--wide .award-card-head__info {
  width: 100%;
  border-right: 0;
  order: 2;
}

.award-card-head--wide .award-card-type {
  margin-right: .6rem;
  width: 100%;
  order: 1;
  border-bottom: 1px dotted #fff;
  font-size: .5rem;
  text-align: left;

}

.award-card-head--nt .award-card-head__info {
  width: 100%;
  border-right: 0;
}

.award-card-head--nt .award-card-type {
  display: none;
}

.award-card-body {
  padding: 1rem;
  font-size: .75rem;
  flex: 1;
}

.award-card-img {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 1);
}

.award-card-name {
  margin-top: .2rem;
}

.award-card-name.name-s span {
  font-size: .54rem;
}

.award-card-head__info .award-card-director {
  font-size: .56rem;
}

@media screen and (max-width:767px) {
  .award-list {
    margin-top: 1.5rem;
    gap: 6px 3px;
  }

  .award-list .award-card {
    width: calc(50% - 3px);
  }

  .award-card-head .award-card-head__info {
    width: calc(100% - 40px);
    font-size: .75rem;
    line-height: 1.2;
  }

  .award-card-head__info .award-card-director {
    font-size: .6rem;
  }

  .award-card-head .award-card-type {
    width: 40px;
    font-size: 1.5rem;
  }

  .award-card-head--wide .award-card-head__info,
  .award-card-head--nt .award-card-head__info {
    width: 100%;
  }

  .award-card-head--wide .award-card-type {
    width: 100%;
    font-size: .5rem;
  }
}


@media screen and (min-width:768px) and (max-width:880px) {
  .award-list .award-card {
    width: calc(25% - 4px);
  }
}

.pff-section-sponser {
  padding: 4rem 0 7rem;
  /* margin-bottom: 10rem; */
  background: #fff;
}

.pff-section-sponser .inner {
  max-width: 800px;
}

.copy-sponser {
  margin-bottom: 3rem;
  display: flex;
  gap: 10px;
  text-align: center;
  align-items: center;
  font-size: 1rem;
}

.copy-sponser::after,
.copy-sponser::before {
  content: "";
  height: 1px;
  background: #000;
  flex: 1;
}

.heading5 {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.pff-section-sponser .heading5 img {
  margin: 0 auto;
  width: auto;
  height: 18px;
}

.pff-section-sponser .sponser_tit_02 img,.pff-section-sponser .sponser_tit_04 img,.pff-section-sponser .sponser_tit_05 img {
  height: 20px;
}

/*
.pff-section-sponser .sponser_tit_04 img {
  margin: 0 auto;
  max-width: 273px;
}

.pff-section-sponser .sponser_tit_05 img {
  margin: 0 auto;
  max-width: 258px;
}
*/


.sponser-box {
  margin-bottom: 2.75rem;
}

.sponser-box .ds-grid {
  margin: 0 auto;
  max-width: 450px;
  gap: 1rem 2rem;
}

.sponser-box .ds-grid > * {
  width: 45%;
}

.sponser-box + .sponser-box {
  margin-top: 2rem;
}

.sponser-box .img img {
  margin: 0 auto;
  max-width: 600px;
}

@media screen and (max-width:767px) {
  .pff-section-sponser {
    padding: 2rem 0 2.75rem;
  }

  .copy-sponser {
    font-size: .75rem;
  }

  .heading5 {
    margin-bottom: 1.25rem;
  }

  .pff-section-sponser .heading5 img,
  .pff-section-sponser .sponser_tit_02 img,
  .pff-section-sponser .sponser_tit_04 img,
  .pff-section-sponser .sponser_tit_05 img {
    max-width: inherit;
    width: auto;
    height: 16px;
  }

  /*
    .pff-section-sponser  .sponser_tit_02 img {
        max-width: 58%;
    }

    .pff-section-sponser  .sponser_tit_04 img {
        max-width: 68%;
    }

    .pff-section-sponser  .sponser_tit_05 img {
        max-width: 60%;
    }
*/

  .sponser-box {
    margin-bottom: 2rem;
  }

  .sponser-box .ds-grid {
    max-width: 80%;
    gap: .8rem 1.25rem;
  }

  .sponser-box .img img {
    margin: 0 auto;
    max-width: 85%;
  }
}
