.l-page{
  padding-bottom:0 ;
}
.l-footer{
  border-top: none;
}

/* MV */
@media screen and (max-width: 1280px) {
  .l-pagehead .txt {
    margin-top: 0;
  }
}

.p-30th__ttl-area{
  padding-top: min(2vw, 6rem);
  padding-bottom: min(1vw,6.2rem);
  background-image: url(../img/30th_anniversary/img_mv_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-30th__ttl-area{
    padding: 4rem 0 3.9rem;
  }
}
.p-30th__ttl-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1rem;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .p-30th__ttl-wrap{
    gap: 0.8rem;
  }
}
.p-30th__ttl-img{
  width: min(25vw, 42.6rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-30th__ttl-img{
    width: 26.5rem;
  }
}
.p-30th__ttl-txt{
  text-align: center;
}
.p-30th__ttl-txt .subttl{
  font-size: min(2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
 .p-30th__ttl-txt .subttl{
    font-size: 1.4rem;
  } 
}
.p-30th__ttl-txt .subttl .num{
  font-size: min(2.8vw, 3.6rem);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-right: 6px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-30th__ttl-txt .subttl .num{
    font-size: 2.4rem;
    margin-right: 1px;
  }
}
.p-30th__ttl-txt .ttl{
  font-size: min(3vw, 4.2rem);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .p-30th__ttl-txt .ttl{
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-30th__ttl-txt .ttl .red{
  color: #DC010B;
}

/* リード文 */
@media screen and (max-width: 767px) {
  .p-30th-head {
    padding-top: 2.3255813953vw;
    margin-bottom: 9.3023255814vw;
  }
}
.p-30th-head .head-lead {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
  font-weight: 300;
  text-align: center;
  margin-bottom: 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-30th-head .head-lead {
    font-size: 3.2558139535vw;
    margin-bottom: 11.6279069767vw;
  }
}

/* 動画 */
.p-30th-movie-section{
  background-color: #F7F7F7;
  padding: 10rem 0; 
}
@media screen and (max-width: 767px) {
  .p-30th-movie-section{
    padding: 7rem 0; 
  }
}
.p-30th-movie__content{
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
 .p-30th-movie__content{
    border-radius: 2rem;
    padding: 1rem;
  }
}
.p-30th-movie__content iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 1040 / 585;
}
@media screen and (max-width: 767px) {
 .p-30th-movie__content iframe{
    aspect-ratio: 370 / 208;
  } 
}

/* 技術情報 */
.p-30th-technology-section{
  padding: 10rem 0; 
}
@media screen and (max-width: 767px) {
  .p-30th-technology-section{
    padding: 7rem 0; 
  }
}
.p-30th-technology__content{
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-30th-technology__content{
    margin-bottom: 6rem;
  }
}
.p-30th-technology__content:last-child{
  margin-bottom: 0;
}
.p-30th-technology__content .c-heading-ttl{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-30th-technology__content .c-heading-ttl{
    font-size: 2rem;
    letter-spacing: 0.025em;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
}
.p-30th-technology__content .c-heading-txt{
  font-weight: 400;
}
.p-30th-technology__img-wrap{
  margin-top: 7rem;
  width: 100%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-30th-technology__img-wrap{
    margin-top: 4rem;
    border-radius: 20px;
    padding: 1rem;
  }
}
.p-30th-technology__img-wrap img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-30th-technology__img-wrap--2column{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-30th-technology__img-wrap--2column{
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
  } 
}
.p-30th-technology__img-wrap--2column img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 会場空間 */
.p-30th-space-section{
  padding: 10rem 0; 
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-30th-space-section{
    padding: 7rem 0; 
  }
}
.p-30th-space__content{
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content{
    margin-bottom: 6rem;
  }
}
.p-30th-space__content:last-child{
  margin-bottom: 0;
}
.p-30th-space__content .c-heading-ttl{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content .c-heading-ttl{
    font-size: 2rem;
    letter-spacing: 0.025em;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
}
.p-30th-space__content .c-heading-txt{
  font-weight: 400;
}
.p-30th-space__img-wrap{
  margin-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-30th-space__img-wrap{
    margin-top: 4rem;
  }
}
.p-30th-space__img-wrap img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-30th-space__content_item-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content_item-wrap{
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  } 
}
.p-30th-space__content_item_ttl-wrap{
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content_item_ttl-wrap{
    margin-bottom: 2.5rem;
  }
}
.p-30th-space__content_item_ttl-wrap .icon{
  display: block;
  width: 44px;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content_item_ttl-wrap .icon{
    width: 33px;
    margin: 0 auto 18px;
  }
}
.p-30th-space__content_item_ttl-wrap .subttl{
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-30th-space__content_item_ttl-wrap .subttl{
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.p-30th-space__content_item_ttl-wrap .ttl{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.36;
  display: block;
  color: #47A6DC;
}
@media screen and (max-width: 767px) {
 .p-30th-space__content_item_ttl-wrap .ttl{
    font-size: 1.9rem;
  }
}
.p-30th-space__content_item_dtl-wrap{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 2.5rem 2.5rem 3.9rem;
}
@media screen and (max-width: 767px) {
 .p-30th-space__content_item_dtl-wrap{
    padding: 2rem 2rem 3rem;
  }
}
.p-30th-space__content_item_img{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
 .p-30th-space__content_item_img{
    margin-bottom: 3rem;
  }
}
.p-30th-space__content_item_txt{
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
 .p-30th-space__content_item_txt{
    padding: 0 12px;
  }
}

/* 映像で紹介する代表作品 */
.p-30th-gallery-section{
  padding: 10rem 0; 
  background-color: #fff;
  border-radius: 0 0 6rem 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery-section{
    padding: 7rem 0; 
    border-radius: 0 0 3rem 3rem;
  }
}
.p-30th-gallery__content .c-heading-ttl{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content .c-heading-ttl{
    font-size: 2rem;
    letter-spacing: 0.025em;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
}
.p-30th-gallery__content .c-heading-txt{
  font-weight: 400;
}
.p-30th-gallery__content_item-wrap{
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item-wrap{
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem
  } 
}
.p-30th-gallery__content_item{
  background-color: #F7F7F7;
  border-radius: 1rem;
  padding: 5rem 3rem; 
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item{
    border-radius: 0.5rem;
    padding: 3rem 2rem; 
  } 
}
.p-30th-gallery__content_item_name-wrap{
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item_name-wrap{
    margin-bottom: 2rem;
  }
}
.p-30th-gallery__content_item_name-wrap .name{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item_name-wrap .name{
    font-size: 1.7rem;
  }
}
.p-30th-gallery__content_item_name-wrap .kana{
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.p-30th-gallery__content_item_img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-30th-gallery__content_item_dtl-wrap{
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item_dtl-wrap{
    margin-top: 2.5rem;
  }
}
.p-30th-gallery__content_item_dtl-wrap .ttl{
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item_dtl-wrap .ttl{
    font-size: 1.8rem;
  }
}
.p-30th-gallery__content_item_dtl-wrap .txt{
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .p-30th-gallery__content_item_dtl-wrap .txt{
    font-size: 1.4rem;
  }
}


/* 開催概要 */
.p-30th-outline-section{
  background-color: #F7F7F7;
  padding: 14rem 0 10rem; 
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-30th-outline-section{
    padding: 10rem 0;
    margin-top: -3rem;
  }
}
.p-30th-tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr {
    display: block;
  }
}
.p-30th-tbl > tbody > tr > th, .p-30th-tbl > tbody > tr > td {
  padding: 1.9rem 0;
  border-bottom: 1rem solid #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr > th, .p-30th-tbl > tbody > tr > td {
    display: block;
    padding: 3.488372093vw 0;
    border-bottom: none;
    margin-bottom: 2.3255813953vw;
  }
}
.p-30th-tbl > tbody > tr > th {
  width: 26.9rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  position: relative;
  z-index: 1;
}
.p-30th-tbl > tbody > tr > th:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 10px 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr > th {
    width: 100%;
    font-size: 3.2558139535vw;
  }
}
.p-30th-tbl > tbody > tr > td {
  padding-left: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr > td {
    padding: 2.3255813953vw 0;
    font-size: 3.7209302326vw;
  }
}
.p-30th-tbl > tbody > tr > td p {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr > td p {
    font-size: 3.7209302326vw;
  }
}
.p-30th-tbl > tbody > tr > td p + p {
  margin-top: 2.7rem;
}
.p-30th-tbl > tbody > tr > td .m-note {
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl > tbody > tr > td .m-note {
    font-size: 3.2558139535vw;
    line-height: 1.7;
  }
}
.p-30th-tbl .m-intbl th, .p-30th-tbl .m-intbl td {
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl .m-intbl th, .p-30th-tbl .m-intbl td {
    display: block;
  }
}
.p-30th-tbl .m-intbl th {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2.1428571429;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl .m-intbl th {
    font-size: 3.023255814vw;
    padding-bottom: 2.3255813953vw;
    line-height: 1.2;
  }
}
.p-30th-tbl .m-intbl td {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.9444444444;
  font-weight: medium;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl .m-intbl td {
    font-weight: 700;
    font-size: 3.7209302326vw;
    padding-left: 2.3255813953vw;
    margin-bottom: 3.488372093vw;
    line-height: 1.5;
  }
}
.p-30th-tbl .m-intbl td span {
  color: #7B7B7B;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 0.7142857143;
  margin-left: 1.5rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-30th-tbl .m-intbl td span {
    font-size: 3.023255814vw;
    display: block;
    margin-left: 0;
    margin-top: 0.4651162791vw;
    margin-bottom: 2.3255813953vw;
    line-height: 1.7;
  }
}
.p-30th-tbl tbody tr td a{
	color:#47A7DF
}
.p-30th-endlabel{
  padding: 8px 16px;
  background-color: #A2A2A2;
  border-radius: 18px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
 .p-30th-endlabel{
    padding: 5px 14px;
    font-size: 1.2rem;
    margin-left: 10px;
  } 
}