.sec_title .text_wrap .heading {
  display: inline-block;
}
.sec_title .text_wrap h2 {
  margin-top: 0.8rem;
  font-size: 7rem;
  line-height: 1.2;
}
.sec_title .text_wrap .introduction {
  margin-top: 0.8rem;
  width: 40rem;
  width: 44rem;
}
@media only screen and (max-width: 980px) {
  .sec_title .text_wrap h2 {
    margin-top: 0.6rem;
    font-size: 4.2rem;
  }
  .sec_title .text_wrap .introduction {
    margin-top: 0.6rem;
    width: 100%;
  }
  .sec_title .link_wrap {
    width: 100%;
  }
  .sec_title .link_wrap a {
    margin-left: auto;
  }
}

.mv {
  position: relative;
  height: 100svh;
}
.mv .visual_wrap {
  position: relative;
  width: 50%;
}
.mv .visual_wrap .ratio {
  padding-top: 100svh;
}
.mv .visual_wrap .ratio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.mv .visual_wrap .ratio img {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .visual_wrap .ratio img.now {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mv .text_wrap {
  position: relative;
  width: 50%;
}
.mv .text_wrap h2 {
  display: none;
  padding: 0 5% 0 35%;
  font-size: 4.8rem;
  font-size: 3.7rem;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .text_wrap h2.now {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mv .text_wrap .bg_text {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  bottom: 0rem;
  margin: auto;
  height: 15rem;
  z-index: -1;
}
.mv .text_wrap .bg_text span {
  display: none;
  margin-right: 6rem;
  font-size: 15rem;
  line-height: 1;
  color: rgba(1, 1, 1, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .text_wrap .bg_text span.now {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.mv .text_wrap .detail_wrap {
  position: absolute;
  top: 4.8rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  padding: 0 5% 0 35%;
}
.mv .text_wrap .detail_wrap .description {
  display: none;
  margin: 0.8rem 1.6rem;
  width: 70%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .text_wrap .detail_wrap .description.now {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mv .text_wrap .detail_wrap .icon {
  display: none;
  margin-top: 3.5rem;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .text_wrap .detail_wrap .icon.now {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.mv .center_visual_wrap {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  bottom: 0rem;
  display: block;
  margin: auto;
  width: 44rem;
  height: 57.2rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.mv .center_visual_wrap .ratio {
  padding-top: 130%;
}
.mv .center_visual_wrap .ratio img {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.mv .center_visual_wrap .ratio img.now {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 980px) {
  .mv {
    height: fit-content;
  }
  .mv .visual_wrap {
    width: 100%;
  }
  .mv .visual_wrap .ratio {
    padding-top: 70svh;
  }
  .mv .text_wrap {
    width: 100%;
  }
  .mv .text_wrap h2 {
    margin-top: 6rem;
    padding: 0;
    font-size: 3rem;
    text-align: center;
  }
  .mv .text_wrap .bg_text {
    bottom: initial;
    height: 12rem;
    z-index: -1;
  }
  .mv .text_wrap .bg_text span {
    margin-right: 4.8rem;
    font-size: 12rem;
  }
  .mv .text_wrap .detail_wrap {
    position: relative;
    top: 0;
    padding: 0 5vw;
  }
  .mv .text_wrap .detail_wrap .description {
    display: none;
    margin: 0.8rem auto 0.6rem;
    width: auto;
    font-size: 1.5rem;
  }
  .mv .text_wrap .detail_wrap .icon {
    margin-top: 1.2rem;
  }
  .mv .center_visual_wrap {
    top: 15svh;
    bottom: initial;
    width: 80%;
    height: 60svh;
  }
  .mv .center_visual_wrap .ratio {
    padding-top: 60svh;
  }
}

.about .text_wrap {
  padding: 12rem 10rem 8rem;
}
.about .text_wrap .wrap {
  margin-left: 35%;
  width: 50%;
}
.about .text_wrap .wrap h2 {
  font-size: 4.8rem;
  line-height: 1.2;
}
.about .text_wrap .wrap .introduction {
  margin-top: 4.8rem;
  margin-left: 25rem;
  width: 44rem;
}
.about .text_wrap .wrap .link_wrap {
  margin-top: 4.8rem;
}
.about .text_wrap .wrap .link_wrap a {
  margin-left: auto;
  width: fit-content;
}
.about .visual_wrap {
  position: relative;
  margin-top: 6rem;
}
.about .visual_wrap .visual_1 {
  margin-top: -44rem;
  width: 30%;
}
.about .visual_wrap .visual_1 .ratio {
  padding-top: 150%;
}
.about .visual_wrap .visual_2 {
  width: 39%;
}
.about .visual_wrap .visual_3 {
  margin-top: 11rem;
  width: 25%;
}
.about .visual_wrap .visual_3 .ratio {
  padding-top: 100%;
}
@media only screen and (max-width: 980px) {
  .about .text_wrap {
    position: relative;
    padding: 8rem 2.5vw 4.8rem;
    z-index: 1;
  }
  .about .text_wrap .wrap {
    margin-left: 0%;
    width: 100%;
  }
  .about .text_wrap .wrap h2 {
    font-size: 3.5rem;
  }
  .about .text_wrap .wrap .introduction {
    margin-top: 3.5rem;
    margin-left: auto;
    width: 70%;
  }
  .about .text_wrap .wrap .link_wrap {
    margin-top: 3.5rem;
  }
  .about .visual_wrap {
    margin-top: 2.4rem;
    z-index: -1;
  }
  .about .visual_wrap img {
    opacity: 0.6;
  }
  .about .visual_wrap .visual_1 {
    margin-top: -24rem;
    width: 35%;
  }
  .about .visual_wrap .visual_2 {
    position: absolute;
    top: -6rem;
    left: 2.4rem;
    right: 0;
    margin: auto;
    width: 46%;
  }
  .about .visual_wrap .visual_3 {
    margin-top: 0;
    width: 30%;
  }
  .about .visual_wrap .visual_3 .ratio {
    padding-top: 100%;
  }
}

.event {
  padding: 8rem 10rem 12rem;
}
.event .list {
  margin-top: 6rem;
}
.event .list .wrap {
  position: relative;
  width: calc(50% - 5rem);
}
.event .list .wrap .endless_wrap {
  position: relative;
  margin: auto;
  padding: 0.8rem 0;
  width: 50%;
  border-bottom: 1px solid #010101;
}
.event .list .wrap .endless_wrap .endless span {
  display: inline-block;
  margin-right: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.2;
}
.event .list .wrap a {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 980px) {
  .event {
    padding: 4.8rem 2.5vw 8rem;
  }
  .event .list {
    margin-top: 3.5rem;
  }
  .event .list .wrap {
    width: 100%;
  }
  .event .list .wrap .endless_wrap {
    padding: 0.6rem 0 0.4rem;
  }
  .event .list .wrap .endless_wrap .endless span {
    margin-right: 2rem;
    font-size: 2rem;
    line-height: 1;
  }
  .event .list .wrap a {
    margin-top: 2.4rem;
  }
  .event .list .wrap:last-of-type {
    margin-top: 4.8rem;
  }
}

.fes {
  padding: 8rem 0;
}
.fes .sec_title {
  padding: 0 10rem;
}
.fes .list {
  margin-top: 6rem;
}
.fes .list ul li {
  border-bottom: 1px solid #010101;
}
.fes .list ul li a {
  position: relative;
  width: calc(100% - 20rem);
}
.fes .list ul li a .title {
  width: 35%;
}
.fes .list ul li a .type {
  width: 20%;
  color: rgba(1, 1, 1, 0.7);
}
.fes .list ul li:first-of-type a {
  padding: 1.6rem 10rem;
}
.fes .list ul li:first-of-type a .type {
  margin-right: auto;
}
.fes .list ul li:not(:first-of-type) a {
  padding: 2.4rem 10rem;
}
.fes .list ul li:not(:first-of-type) a .title {
  font-size: 3.5rem;
  line-height: 1.2;
}
.fes .list ul li:not(:first-of-type) a .img_wrap {
  position: relative;
  margin-right: auto;
  width: 25%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.fes .list ul li:not(:first-of-type) a .img_wrap .ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fes .list ul li:not(:first-of-type) a:hover .img_wrap {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 980px) {
  .fes {
    padding: 4.8rem 0;
  }
  .fes .sec_title {
    padding: 0 2.5vw;
  }
  .fes .list {
    margin-top: 3.5rem;
  }
  .fes .list ul {
    border-top: 1px solid #010101;
  }
  .fes .list ul li a {
    width: calc(100% - 5vw);
  }
  .fes .list ul li a .title {
    width: 100%;
  }
  .fes .list ul li a .type {
    width: 100%;
    font-size: 1.3rem;
    order: -1;
  }
  .fes .list ul li:first-of-type {
    display: none;
  }
  .fes .list ul li:not(:first-of-type) a {
    padding: 2.4rem 2.5vw;
  }
  .fes .list ul li:not(:first-of-type) a .title {
    font-size: 3.3rem;
  }
  .fes .list ul li:not(:first-of-type) a .icon {
    margin-top: auto;
  }
  .fes .list ul li:not(:first-of-type) a .img_wrap {
    position: relative;
    margin-top: 2.4rem;
    width: 50%;
    opacity: 1;
    visibility: visible;
  }
  .fes .list ul li:not(:first-of-type) a .img_wrap .ratio {
    position: relative;
    padding-top: 120%;
  }
}

.radio {
  padding: 8rem 10rem 12rem;
}
.radio ul {
  margin-top: 6rem;
}
.radio ul li {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 980px) {
  .radio {
    padding: 4.8rem 2.5vw 8rem;
  }
  .radio ul {
    margin-top: 3.5rem;
  }
  .radio ul li {
    margin-bottom: 3.5rem;
    width: 100%;
  }
}

.collaboration {
  padding-top: 12rem;
}
.collaboration h2 {
  font-size: 24rem;
  line-height: 0.6;
  letter-spacing: -0.04em;
  text-align: center;
}
.collaboration .list {
  margin-top: -0.4rem;
}
.collaboration .list ul li {
  position: relative;
}
.collaboration .list ul li .ratio {
  padding-top: 55rem;
}
.collaboration .list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6rem 10rem;
  background-color: rgba(1, 1, 1, 0.7);
}
.collaboration .list ul li a .title {
  display: block;
  width: 100%;
  font-size: 8rem;
  line-height: 1;
  color: #ffffff;
}
.collaboration .list ul li a .data {
  margin-top: auto;
  width: 100%;
}
.collaboration .list ul li a .data .introduction {
  width: 46%;
  font-size: 2rem;
  color: #ffffff;
}
.collaboration .link_wrap {
  text-align: right;
}
.collaboration .link_wrap a {
  font-size: 4.8rem;
}
@media only screen and (max-width: 980px) {
  .collaboration {
    padding-top: 6rem;
  }
  .collaboration h2 {
    font-size: 6.5rem;
  }
  .collaboration .list {
    margin-top: -0.2rem;
  }
  .collaboration .list ul li .ratio {
    padding-top: 30rem;
  }
  .collaboration .list ul li a {
    display: block;
    padding: 4.8rem 2.5vw 3rem;
  }
  .collaboration .list ul li a .title {
    font-size: 3.5rem;
    height: 7rem;
  }
  .collaboration .list ul li a .data {
    margin-top: 3.5rem;
  }
  .collaboration .list ul li a .data .introduction {
    width: 100%;
    font-size: 1.5rem;
  }
  .collaboration .list ul li a .data .icon {
    margin-top: 1.6rem;
    margin-left: auto;
  }
  .collaboration .link_wrap a {
    font-size: 3.5rem;
  }
}

.words {
  padding: 12rem 10rem 15rem;
}
.words .title_wrap {
  position: relative;
  border: 1px solid #010101;
}
.words .title_wrap .endless_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  height: 100%;
  overflow: hidden;
}
.words .title_wrap .endless_wrap .endless {
  white-space: wrap;
}
.words .title_wrap .endless_wrap .endless:nth-of-type(odd) {
  animation: endless_v 30s -15s linear infinite forwards;
}
.words .title_wrap .endless_wrap .endless:nth-of-type(even) {
  animation: endless_v2 30s linear infinite forwards;
}
@keyframes endless_v {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes endless_v2 {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -200%, 0);
  }
}
.words .title_wrap .endless_wrap:first-of-type {
  left: 0;
}
.words .title_wrap .endless_wrap:first-of-type .endless img {
  margin-bottom: 2.4rem;
}
.words .title_wrap .endless_wrap:last-of-type {
  right: 0;
}
.words .title_wrap .endless_wrap:last-of-type .endless {
  animation-direction: reverse;
}
.words .title_wrap .endless_wrap:last-of-type .endless img {
  margin-top: 2.4rem;
}
.words .title_wrap .text_wrap {
  margin: auto;
  padding: 9rem 0 12rem;
  text-align: center;
}
.words .title_wrap .text_wrap h2 {
  display: block;
  margin: 3.5rem auto 0;
  width: 70%;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
}
.words .title_wrap .text_wrap h2 span {
  width: 46%;
  font-size: 7rem;
  line-height: 1;
}
.words .title_wrap .text_wrap h2 span:nth-of-type(odd) {
  text-align: right;
}
.words .title_wrap .text_wrap h2 span:nth-of-type(even) {
  text-align: left;
}
.words .title_wrap .text_wrap h2 span.white {
  color: transparent;
  text-stroke: 1px #010101;
  -webkit-text-stroke: 1px #010101;
}
.words .title_wrap .text_wrap .wrap {
  margin-top: 6rem;
}
.words .title_wrap .text_wrap .wrap h3 {
  font-size: 2.4rem;
}
.words .title_wrap .text_wrap .wrap .introduction {
  margin: 2.4rem auto 0;
  width: 44rem;
}
.words .list {
  border: 1px solid #010101;
  border-top: none;
}
.words .list h4 {
  padding: 1.6rem 0 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.words .list ul {
  border-top: 1px solid #010101;
}
.words .list ul:after {
  content: "";
  display: block;
  width: calc((100% - 2px) / 3);
}
.words .list ul li {
  width: calc((100% - 2px) / 3);
  border-right: 1px solid #010101;
}
.words .list ul li a {
  display: block;
  padding: 6rem 4.8rem;
}
.words .list ul li a .ratio {
  padding-top: 100%;
}
.words .list ul li a .title {
  display: -webkit-box;
  margin-top: 1.6rem;
  height: 6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.words .list ul li a .person {
  margin-top: 1.2rem;
}
.words .list ul li a .person img {
  margin-right: 1.6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.words .list ul li:nth-of-type(3n) {
  border-right: none;
}
.words .list .link_wrap {
  padding: 2.4rem 0;
  border-top: 1px solid #010101;
}
.words .list .link_wrap a {
  margin: auto;
}
@media only screen and (max-width: 980px) {
  .words {
    padding: 60rem 0 8rem;
  }
  .words .title_wrap {
    border-left: none;
    border-right: none;
  }
  .words .title_wrap .endless_wrap {
    bottom: initial;
    display: block;
    width: 100%;
    height: 55rem;
  }
  .words .title_wrap .endless_wrap .endless {
    position: relative;
    width: 100%;
    height: 55rem;
  }
  .words .title_wrap .endless_wrap .endless img {
    position: absolute;
    margin: auto;
    width: auto;
    height: 9.6rem;
    object-fit: contain;
    opacity: 0;
    animation: fade 10s ease-in-out forwards infinite;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .words .title_wrap .endless_wrap .endless:nth-of-type(odd), .words .title_wrap .endless_wrap .endless:nth-of-type(even) {
    animation: none;
  }
  .words .title_wrap .endless_wrap .endless:nth-of-type(n + 2) {
    display: none;
  }
  .words .title_wrap .endless_wrap:first-of-type {
    top: -55rem;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(1) {
    top: 4.8rem;
    left: 10vw;
    animation-delay: 0;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(2) {
    top: 8rem;
    top: 0;
    right: 12vw;
    right: 8vw;
    height: 12rem;
    animation-delay: 1.6s;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(3) {
    top: 16rem;
    left: 22vw;
    animation-delay: 3.9s;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(4) {
    top: 22rem;
    right: 2.5vw;
    animation-delay: 0.4s;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(5) {
    top: 30rem;
    left: 12vw;
    height: 16rem;
    animation-delay: 3s;
  }
  .words .title_wrap .endless_wrap:first-of-type .endless img:nth-of-type(6) {
    top: 44rem;
    right: 10vw;
    animation-delay: 2.4s;
  }
  .words .title_wrap .endless_wrap:last-of-type {
    top: -50rem;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(1) {
    top: 3.5rem;
    right: 16vw;
    animation-delay: 6.1s;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(2) {
    top: 8rem;
    top: 15rem;
    left: 2.5vw;
    animation-delay: 4.6s;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(3) {
    top: 22rem;
    left: 15vw;
    height: 12rem;
    animation-delay: 7.7s;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(4) {
    top: 25rem;
    right: 5vw;
    animation-delay: 5.1s;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(5) {
    top: 33rem;
    right: 8vw;
    animation-delay: 8.1s;
  }
  .words .title_wrap .endless_wrap:last-of-type .endless img:nth-of-type(6) {
    top: 37rem;
    left: 5vw;
    height: 12rem;
    animation-delay: 6.9s;
  }
  .words .title_wrap .text_wrap {
    padding: 6rem 0 4.8rem;
  }
  .words .title_wrap .text_wrap h2 {
    margin: 2.4rem auto 0;
    width: auto;
    font-size: 4.8rem;
  }
  .words .title_wrap .text_wrap h2 span {
    width: 46%;
    font-size: 3.7rem;
  }
  .words .title_wrap .text_wrap .wrap {
    margin-top: 3.5rem;
  }
  .words .title_wrap .text_wrap .wrap h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .words .title_wrap .text_wrap .wrap .introduction {
    margin: 1.6rem auto 0;
    width: 100%;
  }
  .words .list {
    border-left: none;
    border-right: none;
  }
  .words .list h4 {
    padding: 1.6rem 0 1.2rem;
    font-size: 2rem;
  }
  .words .list ul:after {
    width: 100%;
  }
  .words .list ul li {
    width: 100%;
    border-right: none;
  }
  .words .list ul li a {
    padding: 4.8rem 3.5rem;
  }
  .words .list ul li a .title {
    margin-top: 1.2rem;
    height: 4.2rem;
  }
  .words .list ul li a .person img {
    margin-right: 1.2rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .words .list ul li:nth-of-type(3n) {
    border-right: none;
  }
  .words .list ul li:nth-of-type(n + 2) {
    border-top: 1px solid #010101;
  }
  .words .list .link_wrap {
    padding: 1.6rem 0;
  }
}

.news {
  margin: 0 5rem 15rem;
  padding: 10rem 5rem;
  border: 2px solid;
  border-image: conic-gradient(#E5243B, #DDA63A, #4C9F38, #C5192D, #FF3A21, #26BDE2, #FCC30B, #A21942, #FD6925, #DD1367, #FD9D24, #BF8B2E, #3F7E44, #0A97D9, #56C02B, #00689D, #19486A, #E5243B) 1;
}
.news h2 {
  font-size: 7rem;
  line-height: 1;
}
.news .list {
  width: 60%;
}
.news .list ul {
  margin-top: 15rem;
  border-top: 1px solid #000000;
}
.news .list ul li {
  border-bottom: 1px solid #000000;
}
.news .list ul li a {
  padding: 2.4rem 1.6rem;
}
.news .list ul li a span {
  display: block;
}
.news .list ul li a .date {
  width: 10%;
}
.news .list ul li a .title {
  margin-top: -0.2rem;
  width: 80%;
}
.news .list ul li a .category {
  width: 10%;
  text-align: right;
}
.news .list .link_wrap {
  margin-top: 6rem;
}
.news .list .link_wrap a {
  margin-left: auto;
}
@media only screen and (max-width: 980px) {
  .news {
    margin: 0 5vw 9.6rem;
    padding: 4.8rem 2.5vw;
  }
  .news h2 {
    font-size: 4.8rem;
  }
  .news .list {
    width: 100%;
  }
  .news .list ul {
    margin-top: 3.5rem;
  }
  .news .list ul li a {
    padding: 1.6rem 0.8rem;
  }
  .news .list ul li a .date {
    width: 100%;
  }
  .news .list ul li a .title {
    margin-top: 0.8rem;
    width: 100%;
  }
  .news .list ul li a .category {
    width: 10%;
  }
  .news .list .link_wrap {
    margin-top: 3.5rem;
  }
}