@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #000;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  animation: bgiLoop 5s linear infinite;
  word-break: break-word;
}
@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -100px 200px;}
}

a {
  transition: all 0.5s 0s ease;
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

.siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* parts */
  h2 {
    font-family: 'Noto Serif JP';
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  h4 {
    font-size: 16px;
  }
  .sp-only {display: block!important;}
  .pc-only {display: none!important;}
  @media screen and (min-width: 1024px) {
    h2 {
      margin-bottom: 15px;
    }
    .sp-only {display: none!important;}
    .pc-only {display: block!important;}
  }

/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* slick */
  .slide-items {
    margin: 0 auto;
  }
  .slick-track {
    align-items: center;
    display: flex;
  }
  .slick-dotted.slick-slider {
    background-color: #333;
  }
  @media screen and (max-width: 1023px) {
    .slide-items {
      width: 85%;
    }
  }
  @media screen and (min-width: 1024px) {
    .slide-items {
      width: 950px;
    }
  }

  .slide-items img {
    width: 100%;
    object-fit: cover;
  }
  .slick-dots li button:before {
    content: '■';
    color: #b2b2b2;
    font-size: 20px;
    opacity: 1;
  }
  section:nth-child(even) .slick-dots li.slick-active button:before {
    color: #333;
  }
  .slick-dots li.slick-active button:before {
    color: #999;
  }

/* header */
  header {
    background: #000;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .headerFixed header {
    position: fixed;
    top: 0;
    z-index: 1;
  }
  .header {
    padding: 5px 10px;
    position: relative;
    z-index: 10;
  }
  .logo {
    color: #fff;
    font-weight: bold;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
  }
  .open {
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #000;
    opacity: 0.7;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before,
  .open::after {
    content: "";
  }
  .open span,
  .open::before,
  .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 2px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-8px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #dd4884;*/
    /*transform: translateX(-250px);*/
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0,0,0,.3);
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu-list li {
    align-items: center;
    color: #fff;
    display: flex;
  }
  @media screen and (max-width: 1023px) {
    .header {
      display: flex;
      align-items: center;
      height: 60px;
    }
    .logo {
      align-items: center;
      display: flex;
      font-size: 14px;
      width: 250px;
    }
    .logo img {
      width: 100%;
    }
  }
  @media screen and (min-width: 1024px) {
    .header {
      align-items: center;
      display: flex;
      height: 88px;
      justify-content: space-between;
      margin: 0 auto;
      padding: 0;
      max-width: 1246px;
    }
    .logo {
      margin-right: 20px;
      max-width: 355px;
    }
    .logo img {
      width: 100%;
    }
  }
  /* メニューデザイン */
    .drower-menu {
      z-index: 999;
      position: fixed;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      top: 60px;
      right: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 0 10px;
      box-sizing: border-box;
      background: #000;
      transform: translateX(100%);
      transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .drower-menu a {
      display: block;
      color: white;
      padding: 10px;
      text-decoration: inherit;
      transition: background .6s;
      font-size: 16px;
    }
    .drower-menu a:hover {
      background: black;
    }
    .drower-menu-list ul {
      padding-bottom: 44px;
    }
    #nav-tgl:checked ~ .drower-menu {
      transform: none;
    }
    .drower-menu-list li.language span.active {
      background-color: #fff;
      color: #000;
      font-weight: bold;
      margin: 0 10px;
      padding: 2.5px 5px;
    }
    .drower-menu-list li.sns.twitter img {
      width: 27px;
    }
    .drower-menu-list li.sns.facebook img {
      width: 24px;
    }
    .drower-menu-list li.sns.youtube img {
      width: 32px;
    }
    @media screen and (max-width: 1023px) {
      .drower-menu-list ul {
        padding-bottom: 70px;
      }
      .drower-menu-list li.linkBar {
        border-top: 1px solid #333;
      }
      .drower-menu-list li a {
        font-size: 14px;
        padding: 20px;
        width: 100%;
      }
      .drower-menu-list li.menuTitle {
        border-top: 1px solid #333;
        padding: 30px 20px 10px;
        text-align: center;
      }
      .drower-menu-list li.sns {
        text-align: center;
      }
      .drower-menu-list li.sns a {
        margin: 0 auto;
        width: initial;
      }
      .drower-menu-list li.language {
        justify-content: center;
        text-align: center;
      }
      .drower-menu-list li.language span {
        display: inline-block;
        padding: 2.5px 10px;
        width: 40px;
      }
      .drower-menu-list li.language a {
        padding: 0;
        width: initial;
      }
    }
    @media screen and (min-width: 1024px) {
      .drower-menu {
        background: none;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        padding: 0;
        transform: initial;
        width: initial;
        top: 0;
      }
      .drower-menu a {
        font-size: 14px;
        margin: 18px 0;
        text-align: center;
        transition: all 0.5s 0s ease;
        white-space: nowrap;
      }
      .drower-menu a:hover {
      }
      .drower-menu-list ul {
        display: flex;
        gap: 0 20px;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 0;
      }
      .drower-menu-list li {
        border-bottom: 3px solid #000;
      }
      .drower-menu-list li.active {
        border-bottom: 3px solid #fff;
      }
      .drower-menu-list li.language span {
        white-space: nowrap;
      }
      .drower-menu-list li.language span.english {
        margin-right: 0;
      }
      .drower-menu-list li.language span.japanese.active {
        margin-left: 0;
      }
      .drower-menu-list li.language span.active {
        padding: 2.5px 10px;
      }
      .nav-tgl-btn {
        display: none;
      }
    }

/* main contents */
  main {
    flex: 1;
    overflow-x: hidden;
  }
  .main_img {
    margin-bottom: 30px;
    position: relative;
  }
  .main_img .readText {
    position: absolute;
    font-family: 'Noto Serif JP';
  }
  .main_img .readText p {
    background-color: #000;
    display: table;
  }
  .main_img .copyright {
    position: absolute;
    font-size: 10px;
  }
  .main_img .copyright p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .site-content {
    margin-top: 0;
    padding: 0;
  }
  @media screen and (max-width: 1023px) {
    .main_img {
      margin-top: 60px;
      margin-bottom: 0;
    }
    .main_img img {
      object-fit: cover;
      object-position: 60% 50%;
      height: 422px;
      width: 100%;
    }
    .main_img .readText {
      bottom: 50px;
      left: 20px;
      font-size: 28px;
    }
    .main_img .readText p {
      line-height: 1.2;
      margin-bottom: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 3px;
    }
    .main_img .copyright {
      bottom: 0px;
      left: 20px;
      transform: scale(0.8);
      transform-origin: left top;
    }
    .site-content {
      padding: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .main_img {
      margin-top: 88px;
      margin-bottom: 0;
    }
    .main_img img {
      object-fit: cover;
      height: 768px;
      width: 100%;
    }
    .main_img .main_img-txtArea {
      margin: 0 auto;
      height: 0;
      max-width: 1366px;
    }
    .main_img .readText {
      font-size: 55px;
      position: relative;
        bottom: 620px;
        left: 130px;
    }
    .main_img .readText p {
      line-height: 1.1;
      margin-bottom: 10px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-left: 3px;
    }
    .main_img .copyright {
      font-size: 11px;
      line-height: 1.85;
      position: relative;
        bottom: 525px;
        left: 130px;
    }
    .site-content {
      margin: 0 auto;
    }
    .headerFixed .site-content {
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 1366px) {
    .main_img img {
      object-fit: cover;
      height: 768px;
      width: 100%;
    }
    .headerFixed .site-content {
      margin: 0 auto;
    }
  }

/* コンテンツ */
  .contents-titleBar {
    background-image: url(../images/contents-titleBar.png);
    background-position: 60px;
    background-repeat: no-repeat;
    background-size: 3px 214px;
    margin: 0 auto;
    position: relative;
    height: 214px;
    max-width: 1366px;
  }
  .contents-titleBar p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-top: 50px;
    padding-left: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .contents-titleBar.contents-titleBar_white {
    background-image: url(../images/contents-titleBar_white.png);
  }
  .contents-titleBar.contents-titleBar-archive_white {
    background-image: url(../images/contents-titleBar-archive_white.png);
    background-size: 3px 298px;
    height: 298px;
}
  .contents-titleBar.contents-titleBar_white p,
  .contents-titleBar.contents-titleBar-archive_white p {
    color: #fff;
  }
  .img-area img {
    object-fit: cover;
    object-position: bottom;
  }
  .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .img-list img {
    object-fit: cover;
  }
  .content-container .readText {
    font-family: 'Noto Serif JP';
  }
  .content-container .readText p {
    background-color: #000;
    display: table;
  }
  /* YouTube埋め込み */
    /*.youtube_embed {
      aspect-ratio: 16 / 9;
      width: 100%;
    }
    .youtube_embed iframe {
      width: 100%;
      height: 100%;
    }*/
    #youtube_wrap {
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
    }
    .youtube_embed {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 auto;
      /* padding-top: 56.25%; */
    }
    .youtube_embed iframe, .youtube_modal a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .contents-box-item-image {
      display: block;
      position: relative;
      transition: all 0.3s;
    }
    .contents-box-item-image-play {
      left: 50%;
      margin-left: -50px;
      margin-top: -50px;
      position: absolute;
      top: 50%;
    }
    .contents-box-item-image-thumbnail {
      height: auto;
      width: 100%;
    }

  @media screen and (max-width: 1023px) {
    .content-container {
      margin-bottom: 30px;
      padding: 0 20px;
    }
    .content-container p {
      font-size: 14px;
      margin-bottom: 20px;
    }
    .col2-block {
      margin-bottom: 30px;
    }
    .img-area {
      padding: 30px 0 40px;
    }
    .img-area .slide-items {
      width: 100%;
    }
    .img-area img {
      width: 100%;
    }
    .img-list img {
      width: calc(50% - 10px);
    }
    .slick-dots li {
      margin: 0;
    }
    .content-container .readText {
      margin-bottom: 20px;
    }
    .content-container .readText p {
      font-size: 24px;
      line-height: 1.1;
      margin-bottom: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 3px;
    }
    .content-container_2023SXSW {
      background-image: url(../images/topBg01.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 1000px;
      padding-top: 40px;
    }
    .content-container_2023SXSW h2 {
      color: #000;
    }
    /*.youtube_embed img {
      width: 100%;
    }*/
  }
  @media screen and (min-width: 1024px) {
    .content-container {
      margin: -85px auto 0;
      padding: 0 130px 0;
      max-width: 1366px;
    }
    .content-container p {
      font-size: 16px;
      line-height: 2.0;
      margin-bottom: 90px;
    }
    .content-container .readText {
      margin-bottom: 55px;
    }
    .content-container .readText p {
      font-size: 50px;
      line-height: 1.1;
      margin-bottom: 10px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-left: 3px;
    }
    .img-list img {
      width: calc(20% - 16px);
    }
    .slick-dots li {
      margin: 0 1px;
    }
    .content-container_2023SXSW {
      background-image: url(../images/topBg01.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-bottom: 85px;
    }
    .content-container_2023SXSW h2 {
      color: #000;
      font-size: 65px;
    }
    .youtube_embed {
      margin: 0 auto;
      width: 950px;
    }
  }
  /* INFORMATION */
    .content-container_2023SXSW .infomation {
      margin-bottom: 30px;
      text-align: center;
    }
    .content-container_2023SXSW .infoTitle {
      font-size: 18px;
    }
    .content-container_2023SXSW .infomation p span {
      font-weight: bold;
    }
    @media screen and (min-width: 1024px) {
      .content-container_2023SXSW .infomation p.infoTitle {
        font-size: 28px;
        margin-bottom: 15px;
      }
      .content-container_2023SXSW .infomation p {
        font-size: 18px;
      }
      .content-container_2023SXSW .infomation p.eventInfo {
        margin-bottom: 70px;
      }
    }
  /* SLIDE */
    @media screen and (max-width: 1023px) {
      .content-container.content-container_slide {
        margin-bottom: 0;
      }
    }
    @media screen and (min-width: 1024px) {
      .content-container.content-container_slide {
        margin: 0 auto;
        padding: 80px 0 170px;
      }
    }
  /* ABOUT */
    .content-container_about {
      background-color: #e2e2e2;
      background-image: url(../images/bg_about.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 0;
      max-width: 100%;
    }
    .content-container_about .img-area {
      padding: 30px 20px 40px;
    }
    /*.content-container_about .about {
      background-image: url(../images/bg_about.png);
    }*/
    .content-container_about h2 {
      padding: 30px 0;
    }
    .content-container_about .about_text {
      padding: 0 20px 25px;
    }
    @media screen and (max-width: 1023px) {
      .content-container_about {
        background-size: 1023px;
      }
    }
    @media screen and (min-width: 1024px) {
      .content-container.about {
        padding: 85px 130px 135px;
      }
      .content-container_about .about {
        margin-top: -214px;
        padding-top: 70px;
      }
      .content-container_about .about h2 {
        font-size: 65px;
        padding: 55px 0 35px;
      }
      .content-container.about p {
        margin-bottom: 25px;
      }
      .content-container_about .about_text {
        padding: 0 0 25px;
      }
    }
  /* MEMBER */
    .content-container_member {
      padding: 0;
    }
    .content-container_member .member_photo img {
      width: 100%;
    }
    .content-container_member {}
    .content-container_member .member_profile {
      border-bottom: 1px solid #333;
      margin-bottom: 30px;
    }
    .content-container_member .member_profile:last-child {
      border-bottom: none;
    }
    @media screen and (max-width: 1023px) {
      .content-container_member .member_title {
        font-size: 12px;
        margin-bottom: 0;
      }
      .content-container_member .member_name {
        font-size: 20px;
        margin-bottom: 5px;
      }
      .content-container_member .other_member .member_name {
        font-size: 14px;
        margin-bottom: 15px;
      }
      .content-container_member .other_member .member_name:last-child {
        margin-bottom: 30px;
      }
      .content-container_member .member_photo {
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
        max-width: 350px;
        width: 40%;
      }
      .content-container_member .member_text:last-child {
        margin-bottom: 30px;
      }
    }
    @media screen and (min-width: 1024px) {
      .content-container_member h2 {
        font-size: 65px;
        margin-bottom: 55px;
      }
      .content-container_member .content-container p.member_title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 0;
      }
      .content-container_member .content-container p.member_name {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 40px;
      }
      .content-container_member .content-container .member_photo {
        float: left;
        margin-right: 80px;
        margin-bottom: 20px;
        width: 470px;
      }
      .content-container_member .content-container .member_text {
        margin-bottom: 70px;
      }
      .content-container_member .content-container .member_profile:nth-child(2) .member_text {
        margin-bottom: 105px;
      }
      .content-container_member .member_profile {
        margin-bottom: 80px;
      }
      .content-container_member .member_profile .other_member .member_title {
        font-size: 16px;
      }
      .content-container_member .member_profile .other_member .member_name {
        font-size: 24px;
      }
      .content-container_member .content-container {
        padding-bottom: 120px;
      }
      .jp .content-container_member .content-container .member_photo {
        margin-bottom: 70px;
        min-width: 470px;
      }
      .jp .content-container_member .member_profile .profile {
        display: flex;
      }
    }

  /* section */
  .top section:nth-child(even) {
    background-color: #fff;
    color: #000;
  }

  /* News */
    .news-list {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 140px;
      width: 100%;
    }
    .news-date {
      font-weight: normal;
      margin-bottom: 20px;
      width: 110px;
    }
    .news-title {
      margin-bottom: 20px;
      width: calc(100% - 110px);
    }
    @media screen and (max-width: 1023px) {
      .content-container_news {
        padding-top: 30px;
      }
      .news-list {
        padding-bottom: 40px;
      }
      .news-date {
        width: 130px;
      }
      .news-title {
        margin-bottom: 20px;
        width: calc(100% - 130px);
      }
    }
    @media screen and (min-width: 1024px) {
      .content-container_news h2 {
        font-size: 65px;
        margin-bottom: 55px;
      }
      .news-list {
      }
      .news-date {
        font-size: 18px;
        width: 280px;
      }
      .news-title {
        font-size: 18px;
        width: calc(100% - 280px);
      }
    }

/* 下層 */
  .underLayer {}
  .underLayer .cate_title {}
  .underLayer .cate_title {
    background-image: url(../images/bg_categoryTitle.png);
    background-position: bottom;
  }
  .underLayer .cate_title p {
    color: #000;
    font-family: 'Noto Serif JP';
    font-size: 28px;
  }
  .underLayer .year_ttl {
    background-repeat: no-repeat;
    background-position: 5px 0;
    background-size: 360px 90px;
    height: 90px;
    padding: 40px 30px 20px;
  }
  .underLayer .year_ttl.y2019 {
    background-image: url(../images/archive2019.png);
  }
  .underLayer .year_ttl.y2020 {
    background-image: url(../images/archive2020.png);
  }
  .underLayer .year_ttl.y2021 {
    background-image: url(../images/archive2021.png);
  }
  .underLayer .year_ttl.y2022 {
    background-image: url(../images/archive2022.png);
  }
  /*.underLayer .year_ttl.y2023 {
    background-image: url(../images/archive2023.png);
  }
  .underLayer .year_ttl.y2024 {
    background-image: url(../images/archive2024.png);
  }
  .underLayer .year_ttl.y2025 {
    background-image: url(../images/archive2025.png);
  }
  .underLayer .year_ttl.y2026 {
    background-image: url(../images/archive2026.png);
  }
  .underLayer .year_ttl.y2027 {
    background-image: url(../images/archive2027.png);
  }
  .underLayer .year_ttl.y2028 {
    background-image: url(../images/archive2028.png);
  }
  .underLayer .year_ttl.y2029 {
    background-image: url(../images/archive2029.png);
  }
  .underLayer .year_ttl.y2030 {
    background-image: url(../images/archive2030.png);
  }*/
  .underLayer .year_ttl p {
    font-family: 'Noto Serif JP';
    font-size: 24px;
  }
  .underLayer .year_slide {
    background-color: #e2e2e2;
  }
  .underLayer .year_slide .slick-dots li.slick-active button:before {
    color: #333;
  }
  .underLayer .streaming-schedule {
    color: #000;
    font-size: 12px;
    text-align: center;
  }
  .underLayer .streaming-schedule span {
    font-weight: bold;
  }
  .underLayer .streaming-detail {
    background-color: #fff;
    color: #000;
  }
  .underLayer .sponsor-area {
    background-color: #333;
  }
  .underLayer .sponsor-area p {
    font-weight: normal;
  }
  .underLayer .sponsor-area p span {
    font-weight: bold;
  }
  .underLayer .award-area {
    background-color: #e2e2e2;
    color: #000;
  }
  @media screen and (max-width: 1023px) {
    /*  */
      .underLayer .archive_block > div:last-child {
        padding-bottom: 60px;
      }
      .underLayer .content-wrapper {
        margin-top: 60px;
      }
      .underLayer .cate_title {
        background-size: 100%;
        padding: 40px 30px;
      }
      .underLayer .year_slide {
        padding: 0 30px 30px;
      }
      .underLayer .year_slide .img-area {
        padding-bottom: 20px;
      }
      .underLayer .streaming-detail {
        padding: 30px 30px 30px;
      }
      .underLayer .streaming-detail p {
        font-size: 10px;
        margin-bottom: 5px;
      }
      .underLayer .streaming-detail p.streaming-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      .underLayer .streaming-detail p.streaming-text {
        font-size: 12px;
        margin-bottom: 0;
      }
      .underLayer .sponsor-area {
        padding: 30px;
      }
      .underLayer .sponsor-area p {
        font-size: 12px;
        margin-bottom: 5px;
      }
      .underLayer .streaming-detail_inner:first-child {
        padding-top: 0;
      }
      .underLayer .streaming-detail_inner {
        padding-top: 30px;
      }
      .underLayer .award-area_inner {
        padding: 30px;
      }
      .underLayer .award-title {
        font-size: 18px;
        margin-bottom: 10px;
      }
      .underLayer .award-area p {
        font-size: 12px;
      }
  }
  @media screen and (max-width: 1023px) {
    .underLayer .year_ttl {
      line-height: 1.2;
      padding: 15px 20px 15px 30px;
    }
  }
  @media screen and (min-width: 1024px) {
      .underLayer .archive_block > div:last-child {
        padding-bottom: 120px;
      }
      .underLayer .content-wrapper {
        margin-top: 88px;
      }
      .underLayer .cate_title {
        align-items: center;
        background-size: 100%;
        display: flex;
        height: 370px;
      }
      .underLayer .cate_inner {
        margin: 0 auto;
        width: 1096px;
      }
      .underLayer .cate_title p {
        font-size: 60px;
      }
      .underLayer .year_ttl {
        background-position-x: 60px;
        background-position-y: -20px;
        background-size: 1080px;
        height: 250px;
        margin-top: -200px;
      }
      .underLayer .year_ttl p {
        font-size: 65px;
        line-height: 1.2;
        margin: 0 auto 0 105px;
        max-width: 1080px;
      }
      .underLayer .year_slide {
        padding: 40px 0 40px;
      }
      .underLayer .streaming-schedule {
        font-size: 14px;
        padding-top: 20px;
      }
      .underLayer .streaming-detail {
        padding-top: 75px;
        padding-bottom: 60px;
      }
      .underLayer .streaming-detail_inner:first-child {
        padding-top: 0;
      }
      .underLayer .streaming-detail_inner {
        margin: 0 auto;
        padding-top: 50px;
        width: 1080px;
      }
      .underLayer .streaming-detail p {
        font-size: 18px;
        font-weight: bold;
      }
      .underLayer .streaming-detail p.streaming-title {
        font-size: 24px;
        margin-bottom: 30px;
      }
      .underLayer .streaming-detail p.streaming-text {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.75;
      }
      .underLayer .sponsor-area {
        padding: 60px 0 120px;
      }
      .underLayer .sponsor-area_inner {
        margin: 0 auto;
        max-width: 1080px;
      }
      .underLayer .sponsor-area p {
        margin-bottom: 10px;
      }
      .underLayer .award-area {
        padding: 60px 0;
      }
      .underLayer .award-area_inner {
        margin: 0 auto;
        max-width: 1080px;
      }
      .underLayer .award-title {
        font-size: 28px;
        margin-bottom: 20px;
      }
  }
  @media screen and (min-width: 1366px) {
      .underLayer .year_ttl p {
        font-size: 65px;
        line-height: 1.2;
        margin: 0 auto;
        max-width: 1080px;
      }
      .underLayer .year_ttl {
        background-position-x: calc(60px + 11vw);
      }
  }


/* footer */
  .footer {
    text-align: center;
  }
  .footerLogo img {
    width: 100%;
  }
  .footer .sponcerArea {
    margin-bottom: 70px;
  }
  .footer .sponcerArea__banner {
    margin-bottom: 40px;
  }
  .footer .sponcerArea__banner--inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .contactBtn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
  }
  .footer .contactBtn {
    position: relative;
    transition: all 0.5s 0s ease;
  }
  .footer .contactBtn:hover {
    opacity: 0.8;
  }
  .footer .contactBtn a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .footer {
      padding: 50px 5px;
    }
    .footerLogo {
      margin: 0 auto 35px;
      width: 200px;
    }
    .footer .sponcerArea {
      margin-bottom: 35px;
    }
    .footer .sponcerArea__banner--inner {
      gap: 32px;
    }
    .footer .sponcerArea .banner01 {
      height: 19px;
    }
    .footer .sponcerArea .banner02 {
      height: 18px;
    }
    .footer .sponcerArea .banner03 {
      height: 14px;
    }
    .footer .sponcerArea .banner04 {
      height: 20px;
    }
    .footer .sponcerArea .banner05 {
      height: 13px;
    }
    .footer .sponcerArea p {
      font-size: 10px;
    }
    .footer .contactBtn {
      margin: 0 auto 20px;
      width: 180px;
    }
    .footer .copyright {
      font-size: 10px;
      transform: scale(0.8);
      transform-origin: center top;
    }
  }
  @media screen and (min-width: 1024px) {
    .footer {
      padding: 150px 50px;
    }
    .footerLogo {
      margin: 0 auto 70px;
      width: 367px;
    }
    .footer .sponcerArea__banner--inner {
      gap: 65px;
    }
    .footer .sponcerArea .banner01 {
      height: 37px;
    }
    .footer .sponcerArea .banner02 {
      height: 35px;
    }
    .footer .sponcerArea .banner03 {
      height: 27px;
    }
    .footer .sponcerArea .banner04 {
      height: 40px;
    }
    .footer .sponcerArea .banner05 {
      height: 26px;
    }
    .footer .contactBtn {
      margin: 0 auto 60px;
      width: 250px;
    }
    .footer .copyright {
      font-size: 12px;
    }
  }
